Commit graph

162 commits

Author SHA1 Message Date
a72f228e4e
Get all contacts on mounted 2026-05-22 13:58:21 +00:00
cecb9ef0f0
Fix reactive nature of generic resource store
Some checks failed
/ golint (push) Failing after 10s
These changes are meant to make it possible for new events that come in
to immediately render in the components that depend on them.
2026-05-21 23:12:37 +00:00
b4ae9e5a95
Move communication workbench to use resource store
Because it's getting better all the time, including by adding the
ability to get new resources when they get created over SSE.
2026-05-20 23:49:59 +00:00
cfe166c0f2
Add view for showing contact details. 2026-05-18 23:37:59 +00:00
83f76297b5
Add generic layout of listing cards
This should eventually by ported to other interfaces for consistency.
2026-05-18 15:21:01 +00:00
725945d95c
WIP: creating contact resource
Some checks failed
/ golint (push) Has been cancelled
2026-05-15 20:10:14 +00:00
8b203908a0
Add basic layout of the contact review 2026-05-15 17:19:06 +00:00
d020a33642
Add review link for contacts 2026-05-15 17:13:53 +00:00
633abd19a9
Filter communications in the frontend
Since we will know about communications we just moved into another state
in frontend land.
2026-05-11 23:22:43 +00:00
040ab106b4
Fix failing to set timestamp in mark query
I accidentally didn't understand how this API works.
2026-05-04 20:30:36 +00:00
dc2fee3a9d
Fix selecting items in the communication list 2026-05-04 19:39:03 +00:00
3153e8bf13
Initial work marking communications
And a bunch of lint fixes
2026-05-04 19:07:29 +00:00
a82732a49c
Return communication database rows from communication API
This is a pretty big refactor of how communication works to start moving
us in the direction we want to go long-term. This adds the new
communication row and migrates existing reports to add rows for
communication.

There's also a bunch of automatic fixes from the new linter. I should
have added them separately, but whatever.
2026-05-01 21:00:23 +00:00
4bb37c5ab3
Reconnect SSE event stream after shutdown
Otherwise we'll never know we have updates
2026-04-29 15:02:18 +00:00
4fcb184286
Make communication map location reactive
Prevents stateful errors like failing to update bounds when the API
fetches a new value for a report
2026-04-28 20:31:40 +00:00
2911c7b215
Add a parameter to track which communication is selected 2026-04-28 20:09:13 +00:00
ff668c223b
Add update notification when version changes 2026-04-28 17:09:43 +00:00
b68d93ec91
Load communication reports asynchronously
This solves some problems created by making the publicreport part of the
communication API consistent. There are a lot of optimizations still on
the table with this one, but for now I need to get this out.
2026-04-28 14:49:02 +00:00
909665ab6c
Use new map system for communication pane, fix location markers 2026-04-27 20:53:46 +00:00
b92697b8c8
Remove erroneous "MapCell' component
Eliminates a warning in the build step
2026-04-27 16:23:46 +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
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
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
72a8ed5c16
Improve signin messaging 2026-04-23 15:24:06 +00:00
f24a583e2e
Add beginning of cell detail page 2026-04-22 22:19:53 +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
b4527fba8b
Develop patterns for creating links outside router 2026-04-22 14:33:56 +00:00
8fd86d478c
Update mailer page to show actual data 2026-04-21 19:38:46 +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
2a3dbbdad3
Show login error on failure 2026-04-20 22:34:39 +00:00
55cb4ca962
Track the site with the URL 2026-04-17 22:04:24 +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
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
b85deb229f
Improve padding for multiple marker points 2026-04-17 03:07:16 +00:00
ed6dde2f0a
Fix navigation after login 2026-04-16 18:50:34 +00:00
7483a6a695
Redirect to signin on session failure 2026-04-16 17:30:54 +00:00
d047c460ed
Add missing files in last two commits 2026-04-16 17:15:44 +00:00
b6d1bd9ee2
Create sign-in and sign-out workflow in SPA 2026-04-16 17:14:57 +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
5d06afbecc
Add maps for site review 2026-04-16 08:09:03 +00:00