Tagged Questions

2
votes
3answers
562 views

GUI patterns for CRUD web applications

This is a vague question about user experience and interaction design patterns (not programming) for CRUD web applications. Let there are few simple entities, e.g. Student, Course, and Lecturer with ...
2
votes
0answers
504 views

Wizard pattern and other GUI patterns for infrequent, complicated task

We are thinking of using a Wizard pattern to help a user complete a task. The Wizard pattern seems to solve our problem. We are also interested in what human factors research might have to say about ...
0
votes
2answers
129 views

What is the best way to model a richly interactive GUI (using use-cases or other approaches)?

My company develops a rich GUI from a detailed specification document, written as 100+ Use-cases (UC's). These detailed UC's drive the development. They are written as tables with actor and ...