-
-
Linking into the application with a mapping requires the parameters:
* fromScheme
* toScheme
* from
* to
* mapping
The last parameter should be enough ([example link](https://coli-conc.gbv.d…
-
Well, here we go again.
Here is a link, where i searched the BK for "Al" and got results from ICONCLASS.
https://coli-conc.gbv.de/cocoda/dev/?fromScheme=http%3A%2F%2Furi.gbv.de%2Fterminology%2Fbk%2F…
-
A link to http://coli-conc.gbv.de/concordances/ would help to start with but in the end this concordance browser and mapping browser should be integrated into Cocoda.
-
We could start using [TypeScript](https://www.typescriptlang.org) in Cocoda to reduce the possibility of errors regarding types. It is possible to use [TypeScript in Vue](https://github.com/vuejs/vue-…
-
This would merge back features of [mapping app](http://coli-conc.gbv.de/cocoda/app/) into Cocoda. If concept schemes are selected, this would show a list of all mappings between the selected concept s…
-
Example-Query as sent by cocoda:
https://api.dante.gbv.de/suggest?search=Erwachsenenbildung&voc=http://www.ixtheo.de/classification/&limit=100&count=100&use=notation,label&type=&properties=uri,prefL…
-
Needed for Cocoda localization (https://github.com/gbv/cocoda/issues/218).
-
[DANTE](http://api.dante.gbv.de/) now supports fetching data for multiple concepts simultaneously by concatenating them with a `|`. In combination with `&properties=narrower`, we could speed up select…
-
When sending API requests with `axios` or `fetch`, there is a way to tell the browser to send the cookie from the original domain with the request (for `axios` it's `withCredentials`, for `fetch` it's…