|
|
|
|
|
by kaliblack
4840 days ago
|
|
My process helps me clearly understand what the user is trying to do and plays to my strengths, which aren't designing. For each user flow I do the following. 1) State the use case (who is doing what and why) 2) Write each stage of the flow in terms of user request, decision and information they need 3) Very rough sketches This will throw up a lot of questions, mainly about edge cases, so I write those down separately. When all the main flows are done I start coding. |
|