Closed no-reply closed 7 years ago
@mark-dce I have rebased this.
@no-reply This looks great and reads nicely. I'm thinking we're going to hit the same type of merge conflicts though as we do the remaining fields.
Can you
@mark-dce I'm generally fine rebasing before merge.
The conflicts for these PRs are going to be easily resolved in general and I think rebasing requires less coordination between developers than ensuring that we build from each other's branches.
This adds a
Schema::CoreMetadata
class to hold general OHSU metadata and adds therights_note
to it.Schema::CoreMetadata
is then included inEtd
.The rights note is added to the
EtdForm
, and various tests are added to ensure correct behavior.Closes #59.