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:
- 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.
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: