Development Plan of What2REG @UM
Posted on:October 25, 2023 | at 07:07 PM Basic Features
- Search Course by
CODE
, title
.
- Search Lecturer by
name
.
- Search Course by
category
.
- add
category
to course model. FST-CIS-CM
,FE
- Login with
Google
, Facebook
, Microsoft
.
- (login)Add
comment
to course
,lecturer
(Optional).
Advanced Features
- (login)Add
course
,lecturer
to favorite
.
- (login)Study Plan Simulation.
- (login)Timetable Simulation.
- All Course List.
- split into pages.(front-end, back-end)
- Offered Course List.
API Endpoints
Tech Problems
- MySQL/Postgres or mongodb?
- MySQL/Postgres: relational database which is same as the current database.
- mongodb: document database which is more suitable for the course data.