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

Add ability for patrons to opt into wage garnishment #488

Merged
merged 1 commit into from
May 5, 2022

Conversation

nicktiberi
Copy link
Contributor

@nicktiberi nicktiberi commented May 3, 2022

Closes #484.

A new page has been added which allows a patron to accept the University Libraries' Lending Policy, which, if the user is eligible, opts them into wage garnishment.

Currently, only faculty and staff are eligible to opt into this agreement. Opting in sets the patron standing to OK and sets the GARNISH-DT (garnish date) to the current date.

If you want the override key for testing purposes, it is stored in Vault. Please let me know if you need access.

Screen Shot 2022-05-03 at 12 30 06 PM

image

image

A new page has been added which allows a patron to accept the
University Libraries' Lending Policy, which, if the user is eligible,
opts them into wage garnishment.

Currently, only faculty and staff are eligible to opt into this
agreement. Opting in sets the patron standing to 'OK' and sets the
GARNISH-DT (garnish date) to the current date.
@nicktiberi nicktiberi added this to the 1.1.x milestone May 3, 2022
@nicktiberi nicktiberi self-assigned this May 3, 2022
Copy link
Contributor

@banukutlu banukutlu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, great work, thanks @nicktiberi

@whereismyjetpack
Copy link
Contributor

This looks good to me, We might want to, as part of another PR, detect if eligible_for_wage_garnishment? and provide a link to opt in on the summary page ?
Screen Shot 2022-05-05 at 9 56 47 AM

@nicktiberi
Copy link
Contributor Author

This looks good to me, We might want to, as part of another PR, detect if eligible_for_wage_garnishment? and provide a link to opt in on the summary page ?

Yeah I agree that this would be nice to automate or notify in the future. Ruth mentioned in the original issue that maybe we could send users to the opt-in page if they try to place a hold on an item but are eligible for wage garnishment. So there are definitely some further improvements that could be made here.

@nicktiberi nicktiberi merged commit 3524cb5 into main May 5, 2022
@nicktiberi nicktiberi deleted the 484-wage-garnishment branch May 5, 2022 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding page for users to opt-into wage garnishment
3 participants