Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

CreateLayers: Backend Tasks #1336

Description

@danielsteinkogler

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).
  • Change create layer: don't include map_id in the dto and in the path.

Endpoints and actions

  • Create action for creating layer
  • 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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions