-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export / Import of events does not recognise date & time #650
Comments
I assume, export and import have been working correct in the past. Is that correct @mauteri ? |
|
|
@carstingaxion this is a known issue and I believe was mentioned by @pbrocks in the past. It wasn't ticketed though, so thanks for adding it. The issue is because GatherPress uses custom tables, so that data needs to be exported/imported too and handled appropriately. |
You're welcome, thanks.
Yes, I know and already mentioned that. I didn't wanted to complain about using custom DB tables, but more that I was surprised to see, that such bare-bone defaults are missing from the current implementation. Not being able to import existing data, means also, that nobody would be able to migrate from an existing event plugin. I surely need to take a look at what is already inside the meetup-importer, but at the moment, I think this whole import-export-thing is a major issue, to address before a 1.0 version. |
@mauteri What do you think about my sketched solution in the comments here? Did you understand, what my idea is? |
@carstingaxion let's review your idea in a Zoom call soon. Agreed that this should be in 1.0 release. I currently have it in Ice Box, but we'll move it up and prioritize in one of the alpha releases. Thanks! |
Hello @mauteri Good idea and yes, but let's chat about the working PoC code, which I wrote today. The realisation of the missing way to import data into GatherPress hit me really hard, so I needed to start working on it. |
It works well locally, but .... https://github.com/carstingaxion/gatherpress-export-import |
For documentation and to not feed false expectations about the state of the importer, I wanted to keep this answer by @adamziel on |
RE 650 🚩 June 15 Review✅ Read / noted that Carstin is on it |
✅ Reviewed June 22 = still in Carstin's hands. |
Hey @MervinHernandez, I would appreciate if you could test the related PR. The PR is ready to be tested and can be merged afterwards. |
@carstingaxion @mauteri commented on #655 = ✅ Test Passed |
Thanks for your intense testing @MervinHernandez ! |
Describe the bug
While working on #649 I realised that events exported via the default WordPress export tool are missing all date & time information. Resulting in incomplete events getting imported.
I searched for export|import, on the repo, with no luck.
Is this real, GatherPress has no mechanism in place to allow the use of the default export and import tools?
Even this is not a typical 🐛 bug, I would consider this a missing major piece.
Steps to Reproduce
Screenshots, screen recording, code snippet
Screenshots can be found attached to comments on GatherPress/gatherpress-demo-data#4 (comment)
Environment information
WordPress playground with GatherPress installed and some demo content.
WordPress information
6.5
Code of Conduct
The text was updated successfully, but these errors were encountered: