Are there best practices for control app level changes to the UI and configuration?
Here is the use case - update an existing UI which also requires new data source or new points to an existing data source.
- Check out existing UI on dev or whatever environment
- Make changes to data sources
- Make changes to UI
- Test
- Commit changes
JSON stores are store in your DB so that is essentially a blackbox. Is the best approach is to both use the overrides and file store folders? Regarding the datasource, I assume one exports the data source and store the resulting file,
I'm open to suggestions on how best to track changes and by who via github type tools.
pjc