MEDIUM story-cognitive-accessibility-coordinator-005 3 pts
3
Story Points
Medium
Priority
Cognitive Accessibility
Feature

User Story

As a user
I want selection lists throughout the app to show no more than five items at once before introducing pagination or search, so that I am never overwhelmed by a wall of options
So that So that choosing from a list remains a low-effort, low-error task even for users with reduced working memory or attention capacity, preventing the choice paralysis that leads to abandoned registrations

Acceptance Criteria

  • Given cognitive mode is enabled and a selection list contains more than five items, when the list renders, then only the first five items are visible and a 'Show more / Search' control is present
  • Given cognitive mode is enabled and a user activates the search control on a long list, when they type a query, then the list filters in real time and shows only matching items
  • Given cognitive mode is disabled, when a selection list renders, then all items are displayed without the five-item constraint
  • Given cognitive mode is enabled and a list has five or fewer items, when it renders, then all items are visible with no pagination control shown
  • Given any selection screen validated against the stroke patient persona checklist, when the list exceeds five items and cognitive mode is on, then the checklist validation passes only if pagination/search is implemented

Business Value

Choice overload is a documented barrier for stroke survivors and users with cognitive impairments. Limiting list size to five items is a specific technical constraint derived from the cognitive accessibility requirements in the NHF workshop. This reduces abandoned activity registrations by preventing users from being overwhelmed during selection steps.