Skip to content

Project Board support #20

Description

@GlancingMind

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.

[TODO]     [WIP]   [Requires Review]   [DONE]
Issue2     Issue1  Issue5              Issue4
Issue3                                 Issue6

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions