nextcloud / deck

🗂 Kanban-style project & personal management tool for Nextcloud, similar to Trello
https://apps.nextcloud.com/apps/deck
GNU Affero General Public License v3.0
1.2k stars 274 forks source link

Swimlanes #5539

Open preske87 opened 7 months ago

preske87 commented 7 months ago

How to use GitHub

Is your feature request related to a problem? Please describe.

What are the use cases

Describe the solution you'd like

Describe alternatives you've considered

Additional context Add any other context or screenshots about the feature request here.

calidancer commented 6 months ago

Implementing swimlanes is the only way to combine the following two concepts:

  1. Managing priority (allowed very well in the Eisenhower Matrix)
  2. Tracking the progress of your tasks (allowed very well in Kanbanboards... specifically in this case in Nextcloud / Deck)

As you look at a typical Eisenhower matrix, tasks are divided into the following quadrants:

Extensive research leads to the conclusion that utilizing Swimlanes in Kanbanboards (Nextcloud Deck in this case) is the most efficient method for task management, as it allows for accurate prioritization of tasks, avoiding disorganization.

Jira Atlassian already does this!

I have attached a screenshot of my Kanbanboard in Atlassian Jira for your reference:

image

Thanks for your attention.