|
|
c322564996
|
Fixed ship add in backend
|
2024-12-05 08:51:02 +01:00 |
|
|
|
0d7861ec36
|
If a PUT or DELETE operation is attempted on a non-existant object, 404 is returned
|
2024-10-21 10:37:35 +02:00 |
|
Max Metz
|
7abf0e26e2
|
when a ship is deleted, the IMO is no longer considered to exist
|
2024-09-18 08:34:21 +02:00 |
|
Max Metz
|
aaea8441f6
|
shifting the ship-id check into the validation object
|
2024-09-12 10:22:27 +02:00 |
|
Max Metz
|
82ad56812e
|
correcting an issue in the DELETE methods for SHIPS and TIMES, where the ID may have been provided as a null value or was incorrectly converted (string instead of integer)
|
2024-09-12 10:19:26 +02:00 |
|
Max Metz
|
ab7b1ed34f
|
every ValidationError is defined to return a dictionary. In case of validation errors without such a call, a function enforces a default with an undefined key to ensure the correct format.
|
2024-09-05 12:46:04 +02:00 |
|
Max Metz
|
3d2405e8fb
|
maintenance of API Input Validation (ship & times)
|
2024-09-04 10:27:46 +02:00 |
|
Max Metz
|
4b5ff90b34
|
properly serializing ValidationError exceptions.
|
2024-09-04 08:30:46 +02:00 |
|
Max Metz
|
d54fed9160
|
corrected open issues of the API validation functions. Made some validation errors more verbose, improved robustness, refactored some of the methods and adapted many unit tests to the novel format.
|
2024-08-06 20:46:40 +02:00 |
|
Max Metz
|
3d2e1f5158
|
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 |
|