Does anyone have suggestions for a snapshot histor...
# present-company
c
Does anyone have suggestions for a snapshot history UX for multi-dimensional data (like Excel, but with more dimensions)? It seems that most implementations for Figma, Google Workspace, and Microsoft Office 365 are pretty basic, but maybe that’s all people expect, so it’s not worth the effort to try to be clever. What do others think? I’d be pretty curious for people to suggest products which were able to “double count” the typical “snapshot” UX by thoughtfully pairing it with another need like audit-ability. For example: Procreate has a way to see the timelapse of changes to a piece of art over time. Or, you could use snapshots as a way to tell a story with data, by selecting interesting snapshots to be used as “key frames” in a presentation.
m
can you expand on the meaning of "snapshot history UX for multi-dimensional data"
j
Perhaps a video-like interface with scrubbing plus highlighting of each individual change during the playback?
l
Oh oh! Make it tilt in 3d to reveal each cell as having a tail/graph or at least git-like commit tree with dots along z-axis (time). Scroll the sheet along z-axis to reveal the values in the cell when they pass along the dot!
While nicely flashing the cells that gets changed (in authors color), to give at-a-glance info when scrolling fast.
Detect/store special changes and vizualize appropriately, eg. a move/duplicate (ctrl-x/v/v). Assume nr changes are smooth/fit graph along z. For images, morph 'ed (XD)! For colors, smooth transition them! (or have it snap, depending on ctx). The trail interface, while also amazing in VisionPro/VR, allows for a quick intuitive sense of the sheet's evolution through time, space, collaborators, and sections. Combine with LLM's or other to write telescopic text summaries of changes. Non-linear timescale to have it based both on time and change density (cognitive wise, not necessarily data-wise); ability to affect this parameter along with the space-between change-regions to create clearer clusters of editing sessions, or parameter for conceptual/spacial regions, to separate edit history, recursively, into more specific areas of interest. (eg. if code, how has this functionality changed? keeping it in center while files surrounding content may move around it, while its origin story unfolds as it splits and merges across locations (+ utilizing data flow/dependency graph, to bring surrounding functionality ctx in the periphery.
c
@Mariano Guerra – this is the conventional approach to snapshot history UX that I’m referring to. In my application, “multidimensional data” is basically just like rows in a typical database, where each column in the database is a “dimension”. A key difference is that “dimensions” can be re-used in multiple tables and used for joining and comparing across datasets. The primary function I hope to use snapshots for is not data-entry, though. It’s “data modeling” and experimentation. E.g. Setting up data visualizations and control knobs on a canvas interface. So, if someone accidentally deletes a canvas of control knobs and visualizations, that canvas can be restored from a week ago through browsing this “snapshot history”
@Leonard Pauli – I like the idea a lot conceptually. I think there’s potentially something very feasible with respect to filtering changesets based solely on which canvas is being viewed or which visualization is selected.