Commit Graph

16 Commits

Author SHA1 Message Date
70238b4151 🎨 Run updated prettier 2023-08-25 14:42:38 +02:00
8b3809aeda 🚑 Fix insert/delete loop if plans have same date
- Fix loop if multiple plans have the same date but different data
- Instead join them into one single plan to parse all substitutions
- Swap teacher and changedTeacher of "Sondereinsa." substitutions
2023-06-20 15:40:05 +02:00
c6120e5f68 🎨 Make the parser modular
- Move some DSB related functions from parser/index to parser/dsbmobile
- Make the dsb parser a fileProvider with the DSBClient class
- Initialize the parser with a fileProvider and documentParser instance
2023-06-02 16:59:20 +02:00
568bfb9782 ♻️ Refactor backend 2022-11-16 19:03:32 +01:00
5c4bf21a77 Save original teacher in substitution entries 2022-06-02 16:30:33 +02:00
4150766483 🔇 Stop logging unchanged substitutions 2022-05-19 21:51:47 +02:00
9fad079102 ♻️ Refactor backend and add comments 2022-05-19 00:22:55 +02:00
d9179cc611 🐛 Fix notes not being displayed 2022-05-04 14:34:27 +02:00
a04c7c627d 🐛 Fix missing data on deletion event 2022-05-04 14:33:52 +02:00
6444f09ae3 Make history API compatible with frontend 2022-05-03 22:52:13 +02:00
87e7df5f90 Update substitutions automatically 2022-05-03 18:56:00 +02:00
1c8a307815 Mark non-existent substitutions as removed 2022-05-03 18:36:07 +02:00
f1c71f6ef6 Find and handle changed substitutions 2022-05-03 17:23:12 +02:00
8a61620410 🐛 Fix comparing classes and matching some entries 2022-05-03 17:22:15 +02:00
e36c90786a Split substitution if it is longer than 1 lesson 2022-05-02 23:44:23 +02:00
b3f2ec52d4 🚧 Started working on processing of substitutions 2022-05-02 22:56:38 +02:00