-
If someone works on mappings and saves them, people searching in the mapping search won't see the new mappings.
-
The existing registries use a couple of fields, only some of which are [specified as part of JSKOS](https://gbv.github.io/jskos/jskos.html#registries):
~~~
$ curl 'https://coli-conc.gbv.de/registr…
-
You'll be able to find your current mapping faster, also if there are duplicate mappings, you won't know which you selected.
An example would be the same background coloring as selected concepts.
…
-
Mappings should be validated with a JSON Schema on import. MongoDB supports [schema validation](https://docs.mongodb.com/manual/core/schema-validation/) for this purpose. A more complete JSON Scheme f…
-
If the config file (`cocoda.json` by default) is malformed JSON, it is ignored. An error message should be shown instead.
-
As [described here](https://stackoverflow.com/questions/29349684/how-can-i-specify-the-required-node-js-version-in-package-json).
-
The workflow for creating a new Cocoda release is too complicated and error prone. It should be made into a script. Also, Travis could create a new GitHub release for us that will (at a later point) i…
-
Currently, local mappings are using the mapping content identifier when editing or deleting a mapping. This is suboptimal because two mappings can easily have the same identifier and I think currently…
-
Currently, we have the following tabs in order:
- scopeNote (if available)
- editorialNote (if available)
- GND terms (if available)
- Labels
- Info
- Search Links
(Order sometimes changes …
-
After logging in, Cocoda freezes from time-to-time. After the freeze ends a message pops up, saying "Du bist jetzt eingeloggt". This message normally only appears after the first login.
Cause: unknow…