sirix-svelte-frontend
sirix-svelte-frontend copied to clipboard
Allow for edits to resources in the /database route
We should possibly allow for updates to resources to be done from the resource view. The possibility to update can only be allowed when is viewing the latest revision. This is independent of #12, which would also edits, as this issue is for a point-and-click option.
You can also revertTo an old revision, do update operations and commit a new revision. All revisions in-between will still exist :-)
Sounds great.
Ah, so it is possible to do updates on an old revision, and use (the updated version of) the old revision as the next revision.