Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: format 90%

! still in state of translation from a German original

Table of Contents

Abstract

Currently  FOLIO offers two disjoint interfaces for discovery systems:

...

This example has two aspects:

  • edge_rtac
    The discovery system needs the information that local ordering is limited by place.

  • edge_patron
    The mock order returns only issue pickup locations from other locations like that of the specimen. (a use case of UXPROD-2689)

...

  1. In a departure from the previous example, there is a privileged group that is also allowed to order locally.
  2. Additionally, there is a third group that is allowed to order locally for a handling fee.

Discussion

  1. edge_rtac
    The orderability constraint should be specified as a property of the group.

    Code Block
    titlepossible response
    {"limitations": [
       {"place" [
          {"ordinary": "non local"},
          {"privileged": "also local"},
          {"payer": "local for money"}
       ]}
    ]}

...


  1. Note: The example above isn't a realistic goal. But 'rtac' might provide all non classified attributes and notes of holding, location and item. this might be sufficient for the discovery system to visualize all  cases.
  2. edge_patron
    The usable pickup locations are filtered by readerandcopy.

...


  1. If the patron is member of the 'payer' group, the

...

  1. amount of the fee

...

  1. could be provided also from the mock order.

Reading room

Environment

...

  1. A library has a collection order for an area. Media that have been procured for this purpose may not leave the building, but can be viewed.

...

  1. Some of the media are stored in a closed magazine. For reading, these can only be ordered to special reading rooms. There the media can
    be used exclusively during the loan period.

...

  1. Additionally, there is a trusted group that is allowed to order to other pickup locations in the house.

Discussion

...

  1. edge_rtac
    The orderability constraint should be specified as a property of the group.

...

  1. edge_patron
    The pickup locations are filtered based on readerandcopy.


Short-term loan

Environment

...

  1. For some media (blank book collection) shortened lending times apply from the usual standard

Discussion

...

  1. edge_rtac
    To allow the interface to indicate shortened lending times. The restriction should be specified as a property of the group.

...

  1. edge_patron
    The pickup locations are filtered based on readerandcopy


{"limitations": [
{"duration" [
{"normalos": "shortened loan, 3d"},
{"privileged": "shortened loan, 7d"}
]}
]}
Example

...