From 4c9eb9402dd787099ad0f013e0b869bf672a0355 Mon Sep 17 00:00:00 2001 From: Andi Susanto Date: Sun, 13 Nov 2016 15:10:23 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ae16269..ed7609b 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ $ git push heroku master ``` ## Roadmap (aka nice-to-have things) -- [] User recognition, probably using `LocalStorage` or third party authentication. -- [] Client recognition on the server side. -- [] Persist chat history? Is it possible? -- [] Use proper frontend framework (e.g. React, Vue, Angular, or whatever is hip) so that we don't have to worry about implementing UX stuff (like changing data or state). -- [] *After* establishing proper frontend framework, we can do nice stuff like markdown, github integration, list of online users. +- [ ] User recognition, probably using `LocalStorage` or third party authentication. +- [ ] Client recognition on the server side. +- [ ] Persist chat history? Is it possible? +- [ ] Use proper frontend framework (e.g. React, Vue, Angular, or whatever is hip) so that we don't have to worry about implementing UX stuff (like changing data or state). +- [ ] *After* establishing proper frontend framework, we can do nice stuff like markdown, github integration, list of online users.