-
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
Allow for multiple extents #1446
Conversation
0faf57a
to
50aa30b
Compare
@marlo-longley This is great progress and it moves this issue closer to fixed. A few thoughts... Multiple extentsHere's what I'd expect the result to become, i.e., rather than a single-item array, the doc should have multiple extents and only the first should concatenate the values from within the same
We have a related issue to tackle in #997 where we should be showing a badge for each extent, i.e., multiple extents should be OK as long as we fix that other issue. Removing
|
I definitely welcome additional feedback from @mmmmcode , @gwiedeman and anyone else who can advise on the EAD nuances around extents in #989 :-) |
Awesome thanks so much @seanaery ! |
50aa30b
to
bec4efb
Compare
bec4efb
to
27a8609
Compare
HI @seanaery -- I believe I addressed all your comments. I also added code to close #997, so now this PR addresses 2 issues. I would love feedback but here is what it's looking like: The one question I had was about the failing test. I'm not sure if it's a requirement to use the
|
27a8609
to
37400ee
Compare
@seanaery @marlo-longley One thing I wonder about is the parentheses in the container summary text (extent altrender="carrier")- are those something we want to supply if they aren't present? Or is that something that should be addressed with local customizations? |
37400ee
to
775962c
Compare
@mmmmcode Thanks for taking a look! In these fixtures the words in parentheses are provided directly from the XML, as if a cataloger had entered it that way. So I wasn't thinking we should alter that. I want to make sure I'm understanding you, though! |
From my perspective, the () provided by the cataloger looks like style
baked into content (like using <emph> to bold series titles), which I'm
always a fan of eliminating. But that might just be me ;)
…On Thu, Dec 7, 2023 at 6:05 PM Marlo Longley ***@***.***> wrote:
@mmmmcode <https://github.com/mmmmcode> Thanks for taking a look! In
these fixtures the words in parentheses are provided directly from the XML,
as if a cataloger had entered it that way. So I wasn't thinking we should
alter that. I want to make sure I'm understanding you, though!
—
Reply to this email directly, view it on GitHub
<#1446 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BARNDYMJIWC5HNQD4HL3MZ3YIJDUDAVCNFSM6AAAAABALJ5NLGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBWGI2DCNZRHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thanks for explaining @mmmmcode -- I could see this for sure but I'm thinking it is a change that is not directly related to allowing for multiple extents, or properly grouping extents, as the tickets lay out. If we want to change the formatting of text in extents, my take is that we should open a new ticket and discuss there, rather than lump new functionality into this particular PR. |
@marlo-longley That all looks great to me and I agree about not trying to fold in parentheses formatting. As for the failing test, I'm unfamiliar with that downloads feature (we don't use it in our UI) but I wonder if you could just stub in a value there for a made-up accessor like |
775962c
to
e0088c5
Compare
e0088c5
to
7906364
Compare
7906364
to
ea34ddc
Compare
I would love someone to verify that I interpreted the intent written in this ticket correctly:
Closes #989
I would also love feedback on whether we need to repeat this logic for both the
_tesim
andssm
fields.Also, since there was no discussion on the ticket, I assume this is non-controversial and desired by the group.