Saving the new documentation for the Launcher project plans. Finally moving this to a new version of Electron and pretty much starting from scratch.

This commit is contained in:
Scott Idem
2026-01-21 12:11:47 -05:00
parent 3221e5830e
commit cd06fb79e8
10 changed files with 566 additions and 10 deletions

16
TODO.md
View File

@@ -4,11 +4,12 @@ This is a list of tasks to be completed before the next event/show/conference.
---
## Current Priorities (Jan 8, 2026)
## Current Priorities (Jan 20, 2026)
1. **Journals Module Audit:** Begin Phase 1 (Codebase Audit & Tailwind compliance).
2. **Core UI Polish:** Finalize Person and Address/Contact management forms using unified types.
3. **Svelte 5 / Runes Migration:** Continuous refactoring.
1. **Aether Native V3 (NEW):** Technical planning complete. Ready to scaffold the new Electron 33+ shell and implement the V3 "Zero-Config" bridge.
2. **Jitsi Module Updates:** Prepare for upcoming demo. Audit `video_conferences/+page.svelte` for UI/UX improvements and stability.
3. **Journals Module Audit:** Phase 1 complete. Focus on Phase 2: UI/UX Excellence.
4. **Core UI Polish:** Restored System Lookups view with Country Subdivisions.
---
@@ -29,11 +30,12 @@ This is a list of tasks to be completed before the next event/show/conference.
- [x] **Error Transparency**: Update backend to return specific SQLAlchemy/Pydantic errors in `meta.details`. (Completed 2026-01-19)
- [ ] **Automated Source of Truth**: Generate `V3_OBJECT_MODELS.md` automatically in `agents_sync/Aether/`.
- [x] **Fix V3 Search for IDAA Recovery Meetings**
- *Resolution:* Isolated IDAA module to a specialized legacy function `qry_ae_obj_li__event_v2` for stability.
- *V3 General Status:* Refined general `qry_ae_obj_li__event` to use 'Body + Header' injection, resolving the 'Integer Trap' for Main module.
- *Resolution:* Isolated IDAA module to a specialized legacy function `qry_ae_obj_li__event_v2` for stability. Restored 154-result capacity and fixed Inclusive OR location filters. (Completed 2026-01-20)
- *V3 General Status:* Refined general `qry_ae_obj_li__event` to use 'Body + Header' injection and 'q' property, resolving the 'Integer Trap'.
- [ ] Run raw CURL trace to bypass browser CORS and see full backend traceback.
- [ ] Perform SQL Audit on `v_event` view types (string vs integer mismatch).
- [ ] Test reverting to `account_id` mapping vs raw `account_id_random` body injection.
- [x] **Restore System Lookups**
- *Resolution:* Reverted `get_ae_obj_li_for_lu` to stable V2 endpoints (/v2/crud/lu/.../list) and added subdivision view. (Completed 2026-01-20)
- [ ] **Phase 2: UI/UX Excellence**
- [x] Implement "Quick Add" for high-velocity entry.
- [x] Add rapid append/prepend functionality to existing entries.