From c7f95f0b60620810fea81af2c549c5200a2c16ba Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 16 Jan 2019 09:59:29 +0200 Subject: [PATCH] README.md: Update TODO I think it might be possible to compute community and collection statistics from Solr and make them available at new endpoints: - /communities - /community/id - /collections - /collection/id --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0dd4d97..2c2e8f1 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ The item id is the *internal* id for an item. You can get these from the standar - Better logging - Version API - Use JSON in PostgreSQL +- Make community and collection stats available - Switch to [Python 3.6+ f-string syntax](https://realpython.com/python-f-strings/) ## License