git_brcal/src/server/BreCal
2024-04-29 16:51:41 +02:00
..
api fix for ship logical delete server-side 2024-04-13 15:59:51 +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 removing unused if-statements 2023-12-15 16:40:51 +01:00
impl Bugfix for creating new shipcalls 2024-04-13 16:00:42 +02:00
schemas fixed POST when a null evaluation enum is sent 2024-04-08 14:00:49 +02:00
services fixing: generator didn't stop after throw() 2024-04-29 16:51:41 +02:00
stubs fixes for errors reported in server log 2024-02-14 15:41:21 +01:00
validators adapting validation rules for version 1.2. Rules 0002: the time-difference threshold for 'disagreement' is expanded to 1 hour. There is now element-wise comparison of elements to circumvent instabilities from rounding pd.Timestamp objects. Rules 0001 L&M and 0003: created a feature flag, which skips the evaluation of Terminal times altogether. For version 1.2, this feature flag is enabled. 2024-04-29 12:59:14 +02:00
__init__.py Fixed SQL and added endpoint for history data 2024-01-13 19:09:50 +01:00
local_db.py changed local path 2024-01-15 17:00:19 +01:00