Event Wizard Screen
Component Detail
User Interface
medium complexity
mobile
2
Dependencies
0
Dependents
1
Entities
0
Integrations
Description
Multi-step guided wizard for creating events in the Meander mobile app. Presents discrete input steps for title, date, time, duration, location, and summary with inline validation before progression to the next step.
event-wizard-screen
Responsibilities
- Render each wizard step as a discrete self-validating widget
- Display step progress indicator showing current position and total steps
- Coordinate with wizard step controller for forward and backward navigation
- Show confirmation screen before final submission to the event service
Interfaces
EventWizardScreen()
onComplete(EventDraft draft)
onCancel()
onStepChanged(int stepIndex)
Relationships
Dependencies (2)
Components this component depends on