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

LC Call Number Browse Display #793

Closed
2 tasks done
Tracked by #22
banukutlu opened this issue Jul 23, 2021 · 3 comments · Fixed by #807, #814, #830, #838 or #837
Closed
2 tasks done
Tracked by #22

LC Call Number Browse Display #793

banukutlu opened this issue Jul 23, 2021 · 3 comments · Fixed by #807, #814, #830, #838 or #837
Assignees
Milestone

Comments

@banukutlu
Copy link
Contributor

banukutlu commented Jul 23, 2021

Basic call number browse, with a simple interface similar to Princeton's implementation.

Note: This will only cover LC-based call number classifications.

TODO

  • Sort and Search Call Numbers
    • no search param: start from beginning with pagination
    • search for an existing call number: display the item with N before and after items
    • search for non existing/partial call number: display the non existing item in the context of related items
  • Display Call Numbers
    • List of base call numbers with title(title_display_ssm) with link to the record, author, publication date, and image (same thumbnail used for item display) for the kind of bookshelf browse view

Questions

  1. Multiple solr documents(records) with same base call number

See https://github.com/psu-libraries/psulib_blacklight/wiki/Browse-Items-by-Library-of-Congress-Call-Number

@banukutlu banukutlu added this to the 1.1.x milestone Jul 23, 2021
@awead awead changed the title Call Number Browse Display LC Call Number Browse Display Jul 23, 2021
@awead awead self-assigned this Jul 26, 2021
@awead
Copy link
Contributor

awead commented Aug 6, 2021

Second Sprint TODO

  • use shelf keys to browse forward and backward (and not the raw call numbers)

Questions

How do we want to display multiple call numbers? Ex:

Call Numnber Title Location Publication Info
AB 1234.5 2002 Title 1 Here Info 1
Title 2 There Info 2
Title 3 There Info 3

OR

Call Numnber Title Location Publication Info
AB 1234.5 2002 Title 1 Here Info 1
AB 1234.5 2002 Title 2 There Info 2
AB 1234.5 2002 Title 3 There Info 3

OR

?????

@banukutlu
Copy link
Contributor Author

banukutlu commented Aug 9, 2021

Questions

How do we want to display multiple call numbers? Ex:

Call Numnber Title Location Publication Info
AB 1234.5 2002 Title 1 Here Info 1
AB 1234.5 2002 Title 2 There Info 2
AB 1234.5 2002 Title 3 There Info 3

Above is how we want to display multiple call numbers.

@nicktiberi nicktiberi removed a link to a pull request Aug 12, 2021
@nicktiberi nicktiberi linked a pull request Aug 12, 2021 that will close this issue
@awead awead linked a pull request Aug 20, 2021 that will close this issue
@ruthtillman
Copy link
Collaborator

Reviewed what we've got so far and it's going VERY well! I documented 2 issues, one in Blacklight display (#831) and one which captures small regex-related things psu-libraries/psulib_traject#343.

Overall I really enjoyed browsing through and seeing how well it works and actually getting to view all our books on quilting in one place (I also tested other sections of the call numbers)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment