We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the issue #1 if someone wants to unregister from the event.
The function should allow users to unregister from event.
The request body contains unqiue ID of event and user only.
events_enrolled
user_enrolled
NOTE:
Additionals: Think about how history can be maintained while allowing the user to register again in the same event.
The text was updated successfully, but these errors were encountered:
Merge pull request #2 from suffisme/main
6953393
Pulling
No branches or pull requests
Following the issue #1 if someone wants to unregister from the event.
The function should allow users to unregister from event.
The request body contains unqiue ID of event and user only.
events_enrolled
field which previously contained the event ID in it. Remove that ID from the arrayuser_enrolled
field which is array of object containing data regarding user, remove that too from the list.NOTE:
Additionals:
Think about how history can be maintained while allowing the user to register again in the same event.
The text was updated successfully, but these errors were encountered: