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

View Your Workshops - Backend #65

Open
2 tasks done
Littlesk opened this issue Apr 21, 2023 · 0 comments
Open
2 tasks done

View Your Workshops - Backend #65

Littlesk opened this issue Apr 21, 2023 · 0 comments
Assignees

Comments

@Littlesk
Copy link
Contributor

Littlesk commented Apr 21, 2023

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants