-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
Category: CodingChanges to code base or refactored code that doesn't fix a bug.Changes to code base or refactored code that doesn't fix a bug.Type: EnhancementNew feature or request.New feature or request.hacktoberfest
Description
Description
As a developer,
I need create GET /mentorship_relations API endpoint,
so that the user can see all the requests for the mentorship relation they have received/sent.
Mocks
NA
Acceptance Criteria
Update [Required]
- add GET /mentorship_relations API endpoint
- prepare all the possible http responses:
- Ok (200): when the request is sent successfully (this will depend on completion of issue Feat: create POST /organizations /{organization_id} /programs/{program_id} /send_request #161)
- Unauthorized (401): when the token is expired, invalid or missing
- Internal Server Error (500): when either MS or BIT backend server is facing internal server error.
Enhancement to Update [Optional]
NA
Definition of Done
- All of the required items are completed.
- Approval by 1 mentor.
Estimation
2-3 days
Metadata
Metadata
Assignees
Labels
Category: CodingChanges to code base or refactored code that doesn't fix a bug.Changes to code base or refactored code that doesn't fix a bug.Type: EnhancementNew feature or request.New feature or request.hacktoberfest