Add Heatmaps to UI
Add Heatmap analysis to website as well as a basic UI for viewing the Heatmaps. There are still issues, like some players not getting a heatmap assigned and heatmaps including data from warmup etc.
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -42,9 +42,11 @@ checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
|
||||
name = "analysis"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"colors-transform",
|
||||
"csdemo",
|
||||
"image",
|
||||
"pretty_assertions",
|
||||
"serde",
|
||||
"tracing",
|
||||
"tracing-test",
|
||||
]
|
||||
@@ -277,6 +279,7 @@ dependencies = [
|
||||
"analysis",
|
||||
"async-trait",
|
||||
"axum",
|
||||
"base64 0.22.1",
|
||||
"clap",
|
||||
"common",
|
||||
"csdemo",
|
||||
@@ -284,6 +287,7 @@ dependencies = [
|
||||
"diesel-async",
|
||||
"diesel_async_migrations",
|
||||
"futures-util",
|
||||
"image",
|
||||
"memmap2",
|
||||
"reqwest 0.12.7",
|
||||
"serde",
|
||||
@@ -517,6 +521,12 @@ version = "1.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
||||
|
||||
[[package]]
|
||||
name = "colors-transform"
|
||||
version = "0.2.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9226dbc05df4fb986f48d730b001532580883c4c06c5d1c213f4b34c1c157178"
|
||||
|
||||
[[package]]
|
||||
name = "common"
|
||||
version = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user