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

Hosting/Attending Events #37

Open
sarahgarlock opened this issue Jul 30, 2023 · 0 comments
Open

Hosting/Attending Events #37

sarahgarlock opened this issue Jul 30, 2023 · 0 comments
Assignees

Comments

@sarahgarlock
Copy link
Contributor

sarahgarlock commented Jul 30, 2023

VISIT "/api/v1/users/:id/events"
GET "/api/v1/users/:id/events/hosting"
GET "/api/v1/users/:id/events/attending"

This endpoint will get all of the events a user is attending.

  • Status: 200 OK

As a user,
When I visit the hosting/attending events page,
I am able to see what events I am hosting and what events I am attending.
When I click on an event that I am hosting,
I am taken to Event Update Page were I can view and edit the details of the event.
When I click on an event that I am attending,
I am taken to the Event Show page for that event
Where I can see all the details about that event.

@sarahgarlock sarahgarlock self-assigned this Jul 30, 2023
@sarahgarlock sarahgarlock moved this to Todo in Jana Social FE Jul 30, 2023
@sarahgarlock sarahgarlock moved this from Todo to In Progress in Jana Social FE Aug 2, 2023
@sarahgarlock sarahgarlock moved this from In Progress to Done in Jana Social FE Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant