The files in the src
folder are roughly organized as follows:
components
- Most components; components that do not contain a chart and that are relatively smalldata
- data fetching and transformation- See docs in ./api.md for details
helpers
- Most shared logicmodels
- Special widgets which are very separate from the rest of the application- See ./models.md for more info
pages
- Components for "top level" pages- The docs in ./routing.md might be relevant
services
- a collection of general services and utilitieswidgets
- Sharable plots and tables with data loading logic- See ./widgets.md for info about writing and using widgets