Add notes for 2020-06-24

This commit is contained in:
2020-06-24 21:49:16 +03:00
parent 89747f9bc6
commit 1ec1796f85
25 changed files with 58 additions and 30 deletions

View File

@ -19,7 +19,7 @@ I tried to build the OAI registry on the freshly migrated DSpace 6 on DSpace Tes
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2020-06/" />
<meta property="article:published_time" content="2020-06-01T13:55:39+03:00" />
<meta property="article:modified_time" content="2020-06-22T15:55:59+03:00" />
<meta property="article:modified_time" content="2020-06-23T16:13:27+03:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="June, 2020"/>
@ -43,9 +43,9 @@ I tried to build the OAI registry on the freshly migrated DSpace 6 on DSpace Tes
"@type": "BlogPosting",
"headline": "June, 2020",
"url": "https://alanorth.github.io/cgspace-notes/2020-06/",
"wordCount": "3197",
"wordCount": "3319",
"datePublished": "2020-06-01T13:55:39+03:00",
"dateModified": "2020-06-22T15:55:59+03:00",
"dateModified": "2020-06-23T16:13:27+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -577,6 +577,23 @@ COPY 3917
</ul>
</li>
</ul>
<h2 id="2020-06-24">2020-06-24</h2>
<ul>
<li>Spend some time with Moayad looking over issues for OpenRXV
<ul>
<li>We updated all the labels, tooltips, and filters</li>
<li>The next step is to go through the GitHub issues and close them if they are done</li>
</ul>
</li>
<li>I also discussed the <a href="https://github.com/ilri/dspace-statistics-api">dspace-statistics-api</a> with Mohammed Salem
<ul>
<li>He made some new features to add the harvesting of twelve months of item statistics</li>
<li>We talked about extending it to be &ldquo;x&rdquo; amount of months and years with some sensible defaults</li>
<li>The item and items endpoints could then have <code>?months=12</code> and <code>?years=2</code> to show stats for the past &ldquo;x&rdquo; months or years</li>
<li>We thought other arbitrary date ranges could be added with queries like <code>?date_from=2020-05</code> etc that would query Solr on the fly and obviously be slower&hellip;</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->