diff --git a/Docs/Help/en/introduction.md b/Docs/Help/en/introduction.md index fd218c4..250a9d6 100755 --- a/Docs/Help/en/introduction.md +++ b/Docs/Help/en/introduction.md @@ -1,6 +1,6 @@ # 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 @@ -8,7 +8,7 @@ The target groups for this module is everyone who would like to keep track of to # 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. @@ -16,7 +16,7 @@ The module is depending on the **Editor** module which provides most of the writ ## Due & Priority -Tasks can get created with a due and priority +Tasks can get created with a due and priority ## Sharing Tasks @@ -28,7 +28,7 @@ The integrated analysis tool allows to investigate how long it takes to finish t ## 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 diff --git a/Docs/Help/en/task.md b/Docs/Help/en/task.md index c8f80e4..ce72104 100755 --- a/Docs/Help/en/task.md +++ b/Docs/Help/en/task.md @@ -35,4 +35,12 @@ The status of a task can be one of the following: * Working = working on task * Suspended = task is on hold * Canceled = task got canceled/aborted -* Done = task is completed \ No newline at end of file +* 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. \ No newline at end of file