Marceeli
  • Joined on 2025-04-03
Marceeli pushed to main at Fuji/Fuji 2025-04-18 07:36:49 +00:00
af0885b2d2 Filter out invisible lessons in get_timetable method
Marceeli pushed to main at Fuji/Fuji 2025-04-18 07:36:30 +00:00
2542fa0ae0 Remove unused 'lid' field from Timetable model
5fb0994017 Remove unused 'id' field from Lesson model and adjust timetable database creation accordingly
Compare 2 commits »
Marceeli pushed to main at Fuji/Fuji 2025-04-18 07:27:00 +00:00
3375138de0 Add get_timetable method to CoreInterface
Marceeli pushed to main at Fuji/Fuji 2025-04-17 10:37:52 +00:00
b0f556cde4 Add timetable database creation in sync function and define Timetable model
Marceeli pushed to main at Fuji/Fuji 2025-04-17 10:29:49 +00:00
f0d9cfa7be Refactor Lesson model to simplify structure and remove unused fields
Marceeli pushed to main at Fuji/Fuji 2025-04-17 09:45:16 +00:00
5e57097926 Remove unused imports from sqlitehandlernr.py
Marceeli pushed to main at Fuji/Fuji 2025-04-17 06:43:50 +00:00
d887a46483 Remove timetable database creation from sync function
d772d5a34b Remove database functions connected with timetable for future rewrite
Compare 2 commits »
Marceeli pushed to main at Fuji/Fuji 2025-04-16 09:03:53 +00:00
a09338cde4 Refactor sync and database functions to handle empty results and add timetable database creation
75db8785a5 Refactor LessonDate model to change Date type from str to date and remove unused TeacherSecondary2 field from Lesson model
768d9ff723 Refactor Lesson model to replace LessonDate with date type and update data parsing logic
Compare 3 commits »
Marceeli pushed to main at Fuji/Fuji 2025-04-16 08:31:35 +00:00
e9feae41ca Remove unused Parent field from Lesson model
Marceeli closed issue Fuji/Fuji#7 2025-04-16 08:24:31 +00:00
Add timetable model
Marceeli closed issue Fuji/Fuji#6 2025-04-16 08:24:22 +00:00
Add timetable fetching
Marceeli pushed to main at Fuji/Fuji 2025-04-16 08:21:42 +00:00
b75bb64242 Fix import statement and add timetable retrieval using current month's dates
ceea7a5262 Refactor Lesson model to use proper types for Change, Distribution, and Substitution
02e27165f3 Fix typo in get_timetable
428f66028a Im fucking dumb
ffebeb8dab Fix function names because im drunk and instead of get_timetable i wrote get_notes
Compare 9 commits »
Marceeli pushed to main at Fuji/Fuji 2025-04-05 11:37:37 +00:00
Marceeli pushed to main at Fuji/Fuji 2025-04-05 11:37:00 +00:00
e3bdc21381 Upload files to "content/projects"
Marceeli pushed to main at Fuji/Fuji 2025-04-05 08:25:03 +00:00
cdd2904f27 Refactor GradesPage to support semester selection and display grades accordingly
a4e938e90f Add semester saving to grades db and config file
Compare 2 commits »
Marceeli closed issue Fuji/Fuji#19 2025-04-03 16:57:05 +00:00
Add exams fetching
Marceeli closed issue Fuji/Fuji#21 2025-04-03 16:56:59 +00:00
Add exams saving to db
Marceeli opened issue Fuji/Fuji#22 2025-04-03 16:51:37 +00:00
Add exams screen
Marceeli opened issue Fuji/Fuji#21 2025-04-03 16:51:27 +00:00
Add exams saving to db
Marceeli opened issue Fuji/Fuji#20 2025-04-03 16:50:01 +00:00
Add exams model