Commit Graph

354 Commits

Author SHA1 Message Date
af53b0310f refactor: update import statement and enhance word_to_semap function with AI parameter 2025-09-01 14:32:05 +02:00
ce7d22b26b feat: add from_LehmannsSearchResult method to BookData for processing Lehmanns search results 2025-09-01 14:31:46 +02:00
5f15352401 feat: implement NewEditionCheckerThread and related utility functions for book data processing 2025-09-01 14:31:23 +02:00
7da2b3f65d feat: add getProfMailById method to retrieve professor's email by ID
refactor: reorganize import statements and clean up commented code
2025-09-01 14:31:02 +02:00
5bf5eeae00 add APIs to parse data from SWB and Lehmanns 2025-09-01 14:30:37 +02:00
c6cbb1d825 refactor: reorganize imports and enhance Mail_Dialog to handle accepted_books 2025-09-01 14:30:10 +02:00
3bfb788f42 refactor: update __all__ exports and reorganize imports in __init__.py 2025-09-01 14:29:50 +02:00
1c5dfc8f3e sort imports 2025-09-01 14:29:32 +02:00
4c26aa8d21 fix: correct parameter name in QFileDialog method 2025-09-01 14:29:17 +02:00
b67a160e7a add sound to be played once check complete 2025-09-01 14:28:59 +02:00
d8fabdbe11 add progressbar for checking editions 2025-09-01 14:28:39 +02:00
ee8ea9dfda add files for edition checker 2025-09-01 14:28:05 +02:00
ec0f72337d add ui files for edition checker 2025-09-01 14:27:48 +02:00
6ae52b6626 add new mail template 2025-09-01 14:27:20 +02:00
f4d548d91a Bump version: 0.2.1 → 1.0.0 v1.0.0 2025-07-03 12:34:56 +02:00
18b787dcad Merge branch 'dev' 2025-07-03 12:33:51 +02:00
8d94abfb1a manually bump version back to current 2025-07-03 12:14:36 +02:00
83e6446b16 allow dirty version bumps 2025-07-03 12:13:18 +02:00
88b6e8fc6a update gitignore, add test.py to be ignored 2025-07-03 12:10:50 +02:00
d4eae2b71e remove unneeded mail file 2025-07-03 11:22:38 +02:00
7c756c2f21 add mail folder to build command 2025-07-03 11:22:16 +02:00
5951081efa update build script 2025-07-03 10:37:49 +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
290395d38d add error checking for non-existent users trying to log in 2025-07-03 09:22:43 +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
42dc945ab6 change critical to debug for database path log 2025-07-03 07:22:26 +02:00
9b0bf3663b rework quiet handler, use logging to log to file 2025-07-03 07:22:06 +02:00
981fee5d7f add warning widget 2025-07-03 07:21:37 +02:00
3d15609536 update build: remove folders from previous build 2025-07-03 07:21:16 +02:00
a6d9498b39 rework documentation launch, use generated files instead of pure mkdocs, add quiet handler for use with logging in terminal 2025-07-03 07:20:57 +02:00
30228fd267 update build command 2025-07-02 11:00:56 +02:00
cd255696f0 rework documentation launch 2025-07-02 08:30:56 +02:00
5eccbebef7 add pyramid dependency for documentation hosting 2025-07-02 08:30:19 +02:00
bc061dcbc6 add .version file 2025-07-02 08:29:58 +02:00
7e0e26619f revert version 2025-07-02 08:29:44 +02:00
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