git_brcal/src/server/BreCal/validators
2025-07-25 13:33:18 +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-17 09:09:35 +02:00
input_validation_ship.py Fixed ship add in backend 2024-12-05 14:47:20 +01:00
input_validation_shipcall.py Fix bug when checking for assigned pilot in case tidal times are changed 2025-02-10 08:18: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 Allow special characters &,-,_ for ship name and callsign 2025-07-25 13:33:18 +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 split up red / yellow evaluation errors on separate notification types (time_conflict(red), missing_data(yellow)) 2025-01-13 16:31:32 +01:00