-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Project kanban view improvements #27037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
i suggest include a proposal image. |
Copied from #27081
It would be great if Kanban board had a few improvements:
Both jira and redmine kanban does this: you set f.ex. 3 days - and when you move issue to "in production" column (and its marked as closing) - it will automaticly close issues thats been >3 days in the that column (so its easy to pull back issues that turned out to not really be properly in production - it tends to happen and you notice a bit later, and also you can then enjoy a kanban with a filled right side (in production) - but monday - next weeks kanban - it'll be empty again :)
depending on screen width - it could put "labels, milestones and project name" details in a popup only - so issue "cards" don't take up too much space...so they only show on hover. |
+1 from me. Organization boards are very powerful already but a filter to filter by source repository is still missing if i can see it directly. I would be interested in contributing a pull request if there is interest in maintaining this feature. |
Feature Description
Hi,
I’m opening a feature request to talk about project kanban improvements that will make it more suitable in an Agile team with decent size (10 to 12 person). I spent some times reading the code to package a list of features with a good effort/improvements ratio.
I also read passed issues more or less linked to this one: #26456 #13814
I have passed experience with Trello and found the UI really efficient, some of my proposals are inspired by it.
You’ll find below the features I’d like to bundle in a PR
Increase the number of issues visible (limit scrolling)
Add issue filters to kanban view
The goal is to be able to use the board as a real project management tool: filter by assignee or owner, sort by due date etc.. After reviewing the filters in the issue list page I found that all the features are already implemented there.
Consequently, I think adding it to the project kanban view can be a good idea in terms of effort/improvements ratio. After reading the code I think it’ll require the following modifications:
It looks to me that the routers/web/repo/issue.go::issues function should be in a service or model layer instead of handler as it can be used by different module. Do you agree? What would be the best place to move this function?
Before I start to work on a PR, I’d like to have some feedback from the maintainers:
Also any feedback from the whole community is welcome: other features, thumbs up if interested by the proposal, push in the right direction?
Screenshots
No response
The text was updated successfully, but these errors were encountered: