From 15ae7aeb38d261de21caec327a34d6458d8b4724 Mon Sep 17 00:00:00 2001 From: Alejandro Osornio <50227494+AOx0@users.noreply.github.com> Date: Sun, 12 Nov 2023 22:16:10 -0600 Subject: [PATCH] Idk, something --- src/bin/api.rs | 9 ++++++--- templates/hello.html | 6 ++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/bin/api.rs b/src/bin/api.rs index 9831a13..81aa898 100644 --- a/src/bin/api.rs +++ b/src/bin/api.rs @@ -566,7 +566,7 @@ async fn horas_porcentajes( .map(|id| format!("{}", id - 1)) .collect::>() .join(",") - )) + )) .fetch_one(&state.db) .await .unwrap() @@ -597,7 +597,7 @@ async fn horas_porcentajes( .map(|id| format!("{}", id - 1)) .collect::>() .join(",") - )) + )) .fetch_all(&state.db) .await .unwrap() @@ -695,7 +695,10 @@ async fn mes_porcentajes( State(state): State, Json(sol): Json, ) -> Json { - let SolicitudPorcentajePorMesDeAnio { mut categorias, anio } = sol; + let SolicitudPorcentajePorMesDeAnio { + mut categorias, + anio, + } = sol; categorias.sort(); diff --git a/templates/hello.html b/templates/hello.html index 85f869f..c04bab0 100644 --- a/templates/hello.html +++ b/templates/hello.html @@ -353,6 +353,12 @@

Mapas de calor por Dia y Hora

+
+ Info +

Puedes hacer click sobre los dias de la semana para seleccionar los que + deseas considerar para el mapa de calor de horas +

+
{% for dia in (1..=7) %}