1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00
Commit graph

88 commits

Author SHA1 Message Date
8c34cb71f7 Add GroupExperiment.note to adminSpace 2022-06-17 19:15:38 +02:00
ecad30eb79 Replace repr with str 2022-06-01 22:54:17 +02:00
813d6102a2 Prevent creating semesters older than newest 2022-05-29 22:07:47 +02:00
45359b2c87 Fix function call 2022-05-29 22:05:26 +02:00
6f22253a49 Move Semester functions 2022-05-29 21:47:23 +02:00
1141d1dfb9 Move setActiveSemester 2022-05-29 21:41:01 +02:00
f99354ba53 Remove config utils 2022-05-29 21:17:24 +02:00
06dd33fb55 Make active_semester_id not nullable 2022-05-29 18:44:30 +02:00
5a3125d1d1 Fix calling execute 2022-05-21 21:12:15 +02:00
7759a144b2 Replace all .filter() 2022-05-21 21:04:06 +02:00
a3c63e3c0f Add customUpdateModel 2022-05-20 21:05:16 +02:00
5b6f0d76f2 Use get_first() in models.py 2022-05-20 20:56:04 +02:00
659156b749 highestGroupNumber 2022-05-20 20:46:05 +02:00
4332e145b7 Use session.get 2022-05-20 20:37:29 +02:00
3022c377b4 Use back_populates instead of backref 2022-05-20 20:37:29 +02:00
17f8b43bee Fix function call 2022-05-15 22:38:49 +02:00
9ff2405947 Remove Appointment.customInit 2022-05-15 22:24:49 +02:00
2e6151d05f Remove ExperimentMark.customInit 2022-05-15 21:07:00 +02:00
2f7d005ea4 Remove GroupExperiment.customInit 2022-05-15 20:59:57 +02:00
86c7f6d915 Remove PartStudent.customInit 2022-05-15 20:06:54 +02:00
ce913f92eb Use IN and BETWEEN in CHECK 2022-05-15 19:06:28 +02:00
11fb5f5428 Use relative imports 2022-05-08 21:26:25 +02:00
cf0d71325f Fix constraints 2022-04-18 18:43:55 +02:00
8ab38f11e2 Add constants for constraints 2022-04-18 18:15:52 +02:00
e891fe4050 Fix max mark constraint 2022-04-12 01:47:37 +02:00
0ee5fcd52b Add min and max mark as constants 2022-04-12 01:44:53 +02:00
7a1c0e9d55 Fix updateFinalExperimentMark 2022-04-10 21:01:56 +02:00
c43382ac7a Update final experiment and part marks on weighting update 2022-04-04 17:28:16 +02:00
978dfd340f Add custom filters 2022-03-01 22:23:30 +01:00
205d90f88a Add Admin model 2022-02-27 19:30:28 +01:00
de4ef9d6f4 Move weightings from Experiment to SemesterExperiment 2022-02-27 17:43:31 +01:00
4e6c2ad708 duration_in_days > 0 2022-02-24 02:08:09 +01:00
cbda7e63ae Add changing password for assistants 2022-02-23 20:36:29 +01:00
6e45c91d45 Black and isort 2022-02-13 19:58:05 +01:00
a4a835a5e7 Small fixes 2021-11-29 20:22:10 +01:00
071a5e94b5 Added database_import 2021-09-11 20:47:48 +02:00
794b369a33 Fixed not using Semester.customInit 2021-09-11 15:35:13 +02:00
2ac895e047 Fixed not calling ExperimentMark.customInit 2021-09-11 15:25:13 +02:00
f232424d69 Added final experiment mark 2021-08-29 18:15:14 +02:00
96a32a3c3a Improved repr for ExperimentMark 2021-08-21 23:31:16 +02:00
c98d85c810 Create Assistant if role was added 2021-08-21 23:18:55 +02:00
9430654ea1 Improved feedback after changing experiment mark 2021-08-21 22:58:23 +02:00
e998839bf1 Added final_part_mark calculation in adminSpace 2021-08-19 01:29:09 +02:00
ab1eded4b7 Fixed filtering for GroupView's form 2021-08-18 20:06:18 +02:00
18fac6c683 Simplified ExperimentMarkView 2021-08-18 19:39:21 +02:00
bd393796f5 Fixed weighting defaults 2021-08-18 18:58:20 +02:00
43678dd18b Added weightings default and check 2021-08-16 23:30:30 +02:00
bb23670403 User and Assistant harmony 2021-08-16 01:15:19 +02:00
b9621345d7 Added Appointment and ExperimentMark views in assistantSpace 2021-07-30 23:50:10 +02:00
85606123a5 Added customUpdateDate and customUpdateSpecial for Appointment 2021-07-30 23:37:38 +02:00