Calendar:Task Dialog: Difference between revisions

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, a functional description will follow next week (cw15).
This is a mock-up for a new Task dialog. This is work in progress.
== 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.
* 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 chosing a start date.
* Due Date: (same like 'Start Date')
* Status:
** Not Startet
** 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


== Recurrence Tabpage ==
== Recurrence Tabpage ==
96

edits