VSTS extension for managing and planning features
Перейти к файлу
Mathias Olausson ad3c4cd17b
Delete vss-extension.json
2022-12-01 12:59:17 +01:00
.github/ISSUE_TEMPLATE fix: Add "Azure DevOps" to Bug template (#57) 2018-11-13 13:54:34 -08:00
.vscode Epic rollup 2018-07-28 23:14:54 -07:00
configs Handle long work item titles in add items panel 2019-07-30 10:41:00 -07:00
docs Initial changes 2018-05-03 15:10:30 -07:00
images Fixing bugs with context menu (#192) 2019-08-20 20:51:45 -07:00
scripts Portfolio plans - only in hosted env (#130) 2019-07-19 16:09:18 -07:00
src changed max-width and height to 100% instead of 60% / 300px (#258) 2022-11-18 10:07:57 +01:00
.gitignore Initial changes 2018-05-03 15:10:30 -07:00
README.md Update README.md 2022-12-01 12:58:41 +01:00
SECURITY.md Microsoft mandatory file (#348) 2022-09-26 10:28:23 +02:00
SetupPortfolioPlansDevFabric.md DevFabric setup instructions 2019-07-19 16:32:30 -07:00
defaultworkspace - Copy.code-workspace Epic rollup 2018-07-28 23:14:54 -07:00
defaultworkspace.code-workspace Epic rollup 2018-07-28 23:14:54 -07:00
details.md Docs - Portfolio Plans not supported in onPrem 2019-07-24 10:41:00 -07:00
package-lock.json Bump loader-utils from 1.4.0 to 1.4.2 (#364) 2022-11-18 10:06:48 +01:00
package.json Feature/dependabot fixes (#358) 2022-10-19 14:50:37 +02:00
portfolioplanning.code-workspace.code-workspace Workspace + Replacing "epic" tag by "portfolio" 2019-07-16 10:47:33 -07:00
tsconfig.json Switching to immer 2018-07-18 19:55:11 -07:00
tslint.json Initial changes 2018-05-03 15:10:30 -07:00
webpack.config.js Feature/dependabot fixes (#358) 2022-10-19 14:50:37 +02:00

README.md

NOTE: This extension has been deprecated. The code is still available but there will be no updates moving forward. Feel free to use the code as-is to build something on your own.

Plan or track work items in progress by visualizing them on a sprint calendar. Portfolio level work items are worked for multiple sprints and this tool helps you visualize features or epics across sprints, yes you heard it right, cross sprint schedule!!!

Feature timeline

Get started

Warning: The code was written as part of a Hackathon. And the code quality is of Hackathon :). The features were added too quickly and never got time to fix the engineering backlog.

Building and testing the extension requires following.

  1. Download and install nodejs
  2. webpack
  3. tfx cli
  4. TypeScript
npm i -g typescript tfx-cli webpack-cli

Install dev prerequisites

npm install

Create vsix to deploy on test environment

webpack && npm run package:dev:http

Run the extension server locally

Execute following commands in two separate Command Prompts

webpack --watch
npm run dev:http

Publish the dev extension to marketplace

Follow the instructions here

Package, publish, unpublish, and install VSTS extensions

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.