UCSCLibrary / dams_project_mgmt

DAMS purpose is to provide access to digitized and born-digital UCSC Special Collections content. This repository is used for project planning. It holds the task tickets and roadmap for the different projects under DAMS.
2 stars 0 forks source link

Bulkrax - If a Collection entry fails during Import, it halts the processing of all following Collection entries #502

Closed bkiahstroud closed 2 years ago

bkiahstroud commented 2 years ago

Testing Instructions

  1. Login as an admin
  2. Navigate to Dashboard > Importers > New
  3. Upload a CSV that has at least two Collections. The first Collection should be invalid, and the second should be valid (see example below)
  4. Click "Create and Import"
  5. Give the importer a couple minutes to process. Then click into the importer's show page
  6. Verify that: a. Both Collection entries were created and processed b. The valid Collection was created successfully

Example CSV:

workType title description
Collection Invalid (missing title)
Collection Valid Collection Lorem ipsum

Acceptance Criteria

snehagunduraoUL commented 2 years ago

This is working as expected. Thanks Kiah.

Screen Shot 2022-03-03 at 10 01 49 AM