|
|
b1008a63d9
|
#66 Add edit button that takes user to assignment edit page
|
2023-04-14 17:58:09 -04:00 |
|
|
|
8626fd9a44
|
#70 Add endpoint to update content
|
2023-04-14 17:02:01 -04:00 |
|
|
|
cab68b147c
|
#70 Add endpoint to delete content
|
2023-04-14 17:00:10 -04:00 |
|
|
|
0ea4e3933f
|
#70 Add endpoint to get content by id
|
2023-04-14 16:57:58 -04:00 |
|
|
|
608854ebb0
|
#70 Add endpoint to get all content in a specific course
|
2023-04-14 16:56:25 -04:00 |
|
|
|
245b7bbb2a
|
#70 Add endpoint to create content
|
2023-04-14 16:54:34 -04:00 |
|
|
|
80ccc17eef
|
#70 Add content model
|
2023-04-14 16:47:27 -04:00 |
|
|
|
b03c50445f
|
#67 Made endpoint to update assignment fields
|
2023-04-14 16:37:04 -04:00 |
|
|
|
35ddecb5a9
|
#65 endpoint to delete assignment
|
2023-04-14 16:12:52 -04:00 |
|
|
|
9be7abcd05
|
#53 Endpoint to get an assignment by id
|
2023-04-14 14:48:14 -04:00 |
|
|
|
27d2317e84
|
#57 CORS allow production url
|
2023-04-14 14:42:30 -04:00 |
|
|
|
c7797c9401
|
#57 Copy venv from container's cwd, not host
|
2023-04-14 14:02:10 -04:00 |
|
|
|
1f0e8ca905
|
#52 Create endpoint to get a course's assignments
|
2023-04-13 18:49:47 -04:00 |
|
|
|
389f71c2f8
|
#10 Made endpoint to create a new assignment
|
2023-04-13 18:46:54 -04:00 |
|
|
|
2b071d35c8
|
#10 Add due date column to assignment model
|
2023-04-13 18:35:51 -04:00 |
|
|
|
104370fb79
|
#10 Create assignment model
|
2023-04-13 18:32:09 -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 |
|
|
|
e07b5add79
|
#38 Made instructor specific links on the navbar
|
2023-04-13 15:02:41 -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 |
|
|
|
dcb9111288
|
#6 Add mysql client requirement to requirements
|
2023-04-06 21:49:09 -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 |
|
|
|
5beaf2dba4
|
#11 Added enrollment table and relationship between user/couse
|
2023-04-06 16:19:15 -04:00 |
|
|
|
12498c2ee8
|
#5 Create course endpoint. Added messages to all db migrations
|
2023-04-06 15:23:10 -04:00 |
|
|
|
20f0309c5c
|
#5 Added course model
|
2023-04-06 15:00:10 -04:00 |
|
|
|
6e7e3e66f5
|
#13 Made login page that actually send request to backend. CORS stuff.
|
2023-03-19 02:10:12 -04:00 |
|
|
|
21428c520d
|
#7 Docker container should be creating its own venv, not using host's venv.
|
2023-03-18 21:44:23 -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 |
|
|
|
9b0b7b0ec7
|
#7 Fixed boot script to properly upgrade DB.
|
2023-03-17 01:49:15 -04:00 |
|
|
|
3242c229b8
|
#7 Made Dockerfile for backend
|
2023-03-17 00:59:14 -04:00 |
|
|
|
5d4e025696
|
#7 Made boot script
|
2023-03-17 00:58:55 -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 |
|
|
|
dcc172f17a
|
#7 Dependencies
|
2023-03-16 19:39:04 -04:00 |
|
|
|
47430e1c2f
|
#7 python .gitignore template
|
2023-03-16 19:38:00 -04:00 |
|