Update notes for 2018-05-17

This commit is contained in:
2018-05-17 18:11:18 +03:00
parent 00dc8241fc
commit 5ac1d88cbf
3 changed files with 18 additions and 8 deletions

View File

@ -287,3 +287,8 @@ ga('send', 'pageview', {
- And actually I'm not entirely sure about the order of filtering before tokenizing, etc...
- Ah, I see that `charFilter` must be before the tokenizer because it works on a stream, whereas `filter` operates on tokenized input so it must come after the tokenizer
- Regarding the use of the `charFilter` vs the `filter` class before and after the tokenizer, respectively, I think it's better to use the `charFilter` to normalize the input stream before tokenizing it as I have no idea what kinda stuff might get removed by the tokenizer
- Skype with Geoffrey from IITA in Nairobi who wants to deposit records to CGSpace via the REST API but I told him that this skips the submission workflows and because we cannot guarantee the data quality we would not allow anyone to use it this way
- I finished making the XMLUI changes for anonymization of IP addresses in Google Analytics and merged the changes to the `5_x-prod` branch ([#375](https://github.com/ilri/DSpace/pull/375)
- Also, I think we might be able to implement [opt-out functionality for Google Analytics using a window property](https://developers.google.com/analytics/devguides/collection/analyticsjs/user-opt-out) that could be managed by [storing its status in a cookie](https://webgilde.com/en/analytics-opt-out/)
- This cookie could be set by a user clicking a link in a privacy policy, for example
- The additional Javascript could be easily added to our existing `googleAnalytics` template in each XMLUI theme