VSTS extension for managing and planning features
Перейти к файлу
Xin Li e4bd11935e chain states and dependency query to avoid timing issue. 2019-08-16 13:38:52 -07:00
.github/ISSUE_TEMPLATE
.vscode
configs Handle long work item titles in add items panel 2019-07-30 10:41:00 -07:00
docs
images Fix hub icon (#121) 2019-07-15 11:14:20 -07:00
scripts Portfolio plans - only in hosted env (#130) 2019-07-19 16:09:18 -07:00
src chain states and dependency query to avoid timing issue. 2019-08-16 13:38:52 -07:00
.gitignore
LICENSE
README.md
SetupPortfolioPlansDevFabric.md DevFabric setup instructions 2019-07-19 16:32:30 -07:00
defaultworkspace - Copy.code-workspace
defaultworkspace.code-workspace
details.md Docs - Portfolio Plans not supported in onPrem 2019-07-24 10:41:00 -07:00
package-lock.json correct changes (#176) 2019-08-12 13:40:50 -07:00
package.json Add Dependency Panel (#173) 2019-08-12 08:58:25 -07:00
portfolioplanning.code-workspace.code-workspace Workspace + Replacing "epic" tag by "portfolio" 2019-07-16 10:47:33 -07:00
tsconfig.json
tslint.json
typings.json
vss-extension.json correct changes (#176) 2019-08-12 13:40:50 -07:00
webpack.config.js Fix webpack loader 2019-07-12 11:34:12 -07:00

README.md

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.