-
If there are no results for a search term, the search could fall back to the stem of the word. The question is whether to implement this in Cocoda (i.e. in the ConceptApiProvider) or only in our backe…
-
Currently, when searching for a concept inside a vocabulary, only the preferred label is shown in the result. Depending on how someone is using Cocoda, it might be helpful to show more detailed search…
-
I had some ideas/suggestions for updating the hope page to make it a big more interesting:
- Update Cocoda screenshot (still uses old design)
- Make it more visual, for example by including screen…
-
When searching mappings by creator, it was recently adjusted so that the search is performed via a regular expression that allows partial and case-insensitive search. This was done so that when search…
-
I have noticed that Cocoda updates for the release version (or, I believe, all versions on the `master` branch) do not update properly. Need to investigate.
-
Requires to check and replace [all references to kos-registry](https://github.com/search?q=org%3Agbv+kos-registry).
-
This requires additional information about the CSV table such as which concept schemes the concepts belong to and how to build URIs from notations.
The conversion step has already been implemented …
-
As part of #83 merge component `SetSelect` into `ItemSelect`, so concepts are not pre-loaded with `loadConcepts` but as part of the `ItemSelect` component.
-
The latest major release of version 2.0 broke Cocoda as it was configured to only be compatible with JSKOS API 1.0. Should we offer a way to access old API versions somehow?
An alternative would be…
-
As discussed in #315 the size of Cocoda JavaScript can be reduced by only using the parts we need *([see this](https://bootstrap-vue.js.org/docs/#individual-components-and-directives))*. This step may…