publish icon indicating copy to clipboard operation
publish copied to clipboard

Normalize Redux store

Open ohmoses opened this issue 5 years ago • 0 comments

—as discussed with Eduardo.

For example, right now when a document is referenced in another document, the referenced document is copied into state.document[referencingDoc].local[referenceField]; if the refererenced document is then changed, the change is not reflected in the referencing document. The referencing document should only hold IDs of the referenced documents.

ohmoses avatar Jul 24 '19 06:07 ohmoses