pulibrary / dspace-development

DSpace infrastructure and development resources for the Princeton University Library.
https://dspace-development.readthedocs.io/en/latest/
1 stars 0 forks source link

New Serials collection in DataSpace - Yishu #839

Closed kelynch closed 2 months ago

kelynch commented 2 months ago

Per Chiu-hui's request, create a collection for the Yishu serial. Details below:

Collection Title: Serials and series reports (Access Limited to Princeton) - Yishu Collection parent: https://dataspace.princeton.edu/handle/88435/dsp01r781wg06f Collection submission template should match

thumbnail_image002

Acceptance criteria

jrgriffiniii commented 2 months ago

I apologize for the delay, however, I have been searching to understand precisely why this template was chosen. In order to advance this towards a resolution, I will simply copy this as I have in the past. Taking for example https://dataspace.princeton.edu/handle/88435/dsp018c97kq48z, I find:

dataspace_prod_db=> select h.handle,c.collection_id,c.template_item_id from handle as h inner join collection as c on c.collection_id = h.resource_id where h.handle='88435/dsp018c97kq48z';
        handle        | collection_id | template_item_id
----------------------+---------------+------------------
 88435/dsp018c97kq48z |           441 |             4058
(1 row)

Please note that this was used consistently for collection templates within the JRuby CLI (please see https://github.com/pulibrary/dspace-cli/blob/main/dspace/cli/serials_collection.rb#L27).

jrgriffiniii commented 2 months ago

An XML configuration file update was also required. Please see https://dataspace.princeton.edu/handle/88435/dsp019019s5852 and attempt to submit a new Item.

kelynch commented 2 months ago

This looks correct to me: Screenshot 2024-09-03 at 4 31 46 PM

Thank you James!

jrgriffiniii commented 2 months ago

The changes proposed by https://github.com/PrincetonUniversityLibrary/princeton-5/pull/96/files are required in order to ensure that this is resolved.

kelynch commented 2 months ago

Thank you, James! I've followed up with Debby regarding this and reviewed the princeton-5 changed. I'm going to close this ticket.