skohub-io / skohub-vocabs

A lightweight tool to publish SKOS Vocabularies
https://skohub.io/
Apache License 2.0
32 stars 25 forks source link

Need for even deeper hierarchy level #309

Open LasseMempel opened 2 weeks ago

LasseMempel commented 2 weeks ago

The thesaurus I am working with has two deeper hierarchy levels than currently supported. Any chance there is space for these? Or to avoid future issues of the same type a limitless (to a certain degree) nesting support?

acka47 commented 2 weeks ago

Thanks for the request, @LasseMempel. This is similar to #156 where we already added support for additional hierarchies.

sroertgen commented 2 weeks ago

Hey @LasseMempel ,

limitless is difficult due to the fact that graphql does not support recursion. But two more levels should be no problem.

@acka47 so should we just add two more levels?

Maybe at some point in the future we can think about restructuring the graphql queries to allow limitless levels

LasseMempel commented 1 week ago

Two more levels would be a nice start ;)