Currently we have Endpoints for creating and deleting layers. However, there are some tasks to do: - [ ] order index of layer within map has to be added to database - [ ] if a layer is deleted, it should only be a soft delete so that it can be easily restored (@markus2330 please correct us if this is not intended). - [x] Change create layer: don't include map_id in the dto and in the path. Endpoints and actions - [x] Create action for creating layer - [x] Create action for deleting layer - [ ] Create endpoint and action for renaming layer (PUT /maps/<map_id>/layers/<layer_id>/name) - [ ] Create endpoint and action for changing order of layer (PUT /maps/<map_id>/layers/order)
Currently we have Endpoints for creating and deleting layers. However, there are some tasks to do:
Endpoints and actions