code-with-sam / steemconnect-node-js-boilerplate

Express.js App Boilerplate using Steemconnect SDK & Steem.js
MIT License
11 stars 5 forks source link

Upgrade functionality #1

Closed code-with-sam closed 6 years ago

code-with-sam commented 6 years ago

Increase the out-of-box functionality of the boilerplate. zero -> minimal styling to allow end user a quick start without needed to overide.

New

X - Trending/Created feeds - changed from the previous implementation using getState() to GetyDiscussionsBy() this allows for the ability to get more posts than the first 20. Easily switch between trending feeds and latest feeds. X - Individual Post Pages - use the standard url structure of category @author permlink to get a single page of content X - Individual Post Comments - Comments for posts are now included on a hierarchy to easily see depth. X - all user profiles on /@username - includes blog feed X - update logged in user profile page - has users feed with their followers X - vote from single page X - comment from single page