User Interface low complexity mobile
0
Dependencies
1
Dependents
0
Entities
0
Integrations

Description

Reusable search bar and category filter chip row widget used within the Talking Cards Screen. Executes client-side filtering over the locally cached card dataset to support offline use during low-connectivity home visit scenarios.

Feature: Talking Cards & Resource Toolbox

card-search-filter-widget

Responsibilities

  • Accept text input and emit search query change events
  • Render category filter chips for each available tag
  • Perform client-side filter logic over cached card list
  • Clear search and reset filter state

Interfaces

onQueryChanged(String query)
onCategoryToggled(String category)
clearFilters()
getActiveFilters()
filterCards(List cards, String query, List categories)

Relationships

Dependents (1)

Components that depend on this component