culibraries / folio

Project management for FOLIO implementation at CU Boulder
https://github.com/orgs/culibraries/projects/12
MIT License
0 stars 0 forks source link

Work to get list into proper Issues #52

Closed jwfuller closed 2 years ago

jwfuller commented 3 years ago

This is for personally getting organized

Open

General Questions

RA Pod

Discovery Pod

INN-Reach Integration/Prospector

jwfuller commented 2 years ago

ILL Information Flows

Borrow flows

  1. Patron initiates a request via ILLiad interface, or a request is input by an ILL staff member on behalf of a patron.
  2. ILLiad receives request
  3. Routing run on each request via:
    1. Customization Manager (local routing)
    2. RAPID
    3. IDS If local holding found, either RAPID or IDS returns the request to us in the ILLiad system in one of several queues, usually Awaiting RAPID Local Request Processing or Awaiting IDS Local Request Processing.

IDS and RAPID use Z39.50 to accomplish these routines. We send our holdings to both IDS and RAPID. We also send holdings to Occam's Reader, but that runs external to ILLiad, unfortunately and so isn't involved in this process.

  1. Sample requests: TN 1102667 - Print Loan (Awaiting Request Processing / Check Notes / Other) TN - eLoan TN - Print Article (Doc del / RAPID Local) TN 1103656 - Print Book Chapter (Doc del / IDS Local) TN 1102074 - e-Article (Doc del; RAPID Local) TN - e-Article (Doc del /IDS Local) TN - Book Chapter TN - Music Score TN - Thesis/Dissertation TN - Video/DVD

  2. ILLiad queries IDS/RAPID/EDS-PubFinder for an item and it's availability

    1. If the item is in the Library's collection, staff place a Hold on the item

Lending flows