dbpedia / databus

A digital factory platform for managing files online with stable IDs, high-quality metadata, powerful API and tools for building on data: find, access, make interoperable, re-use
Apache License 2.0
41 stars 17 forks source link

collection issues #21

Closed JJ-Author closed 1 year ago

JJ-Author commented 2 years ago
holycrab13 commented 1 year ago

Note to self: Editing collections in multiple tabs leads to unwanted overrides. A system is needed that keeps a hash in the storage to sync up loaded content of tabs

holycrab13 commented 1 year ago

A fix for this is in: Each tab now holds a hash of the collection in memory and checks it against a hash in the local storage. Saving to the local storage also changes the hash in the storage Hash mismatch between memory and storage triggers reload from storage

Changing a collection value in one tab now changes the value in all tabs.