NASA-PDS / doi-service

Service and tools for generating DOIs for PDS bundles, collections, and data sets
https://nasa-pds.github.io/doi-service
Other
2 stars 3 forks source link

fix bulk-update notebook variable naming to reflect actual contents #375

Closed alexdunnjpl closed 2 years ago

alexdunnjpl commented 2 years ago

🗒️ Summary

Bulk Record Update erroneously refers to the collection of Doi objects parsed from DataCite as doi_records. Given that a different class DoiRecord also exists within doi-service, and especially given the way methods/attributes are sometimes generated dynamically from strings (which breaks code insight), this is a potential source of confusion and wasted time for new users of the notebook.

This PR renames some variables and amends some documentation text.

⚙️ Test Data and/or Report

n/a

♻️ Related Issues

closes #374