Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pie Charts #50

Merged
merged 15 commits into from
Sep 14, 2023
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ const billetBank = {

## TODO

- [ ] Add tutorial for updating Pie Charts
- [ ] Add tutorial for updating Statistics
- [ ] Change cache warning on client to display time since cache refresh
- [ ] Investigate the feasibility of sorting by rank after billet sorting (Subsorting? Consider using QuickSort)
- [ ] Add graphical data visualization
- [ ] Code Refactorizing
207 changes: 207 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"apexcharts": "^3.42.0",
"express": "^4.17.2",
"react": "^17.0.2",
"react-apexcharts": "^1.4.1",
"react-collapsible": "^2.8.4",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
Expand Down
Loading