From b0081080f6a1cb81c77244c38bcbaea6f87986da Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Sat, 25 Jul 2026 17:54:31 -0500 Subject: [PATCH] new reports --- public/index.html | 10 + public/js/app.js | 7 +- public/js/utils/api.js | 15 + public/js/views/reports-view.js | 482 ++++++++++++++++++++++++++++++++ schema.sql | 280 +++++++++++++++++-- src/index.js | 2 + src/routes/reports.js | 327 ++++++++++++++++++++++ 7 files changed, 1100 insertions(+), 23 deletions(-) create mode 100644 public/js/views/reports-view.js create mode 100644 src/routes/reports.js diff --git a/public/index.html b/public/index.html index a58bfdd..e121bf7 100644 --- a/public/index.html +++ b/public/index.html @@ -29,6 +29,7 @@ + @@ -148,6 +149,15 @@ + + +