Commit graph

19 commits

Author SHA1 Message Date
c2c1f3377a
Remove signal_pool from tegola grant
That table is no more.
2026-03-20 21:16:42 +00:00
c4359a3c81
Fix signals getting saved with correct location 2026-03-20 20:37:16 +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
85a3f5e578
Update script for deleting all reports 2026-03-09 18:29:33 +00:00
e44bc62325
Update delete all tool to deal with new foreign keys 2026-03-06 19:01:00 +00:00
fd93d3740b
Add some data for parcel import 2026-03-05 19:40:34 +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
8455a67750
Add tools for injecting imported parcel and addresses 2026-02-28 22:56:00 +00:00
5a7c9fd090
Move data out of import.district and in to organization
Then get the organization settings page to work again.

Tons of other stuff is broken now.
2026-02-17 05:33:12 +00:00
a65f1e0776
Fix up attaching errors to rows 2026-02-16 17:59:18 +00:00
f859e372c6
Fill in correct data about the district 2026-02-16 15:26:41 +00:00
a1cc2dbaff
Add district setting page and display of district boundary 2026-02-16 15:03:26 +00:00
0f7e01e8a2
Add map to pool import overview
For my own debugging really
2026-02-16 01:15:13 +00:00
8d4195a024
Add script to keep track of all the DB commands to drop and reload 2026-02-09 14:31:10 +00:00
6070d50a58
Begin process of getting text responses from an LLM. 2026-01-26 20:30:06 +00:00
1e51c5ce9e
Add notes on what to grant Tegola 2026-01-22 18:44:01 +00:00
c2c4d52026
Add tool to clean out test database on public reports 2026-01-21 17:55:04 +00:00
f94b89381f
Actually delete the organization in delete-org.sql 2026-01-15 04:11:19 +00:00
35721e7fa6
Add some handy tools 2026-01-14 22:18:11 +00:00