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

Item detailed view: missing circulation info #798

Closed
3 tasks done
pronguen opened this issue Feb 25, 2020 · 3 comments
Closed
3 tasks done

Item detailed view: missing circulation info #798

pronguen opened this issue Feb 25, 2020 · 3 comments
Assignees

Comments

@pronguen
Copy link
Contributor

pronguen commented Feb 25, 2020

Describe the issue
Some items are not available, but the item detailed view doesn't show why:

  • Case 1: items with request and status "at desk"
  • Case 2: items in transit without request

To Reproduce
Case 1

  1. Your a librarian in library A
  2. Loan an item for patron A
  3. Request it as a patron B, with library A as pickup location
  4. Checkin the item
  5. Open the item detailed view

Case 2

  1. Loan an item of another library
  2. Checkin this item (it should go in transit without request)
  3. Open the item detailed view

Expected behavior
The item detailed view is adapted as follows:

  • Case 1: box "Request" should be displayed
  • All cases: status (on loan, requested, in transit) should be displayed for all cases (as in the document detailed view)
  • For all items with requests: the field Queue is removed (the box "Request" already displays this information)

Software version
ilsdev
rero-ils version e2fbc6b
rero-ils-ui version 925ffabb

Screenshots
image

@AoNoOokami AoNoOokami self-assigned this Feb 25, 2020
AoNoOokami pushed a commit to AoNoOokami/rero-ils-ui that referenced this issue Feb 26, 2020
* Removes redundant requests information.
* Adds item status.
* Closes rero/rero-ils#798.

Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
@AoNoOokami
Copy link
Contributor

AoNoOokami commented Feb 26, 2020

@pronguen 'requested' is actually not an item status. As the requests are displayed below, I guess it's not needed to repeat the information, but I can display some thing like that:

(requested: [status])

if there are requests.

AoNoOokami pushed a commit to AoNoOokami/rero-ils-ui that referenced this issue Feb 26, 2020
* Removes redundant requests information.
* Adds item status.
* Closes rero/rero-ils#798.

Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
@pronguen
Copy link
Contributor Author

@AoNoOokami

  • Either you display it exactly as specified in documentation\projets\RERO21\specifications\interface\availability_v3.pdf, so that you can re-use this display for the document detailed view (issue will be opened soon). In this case, there will be a repetition of information (requests, due until) with regard to what is in the box below, but at least availability will be showed the same way everywhere.
  • Or you do a dedicated display: [availability button]+[status]. Indeed, "requested" is not a status, so don't display that. The user will see the list of requests below and understand that it holds requests.

@AoNoOokami
Copy link
Contributor

AoNoOokami commented Feb 26, 2020

@pronguen : Actually, @Garfield-fr has a WIP PR for document availability: rero/rero-ils-ui#181. Should we group this?

AoNoOokami pushed a commit to AoNoOokami/rero-ils-ui that referenced this issue Feb 26, 2020
* Removes redundant requests information.
* Adds item status.
* Displays requests for items at desk.
* Closes rero/rero-ils#798.

Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
AoNoOokami pushed a commit to AoNoOokami/rero-ils-ui that referenced this issue Feb 28, 2020
* Removes redundant requests information.
* Adds item status.
* Displays requests for items at desk.
* Closes rero/rero-ils#798.

Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
AoNoOokami pushed a commit to AoNoOokami/rero-ils-ui that referenced this issue Feb 28, 2020
* Removes redundant requests information.
* Adds item status.
* Displays requests for items at desk.
* Closes rero/rero-ils#798.

Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
AoNoOokami pushed a commit to AoNoOokami/rero-ils-ui that referenced this issue Mar 2, 2020
* Removes redundant requests information.
* Adds item status.
* Displays requests for items at desk.
* Closes rero/rero-ils#798.

Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
AoNoOokami pushed a commit to AoNoOokami/rero-ils-ui that referenced this issue Mar 2, 2020
* Removes redundant requests information.
* Adds item status.
* Displays requests for items at desk.
* Closes rero/rero-ils#798.

Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
AoNoOokami pushed a commit to AoNoOokami/rero-ils-ui that referenced this issue Mar 2, 2020
* Removes redundant requests information.
* Adds item status.
* Displays requests for items at desk.
* Closes rero/rero-ils#798.

Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
AoNoOokami pushed a commit to AoNoOokami/rero-ils-ui that referenced this issue Mar 2, 2020
* Removes redundant requests information.
* Adds item status.
* Displays requests for items at desk.
* Closes rero/rero-ils#798.

Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
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

No branches or pull requests

2 participants