| ... | @@ -5,20 +5,24 @@ |
... | @@ -5,20 +5,24 @@ |
|
|
|
|
|
|
|
Opening up the application will greet the user with the main page of the program.
|
|
Opening up the application will greet the user with the main page of the program.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Insert picture
|
|

|
|
|
|
|
|
|
|
When clicking add new task this window will pop up.
|
|
When clicking add new task this window will pop up.
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
## Tasks
|
|
## Tasks
|
|
|
|
|
|
|
|
A task has several different properties. It has a name, a description, a start and an end date, a priority, a category associated with it and whether it is done or not.
|
|
A task has several different properties. It has a name, a description, a start and an end date, a priority, a category associated with it and whether it is done or not.
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
### Adding a task
|
|
### Adding a task
|
|
|
|
|
|
|
|
Here you will need to fill out the required information.
|
|
Here you will need to fill out the required information.
|
| ... | @@ -26,37 +30,39 @@ You can choose whether you want a start date or not. |
... | @@ -26,37 +30,39 @@ You can choose whether you want a start date or not. |
|
|
When you have filled in all the information you can click submit.
|
|
When you have filled in all the information you can click submit.
|
|
|
Now the task will be added.
|
|
Now the task will be added.
|
|
|
|
|
|
|
|
Insert Picture
|
|

|
|
|
|
|
|
|
|
### Deleting a task
|
|
### 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
|
|
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
|
|
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
|
|
### 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.
|
|
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
|
|
## Categories
|
|
|
|
|
|
|
|
Under the ToDo and Categories tab all of your categories will show up. A category has a name and a colour associated with it. When you open the application for the first time no categories exist and therefore no buttons will be present.
|
|
Under the ToDo and Categories tab all of your categories will show up. A category has a name and a colour associated with it. When you open the application for the first time no categories exist and therefore no buttons will be present.
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
### Adding a category
|
|
### Adding a category
|
|
|
|
|
|
|
|
Under the category tab, click on the add button on the toolbar.
|
|
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.
|
|
A popup will show up asking you to fill in a name and choosing a color.
|
|
|
After choosing name and colour click submit to add the category or click cancel if you wish to cancel.
|
|
After choosing name and colour click submit to add the category or click cancel if you wish to cancel.
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
### Deleting a category
|
|
### Deleting a category
|
|
|
|
|
|
|
|
Click on the button
|
|
Click on the button
|
| ... | @@ -65,29 +71,35 @@ Insert Picture |
... | @@ -65,29 +71,35 @@ Insert Picture |
|
|
|
|
|
|
|
A popup will come up confirming whether you want to delete or not
|
|
A popup will come up confirming whether you want to delete or not
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
### Editing a category
|
|
### Editing a category
|
|
|
|
|
|
|
|
The same dialog as when you click adding a category will show up, but now all the fields will be populated with the information from the category. Edit what you like and click submit.
|
|
The same dialog as when you click adding a category will show up, but now all the fields will be populated with the information from the category. Edit what you like and click submit.
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
## Navigating the application
|
|
## 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.
|
|
Under the ToDo window all tasks will show up. Here you can sort them by clicking on the thing you want to sort by.
|
|
|
|
|
|
|
|
Insert Picture
|
|

|
|
|
|
|
|
|
|
To the right of the toolbar you can choose whether you want to show all tasks, done tasks or active tasks.
|
|
To the right of the toolbar you can choose whether you want to show all tasks, done tasks or active tasks.
|
|
|
|
|
|
|
|
Insert Picture
|
|

|
|
|
|
|
|
|
|
Categories you create will show up on the left side and you can click on the category to only show tasks that are a part of that given category. Note that form any category view you can add new task to the same, other or no category.
|
|
Categories you create will show up on the left side and you can click on the category to only show tasks that are a part of that given category. Note that form any category view you can add new task to the same, other or no category.
|
|
|
|
|
|
|
|
Insert Picture
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|
## Menubar
|
|
## Menubar
|
|
|
|
|
|
|
|
The bar at the top of the program can do most of the same things as the buttons on the individual pages.
|
|
The bar at the top of the program can do most of the same things as the buttons on the individual pages.
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
### File
|
|
### File
|
|
|
|
|
|
|
|
Under File you can close the program
|
|
Under File you can close the program
|
| ... | |
... | |
| ... | | ... | |