Doc updates and project (sort of) temp files

This commit is contained in:
Scott Idem
2026-06-02 09:25:03 -04:00
parent 65e48c764e
commit 33d48e7e78
3 changed files with 92 additions and 0 deletions

View File

@@ -14,6 +14,12 @@
List overridable via `event_device.other_json.launcher.kill_process_li`. Auto-cleanup on file
open (deferred — manual button sufficient for CMSC).
- [ ] **[Launcher] End-to-end test on macOS** — test pptx and key opens on a real podium Mac.
- [ ] **[Launcher] Hidden/deleted files still visible in Presenter file list** — When an
`event_file` is hidden (`hide=1`) or soft-deleted, it continues to appear in the Launcher's
per-presenter file list. Needs investigation: likely the Launcher's IDB query or the
file-list component does not apply a `!hide` / `enable` filter. Check the file list query
in the Launcher file components and the `properties_to_save` whitelist in
`ae_events__event_file.ts` to confirm `hide` and `enable` are persisted to IDB.
- [ ] **[Launcher/Electron] Wallpaper stops applying after several changes (post-CMSC)** —
Append timestamp/random suffix to temp filename so macOS always sees a new path.
- [ ] **[Launcher/Electron] Wallpaper drift after display hotplug (post-CMSC)** —