Navigation logic and progress indicator (multi-step wizard) #11

Closed
opened 2025-06-18 20:35:59 +02:00 by froxxxy · 1 comment
Owner

Subtask of #5: Implement navigation logic for the multi-step game creation wizard.

  • Next/back button logic for all steps
  • Progress indicator (dots or step numbers)
  • State management for form data across steps
  • Swiping left/right for navigation (optional)

Acceptance Criteria:

  • User can move forward/backward between steps
  • Progress is clearly indicated
  • State is preserved between steps

See #5 for details.

Subtask of #5: Implement navigation logic for the multi-step game creation wizard. - Next/back button logic for all steps - Progress indicator (dots or step numbers) - State management for form data across steps - Swiping left/right for navigation (optional) Acceptance Criteria: - User can move forward/backward between steps - Progress is clearly indicated - State is preserved between steps See #5 for details.
Author
Owner

All navigation acceptance criteria have been met. The 'Game Type' and 'Race To' steps now include forward navigation, and the selection state is preserved. This commit completes the required work.

All navigation acceptance criteria have been met. The 'Game Type' and 'Race To' steps now include forward navigation, and the selection state is preserved. This commit completes the required work.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: froxxxy/bscscore#11