New Features
What is MicroSteemit
MicroSteemit is developed based on the wechat micro application which is maintained by the tencent company.
wechat micro application is an application that doesn't need to be downloaded and installed. It implements the dream of "reach within reach", and users scan or search can open the micro application through the wechat application. It also reflects the idea of "running away", and users don't have to worry about installing too many apps. Micro Applications will be ubiquitous, readily available, without installing uninstall. Suitable for life service offline shops and non-new low-frequency conversion. The micro application can realize seven functions such as message notification, offline scan code and public number association. Among them, the user can realize the mutual jump between the wechat public account and the micro application through wechat association.
In a word , MicroSteemit is an application which can be used without downloading while chatting with friends in wechat easily. Just by scanning the MicroSteemit QR code can we commodiously surf on the steemit community.
But now , the MicroSteemit is still in developed phase .Of course you also can test the project in the wechat application tool .See the github project in detail.
Existing features right now
- Show informations of the steemit account in the info page , including steemit account name ,reputation ,balance,sbd_balance, vesting_shares, steem power ,delegated SP ,voting _power , created time ,keys and posting auth.
- Show posts in trending , hot , new ,created .
- Add sharing to friends function
- Show detail of the post including the post content , voting number , comment number ,pending payout and comments detail
- Show steemit account voting history
- Show steemit account followers and following list
- Show steemit account ever posts
- Show steemit account feed post list
- Show steemit account comments history
- Show steemit account replies history
- Show steemit account transaction history
**After finish the necessary function of the MicroSteemit , you all will be able to access to this new App by just scan the QR code **
Please look forward to it .
What feature(s) did you add?
- change the way to get replies history data for relieving Internet stress in the replies history page
- adjust the data for showing more detail of the replies history better
- create the UI for showing transaction history
- build up the transaction history item style
- get transaction history data then convert them into array for showing in the view item
Screenshots and gifs of new added features
Commits on github about the new features
https://github.com/Cha0s0000/MicroSteemit/commit/07245b015d642c6c11ceaafcdd58591065d75d4d
change the requested api to get replies history data and add showing more detail about the reply data including the voting number , comments number and pending payout
https://github.com/Cha0s0000/MicroSteemit/commit/e6b123baa70a80782fd9abff6eba46902834116d
Adjust sort of the replies history array to save by the order of the created time
https://github.com/Cha0s0000/MicroSteemit/commit/bd7f23a26c87c451c0526600eef53c8f65b8eeff
add showing post category and author reputation. add clicking function for navigating to post detail page
https://github.com/Cha0s0000/MicroSteemit/commit/c2834f2bea66a4442b12f913688481f5bbccf1d3
add showing transaction history UI item in the info page
https://github.com/Cha0s0000/MicroSteemit/commit/ffdac435a609123bfbebae250dc156743eb9378e
request to api for wallet history and convert object item to array item then setdata into the view item.
To make the MicroSteemit lighter and more convenient , i have found several ways to get the transaction history data. The original way is using "get_account_history" api of Steemjs to get all of the related data of the steemit accuont then filter the transfer category and reward category, but considering taking a great amount Internet resource, i eventually gave up that way .After searching for more information , i got that there is a perfect api created by @justyy. Show below:
Any other would like to get some wallet history while do not want to filter from lots of steemit account related data , it is a wonderful idea for you to use this api .
Roadmap
- Show post voting authors
- Show tags
- Add more function like transfer,chat and so on.
- Perfect the UI
How to contribute?
Github: https://github.com/Cha0s0000/MicroSteemit
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.
Posted on Utopian.io - Rewarding Open Source Contributors