gbv / cocoda

A web-based tool for creating mappings between knowledge organization systems.
https://coli-conc.gbv.de/cocoda/
MIT License
39 stars 5 forks source link

Add support for fetching multiple concepts from API simultaneously #107

Closed stefandesu closed 5 years ago

stefandesu commented 6 years ago

DANTE now supports fetching data for multiple concepts simultaneously by concatenating them with a |. In combination with &properties=narrower, we could speed up selecting concepts when their ancestors are not yet loaded. Requires https://github.com/gbv/jskos-server/issues/19 to be implemented (or having a way to know which providers support this feature and which don't).

stefandesu commented 6 years ago

https://github.com/gbv/jskos-server/issues/19 is already implemented, so this could be implemented in Cocoda anytime.

stefandesu commented 5 years ago

Add functionality in ConceptApi and use it when loading labels in MappingBrowser.