Dashboard framework

From UG

(Difference between revisions)
Jump to: navigation, search
(Solution version 2)
(Solution)
 
(50 intermediate revisions not shown)
Line 1: Line 1:
-
 
+
[[Category:DRs and KPIs]]
-
[[Category:OpsCore]]
+
== Info ==
== Info ==
Line 9: Line 8:
* Need special page with various panels such as Weather, News, etc  
* Need special page with various panels such as Weather, News, etc  
-
* Need separate page for DRs
+
* Need separate area on Dashboard for Dashboard Reports (DRs)
-
* above should be available on both Client and internal
+
* above should be available on both Client and Internal Apps
-
* need flexible admin to manage above on the superuser, manager, user levels
+
* need flexible admin to manage above on the system, manager, user levels
* persistence (system must remember last state of dashboard for individual user to reproduce at the next login)
* persistence (system must remember last state of dashboard for individual user to reproduce at the next login)
-
 
-
 
== Glossary  ==
== Glossary  ==
-
'''Dashboard''' - it is a space between Header/Main Menu and Footer on a CT2 Home Page. It contains various '''Panels''' with valuable information such as "Weather", "RSS News feeds" or "Truck Dom Stats Dashboard Report".  
+
'''Dashboard''' - it is a space between Header/Main Menu and Footer on a CT2 Home Page. It contains various '''Panels''' ("Widgets") with valuable information such as "Weather", "RSS News feeds" or "Truck Dom Stats Dashboard Report".  
-
See Fig below.
+
One important type of Dashboard widget is Dashboard Report (DR). Sometime we call them KPI. For more info see [[DR framework]] wiki.
 +
 
 +
Fig below explains layout.
[[File:CT2 home layout.JPG]]
[[File:CT2 home layout.JPG]]
Line 26: Line 25:
== Solution version 1 ==
== Solution version 1 ==
-
'''This is current version ! '''
+
'''This is a current version ! '''
-
TBD
+
Since we have 2 apps currently (Client and Internal) implementation for each slightly differs.
-
== Solution version 2 ==
+
=== Dashboard for Internal App ===
-
There is admin to manage CT2 Dashboard config (manage defaults, etc). Location: Admin > Dashboard
+
Example:
-
Access to each specific panel is user specific and can be defined on:
+
[[File:Db on internal.JPG]]
-
* Admin level user config ("User profile" managed by superuser)
+
Example of related config:
-
* User level user config ("User profile" managed by user)
+
-
=== Multiple dashboards ===
+
[[File:Db config jag user.JPG]]
 +
 
 +
=== Dashboard for Client App ===
 +
 
 +
Client example (Main Dashboard):
 +
 
 +
[[File:Db on Client.JPG]]
 +
 
 +
KPIs Dashboard (additional dashboard):
 +
 
 +
[[File:Db on Client DB 2.JPG]]
 +
 
 +
Related config (superuser level):
 +
 
 +
[[File:Db config non jag user.JPG]]
 +
 
 +
Related config (user level):
 +
 
 +
[[File:Db config non jag user User side 1.JPG]]
 +
 
 +
[[File:Db config non jag user User side 2.JPG]]
 +
 
 +
== SOW 2 ==
 +
 
 +
'''Mantis:''' '''[http://ct.jaguarfreight.com/mantis/view.php?id=3067 3067]: [* DR/KPI] (Dashboard) Create Dashboard framework'''
 +
 
 +
=== Core requirements ===
 +
 
 +
In this version we attempt to set standards for how/where to configure dashboard panels.<br>It also suggests another approach to adding additional dashboards to the system.<br><br>''Approved by Marc --[[User:Alex|Alex]] 14:33, 4 October 2011 (EDT)''
 +
 
 +
=== Solution ===
 +
 
 +
==== Summary ====
 +
 
 +
===== Dashboard hierarchy =====
 +
 
 +
* Dashboard framework provides displaying of specific widgets on '''Dashboard area''' (Dashboard) of CT2 Home Page only.
 +
