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

Backend : Add Lectures to specific course #41

Closed
1 task done
anand-harsh opened this issue Jan 15, 2024 · 2 comments
Closed
1 task done

Backend : Add Lectures to specific course #41

anand-harsh opened this issue Jan 15, 2024 · 2 comments
Assignees
Labels
assigned issue is assigned to someone backend working on backend feature new feature to be added hard 8 points JWOC JWOC open source program

Comments

@anand-harsh
Copy link
Owner

anand-harsh commented Jan 15, 2024

Issue:

Add lectures to the specific course playlist

Solution:

  1. Make a component "addLecture" where you take id in req.body
  2. Take title, description from users.
  3. Handle errors and cases properly for already having lecture in course or course doesn't exist
  4. After successful addition of lecture in the course, increase " numVideos " by 1.

Request : POST
Route: /course/:id

  • JWOC
@anand-harsh anand-harsh added not-assigned issue is not assigned to someone JWOC JWOC open source program hard 8 points feature new feature to be added backend working on backend labels Jan 15, 2024
@Anushkabh
Copy link
Contributor

@anand-harsh i would like to work on this. kindly assign under JWOC
i am proficient in backend development

@anand-harsh anand-harsh added assigned issue is assigned to someone and removed not-assigned issue is not assigned to someone labels Jan 15, 2024
@Anushkabh
Copy link
Contributor

Anushkabh commented Jan 17, 2024

@anand-harsh kindly merge if satisfied #68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned issue is assigned to someone backend working on backend feature new feature to be added hard 8 points JWOC JWOC open source program
Projects
None yet
Development

No branches or pull requests

2 participants