Refine Jitsi docs and bootstrap notes
Keep the bootstrap quickstart focused on general platform knowledge, while preserving the Jitsi Reports reminder in the project docs and todo list. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -461,6 +461,8 @@ Moderation permissions are controlled by `novi_jitsi_mod_li` in the IDAA store.
|
|||||||
|
|
||||||
An admin/staff reporting tool that aggregates raw Jitsi activity logs into human-readable meeting sessions. It is **not** a member-facing page — IDAA members do not see it.
|
An admin/staff reporting tool that aggregates raw Jitsi activity logs into human-readable meeting sessions. It is **not** a member-facing page — IDAA members do not see it.
|
||||||
|
|
||||||
|
**Reminder:** this page is still incomplete. We still need the Novi UUID filter to work and we still need meeting-name whitelist filtering.
|
||||||
|
|
||||||
### View Modes
|
### View Modes
|
||||||
|
|
||||||
Two display modes, toggled via a button in the page header:
|
Two display modes, toggled via a button in the page header:
|
||||||
@@ -501,6 +503,8 @@ A "Reset Filters" button appears whenever any filter is non-default.
|
|||||||
|
|
||||||
**Why display-name matching (not Novi UUID):** Jitsi participant data (`meta_json.participants`) only contains `displayName` and `role` — the Novi UUID is not passed through to the activity log. UUID-based exclusion would require a Jitsi config change plus a backend schema update and is deferred. Display names for OSIT staff are stable and controlled.
|
**Why display-name matching (not Novi UUID):** Jitsi participant data (`meta_json.participants`) only contains `displayName` and `role` — the Novi UUID is not passed through to the activity log. UUID-based exclusion would require a Jitsi config change plus a backend schema update and is deferred. Display names for OSIT staff are stable and controlled.
|
||||||
|
|
||||||
|
**Still pending:** the new Jitsi Reports page still needs a real Novi UUID filter and a whitelist of meeting names so staff can narrow the report set without relying only on display names.
|
||||||
|
|
||||||
### Summary Stats
|
### Summary Stats
|
||||||
|
|
||||||
Shown above the meeting list when data is loaded. Stats reflect the **filtered + exclusion-applied** view:
|
Shown above the meeting list when data is loaded. Stats reflect the **filtered + exclusion-applied** view:
|
||||||
|
|||||||
@@ -184,6 +184,11 @@ suddenly jumps to 0 errors, verify it's not because a bad `.d.ts` replaced a pac
|
|||||||
(`PATCH /v3/crud/site/{id}/`), reload `$ae_loc.site_cfg_json` on save so it takes
|
(`PATCH /v3/crud/site/{id}/`), reload `$ae_loc.site_cfg_json` on save so it takes
|
||||||
effect without re-login.
|
effect without re-login.
|
||||||
|
|
||||||
|
### [IDAA] Jitsi Reports still incomplete
|
||||||
|
- [ ] **Finish Jitsi Reports filters** — the new Jitsi Reports page still needs a working Novi UUID
|
||||||
|
filter and meeting-name whitelist filtering so staff can narrow the report set without relying on
|
||||||
|
display-name matching alone.
|
||||||
|
|
||||||
### [PWA] Service worker ignoring `chrome-extension://` requests
|
### [PWA] Service worker ignoring `chrome-extension://` requests
|
||||||
Browser console shows repeated errors:
|
Browser console shows repeated errors:
|
||||||
```text
|
```text
|
||||||
|
|||||||
Reference in New Issue
Block a user