gbv / coli-ana

API to analyze DDC numbers
https://coli-conc.gbv.de/coli-ana/app/
MIT License
2 stars 0 forks source link

Improve loading of concept data #30

Open stefandesu opened 3 years ago

stefandesu commented 3 years ago

Currently, when there are too many concepts that are loaded simultaneously, it will fail completely due to the length of the requested URL. This needs to be fixed either here or in cocoda-sdk's getConcepts method.

https://github.com/gbv/coli-ana/blob/92ba7e1152c7aa524568483cc724c5a84f8f837f/src/store.js#L30-L40