e8d865d0ab
Wire up events for creating new public reports
...
This involved moving a lot of stuff to the platform layer since I don't
want event interfaces leaking out.
Also this includes a fix to the user authentication which I had
previously broken by making a platform-layer user object independent of
the database layer.
2026-03-13 17:56:24 +00:00
44c4f17f32
Massive rework of platform layer user/organization
...
The goal of this rework is to make it so I can pass around platform.User
instead of a pair of models.Organization and models.User. This is useful
for reason I kind of forget now, but it started with working on
notifications and ballooned massively from there into refactoring a
number of things that were bugging me.
This also includes a tiny amount of work on server-side events (SSE).
* background stuff lives inside the platform now, which I need for
having it push updates through SSE
* userfile now lives in the platform, under file, so other platform
functions can safely use it
* oauth is broken into pieces and inside platform because other stuff
was calling it already, but badly.
* notifications go into the platform as well
2026-03-12 23:49:16 +00:00
5b75ac1d1c
Add initial sketch of site review page
2026-03-11 23:39:25 +00:00
3ccc05d4c5
Save tiles to the database to make empty tile load faster
2026-03-11 17:01:47 +00:00
3743d63692
Add proxy for managing tiles
2026-03-11 14:28:59 +00:00
c2429654c6
Add flyover data view
2026-03-10 18:05:07 +00:00
e932c2c473
Rework publicreport addressing
...
This adds the ability to link a proper address in the database to the
report and harmonizes the field names with the address table. It also
migrates away from mapbox entirely.
And I fixed the "pool" naming for the publicreports, which are supposed
to be the more generic 'water'.
2026-03-09 18:02:22 +00:00
4972dd05ee
Fix rendering of signup page
2026-03-07 02:31:23 +00:00
13f2ade9f4
Create configuration for setting map service on organization
2026-03-06 22:45:53 +00:00
228379a8a6
Make arcgis configuration page render again.
2026-03-06 22:20:26 +00:00
502a4d15df
Add organization to all authorized endpoints
...
We use it in filtering quite a bit.
2026-03-06 22:08:08 +00:00
03380eba45
Add new pool review page
2026-03-06 18:56:30 +00:00
7e390bd31d
Add missing config to dashboard content
...
That's what caused us to include flogo.
2026-03-05 19:40:09 +00:00
6c922ec9df
Fix intelligence being planning-redundant.
2026-03-05 19:05:59 +00:00
fdae11f7cd
Add ArcGIS map tile display.
2026-03-05 17:46:13 +00:00
89197df6b0
Add fake API endpoint for creating leads
2026-03-05 14:18:10 +00:00
60344e3c30
Relate compliance report requests through leads
2026-03-05 01:22:21 +00:00
daa8cb1748
Push geocoding down a layer
...
This makes it possible to always save address information from our
geocoder.
2026-03-04 18:29:52 +00:00
6a5a59f8b8
Merge aerial flyover and pool CSV row datatypes
...
They are extremely similar, having both was just extra work.
2026-03-04 14:52:34 +00:00
0f6da8e25f
Move handler objects to common location to share with RMO
2026-03-03 17:08:58 +00:00
87fe5ec2e5
Fix rendering mocks
2026-03-02 23:38:05 +00:00
a0eee3a95f
Rework mailer database schema, add UUID to mailers
...
At this point, I sent out our first test mailers for Delta.
2026-03-02 23:27:55 +00:00
ff2ec0ad14
Split out ability to upload flyover data from pool uploads
...
Tons of changes here, all in the name of quickly getting to where I can
create test compliance letters.
2026-03-02 18:49:02 +00:00
9939434cb3
Create secondary upload for pool data
2026-03-01 22:21:20 +00:00
8bfad892bc
Add debug endpoint for looking at tiles via GPS coord
2026-03-01 21:14:48 +00:00
a5299f0cae
Re-nest settings sub-pages into configuration
2026-02-28 23:23:16 +00:00
29bd1fab5c
Remove oauth refresh from dash, remove QR code (its in platform)
2026-02-28 23:18:25 +00:00
558412cfb4
Various new modules for mailer
2026-02-28 23:17:30 +00:00
9613cac11a
Add all of Ben's mocks for the new root pages
2026-02-27 16:51:41 +00:00
5d8366015c
Initial import of planning workbench mock
2026-02-27 16:17:48 +00:00
7080222fbc
Add page for configuring ArcGIS integration.
2026-02-25 17:36:19 +00:00
5e3a97272a
Nest setting object inside URL, use URL in sidebar
2026-02-25 17:21:37 +00:00
2d2a8248c4
Add required config to signin context
2026-02-25 16:09:10 +00:00
9ba01a2cbe
Fix links to creating pool URL
2026-02-24 20:08:43 +00:00
c8f5408f27
Add link from root upload page to upload pool detail page.
2026-02-24 20:02:44 +00:00
a776c83557
Create API for discarding file uploads
2026-02-24 17:36:59 +00:00
c4e5369796
Add button to discard an upload
2026-02-24 17:22:20 +00:00
115c5dd71c
Continue to show header on data preview list
2026-02-24 17:10:54 +00:00
7a84c81a70
Show upload details on upload section
2026-02-24 16:22:33 +00:00
b741c3e14d
Show pool uploads in the upload page
...
And remove a bunch of things, like employee information and field
notebooks
2026-02-24 16:14:35 +00:00
e93e4cc115
Add function for avoiding 'if err != nil' constructs everywhere.
2026-02-24 16:00:21 +00:00
dac52a879a
Move all sync pages to authenticatedHandler
...
Still need to fix many templates
2026-02-24 15:34:53 +00:00
4100263393
Fix email sending on the sudo page
2026-02-18 21:38:16 +00:00
ea1af2da53
Start to wire up sudo email, add email websocket
2026-02-18 17:01:02 +00:00
9cbb81f347
Wire up sudo email form to send emails
...
Probably.
2026-02-18 08:50:49 +00:00
67a7d20f6c
Actually send SMS on the test page
2026-02-18 08:28:19 +00:00
2626e044ca
Factor out common post parsing code for sms message
2026-02-18 08:09:53 +00:00
b0ee388986
Add simple example handler for admin functions
2026-02-18 08:02:32 +00:00
df0644f85b
Fix bug in handling errors from handler functions
2026-02-18 07:36:54 +00:00
9f20eda00d
Add link to sudo powers
2026-02-18 07:36:54 +00:00