microsoft / datamations

https://microsoft.github.io/datamations/
Other
67 stars 15 forks source link

Tracking points between key frames? #106

Closed jhofman closed 2 years ago

jhofman commented 2 years ago

The issue of tracking data points across key frames came up today.

Right now we don't handle this, but at some point we might want to (e.g., if we filter data or something like that).

Not urgent, but just creating this so that we don't lose it as something to think about.

jhofman commented 2 years ago

@giorgi-ghviniashvili did a first cut on this in the commit above, let's get some test cases to make sure this is working correctly.

giorgi-ghviniashvili commented 2 years ago

@sharlagelfand can you make some test specs for this?

jhofman commented 2 years ago

sounds like we need manual visual inspection of renderings w/ the R-generated point ids instead of automatic tests of json specs.

@sharlagelfand will use a local version of the shiny app on the as of now unmerged branch to visually check this.

one grouping is worked out and visual checks are good we can merge.

sharlagelfand commented 2 years ago

Can confirm on the visual checks, the R generated IDs look good and the same as when the IDs are generated on the JS side! 🎉

sharlagelfand commented 2 years ago

Will close when #118 is merged