nasa-jpl / sstmp

Solar System Treks Mosaic Pipeline
Apache License 2.0
12 stars 4 forks source link

UI rewrite #8

Open foobarbecue opened 4 years ago

foobarbecue commented 4 years ago

The UI was thrown together using direct dom manipulation. Eventually, it should be rewritten using a UI state object and one or more render functions. It might be worth using a UI framework like react, hyperapp or marko.

In a re-architechted UI I imagine we might have something like:

foobarbecue commented 4 years ago

Actually I'm thinking it would be good to do this with vanilla web components .