Marceeli
  • Joined on 2025-04-03
Marceeli commented on issue Fuji/Fuji#23 2025-04-19 08:23:17 +00:00
Review SDK plan lekcji

Wszystko naprawione

Marceeli pushed to main at Fuji/Fuji 2025-04-19 08:22:36 +00:00
528ed35c17 Extract HomePage components to another file for readability
Marceeli pushed to main at Fuji/Fuji 2025-04-19 07:51:50 +00:00
c90768dcf2 Remove homeutils and add RecentGradesColumn component to components/home.py and format_grade to utils.py
771be4d84d Remove unused imports from main.py
Compare 2 commits »
Marceeli pushed to main at Fuji/Fuji 2025-04-19 07:49:19 +00:00
3be2e5ef82 Update .gitignore to include .venv
Marceeli pushed to main at Fuji/Fuji 2025-04-19 07:30:31 +00:00
e74a6ef9cd Merge pull request 'Create exams page prototype' (#24) from mily/Fuji:main into main
2fe24aecf1 Fix timetable error when Room is null
437c5ec17b Add logging out
091d459574 Home: create bar with full name and class
c92f13d8ab Create exams page prototype
Compare 5 commits »
Marceeli merged pull request Fuji/Fuji#24 2025-04-19 07:30:29 +00:00
Create exams page prototype
Marceeli commented on pull request Fuji/Fuji#24 2025-04-19 07:27:34 +00:00
Create exams page prototype

oh it works now lmao

Marceeli commented on pull request Fuji/Fuji#24 2025-04-19 07:27:18 +00:00
Create exams page prototype

the fuck

Marceeli pushed to main at mily/Fuji 2025-04-19 07:26:44 +00:00
2fe24aecf1 Fix timetable error when Room is null
437c5ec17b Add logging out
091d459574 Home: create bar with full name and class
c92f13d8ab Create exams page prototype
952fbed080 Update requirements.txt
Compare 5 commits »
Marceeli pushed to main at Fuji/Fuji 2025-04-18 19:02:17 +00:00
952fbed080 Update requirements.txt
Marceeli pushed to main at Fuji/Fuji 2025-04-18 07:43:57 +00:00
a62ebeac99 Handle missing subject in from_hebe_dict method by falling back to event name
Marceeli pushed to main at Fuji/Fuji 2025-04-18 07:41:30 +00:00
512fcf45f5 Refactor Timetable model to change start and end fields from string to time type
dc79405e42 Refactor Lesson model to use time type for start and end fields and update from_hebe_dict method for date conversion
Compare 2 commits »
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 »