Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Index Setting up with Geckoboard
Previous  |  Next

 1      Installing Gemini 5
install
admin
migration
 1.1        Pre-requisite Checks
install
admin
 1.2        Installing Gemini 5 Using Automated Installer
install
admin
 1.3        Installing Gemini 5 Using Zip File
install
admin
 1.4        Upgrading 5.0 to 5.1
install
admin
migration
 1.5        Upgrading 4.2 to 5.1
admin
migration
 1.6        Using Windows Authentication
install
admin
security
 1.7        Setting up with Geckoboard
add-ons
reporting
 1.8        Setting up with Lucidchart
install
 1.9        MS Project Connector
appnav
Project
View  |  Print  |  PDF

10 documents found.


Setting up with Geckoboard

add-ons
reporting

Geckoboard integration with Gemini enables real-time data dashboards. You can choose to show over a dozen different widgets from simple item lists to visual data funnels.

Before You Start

Please register and create an account with Geckoboard at http://www.geckoboard.com

Please ensure that the Gemini web.config file has an API key specified. We recommend that you use a GUID as the API key.

API key web config

 

Adding Widgets

Gecko widget content comes from an AppNav™ card. Make a note of the card id as highlighted below.

appnavcard

The card must represent a list of items. Use the filter to select the items that you want to display (e.g. filter to show items where “Fixed In Version = 3.0”).

Once you have pinned the card and have noted the Card Id, you can add a Custom Widget. For this example, select “Custom Widget” and then select “RAG Column & Numbers”.

AddWidget1

In the pop-up window to configure the widget you will need to specify the following parameters as highlighted.

configureWidget

For this example, specify the following for URL data feed:

Specify the API key as per your web.config API key value.

Ensure all other parameters are specified as the screenshot above.

We also provide a stylesheet for Geckboard that can be applied to your dashboard. Click "configure dashboard" and "Browse" for custom CSS. You will find wallboard.css under the assets directory of Gemini.

Progress

Breakdown of open, closed and remaining items.

Progress

Widget type: Text

URL data feed: http://{gemini url}/api/wallboard/{card id}/progress

Opened

Breakdown of all open items.

opened

Widget type: Text

URL data feed: http://{gemini url}/api/wallboard/{card id}/opened-count

Closed

Breakdown of closed items.

closed

Widget type: Text

URL data feed: http://{gemini url}/api/wallboard/{card id}/closed-count

All

List of all items (closed or open).

items

Widget type: Text

URL data feed: http://{gemini url}/api/wallboard/{card id}/all/{max items} 

NOTE: The {max items} parameter in the URL is optional and allows you to limit the number of items displayed. 

Opened

List of open items.

items-open

Widget type: Text

URL data feed: http://{gemini url}/api/wallboard/{card id}/opened/{max items}

NOTE: The {max items} parameter in the URL is optional and allows you to limit the number of items displayed.

Closed

List of closed items.

items-closed

Widget type: Text

URL data feed: http://{gemini url}/api/wallboard/{card id}/closed/{max items}

NOTE: The {max items} parameter in the URL is optional and allows you to limit the number of items displayed.

Due Today

List of items due today.

items-due-today

Widget type: Text

URL data feed: http://{gemini url}/api/wallboard/{card id}/due-today/{max items}

NOTE: The {max items} parameter in the URL is optional and allows you to limit the number of items displayed.

Due Tomorrow

List of items due tomorrow.

items-due-tomorrow

Widget type: Text

URL data feed: http://{gemini url}/api/wallboard/{card id}/due-tomorrow/{max items}

NOTE: The {max items} parameter in the URL is optional and allows you to limit the number of items displayed.

Due This Week

List of items due this week.

items-due-thisweek

Widget type: Text

URL data feed: http://{gemini url}/api/wallboard/{card id}/due-thisweek/{max items}

NOTE: The {max items} parameter in the URL is optional and allows you to limit the number of items displayed.

Due Next Week

List of items due next week.

items-due-nextweek

Widget type: Text

URL data feed: http://{gemini url}/api/wallboard/{card id}/due-nextweek/{max items}

NOTE: The {max items} parameter in the URL is optional and allows you to limit the number of items displayed.

Opened Recently

List of items opened recently.

items-opened-recently

Widget type: Text

URL data feed: http://{gemini url}/api/wallboard/{card id}/opened-recently/{max items}

NOTE: The {max items} parameter in the URL is optional and allows you to limit the number of items displayed.

Closed Recently

List of items closed recently.

items-closed-recently

Widget type: Text

URL data feed: http://{gemini url}/api/wallboard/{card id}/closed-recently/{max items}

NOTE: The {max items} parameter in the URL is optional and allows you to limit the number of items displayed.

Workload

Breakdown of assigned items for workload.

workload

Widget type: Text

URL data feed: http://{gemini url}/api/wallboard/{card id}/workload

Workload Chart

Pie chart for assigned items by resource.

workload-pie

Widget type: Custom Charts -> Highcharts Chart

URL data feed: http://{gemini url}/api/wallboard/{card id}/workload-pie

Progress Chart

Pie chart depicting breakdown of open, closed and remaining items.

progress-pie

Widget type: Custom Charts -> Highcharts Chart

URL data feed: http://{gemini url}/api/wallboard/{card id}/progress-pie

Workload Funnel

Breakdown of assigned items by resource.

workload-funnel

Widget type: Custom Charts --> Funnel Chart

URL data feed: http://{gemini url}/api/wallboard/{card id}/workload-funnel

Type Funnel

Breakdown of items by type.

types-funnel

Widget type: Custom Charts --> Funnel Chart

URL data feed: http://{gemini url}/api/wallboard/{card id}/type-funnel

Status Funnel

Breakdown of items by status.

status-funnel

Widget type: Custom Charts --> Funnel Chart

URL data feed: http://{gemini url}/api/wallboard/{card id}/status-funnel

Component Funnel

Breakdown of items by component.

components-funnel

Widget type: Custom Charts --> Funnel Chart

URL data feed: http://{gemini url}/api/wallboard/{card id}/component-funnel

Priority Funnel

Breakdown of items by priority.

priority-funnel

Widget type: Custom Charts --> Funnel Chart

URL data feed: http://{gemini url}/api/wallboard/{card id}/priority-funnel

Severity Funnel

Breakdown of items by severity.

severity-funnel

Widget type: Custom Charts --> Funnel Chart

URL data feed http://{gemini url}/api/wallboard/{card id}/severity-funnel


Previous  |  Next