Commit Graph

16 Commits

Author SHA1 Message Date
Scott Idem
802c75bad9 V3: Standardize Primary AE Objects and Synchronize Search Whitelists.
- Synchronized searchable_fields (V3 whitelists) across all Primary and Active AE objects (Identity, People, Events, Journals, Posts, Archives, Business).
- Standardized Pydantic models for core objects to include the 10 common fields (id, id_random, enable, hide, priority, sort, group, notes, created_on, updated_on).
- Fixed field aliases and uncommented valid database columns in User_Base and Organization_Base.
- Pruned non-existent fields from searchable lists in legacy or config-specific definitions (account_cfg, user_role, log_client_viewing).
- Added system discovery and validation tools:
    - ae_object_info.py: AE object status and metadata browser.
    - export_all_interfaces.py: E2E TypeScript interface generator.
    - Verification scripts for searchable field consistency.
- Updated Jan 8 milestone progress and platform roadmap in GEMINI.md.
2026-01-08 12:24:34 -05:00
Scott Idem
c78afbbc5c Added new fields for posts related. Also cleaned up some of the code and logging. 2024-11-13 17:48:14 -05:00
Scott Idem
dcad4b70e9 Minor update to the archive content model to include more hosted file info. Specifically the hash is needed. 2024-11-06 12:29:34 -05:00
Scott Idem
be6d361bf7 Updates related to archives changes. 2023-12-14 18:17:18 -05:00
Scott Idem
0ac9510546 Bug fixes, clean up, stuff 2023-09-21 12:12:31 -04:00
Scott Idem
2550c58d99 Work on CRUD routes and related SQL 2023-09-07 16:57:58 -04:00
Scott Idem
5f7225e3ab Improving the CRUD functions and other clean up. 2023-08-18 17:10:44 -04:00
Scott Idem
8bcd67d935 Work on hosted files and archives. 2022-08-11 17:50:50 -04:00
Scott Idem
95becf7643 Work on hosted files and archives. 2022-08-10 17:33:46 -04:00
Scott Idem
c43e958859 More. Moving ID random generation to the SQL db instead. General clean up. 2022-06-30 15:43:00 -04:00
Scott Idem
1dba813d4b Work on hosted files and archive content and related bug fixes. 2021-08-08 15:47:32 -04:00
Scott Idem
d85ab35812 Working on membership stuff 2021-06-24 17:50:11 -04:00
Scott Idem
938aabb2a8 Working on all the routes, methods, and models. 2021-06-18 14:09:07 -04:00
Scott Idem
03bb55e62a Moving stuff around to make it more easy to manage. Adding models, methods, and routes. 2021-06-11 14:07:10 -04:00
Scott Idem
443d2bab77 A lot of general clean up of everything. 2021-05-28 03:52:31 -04:00
Scott Idem
09c7b48223 General clean up of models and methods. 2021-05-28 01:40:18 -04:00