-
Notifications
You must be signed in to change notification settings - Fork 26
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
circulation: upgrade to invenio-circulation v1.0.0a16 #436
circulation: upgrade to invenio-circulation v1.0.0a16 #436
Conversation
85d8a51
to
f7515ae
Compare
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.
./scripts/setup
fail at the line:
pipenv run invenio fixtures create --pid_type cipo ${DATA_PATH}/circulation_policies.json
570b757
to
19c1b70
Compare
Done |
19c1b70
to
d0a733e
Compare
* Changes loan_pid to pid. * Improves checkout duration type from int to timedelta. Co-Authored-by: Gianni Pante <[email protected]>
d0a733e
to
697a77f
Compare
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.
Maybe a new problem:
- checkout for patron A on item requested by patron A but not validated
- checkout is allowed (as expected) and works properly
- the request should disappear from the list of the requests to validate, but it is not the case. The request never disappears.
Problem from before:
- checkin on item on loan, owned by another library > it should become "in transit", but it becomes directly "on shelf". For this reason, some use cases cannot be tested (there are no item at all "in transit" currently).
Co-Authored-by: Gianni Pante [email protected]
to test:
bootstrap, setup
test circulation transactions