Swirrl / drafter

A clojure service and a client to it for exposing data management operations to PMD
Other
0 stars 0 forks source link

Modified times aren't kept up to date in a draftset's modified times graph as live data changes. #535

Open ricroberts opened 3 years ago

ricroberts commented 3 years ago

With the changes from #506 around tracking modified dates, modified times aren't kept up to date in a draftset's modified times graph as live data changes.

This means that someone querying the modified times graph to to know when graphs in the union-live graph set have changed will need to query both live and draftsets's modified times.

This could do with being improved so that times are kept up to date in a draftset's modified times graph, to make it more natural when using union-with-live.

lkitching commented 1 year ago

Re-opening because I don't think that has been done(?). Changes merged into live are not merged back into other draftsets, so the modified time in live could be more recent than a draft change.