From 062334d772ccec38bdb03e83243851c56a69167f Mon Sep 17 00:00:00 2001 From: eric Date: Wed, 23 Sep 2020 16:30:06 -0400 Subject: [PATCH] Update new_website.md --- site/help/new_website.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/help/new_website.md b/site/help/new_website.md index c0d8779..7421dbd 100644 --- a/site/help/new_website.md +++ b/site/help/new_website.md @@ -44,7 +44,7 @@ Let us know if you are still having trouble with these: ### Feature requests (things that are not really broken, but would be good to have) 1. Bookshelf editing is not currently available. Bookshelves only have older entries. Most bookshelves had not been updated recently anyway, and we hope to add bookshelf editing capabilities soon. Status: Under development. 2. Bookshelf sorting by author. For example, https://www.gutenberg.org/ebooks/bookshelf/16?sort_order=title&start_index=26 can sort alphabetically by title, but not by author. The sort field is already part of the request (sort_order=title), so sorting by other fields seem viable. Status: Not yet investigated. -3. Long lists should have "Last" as well as First and Next. For example, http://www.gutenberg.org/ebooks/bookshelf/68. Status: Not yet investigated. +3. Long lists should have "Last" as well as First and Next. For example, http://www.gutenberg.org/ebooks/bookshelf/68. Status: Should be possible for bounded lists such as bookshelves, but an attempt to implement this for all lists resulted in severely degraded website performance. 4. The "new books" pane at https://www.gutenberg.org has a pop-up tooltip that mentions the title. Please also mention the author. 5. Fielded search and ordering. If results were presented in a table where any field could be included, such as Author, Title, Language, LC code, subject, bookshelf, release date, most recent update... THEN people could select a column and have results sorted by that column. Status: This is of interest, and non-trivial to implement.