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
What?
Frontend needs to be able to access workshops that a specific user is attending. Frontend also needs to be able to access what workshops the user is hosting.
Why?
We want to have a display page that allows us to show the workshops the user is attending and hosting.
Acceptance Criteria:
Workshops the user is attending are accessible
Workshops the user is hosting are accessible
Optional Dev Notes:
We discussed two ways to do this:
Update the User model to include: the id of the workshops you are attending and the id of the workshops you are hosting.
New method/api call that receives an id and returns all workshops they are hosting, and another method/api call that receives an id and returns all the workshops they are attending.
The text was updated successfully, but these errors were encountered:
What?
Frontend needs to be able to access workshops that a specific user is attending. Frontend also needs to be able to access what workshops the user is hosting.
Why?
We want to have a display page that allows us to show the workshops the user is attending and hosting.
Acceptance Criteria:
Optional Dev Notes:
We discussed two ways to do this:
The text was updated successfully, but these errors were encountered: