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

Implement $cascade parameter to reverse the direction #1183

Closed
paynejd opened this issue Jan 7, 2022 · 2 comments
Closed

Implement $cascade parameter to reverse the direction #1183

paynejd opened this issue Jan 7, 2022 · 2 comments
Assignees

Comments

@paynejd
Copy link
Member

paynejd commented Jan 7, 2022

$cascade currently is uni-directional -- it only traverses hierarchy from parent to child and mappings from the from-concept to the to-concept. We want to implement an optional parameter to change the direction, so that $cascade will walk up the tree, from child to parent for hierarchy and from the to-concept to the from-concept for mappings.

snyaggarwal added a commit to OpenConceptLab/oclweb2 that referenced this issue Jan 10, 2022
snyaggarwal added a commit to OpenConceptLab/oclapi2 that referenced this issue Jan 10, 2022
snyaggarwal added a commit to OpenConceptLab/oclapi2 that referenced this issue Jan 10, 2022
@snyaggarwal
Copy link
Contributor

API: This can be achieved by adding ?reverse=true with $cascade operation.
UI: There is an option to $cascade Forward or Backward

snyaggarwal added a commit to OpenConceptLab/oclapi2 that referenced this issue Jan 10, 2022
@snyaggarwal
Copy link
Contributor

@paynejd Can we close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants