Since we have added the functionality to select datasets we should add the ability to modify specific fields. To start we should allow mass setting of ingest_task, assigned_to_group_name, and status. You will not be able to do this for published datasets though.
After selecting the datasets to modify in bulk, present the user with a blank form that they can update those fields. This will also require a new endpoint in the Ingest API that will utilize RQ.
Since we have added the functionality to select datasets we should add the ability to modify specific fields. To start we should allow mass setting of
ingest_task
,assigned_to_group_name
, andstatus
. You will not be able to do this forpublished
datasets though.After selecting the datasets to modify in bulk, present the user with a blank form that they can update those fields. This will also require a new endpoint in the Ingest API that will utilize RQ.