Notes field per entry #13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Add an optional free-text notes field to each entry for goals, due dates, account numbers, or any context. Examples: "Christmas fund goal $1800 by Nov", "renewal Mar 2027", "account ending 1234".
Behavior
notes TEXT NULLon bothentryandmonth_entryhx-trigger="change"pattern as name / planned / applied on the month page/entries/{entry_id}/notesendpoint so existing entries' notes can be edited without delete-and-recreateDisplay
Notes appear as a second line under the name in each entry row, rendered in smaller muted text when filled, placeholder "notes..." when empty. Same on both pages.
Acceptance criteria
notestoentryandmonth_entry, nullablenotesform fieldPOST /entries/{id}/notesupdates a budget entry's notesnotesform fieldPOST /month/{year_month}/entries/{id}accepts anotesform fieldcreate_month) copiesentry.notestomonth_entry.notesstate-editedOut of scope