edd57011e0
feat: add build script
2025-06-25 14:37:41 +02:00
5f6af18ca9
chore: update dependencies
2025-06-25 14:37:30 +02:00
612020e495
chore: change logo
2025-06-25 14:37:16 +02:00
08b23f01f8
update main file to create application and check for wizard need
2025-06-24 15:48:03 +02:00
4bc7901c93
Merge pull request 'dev_database_issue' ( #11 ) from dev_database_issue into dev
...
Reviewed-on: #11
2025-06-24 12:47:11 +01:00
c06ff40fd6
fix issue with database path falling back to faulty path
...
update logic in welcome wizard, add checks for qapplication instance
2025-06-24 13:46:08 +02:00
3d164898bf
rework graph to include semester generation, fix bug where y-values were extracted wrong
2025-06-20 09:09:28 +02:00
86849b67f5
rework semester class using chatgpt - fixes offset bug, implements generate_missing function
2025-06-18 13:32:59 +02:00
7eb55c21d0
migrate from PyQt6 to PySide6, remove unneeded dependencies
2025-06-17 16:21:56 +02:00
c3d9daa1b0
replace datagraph with dataqtgraph implementation to fix a scrolling bug
2025-06-17 16:13:20 +02:00
fdab4e5caa
start work on welcome wizard
2025-06-10 16:23:29 +02:00
dbad7165bc
refactor: update configuration handling and OpenAI client initialization
2025-06-06 11:14:56 +02:00
2eceb07c0b
delete unneeded files
2025-06-03 15:28:47 +02:00
3fbb8bbd52
add openai model to config, rework logging to use appdirs logging dir
2025-06-03 15:28:14 +02:00
9684229fc2
add appdirs dependency
2025-06-03 15:27:31 +02:00
a7b82ee3be
update lockfile
2025-06-03 13:17:55 +02:00
771062ab7f
add openai implementation to take over some parsing functionality
2025-06-03 13:17:36 +02:00
b874656eba
set log level to INFO for improved logging clarity
2025-06-03 13:17:13 +02:00
abe17d8c57
fix path decoding
2025-06-03 13:16:03 +02:00
d02a8a271f
rework wordparser
...
- add dropdown selector
- fix bug where Telefon: key got overwritten
2025-06-03 13:15:06 +02:00
e29b630405
include chatgpt section to config
2025-06-03 13:14:13 +02:00
bb4c4c4003
add openai dependency
2025-06-03 13:13:50 +02:00
b1d523f574
update wordparser
2025-05-26 13:22:47 +02:00
c77bdbc3de
Update .gitea/workflows/release.yml
2025-05-20 07:28:54 +01:00
8036a7cb3c
Update .gitea/workflows/release.yml
2025-05-20 07:28:38 +01:00
72fb775257
Update .gitea/workflows/release.yml
2025-05-20 07:23:39 +01:00
85b696f089
Update .gitea/workflows/release.yml
2025-05-20 07:23:06 +01:00
ac7c7ad60c
fix typo #2
2025-05-14 15:06:24 +02:00
da5fb285c8
Merge pull request 'dev' ( #8 ) from dev into main
...
Reviewed-on: #8
2025-05-14 14:05:34 +01:00
3bfc7a2672
fix typo
2025-05-14 15:04:56 +02:00
55d172b9a5
update wf
2025-05-14 15:02:44 +02:00
2785314e7c
add lockfile
2025-05-14 15:02:22 +02:00
139396081b
Merge pull request 'Add new changes to main' ( #7 ) from dev into main
...
Reviewed-on: #7
2025-05-14 13:58:47 +01:00
f1c58699b0
add manual release workflow
2025-05-14 14:58:04 +02:00
6f670aa1c4
Update PyQt6 UI code generator version in multiple UI files
2025-05-14 14:41:12 +02:00
ef78d9ff0d
add local files to exclusion list
2025-05-14 14:38:17 +02:00
0c53778f99
Refactor database message handling to support multiple messages and enhance type hints across various classes
2025-05-14 14:34:40 +02:00
0fdc904d2d
Merge pull request 'Merge dev to main, nearing completion' ( #6 ) from dev into main
...
Reviewed-on: #6
2025-05-13 15:32:46 +01: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
4a3a95623a
delete old, dupe files
2025-05-13 15:43:07 +02:00
0c8ecb2054
Remove unused imports and clean up code structure across multiple files
2025-05-13 11:39:47 +02:00
99b9f50784
rework database to use json string instead of dataclass dump. Prevents failed decodings, makes contents searchable, if needed
2025-05-13 11:37:25 +02:00
8f90247e98
Refactor UI and remove unused tests
...
- Deleted the generated UI file `untitled_ui.py` as it is no longer needed.
- Updated `search_statistic_page.ui` to enhance table properties, including grid style and sort indicators.
- Modified `search_statistic_page_ui.py` to reflect changes in the UI file and improve table header settings.
- Improved cleanup logic in `richtext.py` to ensure files are only deleted if they exist.
- Adjusted spacing in document generation for better formatting.
- Removed obsolete test files: `database_test.py`, `many_webrequest_test.py`, `test_database.py`, and `webrequest_test.py` to clean up the test suite.
2025-05-12 15:26:58 +02:00
d71de1bd1a
add files from folder merger
2025-05-12 09:05:09 +02:00
5ac3509548
delete old files
2025-05-12 08:59:13 +02:00
c364a38649
Merge pull request 'Merge changes from agent_branch to dev' ( #5 ) from dev_fix_media_not_adding_agent into dev
...
Reviewed-on: #5
2025-05-09 10:58:42 +01:00
468e8674ab
update logging, update docuprint add new ui for generating documents
2025-05-09 11:57:18 +02:00
f7ea6f5d34
remove logs from tracker
2025-05-08 09:00:08 +02:00
20d07f5775
add. closes #3 closes #4
2025-04-28 15:45:20 +02:00
8c68655f9f
add type checking, error handling, fix search issue. Closes #3 Closes #4 Fixes #3 Fixes #4
2025-04-28 15:36:29 +02:00