nidus-sync/platform/types
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
..
address.go Remove now-extraneous latitude/longitude generated columns 2026-05-07 16:38:42 +00:00
compliance_report_request.go Send compliance report data with lead data 2026-04-17 20:51:07 +00:00
concern.go Add concern page to mailer compliance flow 2026-04-22 21:22:03 +00:00
contact.go Add contacts, rework comms schema 2026-05-15 16:58:28 +00:00
e164.go Create generic backend process, fix background interdependencies 2026-03-16 19:52:29 +00:00
feature.go Save the type from the database on feature 2026-04-16 20:40:55 +00:00
image.go Handle photo data including NaN for location 2026-03-20 05:48:59 +00:00
lead.go Send compliance report data with lead data 2026-04-17 20:51:07 +00:00
location.go Remove now-extraneous latitude/longitude generated columns 2026-05-07 16:38:42 +00:00
log_entry.go Make signals include the object they are attached to (pool, report) 2026-03-21 01:19:36 +00:00
mailer.go Add mailer API and initial mailer view 2026-04-21 19:19:59 +00:00
parcel.go Show parcel information on site page 2026-04-16 08:26:48 +00:00
publicreport.go Add text message history to acitivity log 2026-04-28 01:12:18 +00:00
review_task.go Start to populate site information in review task 2026-04-16 06:58:05 +00:00
service_area.go Add some missing files from previous commits 2026-04-02 14:23:16 +00:00
service_request.go lint: remove unused code across api, comms, h3utils, html, middleware, minio, platform, rmo 2026-05-09 14:47:56 +00:00
site.go Add contacts, rework comms schema 2026-05-15 16:58:28 +00:00
sync.go Add a resource for getting service requests 2026-04-14 19:59:32 +00:00
user.go Start to populate site information in review task 2026-04-16 06:58:05 +00:00