diff options
author | ys9693 <ys9693@att.com> | 2020-01-19 13:50:02 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-01-22 12:33:31 +0000 |
commit | 16a9fce0e104a38371a9e5a567ec611ae3fc7f33 (patch) | |
tree | 03a2aff3060ddb5bc26a90115805a04becbaffc9 /catalog-ui/configurations/mock.json | |
parent | aa83a2da4f911c3ac89318b8e9e8403b072942e1 (diff) |
Catalog alignment
Issue-ID: SDC-2724
Signed-off-by: ys9693 <ys9693@att.com>
Change-Id: I52b4aacb58cbd432ca0e1ff7ff1f7dd52099c6fe
Diffstat (limited to 'catalog-ui/configurations/mock.json')
-rw-r--r-- | catalog-ui/configurations/mock.json | 72 |
1 files changed, 6 insertions, 66 deletions
diff --git a/catalog-ui/configurations/mock.json b/catalog-ui/configurations/mock.json index 63daabd710..89454c7d80 100644 --- a/catalog-ui/configurations/mock.json +++ b/catalog-ui/configurations/mock.json @@ -25,7 +25,6 @@ "GET_relationship": "/v1/catalog/services/:serviceId/resourceInstance/:action", "GET_lifecycle_state_resource": "/v1/catalog/:type/:id/lifecycleState/:action", "GET_lifecycle_state_CHECKIN":"lifecycleState/CHECKIN", - "GET_lifecycle_state_CERTIFICATIONREQUEST":"lifecycleState/CERTIFICATIONREQUEST", "GET_lifecycle_state_UNDOCHECKOUT":"lifecycleState/UNDOCHECKOUT", "root": "http://localhost:9999" }, @@ -40,7 +39,8 @@ "userFirstName": "HTTP_CSP_FIRSTNAME", "userLastName": "HTTP_CSP_LASTNAME", "userEmail": "HTTP_CSP_EMAIL", - "xEcompRequestId": " X-ECOMP-RequestID" + "xEcompRequestId": " X-ECOMP-RequestID", + "portalCookie": "EPService" }, "userTypes": { "admin": { @@ -51,32 +51,11 @@ "xEcompRequestId": "ccccc" }, "designer": { - "userId": "cs0008", + "userId": "m08740", "email": "designer@sdc.com", "firstName": "Carlos", "lastName": "Santana", "xEcompRequestId": "ccccc" - }, - "tester": { - "userId": "jm0007", - "email": "tester@sdc.com", - "firstName": "Johnny", - "lastName": "Depp", - "xEcompRequestId": "ccccc" - }, - "governor": { - "userId": "gv0001", - "email": "governor@sdc.com", - "firstName": "gover", - "lastName": "nor", - "xEcompRequestId": "ccccc" - }, - "ops": { - "userId": "op0001", - "email": "ops@sdc.com", - "firstName": "op", - "lastName": "ss", - "xEcompRequestId": "ccccc" } }, "statuses": { @@ -87,14 +66,6 @@ "NOT_CERTIFIED_CHECKIN" ] }, - "readyForCertification": { - "name": "Ready for certification", - "values": "READY_FOR_CERTIFICATION" - }, - "inCertification": { - "name": "In Certification", - "values": "CERTIFICATION_IN_PROGRESS" - }, "certified": { "name": "Certified", "values": "CERTIFIED" @@ -115,12 +86,8 @@ {"text":"Edit" ,"action":"goToEntity"} ], "NOT_CERTIFIED_CHECKIN":[ - {"text":"Check out","action":"changeLifecycleState", "url":"CHECKOUT"}, - {"text":"Submit for Testing","action":"changeLifecycleState", "url":"certificationRequest"} - + {"text":"Check out","action":"changeLifecycleState", "url":"CHECKOUT"} ], - "READY_FOR_CERTIFICATION":[], - "CERTIFICATION_IN_PROGRESS":[], "CERTIFIED":[] } }, @@ -130,42 +97,15 @@ "states":{ "NOT_CERTIFIED_CHECKOUT":[ {"text":"Edit" ,"action":"goToEntity"}, - {"text":"Check in","action":"changeLifecycleState", "url":"CHECKIN"}, - {"text":"Submit for Testing","action":"changeLifecycleState", "url":"certificationRequest"} + {"text":"Check in","action":"changeLifecycleState", "url":"CHECKIN"} ], "NOT_CERTIFIED_CHECKIN":[ - {"text":"Check out","action":"changeLifecycleState", "url":"CHECKOUT"}, - {"text":"Submit for Testing","action":"changeLifecycleState", "url":"certificationRequest"} - ], - "READY_FOR_CERTIFICATION":[ - ], - "CERTIFICATION_IN_PROGRESS":[ + {"text":"Check out","action":"changeLifecycleState", "url":"CHECKOUT"} ], "CERTIFIED":[ ] } - }, - "TESTER":{ - "pages":[], - "READY_FOR_CERTIFICATION":[], - "CERTIFICATION_IN_PROGRESS":[], - "CERTIFIED":[] - - }, - "OPS":{ - "pages":[], - "READY_FOR_CERTIFICATION":[], - "CERTIFICATION_IN_PROGRESS":[], - "CERTIFIED":[] - - }, - "GOVERNOR":{ - "pages":[], - "READY_FOR_CERTIFICATION":[], - "CERTIFICATION_IN_PROGRESS":[], - "CERTIFIED":[] - } } } |