From 31ae5c7e652139f576943501938486eae30f9351 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Tue, 28 Aug 2018 22:25:59 +0200 Subject: [PATCH] Add TODO.txt --- TODO.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 TODO.txt diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..703dac3 --- /dev/null +++ b/TODO.txt @@ -0,0 +1,16 @@ +Some features that need to be implemented + +- Real Indieauth +- Get endpoints from homepage of user +- Micropub +- Infinite scrolling +- Scrolling backward and forward +- Preview +- Follow, unfollow feeds +- Channels create, update, delete +- References to other posts: "refs" +- Channel ordering +- Different interfaces (perhaps Twitter, Mastodon like) +- Better responsive interface +- Websockets? Show new channels and new items in channels directly, needs + micropub server support