From 13906d2fd674020c589fbf3eb96c83e835abb0d3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 10 May 2017 13:14:22 +0530 Subject: [PATCH] Various TODOs for server development --- src/calibre/srv/TODO.rst | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/src/calibre/srv/TODO.rst b/src/calibre/srv/TODO.rst index 3fab4e02e3..7607f9eed6 100644 --- a/src/calibre/srv/TODO.rst +++ b/src/calibre/srv/TODO.rst @@ -1,2 +1,33 @@ -Fix search completion popups -Bookmarks/annotations +Various server related things that I intend to get to soon-ish, in no +particular order. + + +New features for the in-browser viewer +---------------------------------------- + +- Footnote popups + +- Bookmarks and more generally, annotations such as highlighting text and + adding comments + +- When reaching the end of the book, show a popup that allows the user + to rate the book and optionally delete it from the local storage. + + +New features for the server generally +--------------------------------------- + +- Create a UI for making changes to the library such as editing metadta, + adding/deleting books, converting, sending by email, etc. + +- Add links to easily search goodread/amazon/google books from the book + details page + +- Add a way to search the set of locally available books stored in offline + storage. + + +Bug fixes +-------------- + +- Fix search completion popups in the various search boxes not working