Skip to content

programmfabrik/easydb-custom-data-type-dante

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Plugin / Repo is being maintained by a community of developers. There is no warranty given or bug fixing guarantee; especially not by Programmfabrik GmbH. Please use the github issue tracking to report bugs and self organize bug fixing. Feel free to directly contact the committing developers.

easydb-custom-data-type-dante

This is a plugin for easyDB 5 with Custom Data Type CustomDataTypeDante for references to entities of the DANTE-Vokabulary-Server (https://dante.gbv.de).

The Plugins uses https://api.dante.gbv.de/ for the communication with DANTE.

configuration

As defined in manifest.yml this datatype can be configured:

Schema options

Mask options

  • whether to use as dropdown or as popup or popup with treeview
  • whether to use the cache
  • whether to use default values

saved data

  • conceptName
    • Preferred label of the linked record
  • conceptURI
    • URI to linked record
  • conceptFulltext
    • fulltext-string which contains: PrefLabels, AltLabels, HiddenLabels, Notations
  • conceptAncestors
    • URI's of all given ancestors
  • _fulltext
    • easydb-fulltext
  • _standard
    • easydb-standard

sources

The source code of this plugin is managed in a git repository at https://github.com/programmfabrik/easydb-custom-data-type-dante. Please use the issue tracker for bug reports and feature requests!