issues
search
RobbinBaauw
/
CSHub
CSHub
https://cshub.nl
MIT License
29
stars
7
forks
source link
[Backend Rewrite] Study & Topic
#213
Open
RobbinBaauw
opened
4 years ago
RobbinBaauw
commented
4 years ago
[ ] Recreate all study & topic related endpoints, see
https://github.com/finitum/CSHub/tree/dev/cshub-server/src/endpoints/topics
and
https://github.com/finitum/CSHub/tree/dev/cshub-server/src/endpoints/study
. Note that the URLs could have better naming, so feel free to change URLs, HTTP verbs & request/response bodies where you see fit.
[ ] Add utilities for study & topic to be used throughout the entire application, see for example
https://github.com/finitum/CSHub/blob/dev/cshub-server/src/utilities/TopicsUtils.ts
(there are more examples of such utilities, please look for those and create a replacement)