Add notes for 2016-04-12

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2016-04-12 12:09:18 +03:00
parent dc8805c9b4
commit cee8d20d1b
4 changed files with 57 additions and 0 deletions

View File

@ -115,3 +115,15 @@ dspacetest=# select count(*) from metadatavalue where metadata_field_id=74 and t
- The donut is already updated and shows the correct number now
- CCAFS people say it will only take them an hour to update their code for the metadata renames, so I proposed we'd do it tentatively on Monday the 18th.
## 2016-04-12
- Looking at quality of WLE data (`cg.subject.iwmi`) in SQL:
```
dspacetest=# select text_value, count(*) from metadatavalue where metadata_field_id=217 group by text_value order by count(*) desc;
```
- Listings and Reports is still not returning reliable data for `dc.type`
- I think we need to ask Atmire, as their documentation isn't too clear on the format of the filter configs
- Alternatively, I want to see if I move all the data from `dc.type.output` to `dc.type` and then re-index, if it behaves better