Structure the app as a multi-step form
Closed this issue · 1 comments
aljrico commented
So far the different features of the app are being developed independently and in no specific order. While that's fine for development, a clear flow should be designed to display those features in a specific order.
Following the example provided in this article, the expected usability should be spoon-fed to the user through a multi-step form. So we make sure that every step of the whole process is begun only after completing the previous one while letting the user go backwards and modify the form as needed.
The expected order of such form should be as follows:
- Pick coffee blend/origin #3
- Upload logo + label designer
- Pick bag sizes and amounts
- Delivery details
- Payment
Each one forming a separate page of the multi-step form
nikensss commented
It's been done for long. Closing it.