sandialabs / slycat

Web-based data science analysis and visualization platform.
http://slycat.readthedocs.org
Other
75 stars 19 forks source link

Implement localStorage based coordination between a model's components #693

Open alexsielicki opened 7 years ago

alexsielicki commented 7 years ago

We currently coordinate communication between a model's components inside ui.js by responding to events triggered inside each component. In order to get closer to #418, let's change this to use localStorage for this coordination.

alexsielicki commented 6 years ago

Review this alternative method for cross-window communication: https://javascript.info/cross-window-communication