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

@ -422,4 +422,15 @@ COPY 3917
- Could it be a memory leak or something? Why now?
- For now I will revert to the latest Tomcat 7.0.104 and PostgreSQL JDBC 42.2.14
## 2020-06-24
- Spend some time with Moayad looking over issues for OpenRXV
- We updated all the labels, tooltips, and filters
- The next step is to go through the GitHub issues and close them if they are done
- I also discussed the [dspace-statistics-api](https://github.com/ilri/dspace-statistics-api) with Mohammed Salem
- He made some new features to add the harvesting of twelve months of item statistics
- We talked about extending it to be "x" amount of months and years with some sensible defaults
- The item and items endpoints could then have `?months=12` and `?years=2` to show stats for the past "x" months or years
- We thought other arbitrary date ranges could be added with queries like `?date_from=2020-05` etc that would query Solr on the fly and obviously be slower...
<!-- vim: set sw=2 ts=2: -->