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

Ability to display concept schemes domains in the tree #675

Open
tfrancart opened this issue Dec 19, 2017 · 0 comments
Open

Ability to display concept schemes domains in the tree #675

tfrancart opened this issue Dec 19, 2017 · 0 comments

Comments

@tfrancart
Copy link
Contributor

Following #634 and its integration in #663, we know want to display the "dct:subject" of concept schemes as first-level nodes in the hierarchy tree.

This is actually already visible at https://vocabulaires.irstea.fr/thesaurus (click on "hiérarchie" tab).

This requires the following modification :

  1. When creating the tree from concept schemes, create first-level nodes for each concept scheme domain, and add concept schemes underneath; concept schemes without a domain will be inserted at the first level.
  2. When hooking top concepts to concept scheme nodes in the tree, also search at the second level in the tree (if not found a the first level)
  3. Sorts the tree nodes to make domain nodes appear before concept schemes nodes without domains.

PR to follow.

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

Successfully merging a pull request may close this issue.

2 participants