CenterForDigitalHumanities / rerum-cloud

GCS RERUM
1 stars 1 forks source link

Pretty print output in returned objects #1

Open cubap opened 7 years ago

cubap commented 7 years ago

@cubap commented on Wed Jan 18 2017

In GCS, ancestors may help here.

Versions are the history of each object. When an update is made, the old version is first deprecated into a new object with its date of demotion. If someone wants to request the version history (or a specific one) we'll need to allow for that.

Forked versions may share a history, but lead to multiple current versions. We'll need to consider use cases carefully.

Applications may also force an update without versioning for minor changes, though this ought to be discouraged.