Filtering and live reports
Derive a report from the ledger
A report should be derived from source data every time—not maintained as a second, conflicting copy. The selected category determines a filtered view; reduce produces the KPIs; sort makes the audit table predictable.
The practice dataset is visibly labeled. Replace it with your own entries after the exercise.
Anweisungen
Create getVisibleTransactions using filter and selectedCategory.
Tipp: Keep every item when selectedCategory is all.
Sort visible rows by date without changing the source array.
Create calculateReport(items) with reduce.
Listen for filter changes and render the report again.
Dein Code
Beschreibe, was du für diesen Schritt bauen willst, und ich schreibe den Code — klicke dann auf Übernehmen, um ihn in deinen Editor zu übertragen. Dieser Schritt: Create getVisibleTransactions using filter and selectedCategory.