MEDIUM story-coordinator-member-overview-coordinator-003 2 pts
2
Story Points
Medium
Priority
Coordinator Member Overview
Feature

User Story

As a user
I want my filter selections on the member overview screen to be preserved when I navigate away to a member detail page and return
So that So that I can review individual member details in context of a filtered list and return to exactly the same filtered view without re-applying my filters

Acceptance Criteria

  • Given I have applied filters on the member overview screen, when I tap a member card to view their detail page, then my filter state is saved to the Navigation State Store before navigation
  • Given I am on a member detail page reached from a filtered list, when I press back, then the member overview screen restores with the same filter chips active and the filtered list displayed
  • Given the app is foregrounded after being backgrounded, when I return to the member overview screen, then filter state persists within the same session
  • Given I log out and log back in, when I navigate to the member overview screen, then filter state is cleared and the default unfiltered view is shown

Business Value

Coordinators frequently switch between the overview list and individual member profiles during a work session. Losing filter context on each navigation forces repeated manual re-filtering, creating unnecessary friction. Persisted filter state reduces the number of taps required per session and supports the extended, administrative-style sessions typical of coordinator workflows.