-
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
US1305 data model illustrations colors physical details #980
US1305 data model illustrations colors physical details #980
Conversation
907cb2d
to
b8eb376
Compare
411f910
to
72bc9ad
Compare
72bc9ad
to
5428936
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.
This detailed view is really a great improvement in RERO ILS 👏 Here my comments (and sorry if I reverse some previous specifications).
- Pro + publ. interface
- responsibilityStatement to be displayed in the tab "Description", on top of the list. Concerns also alternate graph (we agreed about it with @JoelleDosimont and @benerken )
- Authors (MEF links) to be displayed just below the title (concerns publ. and pro interface)
- Display the note fields with one label only per note type. Example: notes of type "general" have label "note". Notes of type otherPhysicalDetails have label "Physical details".
- In principle, labels must be in singular form and check all labels (correct for example "Durations", "Formats"). "Colors", "Dimensions", "Illustrations" (and other labels that make sense!) can stay plural.
- I could test the display of notes of type "accompanyingMaterial"
- Pro interface
- Extent is displayed twice. Don"t display it in tab "Description"
- copyrightDate is missing
- notes are missing
- Is it possible to hide the tab "Online access" when it is empty, like in publ. interface? It gives false hopes to the end user.
- Publ. interface
- Editor
- Transformation rules
- duration: is it possible to remove the parenthesis? See this example.
5428936
to
bfb344c
Compare
644c7e1
to
4caec95
Compare
4caec95
to
a50b267
Compare
5b88943
to
1865c51
Compare
Implement: extent, duration, format, illustrations colors and physical details. * Implements transformation for Marc21. * Implements transformation for UNIMARC. * Adapts transformation for eBooks. * Adapts ES mapping. * Adapts JSON schemas. Co-Authored-by: Gianni Pante <[email protected]>
* Adds GET and DETAILS tabs to detailed view of document. Co-Authored-by: Peter Weber <[email protected]> Co-Authored-by: Alicia Zangger [email protected]
a149e9c
to
4ee602b
Compare
4ee602b
to
dbdc4ec
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.
Differences between views
- public view
- add unbreakable tiny space before semicolon between authors (below main title)
- put multiple abstracts on a new line instead of inline (example not good)
- prof. view
- put all languages inline (in description tab), separated by commas
- ISBN and other ID are present twice, remove one of them
- Make main title smaller (like in public view)
- both views: harmonize the colon after label in description tab. Put everywhere an unbreakable tiny space if possible, or just remove all colons!
I think there"s a problem with the display of series. See, https://ilsdev.test.rero.ch/aoste/documents/1155. Only the number is displayed, but it"s ok in the description tab. Both in public and professional view. |
@JoelleDosimont It is not a problem. The number displayed above is the extent (300$a). In this case, it is a series of volume so they wrote only "1-". See MARC record. |
Sorry, didn"t see that... If the problem is in the data, data should be cured ;-) |
8b7e08b
to
26746ea
Compare
26746ea
to
a225db2
Compare
* Corrects transformation for duration. Co-Authored-by: Alicia Zangger <[email protected]> Co-Authored-by: Gianni Pante <[email protected]>
a225db2
to
313b9f3
Compare
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