Files
OSIT-AE-App-Svelte/TODO.md
Scott Idem 055d8e7816 refactor(search): standardize debounced reactive search across modules
- Standardized the search pattern using Svelte 5 debounced $effects in Recovery Meetings, Badge Search, and Journals to eliminate manual triggers and stuttering.
- Fixed a bug in 'ae_idaa_comp__event_obj_li.svelte' where the Results count was inconsistent with the displayed list by implementing a derived 'visible_event_obj_li' state.
- Hardened 'ae_idaa_comp__event_obj_li_wrapper.svelte' to filter out 'undefined' entries from database 'bulkGet' calls.
- Cleaned up legacy search handling code in 'ae_idaa_comp__event_obj_qry.svelte'.
- Updated 'TODO.md' and 'GEMINI.md' to reflect search logic hardening accomplishments.
2026-01-27 13:08:11 -05:00

3.6 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)

  1. 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. (Verified 2026-01-26)

Current Priorities (Jan 26, 2026)

  1. 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.
  2. 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.
  3. Hardening V3 Search:
    • Exhibit Search: Restore missing search function and logic.
    • Debounced Search Logic: Standardized reactive, debounced search patterns across Recovery Meetings, Badge Search, and Journals to eliminate stutter and manual triggers. (Completed 2026-01-27)
    • Journal Search: Refactor dynamic filtering and query logic (Coming back to this soon).
    • Global Rule: Preserve ft_qry, lk_qry, and and_qry blocks as "sacred" business logic.

🚀 Future Features & Backlog

  • Journal Annotations: Implement a "Post-Comment" style system for adding reflections to Journal Entries.
  • Journal Media Hardening: Improve file/media linking using the Archive module's multi-attachment pattern.
  • Notification Hooks: Add email alerts for system events (e.g., AI Summarization / RAR completion).
  • Telemetry Visuals: Expand Launcher dashboard with network bandwidth and storage usage stats.

🛠️ DX & Tooling (MCP)

  • V3 API Parameter Hardening: Updated search_ae_obj_v3 for URL serialization. (Completed 2026-01-21)
  • Fetch Noise Reduction: Silenced AbortErrors in API helpers at log_lvl 0. (Completed 2026-01-26)
  • GEMINI Context Standardization: Deployed v1.2 Inverted Pyramid template with Agent Identity and RAR tracking across ecosystem. (Completed 2026-01-26)
  • Performance Optimization: Standardized the "Non-Blocking Load Pattern" (SWR) across Events and Core modules to eliminate page transition delays. (Completed 2026-01-27)
  • 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.
  • Journals Standardization: Renamed all components to ae_comp__*, normalized props to snake_case, and migrated to lucide-svelte.
  • Editor UX: Fixed line-wrapping for long lines in both plain textarea and CodeMirror editors.
  • Event Optimization: Implemented "Details" toggle in Session lists to defer expensive presenter/file renders.
  • 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.