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 Oct 1, 2022. It is now read-only.
Currently if a user deletes something, other users who have already loaded
the page don't see the object disappear until they force a browser refresh.
This could very easily be implemented by having a "deleted" column on the
geometry table instead of actually deleting the row. This has the
added benefit of making it so data is not lost.
This could then be picked up as a "change" and the web interface could
see that it was deleted and remove it.
The text was updated successfully, but these errors were encountered:
Currently if a user deletes something, other users who have already loaded
the page don't see the object disappear until they force a browser refresh.
This could very easily be implemented by having a "deleted" column on the
geometry table instead of actually deleting the row. This has the
added benefit of making it so data is not lost.
This could then be picked up as a "change" and the web interface could
see that it was deleted and remove it.
The text was updated successfully, but these errors were encountered: