-
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
Make RSVPs a custom comment type #687
Comments
https://make.wordpress.org/core/2018/07/27/registering-metadata-in-4-9-8/ |
Let us get some Inspiration from
https://github.com/humanmade/roles-to-taxonomy/blob/master/inc/namespace.php |
RE 657 🚩 June 15 Review✅ Read / not sure what this is about, and the merit of it. I see it's in Mike's hands, so if my assist is needed, we can get to understand this more soon. |
Mervin this is about how we store data. Right now we have a custom table for RSVP. This is a move to making RSVP save to comments table as a custom comment type. This allows for greater flexibility with ideas we have for non-registered user RSVP in the future, does away with a custom table, and makes exporting/importing RSVP data possible. I have made decent progress on this already. |
✅ Reviewed June 22 Noted Mike - saw you remarked on a related ticket 692 |
Is your enhancement related to a problem? Please describe.
Designs
<?php register_taxonomy_for_object_type( 'rsvp_status', 'comment‘ ); ?>
Advantages:
Problems:
further Reading
Describe alternatives you've considered
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: