Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

https://openlibraryfoundation.atlassian.net/issues/?jql=text%20~%20%22DCB-1092*%22%20or%20summary%20~%20%22DCB-1092*%22%20or%20key%20%3D%20DCB-1092%20ORDER%20BY%20created%20DESC

Description

  • This document is used to keep track of Host LMS data used in the DataGrids.

  • Field label - the label that the GraphGL data is displayed under.

  • GraphGL source - the JSON value where data is stored.

  • Translation key - the corresponding translation key, which is used to store the field label.

  • Missing - the value is currently not displayed in the datagrids

Host LMSs

Field label (column)

GraphQL source

Translation key

Example (source)

HostLMS name

name

MISSING

HostLMS ID

id

MISSING

HostLMS code

code

MISSING

Ingest status

clientConfigIngest

MISSING

Host LMS by ID

Unused

Field label

GraphQL source

Example (source)

MISSING

MISSING

General

Field label

GraphQL source

Translation key

Example (source)

Host LMS UUID

id

hostlms.id

Host LMS code

code

hostlms.code

Host LMS name

name

hostlms.name

LmsClientClass

lmsClientClass

hostlms.lms_client

Client Config

Field label

GraphQL source

Translation key

Example (source)

Base URL

clientConfig.["base-url"]

hostlms.client_config.base

Access ID

clientConfig.["access-id"]

hostlms.client_config.access_id"

Domain ID

clientConfig.["domain-id"]

hostlms.client_config.domain_id

Page size

clientConfig.["page-size"]

hostlms.client_config.page_size

Access key

clientConfig.["access-key"]

hostlms.client_config.access_key

Staff username

clientConfig.["staff-username"]

hostlms.client_config.staff_username

Staff password

clientConfig.["staff-password"]

hostlms.client_config.staff_password

Secret

clientConfig.secret

hostlms.client_config.secret

Key:

clientConfig.key

hostlms.client_config.key

Item Config

Field label

GraphQL source

Translation key

Example (source)

Unused

hostlms.clientConfig.item

Unused

fine-code-id

clientConfig.item.["fine-code-id"]

hostlms.client_config.fine

Renewal limit

clientConfig.item.["renewal-limit"]

hostlms.client_config.renewal_limit

Barcode prefix

clientConfig.item.["barcode-prefix"]

hostlms.client_config.barcode_prefix

History action ID

clientConfig.item.["history-action-id"]

hostlms.client_config.history_action_id

Shelving scheme ID

clientConfig.item.["shelving-scheme-id"]

hostlms.client_config.shelving_scheme_id

Loan period code ID

clientConfig.item.["loan-period-code-id"]

hostlms.client_config.loan_id

PAPI Config

Field label

GraphQL source

Translation key

Example (source)

PAPI config

hostlms.clientConfig.papi

hostlms.client_config.papi

PAPI app ID

hostlms.clientConfig.papi.["app-id"]

hostlms.client_config.papi_app_id

PAPI organisation ID

hostlms.clientConfig.papi.["org-id"]

hostlms.client_config.papi_org_id

PAPI language ID

hostlms.clientConfig.papi.["lang-id"]

hostlms.client_config.papi_lang_id

PAPI version

hostlms.clientConfig.papi_version

hostlms.client_config.papi_version

Services config

Field label

GraphQL source

Translation key

Example (source)

Services config

hostlms.clientConfig.services

hostlms.client_config.services

Services language

hostlms.clientConfig.services?.language

hostlms.client_config.services.language

Services product ID

hostlms.clientConfig.services.["product-id"]

hostlms.client_config.services_product_id

Services site domain

hostlms.clientConfig.services.["site-domain"]

hostlms.client_config.services_site_domain

Services workstation ID

hostlms.clientConfig.services.["workstation-id"]

hostlms.client_config.services_workstation_id

Services organisation ID

hostlms.clientConfig.services.["organisation-id"]

hostlms.client_config.services_organisation_id

Services version

hostlms.clientConfig.services.["services-version"]

hostlms.client_config.services_version

  • No labels