Skip to content
/ intern Public
forked from mattcoker/intern

Chrome Extension for Pivotal Tracker workflow optimization

Notifications You must be signed in to change notification settings

bronius/intern

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intern

Chrome Extension for Pivotal Tracker workflow optimization

Installation


  1. git clone [email protected]:mattcoker/intern.git to the directory of your choice
  2. Go to the Chrome Extensions page at chrome://extensions/
  3. Enable the `Developer Mode checkbox
  4. Click Load Unpacked Extension
  5. Select the appropriate folder

You may need to refresh any currently open Pivotal Tracker windows. In the future, this extension will be available through the Chrome App Store.

Usage


A new button should appear on the lefthand side of your story options, next to the "Clone Story" button. Different templates will be applied based on the currently selected story type.

Below is a list of the expected behavior in several scenarios:

  • Description is empty
    • Template will be applied
  • Description has content
    • After confirmation, template will be applied
    • Existing content will be pushed to the bottom of the description
  • Description content matches template
    • Alert will say that template was not applied because the content matched the template

Roadmap


  • Template selections popup
    • Clicking extension icon will allow default template switching
  • Custom template creation
  • Automatic tagging based on template completion

Contribute


  • To make modifications, fork me and create pull requests
  • Be sure to be running only 1 copy of this extension while developing
  • The meat of everything is in ./src/inject/inject.js
  • Click Reload on the extension in Chrome > Extensions and reload the Pivotal Tracker project page to see your changes

Attribution


This extension heavily borrows from the StoryScrip Chrome Extension, which at the time of this posting does not allow for modification of the story description template.

About

Chrome Extension for Pivotal Tracker workflow optimization

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.3%
  • CSS 0.7%