Add notes for 2018-05-16

This commit is contained in:
Alan Orth 2018-05-16 14:17:54 +03:00
parent 8cb0ad095b
commit b1eec8b91c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
3 changed files with 31 additions and 8 deletions

View File

@ -250,3 +250,12 @@ $ curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field": {
- Apparently the default search field is the `df` parameter and you could technically just add it to the query string, so no need to bother with that in the schema now
- I copied over the DSpace `search_text` field type from the DSpace Solr config (had to remove some properties so Solr would start) but it doesn't seem to be any better at matching than the `text_en` type
- I think I need to focus on trying to return scores with conciliator
## 2018-05-16
- Discuss GDPR with James Stapleton
- As far as I see it, we are "Data Controllers" on CGSpace because we store peoples' names, emails, and phone numbers if they register
- We set cookies on the user's computer, but these do not contain personally identifiable information (PII) and they are "session" cookies which are deleted when the user closes their browser
- We use Google Analytics to track website usage, which makes Google the "Data Processor" and in this case we merely need to *limit* or *obfuscate* the information we send to them
- As the only personally identifiable information we send is the user's IP address, I think we only need to enable [IP Address Anonymization](https://support.google.com/analytics/answer/2763052) in our `analytics.js` code snippets
- Then we can add a "Privacy" page to CGSpace that makes all of this clear

View File

@ -27,7 +27,7 @@ Also, I switched it to use OpenJDK instead of Oracle Java, as well as re-worked
<meta property="article:published_time" content="2018-05-01T16:43:54&#43;03:00"/>
<meta property="article:modified_time" content="2018-05-15T13:25:03&#43;03:00"/>
<meta property="article:modified_time" content="2018-05-15T18:16:33&#43;03:00"/>
@ -65,9 +65,9 @@ Also, I switched it to use OpenJDK instead of Oracle Java, as well as re-worked
"@type": "BlogPosting",
"headline": "May, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-05/",
"wordCount": "1811",
"wordCount": "1945",
"datePublished": "2018-05-01T16:43:54&#43;03:00",
"dateModified": "2018-05-15T13:25:03&#43;03:00",
"dateModified": "2018-05-15T18:16:33&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -427,6 +427,20 @@ $ curl -X POST -H 'Content-type:application/json' --data-binary '{&quot;add-fiel
<li>I think I need to focus on trying to return scores with conciliator</li>
</ul>
<h2 id="2018-05-16">2018-05-16</h2>
<ul>
<li>Discuss GDPR with James Stapleton
<ul>
<li>As far as I see it, we are &ldquo;Data Controllers&rdquo; on CGSpace because we store peoples&rsquo; names, emails, and phone numbers if they register</li>
<li>We set cookies on the user&rsquo;s computer, but these do not contain personally identifiable information (PII) and they are &ldquo;session&rdquo; cookies which are deleted when the user closes their browser</li>
<li>We use Google Analytics to track website usage, which makes Google the &ldquo;Data Processor&rdquo; and in this case we merely need to <em>limit</em> or <em>obfuscate</em> the information we send to them</li>
<li>As the only personally identifiable information we send is the user&rsquo;s IP address, I think we only need to enable <a href="https://support.google.com/analytics/answer/2763052">IP Address Anonymization</a> in our <code>analytics.js</code> code snippets</li>
<li>Then we can add a &ldquo;Privacy&rdquo; page to CGSpace that makes all of this clear</li>
</ul></li>
</ul>

View File

@ -4,7 +4,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/2018-05/</loc>
<lastmod>2018-05-15T13:25:03+03:00</lastmod>
<lastmod>2018-05-15T18:16:33+03:00</lastmod>
</url>
<url>
@ -164,7 +164,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2018-05-15T13:25:03+03:00</lastmod>
<lastmod>2018-05-15T18:16:33+03:00</lastmod>
<priority>0</priority>
</url>
@ -175,7 +175,7 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
<lastmod>2018-05-15T13:25:03+03:00</lastmod>
<lastmod>2018-05-15T18:16:33+03:00</lastmod>
<priority>0</priority>
</url>
@ -187,13 +187,13 @@
<url>
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
<lastmod>2018-05-15T13:25:03+03:00</lastmod>
<lastmod>2018-05-15T18:16:33+03:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
<lastmod>2018-05-15T13:25:03+03:00</lastmod>
<lastmod>2018-05-15T18:16:33+03:00</lastmod>
<priority>0</priority>
</url>