This website requires JavaScript.
Explore
Help
Register
Sign In
dschick
/
git_brcal
Watch
1
Star
0
Fork
0
You've already forked git_brcal
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
24e7f0f6f4
git_brcal
/
src
/
server
/
BreCal
/
api
History
Daniel Schick
7baa7b0220
Added event type evaluation and storage of selection bitflag. Fixed some details in the UI
2025-02-10 08:18:44 +01:00
..
__init__.py
shipcall, ship, times and user verify the validity of JSON data when receiving POST/PUT requests.
2024-08-14 15:49:28 +02:00
berths.py
added port_id and ports endpoint to flask app (no validation yet!), reading works
2024-09-13 17:45:31 +02:00
history.py
creating default handlers for every kind of Exception in the /api/ routes. Those default functions also create automatic logging with the .warning level. Relocated the .impl-calls into the Try-Exception-blocks, so they are properly logged and avoid system failures.
2024-09-09 12:46:55 +02:00
login.py
added a user login
2023-06-23 15:20:26 +02:00
notifications.py
fixed missing info in notification API
2024-12-19 10:48:36 +01:00
participant.py
added port_id and ports endpoint to flask app (no validation yet!), reading works
2024-09-13 17:45:31 +02:00
ports.py
added port_id and ports endpoint to flask app (no validation yet!), reading works
2024-09-13 17:45:31 +02:00
shipcalls.py
If a PUT or DELETE operation is attempted on a non-existant object, 404 is returned
2024-10-21 10:37:35 +02:00
ships.py
If a PUT or DELETE operation is attempted on a non-existant object, 404 is returned
2024-10-21 10:37:35 +02:00
times.py
If a PUT or DELETE operation is attempted on a non-existant object, 404 is returned
2024-10-21 10:37:35 +02:00
user.py
Added event type evaluation and storage of selection bitflag. Fixed some details in the UI
2025-02-10 08:18:44 +01:00