Update notes for 2017-07-04

This commit is contained in:
2017-07-04 23:39:47 +03:00
parent 56483f2352
commit 38a74dea78
3 changed files with 10 additions and 8 deletions

View File

@ -31,3 +31,4 @@ $ psql dspacenew -x -c 'select element, qualifier, scope_note from metadatafield
- We also need to check to see which ORCID authority core this uses, because it seems to be using an entirely new one rather than the one for `dc.contributor.author` (which makes sense of course, but fuck, all the author problems aren't bad enough?!)
- Also would need to edit XMLUI item displays to incorporate this into authors list
- And fuck, then anyone consuming our data via REST / OAI will not notice that we have an author outside of `dc.contributor.authors`... ugh
- What if we modify the item submission form to use [`type-bind` fields to show/hide certain fields depending on the type](https://wiki.duraspace.org/display/DSDOC5x/Submission+User+Interface#SubmissionUserInterface-ItemtypeBasedMetadataCollection)?