/**
* @typedef CategoryRequest
* @property {{zzhan26@test.com}} username - username (zzhan26)
* @property {{Stevens}} faculty - faculty (Stevens)
* @property {{}} timerange - timerange (TBD)
*/
/**
* @typedef CategoryResponse
* @property {{zzhan26@test.com}} username - username (zzhan26)
* @property {{Stevens}} faculty - faculty (Stevens)
* @property {{courses}} courseList - courseList ()
*/
/**
* @route GET /association/associate_category
* @group association - Category
* @param {timerange}
* @returns {CategoryResponse.model}
* @returns {ErrorResponse.model}
*/
https://github.com/CCorrado/Cooper2.0/blob/feature/backend_create_usr/backend/routes/users/association/associate_category.js
require for some suggestions
And sorry guys I cannot help to code this part.
for my current branch, I will finish creatre_user, get_user, login_user and associate_category and then make a PR.
Sorry, but I always forgot to make PR. And, I do not want master like a mess so I will finish those ASAP and make a PR.
https://github.com/CCorrado/Cooper2.0/blob/feature/backend_create_usr/backend/routes/users/association/associate_category.js
require for some suggestions
And sorry guys I cannot help to code this part.
for my current branch, I will finish creatre_user, get_user, login_user and associate_category and then make a PR.
Sorry, but I always forgot to make PR. And, I do not want master like a mess so I will finish those ASAP and make a PR.