nidus-sync/resource
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
..
avatar.go Fix reference to avatar URI 2026-04-02 15:09:59 +00:00
communication.go Add contacts, rework comms schema 2026-05-15 16:58:28 +00:00
compliance.go Remove string-only references to location_* generated columns 2026-05-07 17:01:54 +00:00
district.go Show nuisance report status 2026-04-08 23:37:00 +00:00
email.go Start work on populating context of communication at API layer 2026-05-12 18:04:39 +00:00
geocode.go Add API for getting just the closest reverse geocoded answer 2026-04-27 19:44:25 +00:00
impersonation.go Make impersonation ending work, fix frontend events 2026-04-02 21:31:31 +00:00
lead.go Remove now-extraneous latitude/longitude generated columns 2026-05-07 16:38:42 +00:00
lob_hook.go Save all lob events to the database 2026-04-21 22:24:12 +00:00
mailer.go Add mailer API and initial mailer view 2026-04-21 19:19:59 +00:00
publicreport.go Return communication database rows from communication API 2026-05-01 21:00:23 +00:00
publicreport_compliance.go Add contacts, rework comms schema 2026-05-15 16:58:28 +00:00
publicreport_notification.go Add can SMS question, fix error handling of client ID 2026-04-14 15:15:19 +00:00
publicreport_nuisance.go lint: fix remaining errcheck issues across multiple files 2026-05-09 03:06:56 +00:00
publicreport_water.go lint: fix remaining errcheck issues across multiple files 2026-05-09 03:06:56 +00:00
qrcode.go Fix qr code generator functions 2026-04-23 00:30:42 +00:00
query_params.go Send submit PUT on compliance report flow, create communication then 2026-05-01 21:27:17 +00:00
review_task.go Fix reference to number_ column 2026-04-23 13:53:22 +00:00
router.go Start work on populating context of communication at API layer 2026-05-12 18:04:39 +00:00
service_request.go Add a resource for getting service requests 2026-04-14 19:59:32 +00:00
session.go Use auto build version info for embedding version information 2026-04-28 16:36:48 +00:00
signal.go Move QueryParams to resource module 2026-04-01 18:23:43 +00:00
site.go Update UI when a compliance letter is sent 2026-04-17 15:20:17 +00:00
sync.go Add a resource for getting service requests 2026-04-14 19:59:32 +00:00
text.go Start work on populating context of communication at API layer 2026-05-12 18:04:39 +00:00
upload.go lint: remove unused items from resource, sync, platform, db 2026-05-09 17:19:38 +00:00
user.go lint: remove unused items from resource, sync, platform, db 2026-05-09 17:19:38 +00:00