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
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
Each step activates when reached.
Implementation
Map steps to
statusvalues:Acceptance Criteria