Design the scenario create method 39/50039/7
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Fri, 5 Jan 2018 06:39:12 +0000 (14:39 +0800)
committerthuva4 <tharma.thuva@gmail.com>
Tue, 9 Jan 2018 14:26:56 +0000 (19:56 +0530)
commit349609818abcf10cc94088b043f71b5c8bc504a1
tree3a59930127379f50121c066041121a3cc96a7ff2
parent8dbe224064851d439b18ad4254e119aff7f02e30
Design the scenario create method

design scenario create method in modal way.
design scenario page.
Add,delete for installers,versions, projects, customs, trust
indicators and scores are implemented.
tests are not included. validations are not added.

Change-Id: I999229c00869fcd5a4efa97cb2679a08fc24b271
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
21 files changed:
testapi/docker/Dockerfile
testapi/opnfv_testapi/common/check.py
testapi/opnfv_testapi/handlers/base_handlers.py
testapi/opnfv_testapi/models/testcase_models.py
testapi/opnfv_testapi/tests/unit/handlers/test_scenario.py
testapi/opnfv_testapi/ui/app.js
testapi/opnfv_testapi/ui/components/scenarios/modals/customModal.html [new file with mode: 0644]
testapi/opnfv_testapi/ui/components/scenarios/modals/installerModal.html [new file with mode: 0644]
testapi/opnfv_testapi/ui/components/scenarios/modals/projectModal.html [new file with mode: 0644]
testapi/opnfv_testapi/ui/components/scenarios/modals/scenarioModal.html [new file with mode: 0644]
testapi/opnfv_testapi/ui/components/scenarios/modals/scenarioNameUpdate.html [new file with mode: 0644]
testapi/opnfv_testapi/ui/components/scenarios/modals/scoreModal.html [new file with mode: 0644]
testapi/opnfv_testapi/ui/components/scenarios/modals/trustIndicatorModal.html [new file with mode: 0644]
testapi/opnfv_testapi/ui/components/scenarios/modals/versionModal.html [new file with mode: 0644]
testapi/opnfv_testapi/ui/components/scenarios/scenario/scenario.html [new file with mode: 0644]
testapi/opnfv_testapi/ui/components/scenarios/scenario/scenarioController.js [new file with mode: 0644]
testapi/opnfv_testapi/ui/components/scenarios/scenarios.html [new file with mode: 0644]
testapi/opnfv_testapi/ui/components/scenarios/scenariosController.js [new file with mode: 0644]
testapi/opnfv_testapi/ui/index.html
testapi/opnfv_testapi/ui/shared/header/header.html
testapi/requirements.txt