This website requires JavaScript.
Explore
Help
Register
Sign In
dschick
/
git_brcal
Watch
1
Star
0
Fork
0
You've already forked git_brcal
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
e4d0ea2301
git_brcal
/
src
/
server
/
BreCal
/
database
History
Max Metz
3d2405e8fb
maintenance of API Input Validation (ship & times)
2024-09-04 10:27:46 +02:00
..
__init__.py
Adding validation rules (traffic light status) to the system. Post & Put calls of shipcalls and times now execute the traffic light evaluation and store the result in the connected MySQL database instance. The 'brecal_utils' library is merged with 'BreCal', including the stub objects and test functions. Requirements were adapted, and installation of a virtual environment works from scratch (on a linux system).
2023-10-19 18:32:49 +02:00
enums.py
participant flag also resolved
2024-08-27 21:16:49 +02:00
sql_handler.py
adaptation of traffic validation (resolving open issue)
2024-08-14 19:09:35 +02:00
sql_queries.py
maintenance of API Input Validation (ship & times)
2024-09-04 10:27:46 +02:00
sql_utils.py
Added input validation for API requests. Refactored some methods, added docstrings. Solved marshmallow-warnings in BreCal.schemas.model. Added unit tests, now totaling 215. Added proposals to refactor all SQL queries into an object at BreCal.database.sql_queries.SQLQuery for better standardization. Created a helper-object to handle Emails, which prepares the notification-feature.
2024-07-25 10:42:44 +02:00
update_database.py
Added input validation for API requests. Refactored some methods, added docstrings. Solved marshmallow-warnings in BreCal.schemas.model. Added unit tests, now totaling 215. Added proposals to refactor all SQL queries into an object at BreCal.database.sql_queries.SQLQuery for better standardization. Created a helper-object to handle Emails, which prepares the notification-feature.
2024-07-25 10:42:44 +02:00