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

[FE] Integrate with filtered tree display (linearization parent, postcoordination scales values, logical definition values). #42

Closed
alexsilaghi opened this issue Oct 9, 2024 · 1 comment · Fixed by protegeproject/webprotege-gwt-ui#83
Assignees

Comments

@alexsilaghi
Copy link
Collaborator

alexsilaghi commented Oct 9, 2024

We need to replace the current solution with the newly developed filtered tree.

  • Linearization parent . Here we will fetch only the direct ancestors.
  • postcoordination scales values - here we fetch the info from the axis to generic scales table in the backend as root, and we select a single value.
  • Logical definition values - here add all set scales as roots , if no scale is set then we fetch the axis to generic scales table and use the root from there.

Depends on issue icat issue 53

@soimugeoWB
Copy link
Collaborator

soimugeoWB commented Oct 21, 2024

I think that first bullet point is no longer valid. If we have only the direct parents then we don't need a tree to display them, just a dropdown which has already been implemented for the linearization view.

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

Successfully merging a pull request may close this issue.

2 participants