git_brcal/src/server/BreCal/validators
2024-12-07 14:49:58 +01: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-17 09:09:35 +02:00
input_validation_ship.py Fixed ship add in backend 2024-12-05 08:51:02 +01:00
input_validation_shipcall.py fixed missing shipcall id in backend result 2024-12-07 14:49:58 +01:00
input_validation_times.py serverside fixes for detecting unchanged time values 2024-11-14 11:45:24 +01:00
input_validation_utils.py Added validation rules regarding port_id (for berth and participant assignment) 2024-10-23 09:55:56 +02:00
input_validation.py Allow new shipcalls up to 1 day in the past for serverside validation 2024-11-08 09:37:46 +01:00
schema_validation.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-17 09:09:35 +02:00
time_logic.py Times POST no longer raises a ValidationError when the provided time is in the past. 2024-09-10 14:17:03 +02:00
validation_base_utils.py resolving an issue where missing values for 'flags' in the Shipcall would cause rule-violations 2024-08-12 19:56:26 +02:00
validation_error.py Fixed tidal window validation and description output 2024-10-19 19:59:17 +02:00
validation_rule_functions.py adapting traffic light validation 0002-C. This no longer requires ETA verification. Adapted the description when the error occurs and renamed the function. 2024-09-04 12:21:22 +02:00
validation_rules.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