From c0bd8fed82b8ae5aeff4e8e529747e2d37d607d8 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 26 Feb 2019 23:54:55 +0100 Subject: [PATCH] update TODO --- doc/TODO.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/TODO.md b/doc/TODO.md index 33ccd93e..0a6b3420 100644 --- a/doc/TODO.md +++ b/doc/TODO.md @@ -16,11 +16,11 @@ code: 0 message: "Key already exists in the object store." name: "ConstraintError" - - emit events so we can start showing something on the screen maybe? - - move session._rooms over to Map, so we can iterate over it, ... - - build a very basic interface with - - a start/stop sync button - - a room list sorted alphabetically + - DONE: emit events so we can start showing something on the screen maybe? + - DONE: move session._rooms over to Map, so we can iterate over it, ... + - DONE: build a very basic interface with + - DONE: a start/stop sync button + - DONE: a room list sorted alphabetically - do some preprocessing on sync response which can then be used by persister, summary, timeline - support timeline - clicking on a room list, you see messages (userId -> body)