nidus-sync/rmo
Eli Ribble 1e071d5ce5
Overhaul publicreport storage layer, create unified tables
This is a huge change. I was getting really sick of the split between
nuisance/water tables when more than half of the data they store is
common. I finally bit off the big work of switching it all.

This creates a single unified table, publicreport.report and copies the
existing report data into it. It also ports existing data from the
original tables into the new table.

Along with all of this I also overhauled the system for handling
asynchronous work to use a LISTEN/NOTIFY connection from the database
and a single cache table to avoid ever losing work.
2026-03-18 15:36:20 +00:00
..
district.go Wire up events for creating new public reports 2026-03-13 17:56:24 +00:00
email.go Move emails to platform, make sure to create phone and email in DB 2026-02-10 04:07:59 +00:00
error.go Add missing error page 2026-02-10 00:22:33 +00:00
form.go Create report platform layer 2026-01-31 20:08:08 +00:00
image-upload.go Wire up events for creating new public reports 2026-03-13 17:56:24 +00:00
image.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
mailer.go Update mailer query based on changes to lead/site rel 2026-03-14 16:56:04 +00:00
mock.go Rework publicreport addressing 2026-03-09 18:02:22 +00:00
notification.go Create generic backend process, fix background interdependencies 2026-03-16 19:52:29 +00:00
nuisance.go Overhaul publicreport storage layer, create unified tables 2026-03-18 15:36:20 +00:00
quick.go Move data out of import.district and in to organization 2026-02-17 05:33:12 +00:00
report.go Overhaul publicreport storage layer, create unified tables 2026-03-18 15:36:20 +00:00
root.go Rework template system, merge templates 2026-02-07 05:53:38 +00:00
routes.go Remove unused search page from RMO 2026-03-06 14:12:02 +00:00
scss.go Add scss debug request endpoint 2026-02-03 23:12:40 +00:00
status.go Overhaul publicreport storage layer, create unified tables 2026-03-18 15:36:20 +00:00
water.go Overhaul publicreport storage layer, create unified tables 2026-03-18 15:36:20 +00:00