Commit Graph

30 Commits

Author SHA1 Message Date
3cc6e793d2 more AI optimizations, reworked logger 2025-10-09 12:35:15 +02:00
06965db26a minor and major reworks: rename swb to SRU, add a test for pdf parsing
major: rework mail to send mail as plaintext instead of html, preventing the bleed-in of html text
2025-10-07 14:15:10 +02:00
d35b2e816e UI: refactor mail template dialog for plaintext handling, improve logging, and update UI elements 2025-09-22 09:47:18 +02:00
7be9dba9ca refresh displayed table entities after signatures were checked 2025-09-08 10:35:29 +02:00
373257864f update searchpage, add updater thread and emit signal for progress bar
add context menu and related actions
2025-09-03 12:33:52 +02:00
8cce13f6e5 UI-Statistics: add button for mass extend, add extend functionality 2025-09-03 10:36:07 +02:00
2e3845b568 update search page to show no resutl found message and tell how to search 2025-07-03 09:58:11 +02:00
6d8051e4e6 fix: fix display of apparatsdata in table on doubleclick, was broken due to old dict usage instead of apparat class 2025-07-03 09:22:21 +02:00
981fee5d7f add warning widget 2025-07-03 07:21:37 +02:00
7eb55c21d0 migrate from PyQt6 to PySide6, remove unneeded dependencies 2025-06-17 16:21:56 +02:00
dbad7165bc refactor: update configuration handling and OpenAI client initialization 2025-06-06 11:14:56 +02:00
3fbb8bbd52 add openai model to config, rework logging to use appdirs logging dir 2025-06-03 15:28:14 +02:00
b874656eba set log level to INFO for improved logging clarity 2025-06-03 13:17:13 +02:00
f7c499ea6e Refactor logging setup across multiple modules to use loguru with consistent configuration
- Updated logging initialization in MessageCalendar, admin_edit_prof, elsa_main, graph, iconLine, searchPage, and richtext modules to use loguru.
- Changed log rotation and retention settings for log files to improve log management.
- Replaced logger.debug/info calls with log.debug/info for consistency.
- Fixed a typo in the searchPage UI and updated related references in the UI files.
- Removed unused imports and cleaned up code for better readability.
2025-05-13 15:49:52 +02:00
0c8ecb2054 Remove unused imports and clean up code structure across multiple files 2025-05-13 11:39:47 +02:00
d71de1bd1a add files from folder merger 2025-05-12 09:05:09 +02:00
468e8674ab update logging, update docuprint add new ui for generating documents 2025-05-09 11:57:18 +02:00
424411b077 add type checking, update deletion function in searchpage, add function to import apparat data from document 2025-04-28 15:31:35 +02:00
e6bbc469b1 update logging to be on a per file basis 2025-04-28 10:43:45 +02:00
f6f9f89354 refactor: clean up unused imports and improve code organization 2025-03-26 10:21:11 +01:00
08cd18f3f1 rebase codebase, delete trunk, move threads to backend 2025-01-14 16:20:08 +01:00
997d618ff1 fix broken files after faulty update 2025-01-14 08:51:58 +01:00
eda556b5ea rework logging, add more dataclasses, reworked config 2024-12-17 10:02:56 +01:00
WorldTeacher
2137799f9b rework prof data gathering 2024-10-29 13:07:21 +01:00
WorldTeacher
cd74214c17 rework prof data using dataclass, change database code, fix bugs 2024-09-23 15:45:42 +02:00
WorldTeacher
fba35cdf25 various updates and changes, move admin widgets into different seperate dialogs 2024-08-08 14:40:38 +02:00
WorldTeacher
aabc38d059 various changes, new dialogs 2024-06-20 14:55:54 +02:00
WorldTeacher
f799a01e14 changes + bugfix
change logger code
add functionality to detect correct deletable semaps based on semester
data
2024-06-18 14:13:12 +02:00
WorldTeacher
b0ed5317f5 searchpage updates 2024-06-13 09:34:53 +02:00
WorldTeacher
f8e8e1fa18 add statistics widget & code 2024-06-12 09:51:56 +02:00