Skip to content

Commit

Permalink
Update READMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjs authored Jul 18, 2017
1 parent bb97050 commit 6a07945
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ This repo is using MVVM(without Databinding), Rxjava2, Requery(orm), Retrofit2,
* DataComponent : wrap all classes from Modules. and used for injecting.

##### Flow
if not the application contains any data, shows the guide(like ChatBot).
When the User types the nickname and confirm, try to retrieve token from `Telegraph` using nickname.
and then guide to create post. User can create the post and shows the posts.
if the application does not contains any data, chat-bot-styled guide shows how to.
When the user types the nickname and confirm, it tries to retrieve token from Telegraph using nickname, and then guides user to create a post.
After the guide, user can create the post, and read the posts after he or she uploads the post.

##### Todo features
* update the post.
* export the post into `Telegraph` and user can share the link.
* filter by date, tags and etc.
* zoom the image.
Edit the post.
Export the post into Telegraph so that user can share the link.
Add filter elements, like date and tags, etc.
Available to zoom image.


License
Expand Down

0 comments on commit 6a07945

Please # to comment.