Add notes for 2018-01-26

This commit is contained in:
2018-01-26 19:11:24 +02:00
parent 8b4e998ad9
commit cd0d2bf392
5 changed files with 65 additions and 8 deletions

View File

@ -1140,3 +1140,29 @@ $ ./jmeter -n -t ~/dspace-performance-test/DSpacePerfTest-dspacetest.cgiar.org.j
```
- I haven't had time to look at the results yet
## 2018-01-26
- Peter followed up about some of the points from the Skype meeting last week
- Regarding the ORCID field issue, I see [ICARDA's MELSpace is using `cg.creator.ID`](http://repo.mel.cgiar.org/handle/20.500.11766/7668?show=full): 0000-0001-9156-7691
- I had floated the idea of using a controlled vocabulary with values formatted something like: Orth, Alan S. (0000-0002-1735-7458)
- Update PostgreSQL JDBC driver version from 42.1.4 to 42.2.1 on DSpace Test, see: https://jdbc.postgresql.org/
- Reboot DSpace Test to get new Linode kernel (Linux 4.14.14-x86_64-linode94)
- I am testing my old work on the `dc.rights` field, I had added a branch for it a few months ago
- I added a list of Creative Commons and other licenses in `input-forms.xml`
- The problem is that Peter wanted to use two questions, one for CG centers and one for other, but using the same metadata value, which isn't possible (?)
- So I used some creativity and made several fields display values, but not store any, ie:
```
<pair>
<displayed-value>For products published by another party:</displayed-value>
<stored-value></stored-value>
</pair>
```
- I was worried that if a user selected this field for some reason that DSpace would store an empty value, but it simply doesn't register that as a valid option:
![Rights](/cgspace-notes/2018/01/dc-rights-submission.png)
- I submitted a test item with ORCiDs and dc.rights from a controlled vocabulary on DSpace Test: https://dspacetest.cgiar.org/handle/10568/97703
- I will send it to Peter to check and give feedback (ie, about the ORCiD field name as well as allowing users to add ORCiDs manually or not)