Skip to content

View Your Workshops - Backend #65

@Littlesk

Description

@Littlesk

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:

  1. Update the User model to include: the id of the workshops you are attending and the id of the workshops you are hosting.
  2. 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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions