Problem / Motivation
For longer trips, users want to view expenses from a specific timeframe, which is currently impossible without manually scrolling through the entire list.
Proposed Solution
- Implement a date range filter on the Expenses List screen (e.g., using a
DatePickerDialog).
- Filter the expenses to only show those whose creation date falls within the selected range.
Acceptance Criteria
Out of Scope
- Complex pre-set ranges like "Last 7 days" (unless easy to add as a quick filter, focus on basic start/end date selection).
Related Issues / PRs
Problem / Motivation
For longer trips, users want to view expenses from a specific timeframe, which is currently impossible without manually scrolling through the entire list.
Proposed Solution
DatePickerDialog).Acceptance Criteria
make fast-checkpasses during iterative development (~15–30s).make check > build.log 2>&1 && echo "Check passed successfully" || (tail -n 100 build.log && exit 1)passes with 0 failures before merging.Out of Scope
Related Issues / PRs