-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(policy): policy seeding data update #88
feat(policy): policy seeding data update #88
Conversation
51505a8
to
cc36f8b
Compare
PolicyHub 25.postman_collection.json Please have a look at the postman collection, I've added requests which results are not as described in the issue: 01 Dismantler 02 Dismantler with Brand leftOperand: cx-policy:Dismantler.activityType instead of cx-policy:Dismantler.allowedBrands 03 Framework Credential rightOperand: should check if that's wanted like that 04 Purpose rightOperand:
05 Framework - example traceability possible values are always starting with active instead with traceability X (FrameworkAgreement.circulareconomy, FrameworkAgreement.demandcapacity, FrameworkAgreement.puris, FrameworkAgreement.businesspartner) Dont have a type, useCase and attribute set, which results in a 404 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see my previous comment
cc36f8b
to
e0b1498
Compare
src/database/PolicyHub.Entities/Entities/PolicyAttributeAssignedUseCases.cs
Fixed
Show fixed
Hide fixed
src/database/PolicyHub.Entities/Entities/PolicyAttributeAssignedUseCases.cs
Fixed
Show fixed
Hide fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please have a look at Dismantler.allowedBrands and Dismantler from the ticket, this is not yet implemented... before continue working please make sure to pull the latest changes (I've also recreated the migration)
d1bb5e0
to
313792d
Compare
src/database/PolicyHub.Entities/Entities/PolicyAttributeAssignedUseCases.cs
Dismissed
Show dismissed
Hide dismissed
src/database/PolicyHub.Entities/Entities/PolicyAttributeAssignedUseCases.cs
Dismissed
Show dismissed
Hide dismissed
Implementation for Dismantler.allowedbrands and Dismantler added |
Description
Update policy hub seeding data to the latest and greatest policy definition.
GET /api/policy-hub/policy-content
POST /api/policy-hub/policy-content
Why
The policy namespaces (leftOperand and rightOperand values) got recently updated and need to get adjusted for the policy hub.
Issue
#25
Checklist
Please delete options that are not relevant.