-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge: Merge pull request #9 from richardnguyen99/add-courses
# Finish Cursus endpoints ## Add `api/v1/search/{type}` for searching - Add uniformed searching endpoints for universities, schools, departments and courses. - Remove individual searching in separate modules. - Add query parameters for better and detailed results. - Add pagination using limit and offsets. ## Add `api/v1/university/ for retrieving university information - Allow existing university id to query university information. - Provide extra endpoints for domains, campuses and founders. - Add query parameters for better and detailed results. - Add pagination using limit and offsets. ## Add `api/v1/school/ for retrieving school information - Allow existing school id to query school information. - Allow querying all schools that are under a given university id. - Add query parameters for better and detailed results. - Add pagination using limit and offsets. ## Add `api/v1/department/ for retrieving department information - Allow existing department id to query department information. - Allow querying all departments that are under a given university id. - Add query parameters for better and detailed results. - Add pagination using limit and offsets. ## Add `api/v1/courses/ for retrieving courses information - Allow existing course id to query course information. - Allow querying all courses that are under a given university id and offered by a department. - Add query parameters for better and detailed results. - Add pagination using limit and offsets. ## New model and migrations - Course, department and school models are added. - Initial data for those models are added.
- Loading branch information
Showing
34 changed files
with
3,172 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.