Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Campus logic update #18

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Campus logic update #18

wants to merge 10 commits into from

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    b3ae659 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c19f9ab View commit details
    Browse the repository at this point in the history
  3. Added logic to handle users with Barco, Unknown or blank campus field…

    … in their Alma record. Corrected a comment typo.
    wopsononock committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1187b85 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Change Illiad endpoint to one that can handle OpenURL parameters nati…

    …vely. This eliminates the need to individually map query string parameters to form field names. Add other special borrower types for exclusion from external borrowing requests
    wopsononock committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6d52407 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    694b73a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b9730d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fac725 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Borrowing policy is simplified now. Route any non HSLS-campus user wi…

    …th remote borrowing privs to ULS Illiad. Will apply by default for any new campuses added to Alma
    wopsononock committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    babc8d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Remove Illiad API methods we no longer need, store Alma user record t…

    …o reduce number of API calls, refactor to continue to treat law campus patrons separately while using simplified logic overall
    wopsononock committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1677e4b View commit details
    Browse the repository at this point in the history
  2. Only check for LAW campus if we know user has a campus code value and…

    … use the cached user record instead of a separate API call
    wopsononock committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5f05a40 View commit details
    Browse the repository at this point in the history