8000 GitHub - grgur/planning-poker: Extension for playing planning poker for estimation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

grgur/planning-poker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planning poker

This Aha! Develop extension enables teams to play planning poker for estimating the effort on records in Aha!. Estimates can be entered by multiple users simultaneously. You only see the estimates from your team mates after entering your own estimate.

It provides these contributions:

  • Planning poker attribute - Add the planning poker attribute to a custom layout for Epics, Features or Requirements.

Demo

Demo

Installing the extension

Note: In order to install an extension into your Aha! Develop account, you must be an account administrator.

Install the planning poker extension by clicking here.

Working on the extension

Install aha-cli:

 npm install -g @aha-app/aha-cli

Clone the repo:

git clone https://github.com/aha-develop/planning-poker.git

Note: In order to install an extension into your Aha! Develop account, you must be an account administrator.

Install the extension into Aha! and set up a watcher:

aha extension:install
aha extension:watch

Now, any change you make inside your working copy will automatically take effect in your Aha! account.

When you are finished working on your extension, build it so that others can install it through its URL:

aha extension:build

To learn more about developing Aha! Develop extensions, including the API reference, the full documentation is located here: Aha! Develop Extension API

About

Extension for playing planning poker for estimation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.0%
  • JavaScript 4.0%
0