Commit graph

324 commits

Author SHA1 Message Date
b92697b8c8
Remove erroneous "MapCell' component
Eliminates a warning in the build step
2026-04-27 16:23:46 +00:00
ffe427564b
Add email and phone display to communications workbench 2026-04-27 16:23:31 +00:00
8a05ba2faf
Initial reimplementation in VueJS of address or report suggestion 2026-04-25 00:17:35 +00:00
c783ab7942
Add report rendering table to status page 2026-04-24 23:06:07 +00:00
5e638bdf1d
Remove hidden water inputs, add missing duration input 2026-04-24 22:23:52 +00:00
203d2014b0
Show map with nuisance and water on status page
Leverages the new declarative map logic. Still missing a bunch of
features
2026-04-24 22:20:01 +00:00
3bfcfff1eb
Navigate to cell detail page on cell click 2026-04-24 13:48:00 +00:00
e5080eaaf6
Add click event for cells on the dash map 2026-04-24 13:23:03 +00:00
a88aa4c8a0
Change cursor when the user hovers over a layer 2026-04-24 00:36:18 +00:00
6992031007
Add callback for when the mouse enters or leaves a layer 2026-04-24 00:31:03 +00:00
c1a8249dc0
Don't remove source and layer on unregister
I'm not convinced this is necessary since we are freeing the map itself
and its causing a crash on navigation away.
2026-04-23 23:47:16 +00:00
77283b3654
Add parcel data to overview heatmap 2026-04-23 23:46:31 +00:00
f1e4aca9b8
Set bounds to default if the district doesn't have a service area 2026-04-23 23:38:12 +00:00
963254973b
Move map-utils into map/
Namespacing matters
2026-04-23 23:31:50 +00:00
cad01e689e
Initial working genericized map implementation
This shows dynamically adding layers and sources and actually reads from
them!
2026-04-23 23:02:53 +00:00
516dd6f429
Don't show "send compliance mailer" if org isn't configured for Lob 2026-04-23 15:50:58 +00:00
72a8ed5c16
Improve signin messaging 2026-04-23 15:24:06 +00:00
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
f24a583e2e
Add beginning of cell detail page 2026-04-22 22:19:53 +00:00
a8819c907e
Add concern page to mailer compliance flow 2026-04-22 21:22:03 +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
2fbcb9f918
Add next value to signin page and actually use it 2026-04-22 15:30:24 +00:00
5cdbc4eb53
Fix links in the compliance process 2026-04-22 14:49:04 +00:00
b4527fba8b
Develop patterns for creating links outside router 2026-04-22 14:33:56 +00:00
986d12eab2
Initialize sentry after getting API status 2026-04-21 23:58:04 +00:00
2b30411c1b
Add sentry integration with Vue frontend 2026-04-21 23:35:59 +00:00
a0ac5c0674
Add debug logs around authentication
Trying to troubleshoot our redirection logic after signin
2026-04-21 19:40:00 +00:00
bcc5151116
Don't compliance report on root Compliance page
We're now doing that through our two entrypoint pages.
2026-04-21 19:39:18 +00:00
8fd86d478c
Update mailer page to show actual data 2026-04-21 19:38:46 +00:00
0b005c3e76
Add debug logs around exiting goroutines
I'm debugging our clean shutdown
2026-04-21 19:37:58 +00:00
eb27af7d90
Add mailer API and initial mailer view 2026-04-21 19:19:59 +00:00
0d8d7f3aeb
Add link for reviewing mailers 2026-04-21 15:01:46 +00:00
bad50a8772
Clean up compliance report creators and share UI 2026-04-21 14:45:11 +00:00
bd3e42f83e
Use the same create logic for Mailer report creation 2026-04-21 14:41:06 +00:00
f927b0a911
Split out ComplianceDistrict view for creating new compliance reports
The idea here is that we'll make compliance reports two different ways,
The first is if the user navigates to /district/:slug/compliance, the
second if they open a QR code from a mailer. In both cases we create the
report then feed them into a flow for updating the data on that report.
2026-04-21 14:35:13 +00:00
8eae73eefb
Add initial compliance mailer page
It loads at this point. Woot.
2026-04-20 23:16:57 +00:00
2a3dbbdad3
Show login error on failure 2026-04-20 22:34:39 +00:00
7a6cffa74c
Cleanup unused variables 2026-04-20 22:34:24 +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
a2cdbc26bd
Allow signin with next parameter 2026-04-17 19:44:08 +00:00
c938cb231e
Add org name and user name to dashboard 2026-04-17 17:51:02 +00:00
ba8c0016ac
Add sigup page...again
Had it previously, but broke it for the single-page app migration.
2026-04-17 17:48:18 +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