substance / notes

Real-time collaborative notes editing.
Other
21 stars 5 forks source link

Removing figures #20

Closed Integral closed 8 years ago

Integral commented 8 years ago

We need some strategy for removing figures. E.g. when document got removed all images must be also removed from server. Here I have few questions. First of all - how we will do it? One option is hook before document removing and get all figures. Second question is what we want to do with figure removing without document removing. While the change could be undone we could lose a lot of space in server keeping unused figures. Any thoughts?

michael commented 8 years ago

Don't worry about it now... we will keep all images for now to support undo/redo. Later there will be some cleanup process that could also compress the changesets and that will be the time when we can wipe unused images.