Saving notes.

This commit is contained in:
Scott Idem
2026-01-27 18:47:02 -05:00
parent 4ef591771e
commit b37108e5dd

View File

@@ -64,13 +64,14 @@
- **Secondary:** ID Vision Phase 2 Migration and V3 API Migration (Contacts/Clients). - **Secondary:** ID Vision Phase 2 Migration and V3 API Migration (Contacts/Clients).
### 🚧 Active Workstreams ### 🚧 Active Workstreams
- **[Context Migration]:** Refactoring `GEMINI.md` to v1.2 Inverted Pyramid structure (Completed). - **[ID Vision]:** Phase 2 complete. Strictly enforced string-ID standardization for Page, Post, Person, Journal, Contact, and User models. (ID: 161311118 - DONE).
- **[ID Vision]:** Extending string-ID standardization to Page, Post, and Person models (ID: 161311118).
- **[Infrastructure]:** Pydantic V2 Migration Impact Analysis (Technical Debt).
- **[Infrastructure]:** Restore AE Events Presentation Launcher (Electron) (ID: 221513945). - **[Infrastructure]:** Restore AE Events Presentation Launcher (Electron) (ID: 221513945).
- **[Infrastructure]:** Pydantic V2 Migration Impact Analysis (Technical Debt).
- **[Journals]:** UI: Implementation of Quick Add & Append/Prepend (ID: 185821382).
### 🧠 Recent Decisions ### 🧠 Recent Decisions
- **API Error Transparency:** Modified `sql_select` to return `False` on hard database errors to prevent "silent failures" where frontend would see `200 OK` with zero results. - **ID Hardening:** Modified the `map_v3_ids` root validator across core models to explicitly delete aliased integer IDs (e.g., `post_id`, `journal_id`) to prevent Pydantic coercion of legacy integers into strings.
- **Search Optimization:** Standardized on `default_qry_str` for optimized fulltext searching. `Event_Badge_Base` is noted as a temporary outlier (`default_qry_string`) awaiting frontend alignment.
- **Privacy & Information Hiding:** Centralized `public_read` flag in object definitions and excluded internal file sharding paths from responses. - **Privacy & Information Hiding:** Centralized `public_read` flag in object definitions and excluded internal file sharding paths from responses.
--- ---