Skip to content
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

Apply fixes for apply #315

Merged
merged 5 commits into from
Jun 30, 2023
Merged

Apply fixes for apply #315

merged 5 commits into from
Jun 30, 2023

Conversation

barhodes
Copy link
Contributor

Fixes several issues found testing against the use cases found here: https://github.com/cqframework/pd-apply/tree/main/connectathon-33

The biggest issue is the de-flattening of nested PlanDefinition actions. This flattening was occurring in the previous implementation to support CDS Hooks. This new implementation will break anything currently depending on that flattening. A translation layer for turning a RequestGroup response into a CDS Card/system action will need to be developed to support those use cases.

@barhodes barhodes self-assigned this Jun 26, 2023
@barhodes barhodes added bug Something isn't working CDS All issues related to the CDS project labels Jun 26, 2023
@barhodes barhodes marked this pull request as ready for review June 29, 2023 21:39
Copy link
Contributor

@Capt-Mac Capt-Mac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

few suggestions made on commented out code, otherwise approved

@barhodes barhodes merged commit efbfa2d into master Jun 30, 2023
2 checks passed
@barhodes barhodes deleted the apply-fixes branch June 30, 2023 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CDS All issues related to the CDS project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants