Skip to content
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

Feature request for handling event registrants and admins #330

Closed
sumitra19jha opened this issue Jul 17, 2021 · 3 comments · Fixed by #343
Closed

Feature request for handling event registrants and admins #330

sumitra19jha opened this issue Jul 17, 2021 · 3 comments · Fixed by #343
Labels
unapproved Unapproved for Pull Request

Comments

@sumitra19jha
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The event schema is currently focused on with respect to attendees. This needs to be changed in terms of Admins and Registrants.

Describe the solution you'd like
Schema, Mutation and Query Modifications to make those changes visible

Additional context
This is a request from @utkarshshendge Following are his inputs:

  1. In the EventInput we can see an input for the attendees can be given. This is not required as attendees are Event Admins + Event Registrants. Instead, we need to include a list of registrants and a list of events admins for that event. Please see the Create Event page in the Figma document.

  2. Currently we are able to register users for an event but as observed the isRegistered boolean value comes out to be null even after registration. When the user registers for an event he/she should be added to the list of registrants as well. Once a user registers for an event they should also be able to unregister from that event. Currently, there is no mutation to unregister.

  3. Once unregistered the user’s details from the event’s registrants list should be removed. Additionally, the creator of the event should be able to remove a specific user from the registrant's list while editing an event.

  4. As of now we are only able to get the userID of the event creator, any other details of the event creator are null, but as per the new UI, we need to display the full name of the user in the event information page. This may require changes in the EventInput to accept details of the creator.

@github-actions github-actions bot added the unapproved Unapproved for Pull Request label Jul 17, 2021
@utkarshshendge
Copy link
Contributor

@sumitra19jha as of now we are not getting events specific to an Org. Could you please add this as well?

@utkarshshendge
Copy link
Contributor

@AdityaBirangal since you are also working on the events, do these requirements align with your goals? If you have any changes please mention them.

@AdityaBirangal
Copy link
Member

AdityaBirangal commented Jul 17, 2021

Thanks for mention Utkarsh.
I need one Boolean (is_check_in) value for every registrants.
which can be modified by admins/creator (not everyone)

all attendees unique id are required (of that particular event)
Please refer PalisadoesFoundation/talawa-admin#91

Sub Issue for this #319

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unapproved Unapproved for Pull Request
Projects
None yet
3 participants