Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 751 Bytes

folders.md

File metadata and controls

15 lines (13 loc) · 751 Bytes

Folders

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 small
  • data - data fetching and transformation
  • helpers - Most shared logic
  • models - Special widgets which are very separate from the rest of the application
  • pages - Components for "top level" pages
  • services - a collection of general services and utilities
  • widgets - Sharable plots and tables with data loading logic