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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: