Feature: 2×2 Prioritization Matrix #870
Unanswered
dansj1
asked this question in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request: 2×2 Prioritization Matrix
Summary
Add a fully interactive 2×2 prioritization matrix (Eisenhower-style) that lets users visually organize tasks across four customizable quadrants using drag-and-drop.
Motivation
Prioritization matrices are one of the most popular productivity frameworks. Users currently have tags, projects, and areas to organize tasks, but lack a visual spatial tool for relative prioritization. A built-in matrix view would complement the existing task management workflow and help users make better decisions about what to work on next.
Proposed Solution
Backend:
matrices(name, axis labels, optional project scope) andtask_matrices(task ↔ matrix placement with quadrant index and position)Frontend:
@dnd-kitdrag-and-drop (pointer + touch support)DragOverlayfor smooth cross-quadrant task moves with optimistic updatesQuadrantDotindicators on task cards throughout the appTests (128 total):
Additional Context
I have an implementation ready as a PR. This was built with AI assistance (GitHub Copilot / Claude).
Beta Was this translation helpful? Give feedback.
All reactions