Open ds-ashanmugavel opened 6 months ago
As a user , I want to have a good uux experience , so that the app is convenient to use .
[ { "policyId": "default-policy", "createdOn": "2024-04-12T04:04:34Z", "validUntil": "2029-04-12T04:04:34Z", "permissions": [ { "action": "USE", "constraints": { "and": [ { "leftOperand": "PURPOSE", "operatorTypeResponse": "EQ", "rightOperand": "ID 3.0 Trace" }, { "leftOperand": "PURPOSE", "operatorTypeResponse": "EQ", "rightOperand": "ID 3.1 Trace" }, { "leftOperand": "PURPOSE", "operatorTypeResponse": "EQ", "rightOperand": "R2_Traceability" }, { "leftOperand": "FrameworkAgreement.traceability", "operatorTypeResponse": "EQ", "rightOperand": "active" }, { "leftOperand": "Membership", "operatorTypeResponse": "EQ", "rightOperand": "active" } ], "or": [ { "leftOperand": "PURPOSE", "operatorTypeResponse": "EQ", "rightOperand": "ID 3.0 Trace" }, { "leftOperand": "PURPOSE", "operatorTypeResponse": "EQ", "rightOperand": "ID 3.1 Trace" }, { "leftOperand": "PURPOSE", "operatorTypeResponse": "EQ", "rightOperand": "R2_Traceability" }, { "leftOperand": "FrameworkAgreement.traceability", "operatorTypeResponse": "EQ", "rightOperand": "active" }, { "leftOperand": "Membership", "operatorTypeResponse": "EQ", "rightOperand": "active" } ] } } ] } ]
I copied the ticket as the original tickets were deleted due to a spam account. Orginal Ticket: https://github.com/eclipse-tractusx/traceability-foss/issues/668
As a user , I want to have a good uux experience , so that the app is convenient to use .
Hints / Details
current backend policy response
[ { "policyId": "default-policy", "createdOn": "2024-04-12T04:04:34Z", "validUntil": "2029-04-12T04:04:34Z", "permissions": [ { "action": "USE", "constraints": { "and": [ { "leftOperand": "PURPOSE", "operatorTypeResponse": "EQ", "rightOperand": "ID 3.0 Trace" }, { "leftOperand": "PURPOSE", "operatorTypeResponse": "EQ", "rightOperand": "ID 3.1 Trace" }, { "leftOperand": "PURPOSE", "operatorTypeResponse": "EQ", "rightOperand": "R2_Traceability" }, { "leftOperand": "FrameworkAgreement.traceability", "operatorTypeResponse": "EQ", "rightOperand": "active" }, { "leftOperand": "Membership", "operatorTypeResponse": "EQ", "rightOperand": "active" } ], "or": [ { "leftOperand": "PURPOSE", "operatorTypeResponse": "EQ", "rightOperand": "ID 3.0 Trace" }, { "leftOperand": "PURPOSE", "operatorTypeResponse": "EQ", "rightOperand": "ID 3.1 Trace" }, { "leftOperand": "PURPOSE", "operatorTypeResponse": "EQ", "rightOperand": "R2_Traceability" }, { "leftOperand": "FrameworkAgreement.traceability", "operatorTypeResponse": "EQ", "rightOperand": "active" }, { "leftOperand": "Membership", "operatorTypeResponse": "EQ", "rightOperand": "active" } ] } } ] } ]
Acceptance Criteria
Out of Scope