Skip to content

SQUIDwarrior/MashupsLibrary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TargetProcess Mashups Library

Mashups allow you to quickly extend TargetProcess UI with almost any functionality you want. There are several places on each page where you can add some new UI, or you can modify the existing UI.

This repository contains some example Mashups both for immediate use and as starting points for developing your own Mashups.

Current Mashups

UserStory Templates

Provides a means to pre-populate the description field when adding new UserStories with template data. (Download)

Numeric Rank Display

Replaces the progress-bar style display of Ranks with a numeric text representation of a User Story/Bug/Feature's rank. (Download)

Kanban Board Impending Doom

Colors cards on the Kanban board according to the value of a Date pulled from a Custom Field. To use, add a Custom Field called 'Due Date' of type 'Date' to your Process. The Mashup colors cards Green, Yellow, and Red depending on the amount of time remaining for the card. (Download)

Classes of Service

Clors cards on the Kanban board according to tags. For example, stories or bugs tagged urgent can be colored red and all stories and bugs tagged sup are colored yellow. Colors and tags are customizable in the .js file. (Download)

Highlighter

Mashup that highlights chunks of text in the page according to the search input. (Download)

TopMenu

A simple Mashup that shows how to add tabs to the end of your navigation bar linking to custom URLs. Fully customizable via the .cfg file. (Download)

NumberOfAssignments

The Kanban Board Number of Assignments mashup add list of users in a project along with numbers of bugs and user stories assigned to the user. (Download)

Entity Templates

An expanded version of the UserStory Templates mashup, this mashup pulls the contents of a template file and gives that as a starting point for the description of the following entities in TargetProcess:

  • User Stories
  • Bugs
  • Features
  • Tasks
  • Requests
  • Test Cases

(Download)

DoneEntitiesByMonthReport

The Done Entities By Month Report mashup adds a report to TargetProcess that provides a visual way to see how many stories, bugs, issues, and features were completed or closed over the past year grouped by months. (Download)

NewUILinkScrubber

The NewUI Link Scrubber mashup rewrites all links in TargetProcess to point view pages to the New UI style. This makes the New View UI's the default in TargetProcess. (Download)

DetailsHider

The Details Hider Mashup is a very, very, very simple that removes the system messages at the bottom of each page (such as page generation time, the Whats New link, and the free version notification). (Download)

Kanban Board Column Grouper

The Kanban Board column grouper Mashup allows you to group together swimlanes on your Kanban board and have grouped WIP limits for your swimlanes in aggregate. (Download)

Kanban Board Tag and Custom Field Card Colorer

The Kanban Board Tag and Custom Field Card Colorer mashup colors the cards on your Kanban Board according to both tags and custom fields. This mashup will determine a base color for your cards based on the first match of either tags and custom fields that it finds. The cards are ultimately colored a particular shade of this base color, depending on the entity's business value or priority. There are also some fail-safe mechanisms that will ensure that you are never given black text over a dark-colored card. (Download)

Kanban Board Comment Counts

The Kanban Board comment count Mashup adds an icon with the current comment count to each of your cards in similar fashion as to the task and bug count icons. (Download)

About

A library of example Mashups for use with TargetProcess

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%