Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 2.03 KB

File metadata and controls

50 lines (35 loc) · 2.03 KB

Kanban Board Impending Doom

The Kanban Board Impending Doom is an advanced Mashup for TargetProcess that colors cards on the Kanban board according to the value of a Date pulled from a Custom Field. The Mashup colors cards Green, Yellow, and Red depending on the amount of time remaining for the card.

Download the Mashup's ZIP Archive

How To Install and Use the Mashup

  1. Download the Mashup file either by cloning this repository or downloading a ZIP.
  2. Extract/copy the "UserStory Template" folder to your /JavaScript/Mashups/ folder.
  3. Add a custom field called 'Due Date' of type 'Date' to your Process and populate the field accordingly among your Stories, Bugs, and Features.
  4. Open the Kanban Board, sit back, and enjoy!

Installing the Mashup with TargetProcess OnDemand

  1. In your OnDemand site, navigate to Settings > (System Settings) > Mashups
  2. Click "Add New Mashup"
  3. In the "Name" field, enter a name unique to this Mashup - for example "Impending Doom"
  4. In the "Placeholders" field, enter Project_Planning_Kanban_KanbanBoard
  5. Copy and paste the contents of the Kanban Board Impending Doom.js file in the "Code" box.
  6. Click Save
  7. Add a custom field called 'Due Date' of type 'Date' to your Process and populate the field accordingly among your Stories, Bugs, and Features.
  8. Open the Kanban Board, sit back, and enjoy!

Troubleshooting

I don't have a JavaScript/Mashups/ folder in my TP install path!

  1. Make sure that you are running TargetProcess version 2.22 or newer.
  2. By default, this folder can be found at C:\inetpub\wwwroot\TargetProcess2\wwwroot\JavaScript\Mashups