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

Mapping Search: Add option to show one's own mappings #392

Closed stefandesu closed 5 years ago

stefandesu commented 5 years ago

Currently, this is possible by putting the name in the creator filter, but it should be easier and use the creator URIs instead of the name.

Changes in jskos-server and local mappings might be necessary for this.

nichtich commented 5 years ago

Searching by author via typeahead may be an option but probably harder to implement.

stefandesu commented 5 years ago

This is now implemented as a button that inserts one's own URIs into the creator field. I think typeahead is a great idea, but definitely harder to implement because we need to query each server for possible creators and assemble the results somehow. I'll create a separate issue for that.