denshoproject / namesdb-editor

Other
0 stars 0 forks source link

schema: Add attributes to `Person` model #51

Open GeoffFroh opened 5 months ago

GeoffFroh commented 5 months ago

Add the following attributes to the Person model:

bio_notes - Biographical notes for public display admin_notes - Administrative notes for internal use snac_url - Social Networks and Archival Context (SNAC) authority reference link wikidata_url - Wikidata reference link

bio_notes and admin_notes should use a .TextField model type; text could be long. snac_url and wikidata_url will be regular web urls.

Documentation and specs for each are at: https://docs.google.com/spreadsheets/d/1Kh1uuCtufA2bJTSF_gyAR83Ai4YmeKiiZcwQM3EhNio/edit#gid=709843913

GeoffFroh commented 5 months ago

Also need an additional attribute in Person:

lcnaf_url - LC Name Authority File reference link

gjost commented 5 months ago

All fields added, merged to develop branch, and pushed to kyuzo