Skip to content

Central list of tags that can be assigned to various objects

License

Notifications You must be signed in to change notification settings

folio-org/mod-tags

Repository files navigation

mod-tags

Copyright (C) 2018-2023 The Open Library Foundation

This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.

Introduction

Central list of tags that can be assigned to various objects. Tags are simple strings like "urgent", or "important". These are kept as an array of string values in the various objects that use them. This module provides a centralized repository of allowed values, which can be used for populating pull-down lists etc. The coupling is intentionally rather weak, it will be up to the UI to enforce the use of authorized tags, or not, as each library will want, and/or insert new tags into this module when the user uses a new one.

Additional information

Issue tracker

See project MODTAG at the FOLIO issue tracker.

ModuleDescriptor

See the built target/ModuleDescriptor.json for the interfaces that this module requires and provides, the permissions, and the additional module metadata.

Other documentation

Other modules are described, with further FOLIO Developer documentation at dev.folio.org

API documentation

This module's API documentation.

Code analysis

SonarQube analysis.

Download and configuration

The built artifacts for this module are available. See configuration for repository access, and the Docker image.