chore: final recovery and integration of WIP improvements into ae_app_3x_llm

This commit is contained in:
Scott Idem
2026-03-17 11:12:22 -04:00
parent e085a1d513
commit 01fef4f113
3 changed files with 108 additions and 61 deletions

View File

@@ -39,3 +39,9 @@ The IDAA integration includes the following features, each corresponding to a ro
- **Route:** `/idaa/recovery_meetings`
- **Bridge File:** `static/idaa_novi_iframe_recovery_meetings.html`
- **Functionality:** Displays a list of recovery meetings. This may also integrate with a Jitsi meeting interface (`idaa_novi_iframe_jitsi_meeting.html`).
## Novi API Verification (brief)
The IDAA routes receive a `uuid` parameter when loaded via the Novi iframe bridge. The application verifies that UUID by calling Novi's customers API (using the `novi_idaa_api_key` from site config) and then sets verified fields in the IDAA store (`novi_uuid`, `novi_email`, `novi_full_name`, `novi_verified`).
For full implementation details, verification flow, and the list of `site_cfg_json` fields used by IDAA, see the client documentation: [documentation/CLIENT__IDAA_and_customized_mods.md](documentation/CLIENT__IDAA_and_customized_mods.md).