-
Notifications
You must be signed in to change notification settings - Fork 0
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
ILLiad holds and checkouts incorporated into My Account #537
Comments
@ajkiessl fyi, added box labels for the new boxes to each section. I think on Holds we can just move the Holds label down and put the Interlibrary Loan requests box at the top with its own label. Also, realized we hadn't discussed -- much like the pages are blank (well, text but no boxes) when you don't have things checked out or on hold, I'm expecting the ILL boxes will only appear if there's content. I think that's the wavelength we were both operating on but suddenly realized I wasn't sure. |
@ruthtillman Correct, the ILL boxes will not show if there is no content. |
Note from Shane -- we also have "Awaiting Recalled Processing" which should show up as "Recalled" Put it in here: #575 |
Shane set one of mine to "Customer Notified via E-mail" and I'm not seeing it in Holds. It should still be there, though I'm realizing it should be labeled as "Available for Pickup" vs. Processing. |
Partly a placeholder issue for now but we need to solve the following problems:
ILLiad API doc: https://support.atlas-sys.com/hc/en-us/articles/360011809394-The-ILLiad-Web-Platform-API
Fields We'll Want from the API
and then:
or
Interlibrary Loan Holds
Box label: Interlibrary Loan Requests
section at top of holds / only show RequestType: LOAN
AND TransactionStatus in:
OR
TransactionStatus starts with "STAFF" (all caps).
Display
These should be labeled as
Processing
, except IFF TransactionStatus isCustomer Notified via E-mail
, that's the only outlier that shouldn't be displayed as Processing, it should be displayed as "Available for Pickup" instead.The box itself should include a link to ILLiad with text "Manage your Interlibrary Loan Requests"
Interlibrary Loan Borrowed
Box label: Interlibrary Loan Checkouts
section at top of borrowed / only show RequestType: LOAN
AND
TransactionStatus:
The box itself should include a link to ILLiad with text "Manage your Interlibrary Loans"
WDLL
The text was updated successfully, but these errors were encountered: