From 55d74f86440a5a804d4551e04f7fd39518af0723 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Fri, 12 May 2017 01:49:57 +0800 Subject: add web portal framework for TestAPI Change-Id: I62cea8b59ffe6a6cde98051c130f4502c07d3557 Signed-off-by: SerenaFeng --- .../guidelines/partials/guidelineDetails.html | 50 ++++++++++++++++++++++ .../guidelines/partials/testListModal.html | 46 ++++++++++++++++++++ 2 files changed, 96 insertions(+) create mode 100644 testapi/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html create mode 100644 testapi/3rd_party/static/testapi-ui/components/guidelines/partials/testListModal.html (limited to 'testapi/3rd_party/static/testapi-ui/components/guidelines/partials') diff --git a/testapi/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html b/testapi/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html new file mode 100644 index 0000000..f020c9a --- /dev/null +++ b/testapi/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html @@ -0,0 +1,50 @@ + + +
    +
  1. + {{capability.id}}
    + {{capability.description}}
    + Status: {{ctrl.targetCapabilities[capability.id]}}
    + Project: {{capability.project | capitalize}}
    + Achievements ({{capability.achievements.length}})
    +
      +
    1. + {{achievement}} +
    2. +
    + + Tests ({{ctrl.getObjectLength(capability.tests)}}) +
      +
    • + + {{test}} +
    • +
    • + + {{testName}} +
      + Aliases: +
      • {{alias}}
      +
      +
    • +
    +
  2. +
+ +
+
+

Criteria

+
+
    +
  • + {{criterion.name}}
    + {{criterion.Description}}
    + Weight: {{criterion.weight}} +
  • +
+
+
diff --git a/testapi/3rd_party/static/testapi-ui/components/guidelines/partials/testListModal.html b/testapi/3rd_party/static/testapi-ui/components/guidelines/partials/testListModal.html new file mode 100644 index 0000000..5b1d698 --- /dev/null +++ b/testapi/3rd_party/static/testapi-ui/components/guidelines/partials/testListModal.html @@ -0,0 +1,46 @@ + -- cgit 1.2.3-korg