- Updated ae_types.ts with missing IDAA-specific fields for Archives and Events (topic_name, archive_on, contact_li_json, etc.) using snake_case. - Refactored bulletin board post filter to safely handle null archive_on dates. - Fixed missing 'data' prop assignment in bulletin board list component to resolve type error. - Corrected core_func.download_export__obj_type method name in recovery meetings export. - Hardened safety checks for contact_li_json in recovery meetings view logic to prevent null property access. - Mapped Jitsi meeting event data to internal snake_case variables and fixed input type assignments. - Updated project documentation (TODO, GEMINI.md, .ae_brief) to reflect IDAA hardening progress.
2.2 KiB
2.2 KiB
One Sky IT's Aether UI/UX Project TODO
This is a list of tasks to be completed before the next event/show/conference.
High Priority (Active Task)
- IDAA Module Hardening:
- Audit Jitsi meeting integration for connection stability.
- Investigate reported "issues with IDAA pages" (Current Focus).
- Verify V3 search logic for Recovery Meetings and Archives.
Current Priorities (Jan 26, 2026)
- Hydration Performance (Completed Sprint):
- Non-Blocking Layouts: Refactored root, events, and journals layouts to fire refreshes in background.
- SWR Implementation: Individual modules (Event, Session, Journal) now return cached data immediately.
- Service Worker: Re-enabled and hardened with robust asset caching.
- Native Launcher Refinement (Phase 5):
- Office Automation: Implemented AppleScript handlers for PowerPoint/Keynote.
- Telemetry Dashboard: Built visual CPU/RAM gauges in Launcher Config.
- Observability: Heartbeat and Sync status moved to formal Config UI.
- Hardening V3 Search:
- Exhibit Search: Restore missing search function and logic.
- Global Rule: Preserve
ft_qry,lk_qry, andand_qryblocks as "sacred" business logic.
🛠️ DX & Tooling (MCP)
- V3 API Parameter Hardening: Updated
search_ae_obj_v3for URL serialization. (Completed 2026-01-21) - Fetch Noise Reduction: Silenced AbortErrors in API helpers at log_lvl 0. (Completed 2026-01-26)
- Payload Validation: Create dry-run tool for Pydantic model checking.
Recent Accomplishments (Jan 26, 2026)
- Performance: Eliminated "white page" delay on refresh across all major modules.
- Native Bridge: Completed specialized macOS handlers for remote presentation control.
- Stability: Resolved duplicate export errors and script evaluation failures in Service Worker.
Native App Development (2026-01-26)
- Phase 4: Implement device heartbeat and telemetry loop.
- Phase 5: Implement specialized AppleScript handlers for Office/Keynote.
- Refinement: Built Telemetry Dashboard in Launcher Config.