Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Project endpoint #47

Merged
merged 31 commits into from
Mar 10, 2022
Merged

Project endpoint #47

merged 31 commits into from
Mar 10, 2022

Conversation

lars-vc
Copy link
Contributor

@lars-vc lars-vc commented Mar 5, 2022

Project endpoint, closes #44
Endpoints:

GET /projects
PUT /projects
GET /projects/projID
DELETE /projects/projID
GET /projects/projID/students
GET /projects/projID/coaches
PUT /projects/projID/students
PUT /projects/projID/coaches
DELETE /projects/projID/students/studID
DELETE /projects/projID/coaches/coachID

@TomAlard
Copy link
Contributor

TomAlard commented Mar 5, 2022

Why is this branch based on the student endpoint branch?

@lars-vc
Copy link
Contributor Author

lars-vc commented Mar 5, 2022

I wanted to follow the example of student endpoint

@NielsPraet
Copy link
Contributor

It's always nice to have a bit more information in the PR description about what exactly you are implementing in this branch because with a larger amount of changed files, it can get quite unclear :)

@lars-vc lars-vc marked this pull request as ready for review March 8, 2022 11:51
@TomAlard
Copy link
Contributor

There's still a couple untested functions, is this intentional?

@TomAlard TomAlard self-requested a review March 10, 2022 18:47
@lars-vc lars-vc merged commit 3fdbb7b into development Mar 10, 2022
@lars-vc lars-vc deleted the project-endpoint branch March 10, 2022 18:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Project endpoint
5 participants