Commit Graph

74 Commits

Author SHA1 Message Date
d07093e621 🐛 Add missing spacer text for changed rooms 2022-06-13 17:13:02 +02:00
813c936c4f Add timetable group feature 2022-06-13 00:28:43 +02:00
cc56c7ae7c ⬆️ Upgrade dependencies to the latest version 2022-06-07 12:53:14 +02:00
7e7aea0eb8 🔧 Add short_name to PWA manifest 2022-06-07 12:36:33 +02:00
e38691c2eb 🐛 Fix line warp in Timetable View 2022-06-03 15:48:00 +02:00
45f682a718 Store auth sessions in database 2022-06-02 23:18:53 +02:00
72c8b3adc1 Add loading spinner 2022-06-02 21:55:59 +02:00
bb2891a968 Request new data on date change 2022-06-02 21:55:28 +02:00
5489e6377c 🐛 Fix date parameter not accepting unix timestamp 2022-06-02 21:32:35 +02:00
8bfa0e1bde 🔇 Remove console.log 2022-06-02 21:10:35 +02:00
1fee9bf0c2 Skip weekend days on the timetable 2022-06-02 16:46:43 +02:00
5911043ca0 Only show changes matching the original teacher 2022-06-02 16:35:24 +02:00
5c4bf21a77 Save original teacher in substitution entries 2022-06-02 16:30:33 +02:00
50baefabfe 🐛 Fix lessons spanning over more than two lessons 2022-06-01 18:37:46 +02:00
f356fb9725 Allow setting API endpoint via env variable 2022-05-20 00:05:57 +02:00
0eea73b780 ♻️ Refactor frontend 2022-05-20 00:02:38 +02:00
f5795637cf 🛂 Disable auth if no password is set 2022-05-19 23:46:33 +02:00
fde5a07ddf 🚸 Make menu button toggle settings 2022-05-19 23:31:12 +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
73dc67e6b4 🐛 Add missing git dependency 2022-05-05 22:57:20 +02:00
01cce13104 Add about section 2022-05-05 22:53:46 +02:00
64196eeab2 Use Vue-based login page 2022-05-05 14:39:41 +02:00
825f9fcd50 🔍 Add favicon and meta tags 2022-05-05 00:07:57 +02:00
d3a49eed49 Add PWA Support 2022-05-04 21:54:21 +02:00
7091cfddef Make session cookie last "forever" 2022-05-04 20:17:58 +02:00
3f73ad4552 💄 Show notes on frontend 2022-05-04 14:37:17 +02:00
9404d3e4db 🐛 Only show changed value if it is different 2022-05-04 14:37:05 +02:00
b358796c04 🐛 Fix substitutions spanning over lessons 2022-05-04 14:35:46 +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
7a97aed12e 🐛 Add missing build step to dockerfile 2022-05-04 01:55:31 +02:00
6261dbb04c Add basic auth functionality 2022-05-04 01:38:25 +02:00
856e514da7 🐳 Add docker support 2022-05-04 00:45:11 +02:00
7ecff18efd Switch to global date selector 2022-05-04 00:32:23 +02:00
9c4a09fadc Fetch data from backend 2022-05-03 23:02:34 +02:00
6444f09ae3 Make history API compatible with frontend 2022-05-03 22:52:13 +02:00
96b1c0e959 Return history of future substitutions 2022-05-03 20:44:10 +02:00
aff1b5991c Return all future substitutions by default 2022-05-03 20:27:57 +02:00
b58a44392f Allow CORS 2022-05-03 20:27:04 +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
9bd8132119 Add parser scripts 2022-05-02 00:47:04 +02:00
69c601ebe8 🐛 Fix typo 2022-05-01 23:58:49 +02:00
078d9f6c66 Add classes table and API enpoint 2022-05-01 23:35:21 +02:00
a47d913d6f Add timetable, substitutions and history API 2022-05-01 23:23:20 +02:00