You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
@markus2330 since I'm touching layers in a migration, do we need is_alternative still?
We also talks a bit about soft deletion of layers, what do you think about
DELETE /maps/<map_id>/layers/<layer_id> sets a field marked_for_deletion: Date, which is set for 30 days in advance. Then a crone job deletes all marked layers after 30 days.
Thoughts for the future: Even building some UI for restoring would be possible. If you like the idea I'll write a usecase for soft-deletion of layers and maps.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently we have Endpoints for creating and deleting layers. However, there are some tasks to do:
Endpoints and actions
The text was updated successfully, but these errors were encountered: