-
Notifications
You must be signed in to change notification settings - Fork 25
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
documents: implement document type #1593
Closed
rerowep
wants to merge
6
commits into
rero:zaa-US1812-document-types
from
rerowep:wep-#1933-document-type
Closed
documents: implement document type #1593
rerowep
wants to merge
6
commits into
rero:zaa-US1812-document-types
from
rerowep:wep-#1933-document-type
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rerowep
force-pushed
the
wep-#1933-document-type
branch
18 times, most recently
from
January 12, 2021 20:18
46b04c6
to
4e18f5e
Compare
iGormilhit
added
the
f: data
About data model, importation, transformation, exportation of data, specific for bibliographic data
label
Jan 13, 2021
iGormilhit
changed the title
document: document type
documents: implement document type
Jan 13, 2021
rerowep
force-pushed
the
wep-#1933-document-type
branch
2 times, most recently
from
January 14, 2021 08:51
b7eb5ad
to
156b5e7
Compare
lauren-d
force-pushed
the
wep-#1933-document-type
branch
from
January 14, 2021 12:45
156b5e7
to
0e5bde4
Compare
rerowep
force-pushed
the
wep-#1933-document-type
branch
2 times, most recently
from
January 15, 2021 13:30
d0a34f4
to
7eb4dac
Compare
7 tasks
* Adds count display during holding creation. * Cleans ill_request_form.html file. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
force-pushed
the
wep-#1933-document-type
branch
10 times, most recently
from
January 21, 2021 17:01
eacc6af
to
39d21ef
Compare
* Improves reset instruction notification. * Adds a custom template for reset notice notification. * Closes rero#1387. Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
Adapts the item JSON schema and ES mapping to introduce the 'temporary item type` entry. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Uses a temporary item_type (or circulation category) for circulation operations (checkout, extend, renew) if it's defined and valid on an item. * Creates a new cron tasks to clear the obsolete temporary item_type. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com> Co-Authored-by: Aly Badr <aly.badr@rero.ch>
rerowep
force-pushed
the
wep-#1933-document-type
branch
2 times, most recently
from
January 25, 2021 13:01
b8c5013
to
48635a6
Compare
* Adds `c0verd` decorator and uses it to cache covers. Co-Authored-by: Peter Weber <peter.weber@rero.ch> * Adds subtype subfacet for documents. Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch> * Adapts SIP2 types. Co-Authored-by: Lauren-D <laurent.dubois@itld-solutions.be>
rerowep
force-pushed
the
wep-#1933-document-type
branch
from
January 25, 2021 18:25
48635a6
to
7079b96
Compare
See also Benoit's comments |
Ping @zannkukai I think. |
the maintype comic should have 2 subtypes : comic and manga : in the following exemple there is manga and other book https://ilsdev.test.rero.ch/global/search/documents?q=&page=1&size=10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
f: data
About data model, importation, transformation, exportation of data, specific for bibliographic data
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Co-Authored-by: Peter Weber peter.weber@rero.ch
Why are you opening this PR?
Dependencies
My PR depends on the following
rero-ils-ui
's PR(s):How to test?
Code review check list