From 0b07b92e9d8938004d8fc34dfbda0ce288e4a994 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 | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Docs/introduction.md diff --git a/Docs/introduction.md b/Docs/introduction.md new file mode 100644 index 0000000..6730221 --- /dev/null +++ b/Docs/introduction.md @@ -0,0 +1,39 @@ +# Introduction + +The **Kanban** module allows users to create kanban boards to manage projects, events etc with tasks and share information with a whole team. + +## Target Group + +The target groups for this module is everyone who would like to manage projects and events in a kanban style. + +# 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 and the **Tasks** module for generating the tasks. + +# Features + +## 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: + +* [Tasks](Tasks) +* [ProjectManagement](ProjectManagement) +* [EventManagement](EventManagement) \ No newline at end of file