Merge branch Feature/aggregate statistics generator into develop
Created by: AdamStanger
Files added:
- frontend/src/components/StatisticsPage.jsx: Page containing the tabe for all the projectile points in the catalogue
- frontend/src/components/StatisticsModal.jsx: Modal for displaying charts for the generated statistics
- frontend/tests/statisticsPage.unit.test.jsx
Modifications:
- Functions in backend/controllers/aggregateStatisticsGenerator.js changed to be async to fix issue when passing data to the frontend
- Unit tests for those functions updated based on refactor
- Path to statistics page added (localhost:8080/stats)