** Dashboard area contains specific '''dashboard tabs''' ([[#Multiple dashboards]]) with sets of dashboard panels.
 +
*** Each '''dashboard panel''' reflects specific widget with valuable information.
[[File:Multiple dashbords based on tabs.JPG]]
[[File:Multiple dashbords based on tabs.JPG]]
 +
 +
Widgets in CT2 can be divided on following groups:
 +
* '''Informers'''. Actual information from external sources. ''Examples: RSS News Feed, World Financial Markets etc.''
 +
* '''Dashboard Reports'''. Summarized information calculated from CT2 DB. ''Examples: Truck Dom Stats, Scheduled reports, Estimated GM etc.''
 +
 +
===== Configuration =====
 +
 +
* Each CT2 user should have ability to:
 +
** Add any number of additional tabs onto Dashboard and name them arbitrary.
 +
** Assign any available panel to any specific dashboard tab.
 +
*** ''One report can be assigned to one tab only ('''need to clarify!''').''
 +
 +
==== Details ====
 +
 +
===== Multiple dashboards =====
 +
 +
It is suggested to use scrollable tabs to group and display dashboard panels.
 +
 +
[[File:Dashboard-Area.GIF]]
 +
 +
* tabs should be named by user (default: one tab named "Main")
 +
* users should be able to assign panels to specific dashboard tabs (default: all panels on "Main" tab)
 +
 +
===== Settings (configurations) =====
 +
 +
Levels of dashboard panel management:
 +
 +
* ''System level''.
 +
** Where: need a new separate section in Admin.
 +
** What: managing of all panels.
 +
*** To keep list of all existing panels (internal and client).
 +
*** To be able to activate panel in System.
 +
*** To set default parameters of panel.
 +
 +
* ''Admin level''.
 +
** Where: User Profile - Dashboard Configuration.
 +
** What: managing of activated panels.
 +
*** To show list of all activated panels (internal and client).
 +
*** To be able to activate panel for certain User (or User role).
 +
 +
* ''User level''.
 +
** Where: User's "My Profile" section (need to add for Internal App).
 +
** What: managing of dashboard tabs and available panels.
 +
*** To add and name new tab (also edit and remove).
 +
*** To activate panel from list of available panels to display it on Dashboard and assign selected panel to specific tab of Dashboard where it should be displayed.
 +
*** To set custom parameters of panel.
 +
 +
[[File:Client User profile Dash Tab v2.JPG]]
 +
 +
==== Additionals ====
 +
 +
===== Log =====
 +
Actions on System level and Admin level should be recorded in System Log.
 +
 +
===== Exceptions =====
 +
It is possible that it would be hard to fully consolidate all settings for specific widget or DR in one place. For example for Action Required DRs (see [[DR for 9 existing Action Required internal reports]]) certain parameters are defined at the ''Reports Scheduler'' level. ''(In this case, please display in read only format these settings for user)''.
 +
 +
===== Persistence =====
 +
System must remember last state (location, state [open/closed], settings) of Dashboard for individual user to reproduce it  at the next login.
 +
 +
===== Client Visibility Rules =====
 +
* ''Client Visibility Rules'' affect displaying of DR results in Client Application.
 +
 +
== History ==
 +
 +
=== 0003067: [* DR/KPI] (Dashboard) Create Dashboard framework  ===

Current revision as of 22:39, 25 March 2012


Contents

[edit] Info

[edit] Business Requirements

  • Need special page with various panels such as Weather, News, etc
  • Need separate area on Dashboard for Dashboard Reports (DRs)
  • above should be available on both Client and Internal Apps
  • need flexible admin to manage above on the system, manager, user levels
  • persistence (system must remember last state of dashboard for individual user to reproduce at the next login)

[edit] Glossary

Dashboard - it is a space between Header/Main Menu and Footer on a CT2 Home Page. It contains various Panels ("Widgets") with valuable information such as "Weather", "RSS News feeds" or "Truck Dom Stats Dashboard Report".

One important type of Dashboard widget is Dashboard Report (DR). Sometime we call them KPI. For more info see DR framework wiki.

Fig below explains layout.

File:CT2 home layout.JPG

[edit] Solution version 1

This is a current version !

Since we have 2 apps currently (Client and Internal) implementation for each slightly differs.

[edit] Dashboard for Internal App

Example:

File:Db on internal.JPG

Example of related config:

File:Db config jag user.JPG

[edit] Dashboard for Client App

Client example (Main Dashboard):

File:Db on Client.JPG

KPIs Dashboard (additional dashboard):

File:Db on Client DB 2.JPG

Related config (superuser level):

File:Db config non jag user.JPG

Related config (user level):

File:Db config non jag user User side 1.JPG

File:Db config non jag user User side 2.JPG

[edit] SOW 2

Mantis: 3067: [* DR/KPI] (Dashboard) Create Dashboard framework

[edit] Core requirements

In this version we attempt to set standards for how/where to configure dashboard panels.
It also suggests another approach to adding additional dashboards to the system.

Approved by Marc --Alex 14:33, 4 October 2011 (EDT)

[edit] Solution

[edit] Summary

[edit] Dashboard hierarchy
  • Dashboard framework provides displaying of specific widgets on Dashboard area (Dashboard) of CT2 Home Page only.
    • Dashboard area contains specific dashboard tabs (#Multiple dashboards) with sets of dashboard panels.
      • Each dashboard panel reflects specific widget with valuable information.

File:Multiple dashbords based on tabs.JPG

Widgets in CT2 can be divided on following groups:

  • Informers. Actual information from external sources. Examples: RSS News Feed, World Financial Markets etc.
  • Dashboard Reports. Summarized information calculated from CT2 DB. Examples: Truck Dom Stats, Scheduled reports, Estimated GM etc.
[edit] Configuration
  • Each CT2 user should have ability to:
    • Add any number of additional tabs onto Dashboard and name them arbitrary.
    • Assign any available panel to any specific dashboard tab.
      • One report can be assigned to one tab only (need to clarify!).

[edit] Details

[edit] Multiple dashboards

It is suggested to use scrollable tabs to group and display dashboard panels.

File:Dashboard-Area.GIF

  • tabs should be named by user (default: one tab named "Main")
  • users should be able to assign panels to specific dashboard tabs (default: all panels on "Main" tab)
[edit] Settings (configurations)

Levels of dashboard panel management:

  • System level.
    • Where: need a new separate section in Admin.
    • What: managing of all panels.
      • To keep list of all existing panels (internal and client).
      • To be able to activate panel in System.
      • To set default parameters of panel.
  • Admin level.
    • Where: User Profile - Dashboard Configuration.
    • What: managing of activated panels.
      • To show list of all activated panels (internal and client).
      • To be able to activate panel for certain User (or User role).
  • User level.
    • Where: User's "My Profile" section (need to add for Internal App).
    • What: managing of dashboard tabs and available panels.
      • To add and name new tab (also edit and remove).
      • To activate panel from list of available panels to display it on Dashboard and assign selected panel to specific tab of Dashboard where it should be displayed.
      • To set custom parameters of panel.

File:Client User profile Dash Tab v2.JPG

[edit] Additionals

[edit] Log

Actions on System level and Admin level should be recorded in System Log.

[edit] Exceptions

It is possible that it would be hard to fully consolidate all settings for specific widget or DR in one place. For example for Action Required DRs (see DR for 9 existing Action Required internal reports) certain parameters are defined at the Reports Scheduler level. (In this case, please display in read only format these settings for user).

[edit] Persistence

System must remember last state (location, state [open/closed], settings) of Dashboard for individual user to reproduce it at the next login.

[edit] Client Visibility Rules
  • Client Visibility Rules affect displaying of DR results in Client Application.

[edit] History

[edit] 0003067: [* DR/KPI] (Dashboard) Create Dashboard framework

Personal tools