nidus-sync/db
Eli Ribble f1fe8b4d2b
Add contacts, rework comms schema
This in a pretty huge change. At a high level we're adding the concept
of a 'contact' which is a person or organization that has zero or more
contact methods (email, phone). This ended up cascading a number of
changes, including critically to the publicreprt schema. In the end it
seemed safer to get to the point where I'm confident we aren't using any
of the old fields for storing reporter information (though I haven't
deleted the columns yet) so I removed the code for defining those
columns.

At this point I think it's not possible for me to regenerate the bob
schema due to the interdependencies between my various schemas, so the
migration is well-and-truly happening.
2026-05-15 16:58:28 +00:00
..
dberrors Get back to compiling, but using new jet for publicreport 2026-05-07 10:39:17 +00:00
dbinfo Remove now-extraneous latitude/longitude generated columns 2026-05-07 16:38:42 +00:00
enums Get back to compiling, but using new jet for publicreport 2026-05-07 10:39:17 +00:00
fieldseeker-schema/insert Initially made it through full update with new fieldseeker schema 2025-12-05 23:11:57 +00:00
gen/nidus-sync Add contacts, rework comms schema 2026-05-15 16:58:28 +00:00
jet Initial work on getting communication context 2026-05-12 18:04:39 +00:00
migrations Add contacts, rework comms schema 2026-05-15 16:58:28 +00:00
models Add contacts, rework comms schema 2026-05-15 16:58:28 +00:00
prepared_functions Use a prepared function and get a result 2025-12-02 22:44:51 +00:00
query Add contacts, rework comms schema 2026-05-15 16:58:28 +00:00
sql Overhaul publicreport storage layer, create unified tables 2026-03-18 15:36:20 +00:00
bobgen.sh Remove bob submodule, add arcgis.user 2026-01-15 19:20:39 +00:00
bobgen.yaml Add contacts, rework comms schema 2026-05-15 16:58:28 +00:00
connection.go lint: fix errcheck for txn.Rollback/Commit and r.Close 2026-05-09 02:14:47 +00:00
fieldseeker.go Fix references to org ID using platform org 2026-03-19 03:57:38 +00:00
geo.go Prettier everything, remove vendored bootstrap 2026-03-21 19:41:51 +00:00
jetgen.sh Create custom jet template for both stadia and arcgis 2026-05-01 15:11:20 +00:00
pgdata.go Save tags on pool rows, show errors in summary table 2026-02-16 16:38:04 +00:00
prepared.go Return communication database rows from communication API 2026-05-01 21:00:23 +00:00
tx.go lint: remove unused items from resource, sync, platform, db 2026-05-09 17:19:38 +00:00
updater.go Switch to using the Gleipnir fork of jet 2026-05-09 01:48:56 +00:00