VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
3 stars 1 forks source link

Add citation to the Person model #119

Closed AlexDo1 closed 3 years ago

AlexDo1 commented 3 years ago
  1. citation is commented out because the add_person() function does not have an argument citation and trying to use the argument gives the error TypeError: add_person() got an unexpected keyword argument 'citation'

Good to know. Can you please open an issue in metacatalog to add that option?

Originally posted by @mmaelicke in https://github.com/VForWaTer/scripts/issues/3#issuecomment-786581933

  1. Add a citation argument/column to the Person model.
  2. Update the add_person() function to add a citation to a person.
AlexDo1 commented 3 years ago

The Person model already got the attribute attribution, where the citation information about a person should be stored.