Tagged Questions

2
votes
3answers
594 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
531 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 ...
1
vote
2answers
24 views

Graphical, user friendly representation for 'All', 'Some', 'None'

I'm building a reporting tool where the user can filter results by selecting one or more options from various checkbox lists. To save space I'd like to shrink each list once the selections are made ...
0
votes
2answers
130 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 ...