Conversation
PR Summary
|
1 task
1 task
stephenerdelyi
approved these changes
Jun 22, 2024
Collaborator
stephenerdelyi
left a comment
There was a problem hiding this comment.
Just tested this by:
- reviewing that my existing test events (with attendees previously) are no longer displaying upon checkout + build
- signing up for a test event from the frontend
- ensuring that user was recorded
- added a test user under a different account
- successfully deleted / managed users from the gutenberg backend
No unexpected results were produced as a result of these updates. Marking as approved, though we should plan to update alpha to migrate over the existing data 🎉
jmarx
approved these changes
Jun 23, 2024
1 task
1 task
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the Change
This change utilizes the Comments table with a comment type of
gatherpress_rsvpin WordPress instead of a custom RSVP table. It also adds code for a comment tax_query, which isn't used at the moment, but will likely come in handy soon. This requires an update toGatherPress Alphato migrated old RSVPs in custom table to Comments table, then delete the custom table.Closes #687
How to test the Change
_gatherpress_rsvp_statusis also being used for attending, not_attending, waiting_listChangelog Entry
Credits
Props @mauteri, @carstingaxion
Checklist: