ssciwr/iwr-interactive-visualization

build

Closed this issue · 1 comments

Currently everything is generated at run-time - this is convenient for quickly iterating but some of this work could & should be done at build time.

Would be good to add a simple build process to pre-generate some things (e.g. group box layouts, some svg?), as well as pre-process the data (see #59)

Longer term this would probably still make sense, but for now to allow easy editing of the deployed visualization all data is loaded from a JSON url (see #105)