From b14ffd73d58360525f5e81aba7fa57bb5610ddf4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 21 Mar 2017 10:17:14 +0100 Subject: [PATCH] Created more module descriptions --- Docs/introduction.md | 51 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Docs/introduction.md diff --git a/Docs/introduction.md b/Docs/introduction.md new file mode 100644 index 0000000..fd218c4 --- /dev/null +++ b/Docs/introduction.md @@ -0,0 +1,51 @@ +# Introduction + +The **Tasks** module can create tasks/todos, for other people and for oneself. + +## Target Group + +The target groups for this module is everyone who would like to keep track of todos and tasks or share the progress of a task with other people. This module is also a often used dependency by other modules. + +# 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 is depending on the **Editor** module which provides most of the writing features. + +# Features + +## Due & Priority + +Tasks can get created with a due and priority + +## Sharing Tasks + +Tasks can be shared like emails. A task can be assigned to multiple people or groups. It's also possible to make tasks visible to other people and groups by referencing them in a task (cc.) so they can see how the task is progressing. Tasks can be forwarded to other people in case someone else is responsible for the task. + +## Analysis + +The integrated analysis tool allows to investigate how long it takes to finish tasks on average, how many certain people have to solve, how many they created for other people etc. + +## Markdown + +The module makes use of an extended markdown version for easy writing and modifications. + +### Extendability + +Modules can provide custom elements which allows them to provide elemnts that normal markdown doesn't support. Some modules that already provide custom elements for articles: + +* Media +* Charts +* Spreadsheets +* Calendar/Events +* Tasks +* Checklists +* Profiles/Contacts + +# Recommendation + +Other modules that work great with this one together are: + +* [Kanban](Kanban) +* [ProjectManagement](ProjectManagement) +* [EventManagement](EventManagement) \ No newline at end of file