Calendar:Task Dialog: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
= New Task Dialog =
= New Task Dialog =
This is a mock-up for a new Task dialog. This is work in progress.
This is a mock-up for a new Task dialog. This is work in progress.
==Menu:==
* File
* Edit
* View
* Tools
==Toolbar:==
* Save and Close: Saves the task and closes the dialog.
* Print: prints the current task on the system's default printer.
* Mark complete:
** sets Status to 'Completed'
** and performs 'Save and Close' after that.
* Link File TBD
*TBD Items:
** Delete Task
** Next Task
** Previous Task
== Task Tabpage ==
== Task Tabpage ==


[[Image:Task_Dialog_Task.png|Task Dialog - Task Pane ]]
[[Image:Task_Dialog_Task.png|Task Dialog - Task Pane ]]


* Task Titel: shows the titel of the task. The edit field is empty by default and gets the focus, if the dialog is called for a newly created event.
===Task Dialog Tab:===
* Task Titel: shows the title of the task. The edit field is empty by default and gets the focus, if the dialog is called for a newly created event.
* Label: shows predefined cathegories.
* Label: shows predefined cathegories.
** TBD
** TBD
Line 12: Line 41:
** TBD
** TBD


* Start Date: "None" is default. Mini-month to chose date will popup when opening the drop down listbox. Mini-month has to provide "None" as well, so that the user can reset the default value after chosing a start date.
* Start Date: "None" is default. Mini-month to chose date will popup when opening the drop down listbox. Mini-month has to provide "None" as well, so that the user can reset the default value after choosing a start date.


* Due Date: (same like 'Start Date')
* Due Date: (same like 'Start Date')


* Status:
* Status:
** Not Startet
** Not Started
** In Progress
** In Progress
** Completed
** Completed
Line 29: Line 58:
** 75% (sets Status to 'In progress' if status was 'Not started' or 'Completed')
** 75% (sets Status to 'In progress' if status was 'Not started' or 'Completed')
** 100% (sets Status to completed)
** 100% (sets Status to completed)


* Prio: Drop down list box with 3 setting. Normal is the default.
* Prio: Drop down list box with 3 setting. Normal is the default.
Line 35: Line 63:
** Normal (default)
** Normal (default)
** High
** High
* Reminder: drop down behaves like in the event dialog [http://wiki.mozilla.org/Calendar:Event_Dialog]


== Recurrence Tabpage ==
== Recurrence Tabpage ==
Recurrences behaves like in the event dialog [http://wiki.mozilla.org/Calendar:Event_Dialog]


[[Image:Task_Dialog_Recurrence.png|Task Dialog - Recurrence Pane ]]
[[Image:Task_Dialog_Recurrence.png|Task Dialog - Recurrence Pane ]]

Latest revision as of 14:31, 13 April 2006

New Task Dialog

This is a mock-up for a new Task dialog. This is work in progress.

Menu:

  • File
  • Edit
  • View
  • Tools

Toolbar:

  • Save and Close: Saves the task and closes the dialog.
  • Print: prints the current task on the system's default printer.
  • Mark complete:
    • sets Status to 'Completed'
    • and performs 'Save and Close' after that.
  • Link File TBD
  • TBD Items:
    • Delete Task
    • Next Task
    • Previous Task

Task Tabpage

Task Dialog - Task Pane

Task Dialog Tab:

  • Task Titel: shows the title of the task. The edit field is empty by default and gets the focus, if the dialog is called for a newly created event.
  • Label: shows predefined cathegories.
    • TBD
    • TBD
    • TBD
    • TBD
  • Start Date: "None" is default. Mini-month to chose date will popup when opening the drop down listbox. Mini-month has to provide "None" as well, so that the user can reset the default value after choosing a start date.
  • Due Date: (same like 'Start Date')
  • Status:
    • Not Started
    • In Progress
    • Completed
    • Waiting on someone else
    • Deferred
  • % Completed:
    • 0% (sets Status to 'Not started')
    • 25% (sets Status to 'In progress' if status was 'Not started' or 'Completed')
    • 50% (sets Status to 'In progress' if status was 'Not started' or 'Completed')
    • 75% (sets Status to 'In progress' if status was 'Not started' or 'Completed')
    • 100% (sets Status to completed)
  • Prio: Drop down list box with 3 setting. Normal is the default.
    • Low
    • Normal (default)
    • High
  • Reminder: drop down behaves like in the event dialog [1]


Recurrence Tabpage

Recurrences behaves like in the event dialog [2]

Task Dialog - Recurrence Pane

Recurrence Tabpage 1-3

  • Daily (see section above)
  • Weekly
  • Monthly
  • Yearly

Task Dialog - Recurrence Pane 1-3