Differences between revisions 2 and 3
Revision 2 as of 2009-03-26 05:41:35
Size: 1732
Editor: p@state-of-mind
Comment:
Revision 3 as of 2009-04-13 12:59:05
Size: 3211
Editor: p@state-of-mind
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DEV/versions/8323080 #pragma page-filename DEV/versions/8323082
Line 9: Line 9:
== Interface Architecture ==
Mailman makes a huge amount of configuration options available on its interfaces. MM3 will make orientation in easier:

 * Main menu options will be ordered by usage frequency
 * The interface will be task-oriented
 * The homepage will list the most frequent tasks (and will show a statistic graph to give the owner a quick overview of the systems health state).
 * Navigation will be completely reorganized (see Navigation principles below).
=== Navigation Principles ===
The following rules, ordered by priority, should apply:

 1. Separate options by their effect or purpose e.g. "configuration", "statistics" or "pending requests".
 1. Group similiar options e.g. "filter" subsumes filtering options for senders, recipients, content, headers, etc.
 1. Combine all simliar options in one page
 1. Within a page show only the most used options and hide the less used ones
 1. Unhide the less used ones upon user request
=== First Login Wizzard ===
When an owner logs in for the first time --( after list creation )-- a wizard is offered. The wizzard takes the user on a quick tour across all configuration options that usually are consulted after list creation.

The goal is to give the owner an overview of the most important configuration options and their current settings as well as a chance to set basic list behaviour without having to search and click through endless configuration pages.
Line 15: Line 35:
== information architecture ==
=== navigation structure ===
== Information Architecture ==
=== Navigation Structure ===
This will undergo redesign!

Global Requirements

Consistency in user interfaces lets users make less errors and they feel more secure in what they do.
In theory all clients should conform to the following requirements. In practice mileage depends on what the client technology gives.

Interface Architecture

Mailman makes a huge amount of configuration options available on its interfaces. MM3 will make orientation in easier:

  • Main menu options will be ordered by usage frequency
  • The interface will be task-oriented
  • The homepage will list the most frequent tasks (and will show a statistic graph to give the owner a quick overview of the systems health state).
  • Navigation will be completely reorganized (see Navigation principles below).

The following rules, ordered by priority, should apply:

  1. Separate options by their effect or purpose e.g. "configuration", "statistics" or "pending requests".
  2. Group similiar options e.g. "filter" subsumes filtering options for senders, recipients, content, headers, etc.
  3. Combine all simliar options in one page
  4. Within a page show only the most used options and hide the less used ones
  5. Unhide the less used ones upon user request

First Login Wizzard

When an owner logs in for the first time after list creation a wizard is offered. The wizzard takes the user on a quick tour across all configuration options that usually are consulted after list creation.

The goal is to give the owner an overview of the most important configuration options and their current settings as well as a chance to set basic list behaviour without having to search and click through endless configuration pages.

Accessibility

If a client technology provides means to make the interface more accessible, they should be followed.

Design Patterns

Operating systems have design patterns that describe how things should look and how standard processes should work. If we develop a client for a system that provides such a catalog we should follow it. Users will honour the consistency, feel at home and will make less errors.

Information Architecture

This will undergo redesign!

Pending Requests
    ...
Membership Management
    Add members
    Remove members
Settings
    General
    Passwords
    Language
    Non-Digest
    Digest
    Privacy
    Bounce Processing
    Archive
    Mail - News Gateway
    Autoresponder
    Content Filter
    Topics

messages and notifications

We should provide a set of MM3 specific help messages and notifications. Any client should use these, so users get a consistent experience - no matter which client.



Comments

David H. Brown

If where you write, "Main menu options will be ordered by usage frequency" you mean dynamic reorganization, I am concerned.  I have found Microsoft's and Adobe's efforts to "streamline" their menus by hiding things that haven't been used recently and moving items to the top just after I get used to finding them elsewhere around to slow me down more often than it helps.

Adding a short "frequent tasks" list -- sort of like recently used files in Office would be useful, but I would suggest that it should be distinct from the main navigation structure. There is a real risk that dynamic reorganization will actually hinder users by frustrating them when features they're still learning move around. Dynamic menus definitely do not make me feel more secure in what I do.

(Unimportant: Is there a special meaning for "wizzard" with two "z"s instead of the usual one? I tried Googling and found a couple references to musicians...)

MailmanWiki: DEV/global requirements (last edited 2009-04-29 13:10:20 by p@state-of-mind)