Activity Summary Screen
Component Detail
User Interface
medium complexity
mobile
0
Dependencies
0
Dependents
1
Entities
0
Integrations
Description
Review screen displayed after all wizard steps are completed, showing a full summary of the about-to-be-saved activity. Provides a final confirmation action and edit shortcuts back to individual steps. Designed to prevent accidental submissions and support WCAG 2.2 AA review patterns.
activity-summary-screen
Responsibilities
- Render a complete, read-only summary of all wizard-collected data
- Provide edit shortcuts to individual wizard steps
- Trigger final activity submission and handle success/error states
Interfaces
build(context)
onConfirmSubmit()
onEditStep(stepIndex)
onDiscard()
renderSummaryRow(label, value)
showSubmittingState()
showSuccessState()
showErrorState(error)