Skip to content

[Enhancement] Add progress steps indicator (Upload → Configure → Export → Download) #98

@magic-peach

Description

@magic-peach

Overview

Add a visual progress stepper at the top of the page showing the user where they are in the workflow: Upload → Configure → Export → Download.

Design

● Upload → ○ Configure → ○ Export → ○ Download

Each step activates when reached.

Implementation

Map steps to status values:

  • Upload: file is null
  • Configure: file is set, status is idle
  • Export: status is loading-engine or exporting
  • Download: status is done

Acceptance Criteria

  • 4-step indicator visible at top of page
  • Active step highlighted
  • Completed steps show checkmark
  • Accessible with ARIA

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions