|
|
fd5bd76db2
|
Merge pull request #15 from puls200/feature/hotfix_20231110
Feature/hotfix 20231110
|
2023-11-10 18:07:12 +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
|
b2cde8b6f5
|
correcting the open issues from 09.11.2023 (0001 A-M was previously commited, 0006A+B are corrected herein)
|
2023-11-10 17:50:01 +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
|
d1f4703102
|
updating rules 0002 A-C (check_participants_agree_on_estimated_time) and 0004 B (typo in function)
|
2023-10-25 14:20:24 +02:00 |
|
scopesorting
|
25db0cf44f
|
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 |
|