Update notes for 2018-05-23

This commit is contained in:
2018-05-23 19:27:03 +03:00
parent 14c4dad21d
commit 454959f1ea
3 changed files with 12 additions and 8 deletions

View File

@ -330,3 +330,5 @@ dspace=# select email, netid from eperson where email not like '%cgiar.org%' and
- We might need to do something regarding these users for GDPR compliance because we have their names, emails, and potentially phone numbers
- I decided that I will just use the cookieconsent script as is, since it looks good and technically does set the cookie with "allow" or "dismiss"
- I wrote a quick conditional to check if the user has agreed or not before enabling Google Analytics
- I made a pull request for the GDPR compliance popup ([#377](https://github.com/ilri/DSpace/pull/377)) and merged it to the `5_x-prod` branch
- I will deploy it to CGSpace tonight