Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Susanto authored Nov 13, 2016
1 parent f653526 commit 4c9eb94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 4c9eb94

Please sign in to comment.