Commit graph

4 commits

Author SHA1 Message Date
7eb0ad1221
Show message history in contact review page.
Some checks failed
/ golint (push) Failing after 9s
2026-05-23 01:33:25 +00:00
f957dc6982
Migrate contact_email and contact_phone to allow dupes
The key item here is that comms.phone and comms.email are meant to
represent a real global namespace, but comms.contact is meant to
represent an organization-specific namespace. This means the mapping,
comms.contact_phone and comms.contact_email can't key off the global
namespace. Otherwise the contact namespace would implicitly be global.
2026-05-22 15:13:03 +00:00
cfe166c0f2
Add view for showing contact details. 2026-05-18 23:37:59 +00:00
8b203908a0
Add basic layout of the contact review 2026-05-15 17:19:06 +00:00