zskarte / zskarte-client

Zivilschutz-Karte allows to draw situation maps for disaster management
https://www.zskarte.ch/
MIT License
13 stars 8 forks source link

never do an update of whole operation, only parts of it #394

Open swerder opened 5 months ago

swerder commented 5 months ago

Deactivate the "update" endpoint and add "archive" and "meta" instead. This allow more granular access control settings, and also prevent timing issues on concurrent updates (for e.g mapstate).

Also deactivate the "find" endpoint and use added "overview" instead, to lower the data transfared from server to client.

This branch is based on https://github.com/zskarte/zskarte-client/pull/393 and need refactoring if that one are not planed to be merged.

For the new endpoints it also need the merge from server: https://github.com/zskarte/zskarte-server/pull/70