Add Azure DevOps Kanban Board for Single Piece Flow Work Management #105
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements a minimal kanban board feature that displays as a WebView in VS Code for managing Azure DevOps work item tasks with a focus on single piece flow methodology.
Problem Statement
Users needed a way to manage tasks under a specified work item number in Azure DevOps with a kanban board interface that could be displayed as an editor window or panel, focusing on minimal UI and single piece flow work management.
Solution
Added a complete kanban board implementation with the following components:
New Features
Technical Implementation
vscode.WebviewViewProviderFiles Added/Modified
src/extension/azure/devops/kanban/kanban-board.provider.ts- WebView provider implementationsrc/extension/azure/devops/kanban/open-kanban-board.command.ts- Command implementationsrc/extension/core/workflow/work-item.service.ts- Extended interface with new methodssrc/extension/azure/devops/workflow/azure.devops.work-item.service.ts- Added child work item queriessrc/extension/core/command-registry.ts- Registered new command and WebView providerpackage.json- Added command contribution and WebView view configurationsrc/extension/test/kanban-board.test.ts- Unit tests for core functionalityConfiguration Options
{ "tacosontitan.toolbox.kanban.refreshInterval": 30, "tacosontitan.toolbox.kanban.showCompletedTasks": true }Usage
Ctrl+Shift+P)State Mapping
Newstate in Azure DevOpsActivestate in Azure DevOpsClosedstate in Azure DevOpsThe implementation maintains minimal changes to existing code while providing a comprehensive kanban board solution that integrates seamlessly with the existing Azure DevOps workflow and authentication system.
Testing
This feature enables single piece flow methodology by providing visual task management with minimal cognitive overhead, allowing developers to focus on one task at a time while maintaining visibility into the overall work progress.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
update.code.visualstudio.comnode /home/REDACTED/work/toolbox/toolbox/node_modules/.bin/vscode-test(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.