-
Notifications
You must be signed in to change notification settings - Fork 7
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
Draft of accounts. #3089
base: main
Are you sure you want to change the base?
Draft of accounts. #3089
Conversation
0eb6dbf
to
5340c86
Compare
docs/patron_groups.md
Outdated
### Core request servies | ||
|
||
* Recap Physical Delivery Request (Offsite Materials) | ||
* Recap Electronic Delivery Request (scan a selction shelved at ReCAP on demand) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo repeated a few times - selction
-> selection
## Unauthenticated User from main menu | ||
|
||
## Library Account - From the User Menu Bar | ||
* with Netid - devise user type "cas" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
click on Your account' -> 'Library account' will give the user two options:
- 'Login with netID'
- Log in with Alma Account (affiliates)
|
||
## Library Account - From the User Menu Bar | ||
* with Netid - devise user type "cas" | ||
* with your Alma active barcode -credentials are Last Name and active barcode devise user type "barcode" - this is a legacy option, no new accounts being set up in this fashion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This 'with your Alma active barcode -credentials are Last Name and active barcode ', does not exist as an option when I click On Your account' -> 'Library account'
docs/accounts.md
Outdated
|
||
## Bookmarks and Search History - Blacklight User Account https://catalog.princeton.edu/bookmarks and (Login option is buried in a link) | ||
a. with Netid - devise user type "cas" | ||
b. with your Alma internal account credentials (Username is the "primary identifer" field in user's Alma account, password is set and stored in Alma) - devise user type "alma" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When using the bookmarks link the options a user has are:
a. Log in with netId
b. Log in with Alma Account (affiliates) -> click on this will expand to-> Alma user name and password. I'm assuming these are what you are listing in b. 'with your Alma internal account credentials (Username is the "primary identifer" field in user's Alma account, password is set and stored in Alma) - devise user type "alma" '
|
||
|
||
## Unauthenticated User from a request page | ||
* with Netid - devise user type "cas" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same change here . If we could add what exactly is in the UI and then the explanation that you provide.
docs/patron_groups.md
Outdated
|
||
* Recap Physical Delivery Request (Offsite Materials) | ||
* Recap Electronic Delivery Request (scan a selection shelved at ReCAP on demand) | ||
* Annex Phyiscal Delivery Request (Offsite Materials) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Phyiscal -> Physical
* UGRD Undergraduate | ||
* SUM Summer Student | ||
|
||
### Core request servies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
servies -> services
docs/patron_groups.md
Outdated
|
||
* Recap Physical Delivery Request (Offsite Materials) | ||
* Recap Electronic Delivery Request (scan a selction shelved at ReCAP on demand) | ||
* Annex Phyiscal Delivery Request (Offsite Materials) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Phyiscal -> Physical
docs/patron_groups.md
Outdated
* Recap Physical Delivery Request (Offsite Materials) | ||
* Recap Electronic Delivery Request (scan a selction shelved at ReCAP on demand) | ||
* Annex Phyiscal Delivery Request (Offsite Materials) | ||
* Annex Electronic Delivery Request (scan a selction shelved at Annex on demand) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
selction -> selection
docs/request_types.md
Outdated
* Recap Electronic Delivery Request (scan a selection shelved at ReCAP on demand) | ||
* Materials Managed in Alma Base Status: Item in Place | ||
* Materials Managed in SCSB Status: Available | ||
* Annex Phyiscal Delivery Request (Offsite Materials) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Phyiscal -> Physical
docs/request_types.md
Outdated
* Annex Electronic Delivery Requests are placed in ILLiad. | ||
* On Order Requests | ||
* Items that are in the Alma "Acquisition" Process Type. These are items ordered for our shelves but have not yet arrived. | ||
* On order requests are emailed to the Library where the items will be permeantly shelved at. For ReCAP items that are in ReCAP Alma Library these emails go to Firestone Circulation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
permeantly -> permanently
docs/request_types.md
Outdated
* Materials without a base status and which are not in a process type (Alma Physical Titles Only) | ||
* Digitization requests for campus materials are placed through ILLiad. | ||
* Clancy Physical Delivery Request (Offsite Marquand Items at the Clancy Facility) | ||
* Items in Marquand locations that are not at ReCAP or or are not Supervised Use Materials (items that are in Special Collections. In bibdata's holding_location table the flag aeon=true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove extra 'or'
@@ -50,7 +50,7 @@ The gem was integrated into orangelight in April of 2022 by moving the code from | |||
1. ```source``` https://catalog.princeton.edu/requests/9702169?mfhd=9525518&source=pulsearch - Facilitates redirection to the source system that generated the request. Currently responds to ```pulsearch``` or ```catalog```, other values will be ignored. | |||
2. ```/requests/{thesis_id}``` Example: https://catalog.princeton.edu/requests/dsp01vx021h212. This will result in a redirect to the AEON system. | |||
|
|||
## Testing User Roles | |||
## ~~Testing User Roles~~ Deprecated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we remove lines 53-55 since it is deprecated?
No description provided.