SpeciesFileGroup / INHS-Insect-Collection-Data-Curation

An accesible issue tracker for reporting issues or requests with respect to INHS data quality.
1 stars 0 forks source link

Delete ghost records #76

Closed mjy closed 2 months ago

mjy commented 2 months ago

830 "Ghost" Records that can be destroyed. No catalog number and no images or determinations: https://sfg.taxonworks.org/tasks/collection_objects/filter?per=50&depictions=false&local_identifiers=false&taxon_determinations=false&with_buffered_determinations=false&page=3&extend%5B%5D=dwc_occurrence&extend%5B%5D=repository&extend%5B%5D=current_repository&extend%5B%5D=collecting_event&extend%5B%5D=taxon_determinations&extend%5B%5D=identifiers&exclude%5B%5D=object_labels

mjy commented 2 months ago
p = {
depictions: false,
local_identifiers: false,
taxon_determinations: false,
with_buffered_determinations: false,
project_id: 1
}

q = ::Queries::CollectionObject::Filter.new(p)

q.all.count # =>  830

q.all.destroy_all; true

q.all.count # => 0
tmcelrath commented 2 months ago

Yeah looks right.

mjy commented 2 months ago

Done.

Screenshot 2024-05-13 at 11 41 15 AM