|
Purpose: Retain patron information on anonymized loans for reporting purposes. The borrower ID should not be associated with the loan, but the patron group, statistical code, and custom fields (often used for indicating patron's department) should be, so that the library can track use by those fields.
High-Level Requirements for anonymization (across
UXPROD-1085
Closed
,
UXPROD-1120
Closed
,
UXPROD-447
Closed
,
UXPROD-271
Closed
).
Due to privacy concerns (both legal and voluntary), many institutions anonymize loan data. In other words, they remove identifying information about the patron (e.g. name and identifiers) from historic loans. Other patron metadata (e.g. patron group) is retained for statistical reporting purposes.
- Loan scrubbing
- Tenants should be able to determine a time period (specified in days) after which loan data will be anonymized (it should also be possible to not ever anonymize)
- Ultimately, each library within a tenant/institution should be able to set their own time period (not v1)
- For institutions that don't anonymize for all users by default, we should offer the ability for users to indicate whether they want their data scrubbed (not v1)
- For a loan to qualify for scrubbing/anonymizing, it must:
- Be closed
- Not have any open fees/fines
- Be old enough to trigger scrubbing
- "Old enough" varies depending on if it has no closed fines/fees or not
- When a loan record is scrubbed:
- Any patron identifying information should be scrubbed from the loan record in the database.
- The only patron information that should be retained includes:
- Patron group
- Status
- Division/department (as of 5/14 RA SIG meeting)
Branch/location (when implemented) Probably not, as of 5/14 RA SIG meeting - not patron info
- Custom fields or tags (when implemented)
Date enrolled? No, as of 5/14 RA SIG meeting
Expiration date? No, as of 5/14 RA SIG meeting
- The scrubbed loan should no longer display on the patron's Loans page
- But what about the Check in page? Institutions that have opted not to save ANY loan history, still need to be able to see the items they just checked in (see
UICHKIN-10
Closed
for details on what should display on the check in page). We need to make sure this is considered in our implementation.
- Anywhere else closed loans may display, the scrubbed loan data should display without any patron identifying information
- IMPLEMENTATION NOTE: Many systems log anonymized loan data in a reporting table as soon as the transaction occurs
|