From 4ad39a5c96dd99acf819ce189b13fec946d7506b Mon Sep 17 00:00:00 2001 From: talasila Date: Tue, 7 Feb 2017 15:03:57 -0500 Subject: Initial OpenECOMP Portal commit Change-Id: I804b80e0830c092e307da1599bd9fbb5c3e2da77 Signed-off-by: talasila --- .../client/kpi-dashboard/views/DCAE/DCAE_KPI.html | 204 +++++++++++++++++++++ .../kpi-dashboard/views/DCAE/DCAE_Metrics.html | 41 +++++ .../views/DCAE/DCAE_UserDefinedKPI.html | 33 ++++ 3 files changed, 278 insertions(+) create mode 100644 ecomp-portal-FE/client/kpi-dashboard/views/DCAE/DCAE_KPI.html create mode 100644 ecomp-portal-FE/client/kpi-dashboard/views/DCAE/DCAE_Metrics.html create mode 100644 ecomp-portal-FE/client/kpi-dashboard/views/DCAE/DCAE_UserDefinedKPI.html (limited to 'ecomp-portal-FE/client/kpi-dashboard/views/DCAE') diff --git a/ecomp-portal-FE/client/kpi-dashboard/views/DCAE/DCAE_KPI.html b/ecomp-portal-FE/client/kpi-dashboard/views/DCAE/DCAE_KPI.html new file mode 100644 index 00000000..e25bb458 --- /dev/null +++ b/ecomp-portal-FE/client/kpi-dashboard/views/DCAE/DCAE_KPI.html @@ -0,0 +1,204 @@ + +
+ +
+
+ +
+
+

+ Open DCAE-2016 Metrics & + Measurements +

+
+
+
+

+ User Stories +

+
+ +
+ + + + + + + + + + + + + + + + + + + + +
ReleaseUser Stories Delivered / In-ProgressIST Progress / ReadinessETE Progress / Readiness
Key + Highlights in Release
{{userStory.releaseKey}}{{userStory.delivered}}/{{userStory.inProgress}} + ({{(userStory.delivered/userStory.inProgress*100)|number:0}}%){{progressReadinessMap[userStory.istprogressReadiness]}}{{progressReadinessMap[userStory.e2EProgressReadiness]}}{{userStory.keyHighlights}}
+
+ +
+

+ Lines of Code +

+ + + + + + + + + + + + + + + + +
Total LOC + {{singleloc.category}}
{{totalLOC}}{{singleloc.LOC}}
+
+ +
+
+
+

+ API +

+
+ +
+ + + + + + + + + + + + + + + + +
{{userApi.apiType}}
{{userApi.totalApi}}
{{userApi.comment}}
+
+ +
+

+ Services Supported +

+ + + + + + + + + + + + + + + +
{{kpiService.serviceType}}
{{kpiService.totalCount}}
+
+ + +
+

+ DMaaP Traffic Stats +

+
+ DataRouter +
+ + + + + + + + + + + + + + + +
{{trafficStat.title}}
{{trafficStat.count}}
+
+ +
+

+ DMaaP Feed Stats +

+ + + + + + + + + + + + + + + +
{{FeedStat.title}}
{{FeedStat.count}}
+
+
+
+
diff --git a/ecomp-portal-FE/client/kpi-dashboard/views/DCAE/DCAE_Metrics.html b/ecomp-portal-FE/client/kpi-dashboard/views/DCAE/DCAE_Metrics.html new file mode 100644 index 00000000..38f39885 --- /dev/null +++ b/ecomp-portal-FE/client/kpi-dashboard/views/DCAE/DCAE_Metrics.html @@ -0,0 +1,41 @@ + +
+
+
+
+
+

Geo-map

+
+ +
+ + + + +
+
+

Source Code Stats

+ +
+
+
+
+
diff --git a/ecomp-portal-FE/client/kpi-dashboard/views/DCAE/DCAE_UserDefinedKPI.html b/ecomp-portal-FE/client/kpi-dashboard/views/DCAE/DCAE_UserDefinedKPI.html new file mode 100644 index 00000000..a240c614 --- /dev/null +++ b/ecomp-portal-FE/client/kpi-dashboard/views/DCAE/DCAE_UserDefinedKPI.html @@ -0,0 +1,33 @@ + +
+
+
+ + + +
+
+

+ Content to be provided for DCAE User Defined KPI. +

+
+
+
-- cgit 1.2.3-korg