Description
- Gitea version (or commit ref): 1.13.0
- Git version: all
- Operating system: all
- Database: all
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Log gist:
Description
The "board" naming is inconsistent with the rest of the world. Basically everywhere else (original Kanban method, Trello, GitHub, GitLab, ...) the "board" refers to the whole wall. A "project" in Gitea (or GitHub) is a single "board". A column in the board is referred to as "list" (Trello, GitLab), "column" (GitHub), "step" (original method), never "board".
Having used many of those systems, Gitea's interface had me very confused and it took me minutes of starring at my single-column board to figure out how to add new columns. It was just so obvious to me that the "new project board" button at the top right would create a board, and not add a column to the current board.
Additionally, referring to a Kanban view (e.g. board) as a "project" is also confusing, since one would assume that "project" = "repository" (e.g. my software project, which has a repo and bug tracker). This is what GitLab calls them (since it is possible in GitLab to disable the Git repository feature, to use only the bug tracker or package storage features for example). However I understand GitHub called them "project" first and I'm sure that's why you did this.
See also
- Issue SCRUM backlog/sprint backlog per project #3476 "SCRUM backlog/sprint backlog per project "
- PR Kanban board #8346 "Kanban board"