Open
Description
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.