fix templates

This commit is contained in:
Dennis Eichhorn 2023-11-09 00:27:20 +00:00
parent 21ce158c6b
commit 99bcc12abd
2 changed files with 13 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Introduction # Introduction
The **Tasks** module can create tasks/todos, for other people and for oneself. The **Tasks** module can create tasks/todos, for other people and for oneself.
## Target Group ## Target Group
@ -8,7 +8,7 @@ The target groups for this module is everyone who would like to keep track of to
# Setup # Setup
The module can be installed through the integrated module downloader and installer or by uploading the module into the `Modules/` directory and executing the installation through the module installer. The module can be installed through the integrated module downloader and installer or by uploading the module into the `Modules/` directory and executing the installation through the module installer.
The module is depending on the **Editor** module which provides most of the writing features. The module is depending on the **Editor** module which provides most of the writing features.
@ -16,7 +16,7 @@ The module is depending on the **Editor** module which provides most of the writ
## Due & Priority ## Due & Priority
Tasks can get created with a due and priority Tasks can get created with a due and priority
## Sharing Tasks ## Sharing Tasks
@ -28,7 +28,7 @@ The integrated analysis tool allows to investigate how long it takes to finish t
## Markdown ## Markdown
The module makes use of an extended markdown version for easy writing and modifications. The module makes use of an extended markdown version for easy writing and modifications.
### Extendability ### Extendability

View File

@ -35,4 +35,12 @@ The status of a task can be one of the following:
* Working = working on task * Working = working on task
* Suspended = task is on hold * Suspended = task is on hold
* Canceled = task got canceled/aborted * Canceled = task got canceled/aborted
* Done = task is completed * Done = task is completed
## Files
If you add files from your local hard drive they get uploaded and attached to the task. If you upload a file a new directory gets created in the media module. In Modules>Tasks you can find a directory which has the name of the task ID and in this directory all uploaded files can be found.
## Tags
You can add tags to categorize tasks and make specific task types easier to find.