Align journal docs with current model

This commit is contained in:
Scott Idem
2026-05-05 13:31:19 -04:00
parent 80957316f2
commit 20d8a6975d
8 changed files with 66 additions and 25 deletions

View File

@@ -1211,6 +1211,8 @@ This document provides a reference for the data structures of the core Aether AP
**Source Model:** `Journal_Entry_Base` in `models/journal_entry_models.py`
**UI note:** The current Journals Entry Config modal treats `summary` as metadata, keeps `alert` and `alert_msg` as separate fields, and uses `priority` as a boolean flag while `sort` remains the numeric ordering field.
- `id_random`: `Optional[str]`
- `id`: `Optional[int]`
- `journal_id_random`: `Optional[str]`