Data Viewer 1.2
Past due by 12 days
88% complete
The goal of this version is to clean up the codebase and the repository, as well as optimize various features. This will include:
-> Clean up:
- Install linters for both front-end and back-end
- Github CI to run linting (and anything else) on each commit
- Tidy up backend API calls (many are redundant or deprecated)
- Re-work folder structure on backend
- Rename f…
The goal of this version is to clean up the codebase and the repository, as well as optimize various features. This will include:
-> Clean up:
- Install linters for both front-end and back-end
- Github CI to run linting (and anything else) on each commit
- Tidy up backend API calls (many are redundant or deprecated)
- Re-work folder structure on backend
- Rename files and variables needed
-> Optimize: - Live data calling needs heavy optimization via Highcharts
- Some backend analyzers ready to be optimized (split, everything that reads whole file at once, etc)
- Option to always run compression before viewing data
-> Bonus: - Options page on front end for Dark mode, compression, wiping files, etc
- Test suite?