Commit graph

663 commits

Author SHA1 Message Date
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
804059f87d
Attempt to check if I have an SSH identity before committing
I've lost too many commit messages at this point.
2026-01-23 20:37:55 +00:00
196792810b
Overhaul email sending system
Add logging and saving templates to the database for historical
accuracy.
2026-01-23 20:36:16 +00:00
3fed489258
Fix subscribe URL 2026-01-23 03:59:17 +00:00
5e6288ab9b
Add beginnings of work to save emails to database
Not tested yet
2026-01-23 03:32:06 +00:00
44fdaa6c2b
Add initial onboard email
...and patterns for how to do email stuff in the future.
2026-01-23 02:50:25 +00:00
aa7585563b
Fix erroneos copy-paste log message 2026-01-23 02:49:47 +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
1e51c5ce9e
Add notes on what to grant Tegola 2026-01-22 18:44:01 +00:00
be86a5d950
Actually add the privacy page, make values variables
So I can do different things at some point in dev/prod
2026-01-22 18:43:36 +00:00
aeaf45fa2b
Add privacy page for Nidus 2026-01-22 18:37:00 +00:00
5d8649ffe5
Send down h3 cell with API response
I broke this at some point while doing a refactor and didn't notice
until now.
2026-01-22 17:53:10 +00:00
1aa19ce707
More fixes to tegola URLs 2026-01-22 05:12:48 +00:00
964ef49a78
Fix tegola URL harder 2026-01-22 05:04:46 +00:00
d478f39800
fix tegola URL passthrough after my config changes 2026-01-22 04:50:37 +00:00
56e1e51279
fix up instructions on district import
After doing it in prod.
2026-01-22 04:50:20 +00:00
f38381eaf0
Fix embedded email templates 2026-01-22 04:32:21 +00:00
b7eb79d4f7
Remove old Voip.ms text integration
It's all Twilio now.
2026-01-22 03:57:50 +00:00
3573127bf1
Update vendor hash for building on Nix 2026-01-22 03:41:08 +00:00
480aaf0d0c
Update arcgis-go version 2026-01-22 03:39:31 +00:00
ad7ddf285c
go mod tidy, update arcgis-go 2026-01-22 03:29:19 +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
c2c4d52026
Add tool to clean out test database on public reports 2026-01-21 17:55:04 +00:00
13cbf71c0f
WIP filling out report status page 2026-01-21 17:51:18 +00:00
aa3d7ab6b7
Clean up some aspects of WIP map-locator component
I was working on this and then left it for the day, so it was in sorry
shape.
2026-01-21 17:50:43 +00:00
a4afa057e3
Create version of timeSince that handles non-pointers
Useful for structs where we know we must have a value
2026-01-21 17:50:16 +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
f4a88623af
Overhaul system for handling text messaging
Move away from "SMS" as the operative word - we're going RCS.
Move all comms processing to a separate goroutine
Rename the DB tables
2026-01-21 03:30:03 +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
8f44e57c72
Add basic robots.txt
So we get indexed.
2026-01-19 21:33:54 +00:00
98372d924d
Use proper config values in email templates 2026-01-19 21:24:34 +00:00
42caa77b3e
Use the same code paths to render the browser version of emails 2026-01-19 21:21:02 +00:00
1232a7c0ec
Show pretty report ID in email subject 2026-01-19 18:19:02 +00:00
4ab3c355c5
Parse email send response, log the email ID. 2026-01-19 18:10:17 +00:00
2c880568dd
Initial work on email templates
At this point I got a nice-looking formatted message in my mail client.
2026-01-19 17:58:30 +00:00
087f29d491
Add support for simple MMS
Tested and works, though it is a bit ugly.
2026-01-19 14:58:28 +00:00
4e294699d3
Initial test email works. 2026-01-18 03:00:48 +00:00