Implement work iteration commands and DTOs for Azure DevOps - #1438
Draft
danhellem wants to merge 1 commit into
Draft
Implement work iteration commands and DTOs for Azure DevOps#1438danhellem wants to merge 1 commit into
danhellem wants to merge 1 commit into
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
danhellem
marked this pull request as draft
July 20, 2026 18:01
R4M4NCHICK1
approved these changes
Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request refactors and modularizes the implementation of Azure DevOps work tools, particularly for creating/assigning iterations and updating team capacity. The main changes include extracting DTO schemas to a dedicated file, introducing a command-based architecture for tool actions, and updating the test and configuration logic to match the new structure.
Refactoring and modularization of work tools:
work.dto.ts, ensuring type safety and single-source-of-truth for input validation and documentation.work.tswith a command-based architecture. Each action (e.g., create/assign iteration, update capacity) is implemented as a separate command object, improving maintainability and testability. [1] [2]configureWorkToolsfunction to inject the new user agent provider dependency and to use the new command dispatching mechanism for tool registration.Configuration and test updates:
work.dto.tsfile to ensure tests resolve imports correctly.Replace by description of the work done
GitHub issue number
N/A
Associated Risks
Refactor
✅ PR Checklist
🧪 How did you test it?
manual testing and updated automated tests