Lol3rrr a220356eaf Switch Heatmaps to be for each side respectively
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
2024-10-11 00:42:21 +02:00
2024-09-29 13:29:27 +02:00
2024-09-07 02:57:04 +02:00
2024-09-10 17:51:39 +02:00

Knifer

A self-hosted demo analysis tool

Usage

Environment Variables

  • DATABASE_URL
  • STEAM_API_KEY

Needed external Software

  • postgresql

Development

Frontend

  1. Navigate to the frontend folder
  2. Run trunk watch

Backend

  1. Navigate to the root folder
  2. Run cargo run --bin backend

DB Stuff

We use diesel as the ORM and using the cli for all the migrations

Description
No description provided
Readme 1 GiB
Languages
Rust 97.9%
PLpgSQL 0.7%
Dockerfile 0.6%
CSS 0.5%
HTML 0.3%