diff --git a/docs/README.md b/docs/README.md index b599b16d..c2fabea1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,16 +1,11 @@ -Tasks -===== +# Tasks -The HumHub Tasks module allows you to create and manage projects and their tasks within your HumHub installation. You can collaborate on projects, users can create tasks and assign them to other users. Organize your team, optimize internal workflows and processes and keep track of your objectives. The intuitive to use module offers all main functions of a basic project management tool. +Simplify project management with the Tasks Module, a complete solution for keeping your team and deadlines on track. Easily create tasks, assign users, set deadlines, organize projects, and collaborate with your team. -## Overview of functions and features: +## Key Features: -- Creating projects and task lists -- Add subitems and checkpoints to these tasks -- Creating project descriptions with the built-in Richtext editor -- Add files and other attachments to your projects -- Enable scheduling and set deadlines for projects -- Appoint responsible users to review tasks -- Interact using HumHubs like and comment functions - -The Tasks module also has an intuitive filtering system, is integrated with the search function and is connected to HumHub's notification system. +- **Organize Projects:** Create tasks and lists, assign responsibilities, and keep objectives on track. +- **Scheduling & Deadlines:** Manage timelines by setting due dates for tasks and projects. +- **Responsible User:** Assign a user to oversee tasks, review requests, and approve deadline extensions. +- **Checkpoints:** Break tasks into smaller, manageable checkpoints to track progress and maintain focus. +- **Attachments:** Attach files and documents directly to tasks for better collaboration. diff --git a/module.json b/module.json index b3934845..1f256243 100644 --- a/module.json +++ b/module.json @@ -1,12 +1,26 @@ { "id": "tasks", "name": "Tasks", - "description": "Intuitive task management tool with many basic and advanced features.", - "keywords": ["task", "todo"], + "description": "Create tasks, assign users, set deadlines, and organize projects to keep your team on track.", + "keywords": [ + "task", + "todo", + "project", + "management" + ], "version": "1.8.6", "homepage": "https://github.com/humhub/tasks", "humhub": { "minVersion": "1.14" }, - "screenshots": ["resources/screen1.jpg", "resources/screen2.jpg", "resources/screen3.jpg", "resources/screen4.jpg", "resources/screen5.jpg", "resources/screen6.jpg", "resources/screen7.jpg", "resources/screen8.jpg", "resources/screen9.jpg", "resources/screen10.jpg", "resources/screen11.jpg", "resources/screen12.jpg", "resources/screen13.jpg"] + "screenshots": [ + "resources/screenshot1.png", + "resources/screenshot2.png", + "resources/screenshot3.png", + "resources/screenshot4.png", + "resources/screenshot5.png", + "resources/screenshot6.png", + "resources/screenshot7.png", + "resources/screenshot8.png" + ] } diff --git a/resources/screen1.jpg b/resources/screen1.jpg deleted file mode 100644 index 69e9d439..00000000 Binary files a/resources/screen1.jpg and /dev/null differ diff --git a/resources/screen10.jpg b/resources/screen10.jpg deleted file mode 100644 index bffc4563..00000000 Binary files a/resources/screen10.jpg and /dev/null differ diff --git a/resources/screen11.jpg b/resources/screen11.jpg deleted file mode 100644 index 6633c617..00000000 Binary files a/resources/screen11.jpg and /dev/null differ diff --git a/resources/screen12.jpg b/resources/screen12.jpg deleted file mode 100644 index 4272e933..00000000 Binary files a/resources/screen12.jpg and /dev/null differ diff --git a/resources/screen13.jpg b/resources/screen13.jpg deleted file mode 100644 index 5b92b503..00000000 Binary files a/resources/screen13.jpg and /dev/null differ diff --git a/resources/screen2.jpg b/resources/screen2.jpg deleted file mode 100644 index 4fdb6468..00000000 Binary files a/resources/screen2.jpg and /dev/null differ diff --git a/resources/screen3.jpg b/resources/screen3.jpg deleted file mode 100644 index 691a68c5..00000000 Binary files a/resources/screen3.jpg and /dev/null differ diff --git a/resources/screen4.jpg b/resources/screen4.jpg deleted file mode 100644 index 3da9407c..00000000 Binary files a/resources/screen4.jpg and /dev/null differ diff --git a/resources/screen5.jpg b/resources/screen5.jpg deleted file mode 100644 index 3819ac72..00000000 Binary files a/resources/screen5.jpg and /dev/null differ diff --git a/resources/screen6.jpg b/resources/screen6.jpg deleted file mode 100644 index e12225d7..00000000 Binary files a/resources/screen6.jpg and /dev/null differ diff --git a/resources/screen7.jpg b/resources/screen7.jpg deleted file mode 100644 index c4ffd741..00000000 Binary files a/resources/screen7.jpg and /dev/null differ diff --git a/resources/screen8.jpg b/resources/screen8.jpg deleted file mode 100644 index d2be2ad6..00000000 Binary files a/resources/screen8.jpg and /dev/null differ diff --git a/resources/screen9.jpg b/resources/screen9.jpg deleted file mode 100644 index 25fe0e69..00000000 Binary files a/resources/screen9.jpg and /dev/null differ diff --git a/resources/screenshot1.png b/resources/screenshot1.png new file mode 100644 index 00000000..74528971 Binary files /dev/null and b/resources/screenshot1.png differ diff --git a/resources/screenshot2.png b/resources/screenshot2.png new file mode 100644 index 00000000..06c82d2e Binary files /dev/null and b/resources/screenshot2.png differ diff --git a/resources/screenshot3.png b/resources/screenshot3.png new file mode 100644 index 00000000..091e6b61 Binary files /dev/null and b/resources/screenshot3.png differ diff --git a/resources/screenshot4.png b/resources/screenshot4.png new file mode 100644 index 00000000..5078b524 Binary files /dev/null and b/resources/screenshot4.png differ diff --git a/resources/screenshot5.png b/resources/screenshot5.png new file mode 100644 index 00000000..0c45df58 Binary files /dev/null and b/resources/screenshot5.png differ diff --git a/resources/screenshot6.png b/resources/screenshot6.png new file mode 100644 index 00000000..872b02c3 Binary files /dev/null and b/resources/screenshot6.png differ diff --git a/resources/screenshot7.png b/resources/screenshot7.png new file mode 100644 index 00000000..688ad72d Binary files /dev/null and b/resources/screenshot7.png differ diff --git a/resources/screenshot8.png b/resources/screenshot8.png new file mode 100644 index 00000000..115eed47 Binary files /dev/null and b/resources/screenshot8.png differ