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

[31/10/2022] Backend API [feat] - Enroll course #107

Closed
6 tasks
RealRichi3 opened this issue Oct 31, 2022 · 0 comments
Closed
6 tasks

[31/10/2022] Backend API [feat] - Enroll course #107

RealRichi3 opened this issue Oct 31, 2022 · 0 comments

Comments

@RealRichi3
Copy link
Member

Sub issue from #5

Description

Each user should be able to enroll for a course, and the user should be able to get the list of courses enrolled.
The course schema should also have a way to get the list of users that enrolled.
It'll be like a one to many relationship from the courses to the users
Users should also be able to cancel their enrollment

What needs to be done?

  • Add enrolled course field to user schema
  • Add enrolled users to course schema
  • Add enroll course feature
  • Add GET enrolled users
  • Add GET enrolled course by user
  • Add CANCEL course enrollment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant