Split Travellers data into Trips; Added 'Risk Audit' screen; Added follow-up checks; connected 'Trips' to Juvonno.

This commit is contained in:
2026-09-03 15:18:32 -04:00
parent 7085a478fb
commit 8e14bb438d
21 changed files with 3958 additions and 226 deletions
+6
View File
@@ -0,0 +1,6 @@
/**
* Configuration for Juvonno EMR Integration.
* Replace JUVONNO_API_KEY with the actual API key provided by Juvonno.
*/
export const JUVONNO_API_URL = 'https://canadatravelmed.juvonno.com/api'
export const JUVONNO_API_KEY = '4f664679e83c89ac76b2db0a1855804cbe38d7cf'