Commit Graph

22 Commits

Author SHA1 Message Date
dominik24c
191c68acf4 update Group model - add grades field, add set grade for group endpoint for coordinator view 2023-01-16 01:12:15 +01:00
dominik24c
527612d63e update group model - replace integer field by float field for points_for_first_term and point_for_second term, fix calculations of points for project grade sheet and fix unit tests 2023-01-16 00:35:25 +01:00
dominik24c
40274dc8d7 add black, isort and flake8 package, format code, fix examination schedule and enrollments functionality, add chairman of committee field for TermOfDefence entity 2023-01-14 17:38:03 +01:00
dominik24c
038f9da93d fix group, students, project_supervisor endpoints for coordinator, fix importing csv students endpoint and add copy project supervisors from last year group, refactor code 2023-01-14 01:37:31 +01:00
dominik24c
c448f8a642 fix list project supervisors and students endpoints for coordinator view 2023-01-03 21:12:29 +01:00
dominik24c
3457f76b17 add project grade sheet view for students and project supervisor 2022-12-15 20:44:03 +01:00
dominik24c
62599214dc add endpoints list of assigned group to term of defence and functionality of add, update, delete group to term of defence by coordinator 2022-11-19 20:43:05 +01:00
dominik24c
f71c917c61 merge branch and add student_groups table and change logic of endpoint what use group model 2022-11-17 10:21:36 +01:00
dominik24c
eea98dd225 add year group and change logic of endpoints v2 2022-11-12 16:18:07 +01:00
dominik24c
c71531ca10 add endpoint of download examination schedule pdf file 2022-11-02 23:21:08 +01:00
dominik24c
b205bd1698 add endpoints of list enrollments for coordinator, students and project supervisors 2022-10-27 11:19:38 +02:00
dominik24c
adfb941fbe add skeleton of examination package and create ExaminationSchedule, Enrollment and Committee models 2022-10-26 10:33:35 +02:00
dominik24c
dab59189cf update requirements.txt file and reformat code 2022-10-25 20:38:47 +02:00
dominik24c
558fac2c7e refactor search method for models and update create group endpoint for coordinator view 2022-06-13 17:52:15 +02:00
04f446e013 add group endpoints 2022-06-12 17:45:45 +02:00
96151d0598 Return all students if mode is null 2022-06-11 19:41:28 +02:00
dominik24c
1bd50e6bfc update Group models and init coordinator group routes 2022-06-11 12:53:55 +02:00
dominik24c
850671e147 update the list of students route for coordinator - add search by mode 2022-06-10 18:18:15 +02:00
dominik24c
2a846d4394 init project_supervisor app 2022-06-10 17:53:32 +02:00
dominik24c
b550fea998 add init_db command and add count_groups field for project_supervisor entity 2022-06-07 19:27:13 +02:00
dominik24c
40e65c518c add pagination, query searching by fullname and ordering by firstname and lastname for list students route 2022-05-18 17:36:16 +02:00
dominik24c
5607f3cd08 add api routes to crud operation on student models for coordinator 2022-05-17 22:16:45 +02:00