VSTS extension for managing and planning features
Перейти к файлу
Navneet Gupta 0c0013fc69 Fix shifting position on drag drop 2018-07-29 07:17:56 -07:00
.github/ISSUE_TEMPLATE Update issue templates 2018-05-03 15:20:23 -07:00
.vscode Epic rollup 2018-07-28 23:14:54 -07:00
configs configure beta scripts 2018-05-14 20:12:28 -07:00
docs Initial changes 2018-05-03 15:10:30 -07:00
images Updated docs 2018-05-23 20:48:52 -07:00
scripts configure beta scripts 2018-05-14 20:12:28 -07:00
src Fix shifting position on drag drop 2018-07-29 07:17:56 -07:00
.gitignore Initial changes 2018-05-03 15:10:30 -07:00
LICENSE Initial commit 2018-05-03 12:58:26 -07:00
README.md Updated docs 2018-05-23 20:48:52 -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 Updated docs 2018-05-23 20:48:52 -07:00
package-lock.json Epic rollup 2018-07-28 23:14:54 -07:00
package.json Epic rollup 2018-07-28 23:14:54 -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
typings.json Initial changes 2018-05-03 15:10:30 -07:00
vss-extension.json Fix shifting position on drag drop 2018-07-29 07:17:56 -07:00
webpack.config.js Epic rollup 2018-07-28 23:14:54 -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

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.