Commit graph

57 commits

Author SHA1 Message Date
135e2ef77d
Put additional fields behind collapse button 2026-01-24 21:50:28 +00:00
d59c619729
Move additional details to below photo
as requested
2026-01-24 21:47:24 +00:00
d552a18c0b
Remove location details by request 2026-01-24 21:43:51 +00:00
d63e580cd3
Add basic water mock 2026-01-24 21:41:18 +00:00
c6fd6295a0
Add district header to seach page
satisfies a requirement.
2026-01-24 21:30:25 +00:00
65c3e8ee51
Add branded header for nuisance report 2026-01-24 21:29:24 +00:00
9aee938e30
Add status searching page 2026-01-24 21:00:30 +00:00
9e586ae6ef
Update wording for district landing page
At Ben's request
2026-01-24 20:45:51 +00:00
8f58859693
Make report complete page show after nuisance 2026-01-24 20:45:40 +00:00
3075814e81
Add initial nuisance report submit complete 2026-01-24 20:40:28 +00:00
e62b1ccfff
Add collapse button for additional information area 2026-01-24 20:36:05 +00:00
ee1ee1e901
Add map and photo upload to nuisance report page 2026-01-24 19:55:09 +00:00
03a97f30a8
Change roof to street gutters 2026-01-24 19:44:32 +00:00
46fcfa88ad
Remove inspection request, reorder location & contact 2026-01-24 19:36:21 +00:00
db75826e59
Add link to new nuisance mock 2026-01-24 19:32:19 +00:00
53397d2609
Add additional subtitle for districts 2026-01-24 19:19:52 +00:00
9ca470ffb6
Center logo, add "powered by" in footer 2026-01-24 19:18:27 +00:00
f549243c10
Render organization logos by 'slug'
This avoids leaking org IDs in the URL, and makes it possible to have a
district-specific root mock that works in both dev and prod.
2026-01-24 19:13:55 +00:00
45868e4bde
Update subtitle on RMO root page 2026-01-24 18:46:18 +00:00
35eaf781f3
Update icons to higher-quality in mocks 2026-01-24 18:45:11 +00:00
07c5b30dc4
Reword green pool to 'standing water' 2026-01-24 00:12:14 +00:00
3144717b0b
Remove 'quick report' 2026-01-24 00:12:05 +00:00
1dc340872c
Add initial mock root for public report 2026-01-24 00:07:04 +00:00
f7d40c6d70
Update privace policy for Report Mosquitoes Online
Remove section on children - they may submit information, we don't
actually know the age of our users.

Add template variables, fix container layout.
2026-01-22 19:26:01 +00:00
aeaf45fa2b
Add privacy page for Nidus 2026-01-22 18:37:00 +00:00
1aa19ce707
More fixes to tegola URLs 2026-01-22 05:12:48 +00:00
d478f39800
fix tegola URL passthrough after my config changes 2026-01-22 04:50:37 +00:00
61d8d14fc2
Bunch of work around assigning reports to districts
I added some DB schema to track logos and to relate reports to
organizations. I reworked how GPS data comes from EXIF data on images
because it wasn't working for JPEGs. I might have broken PNGs in the
process. Also made the config options for domain names more
standardized.
2026-01-22 03:27:32 +00:00
486a2d98c2
Show location markers for images too 2026-01-21 21:10:21 +00:00
b94d09696e
Initial working marker display in shadow dom 2026-01-21 21:07:08 +00:00
bea7c28af2
Add image lookup on status page 2026-01-21 18:26:48 +00:00
13cbf71c0f
WIP filling out report status page 2026-01-21 17:51:18 +00:00
2da6bba041
Render report results from the map 2026-01-21 15:59:16 +00:00
9d2253a4a2
Get search map overlay working again. 2026-01-21 15:15:52 +00:00
842e6cff43
Move comms work to background goroutine
This is a sort of random checkpoint of work
 * add schema for tracking messages sent to DB
 * add terms of service and privacy policy for RCS compliance
 * standardize some things about background workers
 * update some missing stuff from generated DB code
2026-01-20 17:10:22 +00:00
8ab0b78e6e
Make sure they consent to get notifications in the UI. 2026-01-16 21:16:59 +00:00
749f8aaec7
Initial work on creating custom map component
This isn't done, I'm just shifting gears.
2026-01-14 20:14:58 +00:00
6fd0ed8711
Move to using web components for custom components
They're modular, which is really nice.
2026-01-14 18:59:19 +00:00
96c144ca74
Clean up commented-out code from search page. 2026-01-13 19:53:00 +00:00
52a0031d16
Handle shifting location column for nuisance table
I shifted it so the three report tables have a common schema when
creating the report_location view.
2026-01-13 19:52:25 +00:00
e6e8371742
Switch to pulling data from public reports on search 2026-01-13 18:33:12 +00:00
d02d34cbaa
Remove airport elements, populate report table instead 2026-01-12 18:17:31 +00:00
eb24d871d0
Bastardize mapbox example to query points
This is just to get the structure of what I need to integrate with
Mapbox to query a tile server and try to find point locations. In this
case, I'm getting the airport locations and barely showing them. This
saves me time understanding the pertinent APIs.

I need to adapt this to get our mosquito reports instead.
2026-01-09 23:52:35 +00:00
acaeb2129e
Begin sharing code with search page
This includes code for geocoding, building a map, and getting the user's
location.
2026-01-09 23:32:39 +00:00
75454834f4
Add mock of report search page 2026-01-09 21:31:45 +00:00
4303534396
Add logic for searching for a report and getting the status. 2026-01-09 21:02:30 +00:00
7919b37453
Add mock status page 2026-01-09 20:08:29 +00:00
01ed2d6086
Finish green pool report submission
Also start the pattern of breaking out pool pages together in their own
file. I think its easier to read this way.
2026-01-09 19:43:19 +00:00
9680fb6a68
Add reverse geocoding lookup and display 2026-01-09 04:06:37 +00:00
b4e91609d3
Add draggable marker changes 2026-01-08 23:38:38 +00:00