This repository has been archived on 2020-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
statuspage/app
surtur fc0051b243
feat: added complete CRUD functionality for service and user
* aside from slight refactors there have been route changes
  (/api/v1/service/ --> /api/v1/service)
* added helper little function for grabbing user and service ids
* refactored a couple of return statements
* added separate models for updates
* adjusted error handling behaviour: more general 422 is now returned
  (previously 404 was used) --> hopefully leaking less information
* updates are divided into multiple queries **as of now**, mainly due to
  my sqlalchemy amateurism: can't figure out how to construct a proper
  multi-column-update query programatically
2020-08-07 02:00:35 +02:00
..
__init__.py feat: added project files 2020-07-30 23:26:57 +02:00
crud.py feat: added complete CRUD functionality for service and user 2020-08-07 02:00:35 +02:00
database.py chore: print generated/executed SQL 2020-08-07 01:51:06 +02:00
main.py feat: added complete CRUD functionality for service and user 2020-08-07 02:00:35 +02:00
models.py chore: aligning models and schemas 2020-08-07 01:56:18 +02:00
schemas.py feat: added complete CRUD functionality for service and user 2020-08-07 02:00:35 +02:00