v0.9-release-candidate-3
Pre-release
Pre-release
·
914 commits
to main
since this release
ADDED
- Added programm check if there is some data in report storage database. If there's nothing in DB - program won't allow you to use report recreation function and print informational message that DB is empty
- Added exception handler for DB report recreation in case you'll try to recreate report ID which folder already exists in DPULSE root
DELETED
- Deleted read_config function in pdf_report_creation.py
CHANGED
- Changed program structure by adding service folder with new db_processing.py and files_processing.py modules
- Some CLI changes and improvements
- Moved DB processing functions to service/db_processing.py
- Moved some parts of code from pdf_report_creation.py to db_processing.py and files_processing.py in service folder