-
Notifications
You must be signed in to change notification settings - Fork 8
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
Practice App: Implementing the POST method for dropping lesson, lesson drop endpoint #174
Comments
I added an additional field to User model created in issue #151: enrolledLessons. It is an array consists of ObjectIds, these ObjectIds also references Lesson Collection. |
Info
|
Handwritten Documentation
|
I completed all of the steps mentioned in the issue description. I opened a pull request and requested reviews of @mbatuhancelik and @bahricanyesil . Now, this issue is linked to PR #178 and will be automatically closed after the pull request is merged. |
Reviewed the implementation under #178 |
Issue Description
We determined the endpoints to be included in the practice app project in our weekly meeting-9.
After the determination of the complete list, we divided the tasks within the team. I took the responsibility for the implementation of a POST method for dropping lesson. To be able to implement the signup endpoint, we need User and Lesson models.
Step Details
Steps that will be performed:
Final Actions
After I created the drop lesson endpoint, I will test it by using Postman. While testing, I will save my successful and failed requests and I will create a collection in Postman. I will also give the link to the collection under this as a comment to enable anyone to test the endpoint. Finally, I will document the endpoint and will share the documentation as a comment under this issue to add it to the corresponding wiki page in the future.
Deadline of the Issue
15.05.2022 - Sunday - 23:59
Reviewer
Mehmet Batuhan Çelik
Deadline for the Review
16.05.2022 - Monday - 23:59
The text was updated successfully, but these errors were encountered: