You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user who is not attending the event, I want to be able to request to attend the event using a button.
When I am on /groups/:groupId/events/:eventId:
I can click a button that requests to attend the current event.
When I am not authenticated and I click the button I want to be redirected to the login page.
As a user who is attending the event, I want to be able to delete my attendance to the event using a button.
When I am on /groups/:groupId/events/:eventId:
I can click a button that removes my attendance from the event.
As a user I want to be able to see all the details pertaining to the event.
When I am on /groups/:groupId/events/:eventId:
I can see the event host, description, venue, and attendees.
As an authenticated user who is organizer or co-host, I want to be able to see all users who are both attending and requested attendance and approve, deny, and remove their attendance via buttons.
When I am on /groups/:groupId/events/:eventId:
I can see all users who are both attending and requesting attendance
I can approve or deny people who have requested to join
I can change someone's status to waitlisted or attending
As a user who is not attending the event, I want to be able to request to attend the event using a button.
/groups/:groupId/events/:eventId:As a user who is attending the event, I want to be able to delete my attendance to the event using a button.
/groups/:groupId/events/:eventId:As a user I want to be able to see all the details pertaining to the event.
/groups/:groupId/events/:eventId:As an authenticated user who is organizer or co-host, I want to be able to see all users who are both attending and requested attendance and approve, deny, and remove their attendance via buttons.
/groups/:groupId/events/:eventId: