- Issue created by @vlooi vlerke
- π¨π¦Canada mandclu
Thanks for putting this showcase together! If you ever decide to post this as a blog, I would gladly help to promote it. As it is, I have added a link to here from the project page.
I was looking for a way to build a friend a project management system. First I tried using Burndown β but I then soon realized my friend has no idea how swim lanes, backlog, and project boards work.
I then discovered this module and on the first install it looks very basic in its function, but don't be fooled about this modules power.
I build this simple task/project management system using this module, Filebrowser β , Calendar Views β and druapl 10.
The project system is very simple.
Users are assigned tasks under a project.
Each user has its own dashboard where they can see their tasks, calendar and projects they belong to.
Users can add tasks to a project and order them.
Users can comment on tasks and set then to "Done"
Each project has a dashboard where you can see the project calendar, tasks and project files (filebrowser module)
I used the Gin admin theme. This is great as you can set your theme colors.
I have added the following fields to the Task (Storage) entity
Project: Taxonomy entity reference
Assign User: User entity reference
Task Type: Taxonomy entity reference
Due date: A simple date field
Description: text field
The rest is handled by views.
Active
1.0
Miscellaneous
Thanks for putting this showcase together! If you ever decide to post this as a blog, I would gladly help to promote it. As it is, I have added a link to here from the project page.