nidus-sync/api
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
..
api.go Create generic backend process, fix background interdependencies 2026-03-16 19:52:29 +00:00
communication.go Overhaul publicreport storage layer, create unified tables 2026-03-18 15:36:20 +00:00
compliance.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
debug.go Get Voip.ms working again in the text system 2026-01-29 21:53:49 +00:00
district.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
event.go Close old SSE connections, push down type strings 2026-03-13 18:21:20 +00:00
handler.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
image.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
lead.go Make lead creation and invalidation for public reports work 2026-03-14 01:14:30 +00:00
publicreport.go Overhaul publicreport storage layer, create unified tables 2026-03-18 15:36:20 +00:00
query_params.go Sort messages by creation time 2026-03-10 15:46:17 +00:00
review.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
review_task.go Make lead creation and invalidation for public reports work 2026-03-14 01:14:30 +00:00
routes.go Initial creation of endpoint to send messages to public reporters 2026-03-16 00:20:41 +00:00
signal.go Make lead creation and invalidation for public reports work 2026-03-14 01:14:30 +00:00
signin.go Add more log info on login failure 2026-01-26 20:41:21 +00:00
tile.go Massive rework of platform layer user/organization 2026-03-12 23:49:16 +00:00
twilio.go Create generic backend process, fix background interdependencies 2026-03-16 19:52:29 +00:00
types.go Make lead creation and invalidation for public reports work 2026-03-14 01:14:30 +00:00
user.go Add notification count to user, populate sidebar via alpine 2026-03-13 21:22:34 +00:00
voipms.go Create generic backend process, fix background interdependencies 2026-03-16 19:52:29 +00:00