filtering
Filtering, grouping, and keyboard navigation route handlers
Filter Handler
Grouping Handler
Keyboard Handlers
Router
init_filtering_router
def init_filtering_router(
state_store:SQLiteWorkflowStateStore, # The workflow state store
workflow_id:str, # The workflow identifier
source_service:SourceService, # The source service for queries
prefix:str, # Route prefix (e.g., "/workflow/selection/filtering")
urls:SelectionUrls, # URL bundle for rendering
)->Tuple: # (router, route_dict)
Initialize filtering and keyboard navigation routes.