Nicolai Ort niggl
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 18:37:16 +00:00
4f01baaa23 Added the enabled flag for scanstations
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 18:36:59 +00:00
09b37f0ff2 Fixed typo
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 18:19:22 +00:00
324d5709e3 Added tmp files to gitignore
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 18:18:28 +00:00
3f23e4f1f1 Added scan get tests
niggl commented on issue lfk/backend#67 2021-01-07 18:09:00 +00:00
Scan API

I implemented most endpoints for the scanstations.

We have two options of "disableing" a scanstation:

  1. Just delete it -> This would mean that all scans created by this station would lose their…
niggl opened issue lfk/backend#76 2021-01-07 17:59:28 +00:00
Cleanup: Method nameing and folder sort
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 17:53:10 +00:00
9776a35f9f Track deletion now recognizes associated stations
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 17:48:59 +00:00
9b9ee70288 Implemented cascading station deletion
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 17:39:39 +00:00
2628f69651 Implemented scan station creation
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 17:35:20 +00:00
b9c0a32862 Implemented single scan station get +e errors
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 17:05:56 +00:00
82644a2ff4 Implmented getting all scan stations
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 16:35:38 +00:00
3d2c93b5ac Added (scan) stations as a new permission target
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 16:31:45 +00:00
c447114297 Added a ScanStation response class
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 16:29:24 +00:00
857de9ffcc Added Creation class for ScanSatations
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 16:16:37 +00:00
eea656bd7b Added a barebones scanstation controller
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 16:12:16 +00:00
eec5284306 Implemented "normal" scan updateing
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 16:03:41 +00:00
88a6a768c4 Implemented scan deletion
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 15:59:59 +00:00
edac1a224c Fixed runner scan validation bug
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 15:38:44 +00:00
e67d1c5697 Fixed scan runner in response
niggl pushed to feature/67-scan_apis at lfk/backend 2021-01-07 15:32:18 +00:00
30502ec949 Fixed Creation of normal scans