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 a member or organizer of the group, I want to be able to request to join the group using a button on the group detail page.
When I am on /groups/:groupId:
I can click a button that requests to join the current group.
When I am not authenticated and I click the button:
I would like to be redirected to the login page.
As a user who is a member of the group, I want to be able to use a "Leave group" button to leave the group.
When I'm on /groups/:groupId:
I can click a button that removes my membership from the group.
As a user, I want to be able to see the past and upcoming events for a group.
When I'm on /groups/:groupId/events:
I can see all the events for the group. I want to see upcoming events when the page loads, but I want a button that I can click to show all the past events instead.
As a user, I want to be able to see the members of this group.
When I'm on /groups:groupId/members:
I can see a list of the members of the group and the month and year of when they became a member.
As a user who is not a member or organizer of the group, I want to be able to request to join the group using a button on the group detail page.
/groups/:groupId:As a user who is a member of the group, I want to be able to use a "Leave group" button to leave the group.
/groups/:groupId:As a user, I want to be able to see the past and upcoming events for a group.
/groups/:groupId/events:As a user, I want to be able to see the members of this group.
/groups:groupId/members: