Finalize IDAA Bulletin Board V3 migration and fix UI filtering issues

- Ensured 'account_id' is injected into post objects during processing to maintain IndexedDB filter consistency
- Resolved race condition by awaiting database clearing before refreshing posts
- Corrected 'archive_on' date comparison logic in BB component
- Exported 'qry__post' and enabled comment fetching during post search
- Updated GEMINI.md and TODO.md with project progress
This commit is contained in:
Scott Idem
2026-01-07 11:37:36 -05:00
parent c0fc5052ab
commit 9c6df5c7f9
5 changed files with 148 additions and 72 deletions

View File

@@ -39,7 +39,14 @@ This is a list of tasks to be completed before the next event/show/conference.
- [x] **Journals:** Fully migrated to V3 CRUD.
- [x] **Events - Badges:** Fully migrated to V3 CRUD.
- [x] **Core Modules:** Fully migrated (Accounts, Sites, People, Users, Activity Log).
- [ ] Migrate IDAA modules. (In progress: Archives and Recovery Meetings done)
- [ ] **IDAA Modules:** (In progress)
- [x] Archives & Archive Content.
- [x] Recovery Meetings (Events).
- [x] Bulletin Board (Posts).
- [ ] **Agent Coordination:**
- [x] Establish identity as `frontend_svelte`.
- [x] Send test greeting to `backend_fastapi`.
- [ ] Periodically check inbox for API updates.
---