From 3da364fb02c82ce30ec50eae479249f5a679f915 Mon Sep 17 00:00:00 2001 From: deyvisonwanderley Date: Thu, 20 Nov 2025 18:56:16 -0300 Subject: [PATCH] feat: add statistics visualization and improve data handling in point registration - Introduced a bar chart to visualize statistics of point registrations, including on-time and late records. - Enhanced data handling by implementing checks for valid records and improved grouping logic for better data representation. - Added loading states and error handling for improved user feedback during data retrieval. - Refactored the layout to include a detailed statistics section, enhancing the overall user experience in the point management interface. --- .../registro-pontos/+page.svelte | 451 +++++++++++++++--- 1 file changed, 380 insertions(+), 71 deletions(-) diff --git a/apps/web/src/routes/(dashboard)/recursos-humanos/registro-pontos/+page.svelte b/apps/web/src/routes/(dashboard)/recursos-humanos/registro-pontos/+page.svelte index 521766a..754a497 100644 --- a/apps/web/src/routes/(dashboard)/recursos-humanos/registro-pontos/+page.svelte +++ b/apps/web/src/routes/(dashboard)/recursos-humanos/registro-pontos/+page.svelte @@ -1,5 +1,5 @@