git_brcal/src/server/BreCal
2024-09-04 12:11:32 +02:00
..
api properly serializing ValidationError exceptions. 2024-09-04 08:30:46 +02:00
brecal_utils 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-17 09:09:35 +02:00
database maintenance of API Input Validation (ship & times) 2024-09-04 10:27:46 +02:00
impl potentially resolving the 'Unknown column ... in 'field list' issue 2024-08-28 18:44:45 +02:00
schemas adding input validation for time intervals 2024-09-04 10:27:38 +02:00
services 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
stubs maintenance of API Input Validation (ship & times) 2024-09-04 10:27:46 +02:00
validators fixed serialization of marshmallow.ValidationErrors. This was caused by the 'valid_data' containing datetime objects, which were not serializable natively. 2024-09-04 12:11:32 +02:00
__init__.py Created test version including version bump to 1.5.0 2024-08-30 11:27:10 +02:00
local_db.py Created test version including version bump to 1.5.0 2024-08-30 11:27:10 +02:00