scopesorting
|
a29b3ead0e
|
bugfix of 0004A and B, where the tide window may have deviated by few seconds, so the wrong state would be concluded.
|
2023-12-19 09:51:29 +01:00 |
|
scopesorting
|
d004e77650
|
created a feature flag, which disables the PORT_ADMINISTRATION validation rules. Currently, the flag is 'hardcoded' once in the library. Adapting the test to properly facilitate the feature flag
cherry picking the feature flag of 'port administration' rules
|
2023-12-15 16:40:51 +01:00 |
|
scopesorting
|
ad593ff2a2
|
more concise evaluation messages for 0001. Adding newlines (works on Windows) when multiple evaluation messages are shown. Properly adding the ShipcallType filters for each rule (whether incoming, outgoing or shifting). Added a regular expression to abbreviate an evaluation message when 512 characters are exceeded.
|
2023-12-01 09:44:22 +02:00 |
|
scopesorting
|
fce8ce0c68
|
changing the ParticipantType to an IntFlag, so multiple roles are possible. Adapting every validation rule (0001, 0003, 0004, 0005), which may be affected by this change. Changing the filter for a participant type to properly include the change. Changing the pier_side rule (0006B), which uses the shipcall and times_terminal. New shipcalls should now be evaluated properly, unless no participant is assigned at all. If the ladder case can occur, the validation rules 0001N+0001O will be added (held back for now).
|
2023-12-01 09:44:09 +02:00 |
|
scopesorting
|
6f9b4a6b5a
|
removing verbosity in validation rule functions, and returning 'None', when a selected times dataframe is empty. In case of empty results, the function now properly computes the delta towards a query time and returns YELLOW, when a violation is observed. This should finally fix the bugs for 0001 A-M
|
2023-12-01 09:43:49 +02:00 |
|
scopesorting
|
9a12d74e77
|
updating validation rules 0001 A-M. Instead of filtering by times_df (which may not exist), the rules make use of the shipcall_participant_map. When one of the participants in a rule is not assigned, no violation is observed. When there are multiple entries of a participant (due to an input bug), the function still verifies properly. When critical time is observed, and there is not yet an entry for the respective key time, there will be a 'yellow' state.
|
2023-12-01 09:43:31 +02:00 |
|
scopesorting
|
21e9c75781
|
typo.
|
2023-11-14 12:07:59 +01:00 |
|
scopesorting
|
c6d1bf30a6
|
adapting rules 0001-L & 0001-M (times terminal) and 0006-B. However, for 0006-B the provided solution is not verified, as the errors could not be reproduced locally.
|
2023-11-14 12:06:39 +01:00 |
|
scopesorting
|
e9aace6268
|
creating stub objects for every single validation function. Unit tests are created for each function to check whether they return 'GREEN' whenever no violation is expected, or 'YELLOW'/'RED' when a rule violation is artificially forced. The test framework now successfully runs 116 unit tests. Adapted some validation functions, applied refactoring and solved potential obstacles along the way. At least from the perspective of unit tests, every function now works as expected.
|
2023-11-10 17:59:08 +01:00 |
|
scopesorting
|
8e2e676cb0
|
hotfixing open errors, as defined by Daniel Schick and Christin Hollman (26.10. and 27.10.). Adding descriptions for the error codes instead of using 'cryptic' function names. This should make the application much more readable.
|
2023-10-31 18:15:59 +01:00 |
|
scopesorting
|
1f29aca6d0
|
correcting an import error for 'evaluate_shipcall_state', updating misc/Deployment to describe the creation of a virtual environment, Python installation and running tests (pytest and pytest-coverage).
|
2023-10-19 18:32:49 +02:00 |
|
scopesorting
|
cdb7877461
|
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 |
|