Commit graph

16 commits

Author SHA1 Message Date
d60db93bf2
Make public report and sync share static assets
It just seems useful
2026-01-14 00:39:46 +00:00
28e4e88794
Fix sync to follow new pattern of function grouping. 2026-01-09 22:29:56 +00:00
653e3473b3
Fix fast load of static pages in development
Makes it much easier to iterate on JavaScript
2026-01-09 22:21:12 +00:00
7919b37453
Add mock status page 2026-01-09 20:08:29 +00:00
632fac4558
Collapse public-report to a single package
It was just getting annoying having it separate, and buying basically
nothing.
2026-01-08 16:05:50 +00:00
b35c9496b6
Add the ability to register for updates on quick reports
At this point it also appears that I'm correctly capturing the GPS
location as both PostGIS data and as an H3 cell.
2026-01-08 15:34:48 +00:00
3c8436fe10
Begin the process of saving quick reports 2026-01-08 15:00:30 +00:00
462febe1d7 Actually upload something on quick report page
We aren't handling it yet, but we do get the upload.
2026-01-07 22:35:28 +00:00
376d471b17 Add quick report page mock 2026-01-07 21:49:42 +00:00
bba22ec039 Add basic pages for status, pool report, and nuisance. 2026-01-07 21:47:33 +00:00
d8fd73ca1f Remove district logo-based header for public page. 2026-01-07 20:52:27 +00:00
9774452821 Switch main report page to better example
This is still pulling from our generic district mock, but it's still
better than what we had. This also includes adding static content
hosting for the bootstrap content on the public domain.
2026-01-07 20:47:55 +00:00
ff86a5488e Fix reference to mock file templates 2026-01-07 18:56:03 +00:00
bacd452346 Split up html page logic into site-specific packages
This is a significant overhaul to make it possible to serve totally
different templates with different components for the different sites.
2026-01-07 18:36:20 +00:00
572b8a9de9 Rip apart several new packages for inter-dependence
This will help make it clear what depends on what for rendering html
pages
2026-01-07 16:07:51 +00:00
4c23eba5d7 Move html pages to a package
That way I can separate out HTML for the public-facing report system and
Nidus sync.
2026-01-07 15:34:09 +00:00