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
- Show trending tags
- Searching the tags
- Show different posts of different tags
**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?
- fix the trending tags showing
- add new function of searching the tags
- post pagse can show selected tag of the posts
- search page can record the searching record and recommend the top tags
Screenshots and gifs of new added features
Commits on github about the new features
https://github.com/Cha0s0000/MicroSteemit/commit/3394b3eda1fd25b412d91d7817b1cdf09ef4f28e
Before , the post page was just able to load none tags of the posts.
To add new function of showing the related posts of different selected tags we should firstly add a search button for redirecting to the search page
https://github.com/Cha0s0000/MicroSteemit/commit/1c3a0e876163806c8b6988c6703ffd70003d6db9
Before , the showing of the trending tags was in mess and could not be suitable for different screen of different devices.
To become more user-friendly , i fix the trending tags showing.In addition , add tag into the request function and add function to deal with the clicking on search button.
https://github.com/Cha0s0000/MicroSteemit/commit/388e4b12347c2039c7fd6b7942a22e4e56dd6b3a
Create the new search page . In the page , users can choose the recommended top tags showing below the input box.When users input the keyword of the tag into the box , it shows the similar tags dynamically .After users searching , the record can be shown above the top tags menu.
https://github.com/Cha0s0000/MicroSteemit/commit/ed9673601ffaabe44aed2045eee14db65f30a9fc
To complete the users-friendly functions , firstly build up the basic lib of the main js file of this page .
https://github.com/Cha0s0000/MicroSteemit/commit/5ef00a18d06f87f32ac5b748342a6335a53ab75a
As the most important file in this page , this file plays the part of interaction with the UI and deal with the function by calling the basic lib including the getting top tags , recording the log ,dynamically search similar tags and other whole function in the page.
https://github.com/Cha0s0000/MicroSteemit/commit/510a1f30f6f465b759f6f2488fc23aa2a2a2fad4
Add applying more pages in the general setting and create a global variable for transfer the searching tag to main post page shown the related posts.
Roadmap
- 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