|
|
2cec42004e
|
#10 Made endpoint to create a new assignment
|
2023-04-13 18:44:43 -04:00 |
|
|
|
a6ae87abf2
|
#45 Added backend route to enroll student by username
|
2023-04-13 18:05:43 -04:00 |
|
|
|
542e8c232a
|
#49 Add endpoint to get the students enrolled in a specific course
|
2023-04-13 16:45:39 -04:00 |
|
|
|
0db9844e77
|
Add instructor as an enrolled user to a course. Also change frontend to use instructor role instead of teacher
|
2023-04-13 14:51:40 -04:00 |
|
|
|
a2bc3567c5
|
#39 Added endpoint to get a specific course by id
|
2023-04-13 14:11:18 -04:00 |
|
|
|
9c6b46f68f
|
Add decorator that requirers the logged in user to be an instructor
|
2023-04-06 23:08:18 -04:00 |
|
|
|
d5d2d830cc
|
#35 Added course code field to Course model. Updated class functions to reflect change. Also added duplicate checking for create course endpoint
|
2023-04-06 22:00:11 -04:00 |
|
|
|
a789c2eb83
|
#6 Refactored both functionalities to one function that accepts both request methods
|
2023-04-06 21:25:34 -04:00 |
|
|
|
b71c23d706
|
#6 Added unenroll endpoint by sending DELETE request to enroll endpoint
|
2023-04-06 19:06:44 -04:00 |
|
|
|
8ec489beb3
|
#6 Created route to enroll student into a course
|
2023-04-06 18:51:43 -04:00 |
|
|
|
0b392ab5b1
|
#11 Change route so that caller doesn't have to pass user_id through request body
|
2023-04-06 18:11:48 -04:00 |
|
|
|
84fb1e9f4b
|
#11 Added endpoint to get enrolled courses
|
2023-04-06 16:40:56 -04:00 |
|
|
|
12498c2ee8
|
#5 Create course endpoint. Added messages to all db migrations
|
2023-04-06 15:23:10 -04:00 |
|
|
|
6e7e3e66f5
|
#13 Made login page that actually send request to backend. CORS stuff.
|
2023-03-19 02:10:12 -04:00 |
|
|
|
18e651f8b9
|
#16 Added "role" required field for register endpoint
|
2023-03-18 21:44:23 -04:00 |
|
|
|
5d1710f023
|
#16 made /register endpoint
|
2023-03-18 21:44:22 -04:00 |
|
|
|
563578e4ca
|
#2 Added routes for login and logout
|
2023-03-18 20:59:38 -04:00 |
|
|
|
73bdc75095
|
#7 Basic flask app. Setup routes, DB, and made a user model. Made initial migrations
|
2023-03-16 19:40:44 -04:00 |
|