LD4P / arm

BIBFRAME extension ontologies for modeling bibliographic metadata in the art and rare materials domains.
https://ld4p.github.io/arm/
16 stars 10 forks source link

Modify custodial history form to manage CustodialHistory behind the scenes #74

Closed rjyounes closed 6 years ago

rjyounes commented 6 years ago

Not sure if we want the form to link the Item to a CustodialHistory, and then add the CustodialEvents, or whether we should just add the CustodialEvents and link to the CustodialHistory behind the scenes. In fact, a CustodialHistory resource could be created for the Item when the Item is created. It depends on what makes sense to the catalogers.

sfolsom commented 6 years ago

Cataloger preference is to go directly to Events, bypassing the CustodialHistory

rjyounes commented 6 years ago

Need to check with Huda to see if this will not be too complex. I suggest creating a CustodialHistory resource and attaching it to the Item when the Item is created. Then when CustodialEvents are created, they can be attached to the CustodialHistory object without checking first to see if it exists.