nidus-sync/ts
Eli Ribble 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
..
components Migrate contact_email and contact_phone to allow dupes 2026-05-22 15:13:03 +00:00
composable Add centralized error handler for sync Vue app 2026-05-08 23:33:49 +00:00
map Move map as bounds change on communication workspace 2026-04-28 20:37:38 +00:00
rmo feat: show ErrorNotification in ReportSubmitted on submission failure 2026-05-21 15:47:43 +00:00
route Add basic layout of the contact review 2026-05-15 17:19:06 +00:00
store Fix reactive nature of generic resource store 2026-05-21 23:12:37 +00:00
style Port root RMO with style to main page 2026-04-03 15:58:50 +00:00
type Fix populating water report from ID, make ContactSimple 2026-05-21 03:23:10 +00:00
view Get all contacts on mounted 2026-05-22 13:58:21 +00:00
AppSync.vue Add centralized error handler for sync Vue app 2026-05-08 23:33:49 +00:00
client.ts Longer timeout, more tracking on login 2026-05-12 18:37:59 +00:00
config.ts Add sentry integration with Vue frontend 2026-04-21 23:35:59 +00:00
env.d.ts TypeScript checking is clean. 2026-03-22 02:55:17 +00:00
format.ts Return communication database rows from communication API 2026-05-01 21:00:23 +00:00
global.d.ts remove Alpine and start fixing type errors 2026-03-22 02:36:57 +00:00
log.ts Reconnect SSE connection if we miss heartbeats for 30 seconds 2026-05-21 15:43:56 +00:00
sentry.ts Get working sentry for the UI 2026-04-29 23:59:34 +00:00
SSEManager.ts Reconnect SSE connection if we miss heartbeats for 30 seconds 2026-05-21 15:43:56 +00:00
types.ts Move bounds to API types 2026-04-09 01:02:25 +00:00
vue-shim.d.ts TypeScript checking is clean. 2026-03-22 02:55:17 +00:00