Design decision: horizontal vs. vertical progress stepper
The biggest design decision was switching from a horizontal progress stepper to a vertical progress stepper. The primary reason for this was because we wanted to conserve vertical space, especially as we continue to add more constraints for the plates.

Horizontal stepper
.svg)
Final version: vertical stepper
Switching to a vertical progress stepper also allowed us to later on add more steps to the stepper by splitting large steps into smaller sub steps. This reduced some of the information overload in our previous designs, and ensured that users only saw actions relevant to their current step in the flow.
Design decision: side panel vs. embedded tables
As previously mentioned, we wanted to use popups and overlays as sparingly as possible because we did not want to interrupt the flow. For the steps where a side panel overlay was previously used, we switched to embedded components.

With side panel

Final version: embedded components