Commit graph

141 commits

Author SHA1 Message Date
1d266c88c1
Fix initial view of markers on map load
The issue here was that "fitBounds" doesn't work before the map is
loaded, we have to use the map constructor to set the location.
Therefore it makes no sense to even attempt these operations internally
before loading.
2026-04-22 22:43:16 +00:00
5caa9d8c7a
Populate address if we have enough data on compliance address form 2026-04-22 22:42:26 +00:00
78458760ec
Navigate to cell on aggregate map click 2026-04-22 15:46:02 +00:00
1286d0ea2a
Fix organization ID for aggregate map 2026-04-22 15:40:42 +00:00
8fd86d478c
Update mailer page to show actual data 2026-04-21 19:38:46 +00:00
ffd424df12
Save the organization with the compliance report on creation
This avoids the problem of having to assign the compliance report later
when we get location data and image data.
2026-04-20 16:21:08 +00:00
55cb4ca962
Track the site with the URL 2026-04-17 22:04:24 +00:00
efd6f59fca
Populate ComplianceReportRequest on site review page 2026-04-17 21:40:04 +00:00
61351dabf1
Update UI when a compliance letter is sent 2026-04-17 15:20:17 +00:00
efa01cffc2
Move session management into session store
Trying to get rid of the redirect to signin on any page refresh
2026-04-17 14:52:02 +00:00
cb92b845e6
Show sites with leads more clearly 2026-04-17 03:10:08 +00:00
b85deb229f
Improve padding for multiple marker points 2026-04-17 03:07:16 +00:00
617631063f
Add quick'n'dirty interface for leads and features 2026-04-17 02:59:01 +00:00
1f8e6b698f
Allow for a lot more sites, and for scrolling 2026-04-17 02:40:05 +00:00
84da2bdc7d
Show full address on site page 2026-04-16 18:55:47 +00:00
ed6dde2f0a
Fix navigation after login 2026-04-16 18:50:34 +00:00
b6d1bd9ee2
Create sign-in and sign-out workflow in SPA 2026-04-16 17:14:57 +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
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
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
a9077b6c36
Fix framing locations on the map display 2026-04-16 03:46:56 +00:00
aa5a35b15f
Create option to use satellite imagery
Useful for looking at pools
2026-04-16 02:47:11 +00:00
d55a7ec5af
Add initial sort-of-working layer selector 2026-04-16 01:47:33 +00:00
ee38d0d2b6
Add fake operations map component 2026-04-15 23:45:05 +00:00
322be2fe40
Fix redirect on CSV upload 2026-04-15 18:32:19 +00:00
1097004245
Add custom pool upload page 2026-04-15 18:25:38 +00:00
f4d0ce015d
Factor upload requirements out into parent component 2026-04-15 17:36:33 +00:00
adcff5c5c8
Split upload requirements table into its own component 2026-04-15 17:27:22 +00:00
cd98751667
Avoid unloading the maps on pool review
It's expensive and slow
2026-04-15 17:23:26 +00:00
239340a7a9
Allow for selecting new location for a pool 2026-04-15 16:50:43 +00:00
31d8d2d0d5
Populate pool review form in the parent view
This will allow us to change it.
2026-04-15 16:42:16 +00:00
05ec6798ac
Get markers to show up on maps in pool review page 2026-04-15 16:22:08 +00:00
5549f9d79f
Wire up logic for completing and discarding a review 2026-04-15 14:11:48 +00:00
0fbf891c23
Show filler until a review task is selected 2026-04-15 14:07:43 +00:00
9ea99c92f9
Get overview map working on review details page 2026-04-15 00:12:19 +00:00
b09725726c
Create API for service requests list 2026-04-14 23:06:50 +00:00
b805374a6c
Fix not panning to location when map is loaded 2026-04-14 02:02:34 +00:00
6e1a5b4348
Avoid jumping to empty camera location 2026-04-14 01:45:04 +00:00
3c62fe2ca1
Be consistent about using report.public_id over report.id 2026-04-14 01:26:23 +00:00
9c557a0391
Make it possible to save SMS support status on phone record 2026-04-13 22:23:29 +00:00
92f4282674
Track map loading, frame markers when map is loaded
This prevents missing the marker framing because we are still loading
the map.
2026-04-13 16:59:59 +00:00
0f94292ab7
Fix zoom in when we load existing report data 2026-04-13 15:22:50 +00:00