Getting Started
- Fork the repository: https://github.com/JointSave-org/Joint_Save
- Clone your fork:
git clone https://github.com/<your-username>/Joint_Save.git
cd Joint_Save
- Create a new branch:
git checkout -b feat/pending-deposits-filter
Overview
For a Rotational pool with many members, the admin (or any member, really) might want to quickly see who still needs to deposit for the current round, rather than scanning the whole member list. The existing group-members.tsx shows each member's status, but there's no way to filter down to just the ones still pending.
Requirements
- Add a simple toggle/filter chip above the member list: "Show all" / "Pending only"
- Filtering should be purely client-side (the data needed is already fetched for the existing status display)
- Show a count badge ("3 pending") so it's useful even without toggling the filter
Acceptance Criteria
Getting Started
Overview
For a Rotational pool with many members, the admin (or any member, really) might want to quickly see who still needs to deposit for the current round, rather than scanning the whole member list. The existing
group-members.tsxshows each member's status, but there's no way to filter down to just the ones still pending.Requirements
Acceptance Criteria