mkloubert / vscode-kanban

Kanban board for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-kanban
GNU Lesser General Public License v3.0
283 stars 52 forks source link

Question: Is it possible to add other categories like "Announcements / Breaking Changes"? #1

Closed schlundus closed 6 years ago

schlundus commented 6 years ago

I've discovered your extension and i would like to know if there's a possibility to add user defined categories (at least one) without a workflow in the background... Im thinking of a "Announcement" or "Breaking Changes" categories to present the "coder" with important information. This category could be displayed without "moving cards between different categories", cards sorted by newest on top.. ... Its not kanban but... i think if kanban-show-on-open is activated and it's displaying the announcements it could be somehowuseful ... (-:

samael205 commented 6 years ago

This could be more customizable if the categories could be obtained from the user's configuration, such as an array of categories, for each category that creates a block with the color that the user chooses

mkloubert commented 6 years ago

@schlundus @samael205 @mattburesh

I have released a new version 1.11.2, with a first, simple idea of defining user defined categories, which are displayed as additional information in the cards:

screenshot2