-
- Downloads
Added line graphs and re-organised the webapp layout
Showing
- compendium_v2/db/survey.py 40 additions, 0 deletionscompendium_v2/db/survey.py
- compendium_v2/routes/data_entry.py 4 additions, 1 deletioncompendium_v2/routes/data_entry.py
- setup.py 1 addition, 1 deletionsetup.py
- webapp/src/App.tsx 3 additions, 3 deletionswebapp/src/App.tsx
- webapp/src/Schema.tsx 9 additions, 0 deletionswebapp/src/Schema.tsx
- webapp/src/components/graphing/BarGraph.tsx 32 additions, 0 deletionswebapp/src/components/graphing/BarGraph.tsx
- webapp/src/components/graphing/LineGraph.tsx 46 additions, 0 deletionswebapp/src/components/graphing/LineGraph.tsx
- webapp/src/components/graphing/types.ts 14 additions, 0 deletionswebapp/src/components/graphing/types.ts
- webapp/src/pages/About.tsx 0 additions, 0 deletionswebapp/src/pages/About.tsx
- webapp/src/pages/AnnualReport.tsx 1 addition, 1 deletionwebapp/src/pages/AnnualReport.tsx
- webapp/src/pages/DataAnalysis.tsx 68 additions, 44 deletionswebapp/src/pages/DataAnalysis.tsx
- webapp/src/styles.scss 1 addition, 1 deletionwebapp/src/styles.scss
webapp/src/components/graphing/BarGraph.tsx
0 → 100644
webapp/src/components/graphing/LineGraph.tsx
0 → 100644
webapp/src/components/graphing/types.ts
0 → 100644
File moved
Please register or sign in to comment