a220356eaf98ca6de9870c07a9aff7a50660ed46
The analysis and storage now contain two different heatmaps for the CT and T sides respectively. However on the frontend I currently just have them all listed out with the side as a prefix, which is not very useful and we should more change the data structure to essentially send the two heatmaps for a player as a single data structure and then in the view display them side by side. However I am not 100% how to best achieve this
Knifer
A self-hosted demo analysis tool
Usage
Environment Variables
DATABASE_URLSTEAM_API_KEY
Needed external Software
postgresql
Development
Frontend
- Navigate to the frontend folder
- Run
trunk watch
Backend
- Navigate to the root folder
- Run
cargo run --bin backend
DB Stuff
We use diesel as the ORM and using the cli for all the migrations
Description
Languages
Rust
97.9%
PLpgSQL
0.7%
Dockerfile
0.6%
CSS
0.5%
HTML
0.3%