forked from git-bug/git-bug
-
Notifications
You must be signed in to change notification settings - Fork 0
Project Board support #20
Copy link
Copy link
Open
Labels
WebUIenhancementNew feature or requestNew feature or requestissue-registered-on-upstreamupstream happy
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
WebUIenhancementNew feature or requestNew feature or requestissue-registered-on-upstreamupstream happy
Upstreamed here: git-bug#637
Implement a project board, to have a better overview of which Issues are
currently worked on or which ones still need to be resolved. The board will
have multiple columns, where each columns represents the current state of an
Issue. An Issue will always be only in one columns and may be draged from one
column to another to alter it's state.
E.g.
The columns of the board may be implemented with labels. Then a column
represents a query for all Issues with the specific label.
E.g. The [WIP] column would list all Issues with the assigned label WIP.
NOTE: As an Issue can only be in one column at a time, it must be ensured that
the Issue never has labels assigned which are also other columns in the board.