Azure Storage Continuous PlanningExtension DescriptionThe Continuous Planning extension synthesizes MS Graph org hierarchy data, area path ownership data, and work item/sprint data to create views for each team in the ADO org to enable continuous planning:
How the Extension is builtThe Azure DevOps extension is built using the Azure DevOps Extension SDK. The SDK enables the Web Extension to be added within the Pull Requests page as a tab. Furthermore, the Azure DevOps SDK can be initialized and send contextual data to the program. The front-end is built with React and TypeScript with proper type-checking throughout the program. Microsoft’s Fluent UI components were utilized, as well as Microsoft’s color and theme suggestions. There is also an Azure Function App which is setup to allow the front-end to call the Ownership API |