Prefeat/skip (#188)

* refactor: refactor size of event list
* refactor: optimise event mutations
* refactor: prepare skip feature
* refactor: update tests
* refactor: simplify type assertion
This commit is contained in:
Carlos Valente
2022-08-09 14:02:46 +02:00
committed by GitHub
parent 9b5d536378
commit b80ae543a4
10 changed files with 370 additions and 85 deletions
+1
View File
@@ -27,6 +27,7 @@ router.post('/', eventsPost);
router.put('/', eventsPut);
// create route between controller and '/events/' endpoint
// DEPRECATED
router.patch('/', eventsPatch);
// create route between controller and '/events/reorder' endpoint