Add notes for 2018-05-23

This commit is contained in:
2018-05-23 10:17:16 +03:00
parent 240332e9be
commit 8be233f96e
3 changed files with 31 additions and 8 deletions

View File

@ -317,3 +317,13 @@ ga('send', 'pageview', {
- The only way it actually works is if I paste it into the community or collection HTML
- This is a waste of TWO full days of work
- Marissa Van Epp asked if I could add `PII-FP1_PACCA2` to the CCAFS phase II project tags on CGSpace so I created a ticket to track it ([#376](https://github.com/ilri/DSpace/issues/376))
## 2018-05-23
- I'm investigating how many non-CGIAR users we have registered on CGSpace:
```
dspace=# select email, netid from eperson where email not like '%cgiar.org%' and email like '%@%';
```
- We might need to do something regarding these users for GDPR compliance because we have their names, emails, and potentially phone numbers