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

Removal of Guests from the Invited Guest List #1215

Open
avishkar58 opened this issue May 17, 2024 · 1 comment
Open

Removal of Guests from the Invited Guest List #1215

avishkar58 opened this issue May 17, 2024 · 1 comment
Assignees
Labels
back-end Back-end work front-end Front-end work

Comments

@avishkar58
Copy link
Contributor

The Boabab Invited Guest Page currently doesn't allow the event admin to remove a guest from the invited guest list. To add this functionality we require:

  • Add a new email template, using a migration, that informs the invited guest that they have been removed from the guest list for the particular event.
  • Add a delete method to the InvitedGuestAPI which removes the invited guest and sends the above email to the invited guest
  • Add a corresponding delete function to the front-end invited guest service
  • Add a trash icon to each row of the invited guest table which, when clicked, first confirms if the user is sure they want to delete the guest, and if so, calls the delete function on the previous service. Remove the guest from the table if the delete was successful, or display the error if any occurred.
@avishkar58 avishkar58 added front-end Front-end work back-end Back-end work labels May 17, 2024
@umair-nasir14 umair-nasir14 self-assigned this May 23, 2024
@umair-nasir14
Copy link
Collaborator

Hi @avishkar58! I am working on this. I believe having a "Remove Guest" button in front of the details of the invited guests makes sense, right?

The branch I am working in is this one: https://github.com/deep-learning-indaba/Baobab/tree/invited_guests%231215

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Back-end work front-end Front-end work
Projects
None yet
Development

No branches or pull requests

2 participants