From 7add0d61647f360e2f48c4543d5fabe407904c40 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 10 Feb 2019 14:20:09 +0200 Subject: [PATCH] README.md: Add TODO about top items endpoint This might be something useful that would be trivial to provide from the data we already have in PostgreSQL. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 782acc9..e93d3e3 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,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 +- Add top items endpoint, perhaps `/top/items` or `/items/top`? - Make community and collection stats available - Support [DSpace 6 UUIDs](https://jira.duraspace.org/browse/DS-1782) - Switch to [Python 3.6+ f-string syntax](https://realpython.com/python-f-strings/)