What kind of workshop or method do you use when you need to collect all the information the user needs in its app ?
I am working on a predictive tool for a big industrial client. Basically, he needs to input a lot of parameters, and after some calculation the app will show as many output results.
Before working on the UI, i need to build a data map with:
- Complete list of input and outputs
- What does each one represents
- What is the best way to adjust these inputs
- How to group these logically
How would you do ?