Skip to content
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

Feature request: horizontal grouping (swimlanes) #28

Open
ctbarrett opened this issue Mar 22, 2022 · 0 comments
Open

Feature request: horizontal grouping (swimlanes) #28

ctbarrett opened this issue Mar 22, 2022 · 0 comments

Comments

@ctbarrett
Copy link

It would be useful to organize a kanban board by grouping cards into horizontal swimlanes by project (bonus points if they were collapsible). Currently I have a single notebook for tasks, and I'm using tags for projects, but I may try using separate notebooks, and filtering projects via notebookPath. In either case, it would be great if I could visually group cards together by project, separately from the workflow states I assign to columns.

In terms of the config interface, I think something similar to the columns: map would work well. Some filters may not make sense in both columns and lanes (e.g. completed makes sense either in a column or a lane, but not both). I could see a few different ways to handle that part: having one dimension take precedence over the other where they intersect, ignoring some tags in the lanes: context, or defining a fixed set of filters that could be used.

Example

lanes:
  - name: "Project A"
    tag: project-a
  - name: "Project B"
    tag: "project b"
  - name: "Group AwesomeSauce Other Stuff"
    notebookPath: "/Tasklist/World Domination (working copy)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant