aichingm / lonewolf

Organize and track your tasks with ease and flexibility
GNU General Public License v3.0
25 stars 1 forks source link

add a WIP-limit for columns: changing colours of counters, locking a column #14

Closed ofossum closed 2 months ago

ofossum commented 3 months ago

I'd like to suggest adding a WIP-limit for columns, as this is one of the major aspects of kanban as a method. (see the Wikipedia article for Kanban)

User-Story

As a user I'd like to visualize and set a limit of tasks in a given work-step (column) to achieve better throughput and prevent work-items to pile up in my defined working-steps.

Acceptance-criteria

given i open the main window when i look at a column then there is a counter of tasks in that column and i can influence the behaviour of that shown counter

given i open the options menu of a column when i open the option by clicking "edit" then i have an option to set a limit of cards in this column and i can define wether the counter should change colors and i can define wether the column is locked and prevents adding further cards onto it

aichingm commented 3 months ago

I have this already in the backlog image

@ofossum Would you feel comfortable to take a stab at implementing it in a PR? PRs are always welcome!

ofossum commented 3 months ago

Although i work in tech i'm not a programmer myself and have literally no experiences with typescript, vue.js or other languages present in this project. :/ Thanks for your quick reply and this project in general - i really like it as it's one fairly unique personal kanban-app. If writing criteria as above or so helps, i'm glad to support you this way.

aichingm commented 3 months ago

Although i work in tech i'm not a programmer myself and have literally no experiences with typescript, vue.js or other languages present in this project. :/

No problem I will see that I find time to implement it.

aichingm commented 2 months ago

Implemented in e356903c50a3e55670d6d06049ad69f3c255da14 published in 1.4.0