d047c460ed
Add missing files in last two commits
2026-04-16 17:15:44 +00:00
81e057b900
Add initial work for backgrounding mailer job
2026-04-16 17:15:20 +00:00
b6d1bd9ee2
Create sign-in and sign-out workflow in SPA
2026-04-16 17:14:57 +00:00
08a1b5b81d
Don't send www-authenticate to well-behaved browsers
...
Had to make a special case for EventSource on the browser via the
accepts header. This prevents the browser from doing a login window so
we can show them the nice login page.
2026-04-16 16:01:45 +00:00
7b95cfe833
Actually commit the transaction
2026-04-16 10:49:06 +00:00
6b90edf053
Fix creation of signal for mailer
2026-04-16 10:47:13 +00:00
f444bf39fb
Update hashes for deployment
2026-04-16 10:46:55 +00:00
2ea47f03f4
Start wiring together request for a mailer to database
2026-04-16 10:15:28 +00:00
74e24b7de3
Add feature to site data
2026-04-16 09:04:25 +00:00
5a35c1d1f8
Show parcel information on site page
2026-04-16 08:26:48 +00:00
5d06afbecc
Add maps for site review
2026-04-16 08:09:03 +00:00
8514ec36d5
Allow for selecting sites
2026-04-16 07:55:08 +00:00
35ab261ee8
Add missing site store
2026-04-16 07:43:53 +00:00
838e24bbed
Stop losing webGL context on review complete
...
It makes things *much* faster
2026-04-16 07:43:17 +00:00
84604dfdc8
Fix reference to site owner
2026-04-16 07:25:06 +00:00
d86ef13345
Flesh out the start of the site list
2026-04-16 07:20:53 +00:00
b9c257a635
Add site contact information
2026-04-16 07:12:34 +00:00
671397ba81
Make a home for reviewing sites
2026-04-16 07:03:45 +00:00
c4c22f6733
Start to populate site information in review task
2026-04-16 06:58:05 +00:00
03dccb638a
Start adding support for lob
2026-04-16 06:57:20 +00:00
e3f9a19b84
Allow deselecting review tasks
...
Makes it so I can test the map losing gl context
2026-04-16 05:36:54 +00:00
262aa009c2
Avoid losing map context when selecting tasks
2026-04-16 05:36:28 +00:00
74e0630a41
Revert proxied tile to not use layer control
...
It's disabling the important layer.
2026-04-16 05:14:27 +00:00
29c3b267d9
Add pieces of initial site review page
2026-04-16 04:48:07 +00:00
e1f3c93a1d
Make it possible to click on either map to choose a pool
2026-04-16 04:47:41 +00:00
259960cf45
Show row number in UI for pool uploads
2026-04-16 04:21:32 +00:00
d395699dc4
New algorithm for detecting multiple conflicting features
2026-04-16 04:21:11 +00:00
f490e4a1a4
Avoid duplicate rownumber calculation
...
We have the row number saved on the pool object itself, which is how we
gather errors against rows.
2026-04-16 04:20:28 +00:00
d352b0d932
Get pool rows by line number so they stay in order
...
Because otherwise the errors don't line up correctly.
2026-04-16 04:01:44 +00:00
a9077b6c36
Fix framing locations on the map display
2026-04-16 03:46:56 +00:00
5f68eb453f
Add placeholder for when we fail to extract address data from a feature
...
This bit me recently when getting the number from an address
2026-04-16 03:29:08 +00:00
5e0981e2a2
fix bad copy paste on address field
2026-04-16 03:16:57 +00:00
b2d8e3ba27
Move address list func to types so it can be shared with csv
...
And stop double-geocoding all the rows.
2026-04-16 03:06:18 +00:00
5bf93c3dfd
Fix erroneosly showing error marking on good rows
2026-04-16 03:05:31 +00:00
b2c5bb6735
Show map on upload detail page
...
Bunch of stuff still doesn't work right.
2026-04-16 02:48:12 +00:00
171672ee33
Fix minor error on upload detail page rendering
2026-04-16 02:47:29 +00:00
aa5a35b15f
Create option to use satellite imagery
...
Useful for looking at pools
2026-04-16 02:47:11 +00:00
82dd5e8683
More debugging for CSV import
2026-04-16 02:46:55 +00:00
f5ac7bb4ee
Set address form pool rows using address model if possible
2026-04-16 02:46:24 +00:00
e894ae28dc
Add initial site list resource
2026-04-16 02:45:48 +00:00
d55a7ec5af
Add initial sort-of-working layer selector
2026-04-16 01:47:33 +00:00
0e165b57d0
Default header to tag type
2026-04-16 00:18:42 +00:00
dfe7d3650f
Default header type to unknown
...
This is a subtle bug from the zero value of a header enum that's causing
overwriting in pool uploads
2026-04-16 00:14:35 +00:00
b6951d64d4
Remove api_key from URL to stadia cache
...
It's redundant and a security risk
2026-04-16 00:09:18 +00:00
ee38d0d2b6
Add fake operations map component
2026-04-15 23:45:05 +00:00
ac27c60e0c
Save address IDs when doing pool geocoding
2026-04-15 20:29:42 +00:00
6a8ae6d81a
Exit the geocode job if we hit an error
2026-04-15 19:31:55 +00:00
87c802fa90
Fix relationship for looking up whether the pool is in the district
2026-04-15 19:31:32 +00:00
b08582224a
Add missing required state header
...
I was incorrectly mapping "city" to "region" previously. A 'region'
actually is closer to a state. We need a locality, which is closer to a
city.
2026-04-15 19:30:50 +00:00
66d35428fa
Add error display to file upload
2026-04-15 19:02:25 +00:00