-
Notifications
You must be signed in to change notification settings - Fork 5
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
#80 Study Group API #95
Conversation
The manual testing of the endpoints was done using POSTMAN. Procedure: StudyGroups
User
Screenshot 1: create study group: Screenshot 2: get study groups: Screenshot 3: user joins study group: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me as a first backend implementation!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pbgnz and I went over his code today. Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. Conflicts need to be resolved however
Description
This PR allows the front-end to:
1- create, get and delete study groups
2- allow users to join and/or leave study groups
Breakdown
StudyGroups
User
Testing
The endpoints were manually tested using postman (See comment below).
AVA tests will be completed in #66