| ... | @@ -3,11 +3,11 @@ |
... | @@ -3,11 +3,11 @@ |
|
|
|
|
|
|
|
## Getting started
|
|
## Getting started
|
|
|
|
|
|
|
|
Opening up the application will greet the user with the main page of the program. A task has several different properties. It has a name, a description, a start and an end date, a priority, a category asscoiated with it and whether it is done or not.
|
|
Opening up the application will greet the user with the main page of the program.
|
|
|
|
|
|
|
|
Insert Picture
|
|
Insert Picture
|
|
|
|
|
|
|
|
### The toolbar
|
|
## The toolbar
|
|
|
|
|
|
|
|
The most important part of the program is the toolbar. Here you can add tasks, remove a single task, remove all tasks or edit a single task.
|
|
The most important part of the program is the toolbar. Here you can add tasks, remove a single task, remove all tasks or edit a single task.
|
|
|
|
|
|
| ... | @@ -15,6 +15,9 @@ Insert picture |
... | @@ -15,6 +15,9 @@ Insert picture |
|
|
|
|
|
|
|
When clicking add new task this window will pop up.
|
|
When clicking add new task this window will pop up.
|
|
|
|
|
|
|
|
|
##Tasks
|
|
|
|
|
|
|
|
A task has several different properties. It has a name, a description, a start and an end date, a priority, a category asscoiated with it and whether it is done or not.
|
|
|
|
|
|
|
|
### Adding a task
|
|
### Adding a task
|
|
|
|
|
|
| ... | @@ -25,7 +28,39 @@ Now the task will be added. |
... | @@ -25,7 +28,39 @@ Now the task will be added. |
|
|
|
|
|
|
|
Insert Picture
|
|
Insert Picture
|
|
|
|
|
|
|
|
### Navigating the application
|
|
### Deleting a task
|
|
|
|
|
|
|
|
First you will need to select the task you want to delete by clicking on it. Then you will need to press the delete button
|
|
|
|
|
|
|
|
Insert picture
|
|
|
|
|
|
|
|
A confirmation dialog will pop up asking if you really want to delete it, press ok to delete and cancel to cancel the deletion
|
|
|
|
|
|
|
|
### Deleting all tasks
|
|
|
|
|
|
|
|
Click on the button, a confirmation dialog will pop up asking if you are sure you want to delete all the tasks. Press ok to delete and cancel to cancel the deletion.
|
|
|
|
|
|
|
|
### Editing a task
|
|
|
|
|
|
|
|
The same dialog as when you click adding a task will show up, but now all the fields will be populated with the information from the task. Edit what you like and click submit.
|
|
|
|
|
|
|
|
##Categories
|
|
|
|
|
|
|
|
Under the ToDo and Categopries tab all of your categories will show up. A category has a name and a color ascoiated with it. When you open the application for the first time no categories exist and therefore no buttons will be present.
|
|
|
|
|
|
|
|
### Adding a category
|
|
|
|
|
|
|
|
Under the category tab, click on the add button on the toolbar.
|
|
|
|
|
|
|
|
Insert Picture
|
|
|
|
|
|
|
|
A popup will show up asking you to fill in a name and choosing a color.
|
|
|
|
After choosing name and color click submit to add the category, or click cancel if you wish to cancel.
|
|
|
|
|
|
|
|
### Deleting a category
|
|
|
|
|
|
|
|
|
|
|
|
## Navigating the application
|
|
|
|
|
|
|
|
Under the ToDo window all tasks will show up. Here you can sort them by clicking on the thing you want to sort by. Addionally you can choose if u want to show
|
|
Under the ToDo window all tasks will show up. Here you can sort them by clicking on the thing you want to sort by. Addionally you can choose if u want to show
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |