Always show Ledger bottom sections; split CHANGELOG into user/dev logs #201
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nidde/parenting-tool!201
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "copilot/update-ledger-and-changelog"
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?
Ledger accordion sections (Mortgages, Credits, Deferred) were hidden when empty, making it impossible to confirm whether features were active for a given month. Additionally,
CHANGELOG.mdcontained dense technical implementation details unsuitable for end users.Description
Ledger section visibility
v-ifguards from Mortgage and Credits sections inCombinedMonthlyAccordion.vue— both sections now always render regardless of item countv-ifguards from Mortgage and Deferred sections inLedgerSummaryCard.vue— always visible even at zero values?.length ?? 0(previously relied on the removed guard for null-safety)Changelog split
CHANGELOG.md[1.CURRENT] in plain user-facing language — no class names, table names, service names, or implementation detailsDEVLOG.mdas the new home for technical implementation notes (enums, migrations, services, test counts, architectural decisions)[v1.4.0]"Code Quality & Testing" block and "Agent Instructions" entry out ofCHANGELOG.mdintoDEVLOG.mdAGENTS.md### Changelogsection with the dual-file policy, clear rules for each file, and example entries for bothType of Change
Testing
Code Quality
CI/CD Checks
Additional Notes
The one pre-existing ESLint warning (
'emit' assigned but never usedinPaymentSchedule.vue) was present before these changes and is unrelated to this PR.LG2M 👍
Comment
@coderabbitai helpto get the list of available commands and usage tips.