From 1ba3b2f3bc459e0877b17fe9e8e8d66dff5cc2fb Mon Sep 17 00:00:00 2001 From: Anna Dirks Date: Fri, 3 Jan 2003 16:10:42 +0000 Subject: Initial spec for the 'set message priority' feature svn path=/trunk/; revision=19219 --- designs/message_priority/spec.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 designs/message_priority/spec.txt (limited to 'designs') diff --git a/designs/message_priority/spec.txt b/designs/message_priority/spec.txt new file mode 100644 index 0000000000..873e2e291c --- /dev/null +++ b/designs/message_priority/spec.txt @@ -0,0 +1,21 @@ +Specification the "Set Priority" button: + +Button Appearance: +1) Button should highlight on mouse-over, as do the "Send" and "Attach" buttons. + +2) The dropdown menu associated with this button should contain the following three items: +High Priority +Normal Priority +Low Priority + +3) The tooltips associated with the various dropdown menuitems should be: + +Button moused over but not pressed: "Set the priority of this message" +Button pressed, mouse on "High Priority": "Set the priority of this message to be high" +Button pressed, mouse on "Normal Priority": Set the priority of this message to be normal" +Button pressed, mouse on "Low Priority" + +4) Ideally, the appearance of the button will change based on which priority is selected. This is important, as it provides a visual indication of what the current message priority is. A possible way to do this is to change the appearance of the exclamation mark, to match the way the message will appear in the message list. (eg, make the mark red for messages marked as having a high priority, etc.) + +Default Setting: +The default message priority should be "normal". \ No newline at end of file -- cgit v1.2.3