From 463bd1b4bf404cb24a08e034fc5f179b79dbae8b Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Fri, 29 May 2020 09:51:18 +0200 Subject: [PATCH] Add list with ideas / todos --- readme.rst | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/readme.rst b/readme.rst index e62aded..e19d8b2 100644 --- a/readme.rst +++ b/readme.rst @@ -11,3 +11,41 @@ Feeds can be grouped into buckets. Feeds should be added via web ui, as well imported via OPML from command line. Let's see where it goes. + +List of ideas +------------- + +Those ideas might be implemented sooner or later, or never. + +* Don't import entries more then once. + +* Aggregate entries from feeds in "bucket" view. + +* Allow entries to be marked as read. + +* Allow to hide read entries. + +* Add form to add new feeds or import file via web ui. + +* Allow to delete and rename feeds. + +* Think about font sizes: + https://www.paritybit.ca/blog/a-quick-rant-about-web-font-sizes + +* Think about font types: + https://jlelse.blog/dev/sans-serif-only/ + +* Add links to "up", "next", etc. where appropriate. + https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types + +* Add output for commands, e.g. progress bar. + +* Add logging, e.g. which entry was imported. + +* Make use able on mobile devices. Maybe move content in sidebar to start page, it is + basically following the existing navigation then. + Use sidebar for related things, e.g. interacting with content. + Maybe move sidebar to the left then, and to the bottom on small view ports? + +* Add more tests +