Add notes for 2017-03-28

This commit is contained in:
2017-03-28 18:39:09 +03:00
parent b143d33943
commit de1161dcfc
6 changed files with 113 additions and 7 deletions

View File

@ -198,3 +198,21 @@ dspace=# \copy (select distinct text_value from metadatavalue where resource_typ
## 2017-03-24
- Still helping Sisay try to figure out how to create a theme for the RTB community
## 2017-03-28
- CCAFS said they are ready for the flagship updates for Phase II to be run (`cg.subject.ccafs`), so I ran them on CGSpace:
```
$ ./fix-metadata-values.py -i ccafs-flagships-feb7.csv -f cg.subject.ccafs -t correct -m 210 -d dspace -u dspace -p fuuu
```
- We've been waiting since February to run these
- Also, I generated a list of all CCAFS flagships because there are a dozen or so more than there should be:
```
dspacetest=# dspacetest=# \copy (select distinct text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id=210 group by text_value order by count desc) to /tmp/ccafs.csv with csv;
```
- I sent a list to CCAFS people so they can tell me if some should be deleted or moved, etc
- Test, squash, and merge Sisay's RTB theme into `5_x-prod`: https://github.com/ilri/DSpace/pull/316