Problem / Motivation
Users need to find expenses paid by a specific person or involving specific members in the split, but no such filtering mechanism exists.
Proposed Solution
- Implement member/payer filters (e.g., dropdowns or chips) on the Expenses List screen.
- Filter the list to display only expenses where the selected member is the payer or is involved in the split.
Acceptance Criteria
Out of Scope
- Advanced combination logic between payer and involved members (simple OR/AND depending on UX design is enough).
Related Issues / PRs
Problem / Motivation
Users need to find expenses paid by a specific person or involving specific members in the split, but no such filtering mechanism exists.
Proposed Solution
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