strudel-science / strudel-kit

Frontend React templates for implementing scientific UIs with the STRUDEL design system.
https://strudel.science/strudel-kit/docs
Other
8 stars 3 forks source link

Fix issue with json parsing and improve cookiecutter configs #22

Closed codytodonnell closed 8 months ago

codytodonnell commented 8 months ago

Fix for the json parsing issue. It changes the config syntax slightly. There's no longer a content property, but there is a new definitions property which will hold longer json config options like filters and columns . I also changed columns to mainColumns because at some point there will be multiple column configs in there. On the generated-app side, these values get thrown into a definitions.json file for the task flow which the task flow pulls the values from.