steemit / devportal

Steem Platform Developer Documentation.
https://developers.steem.io
MIT License
120 stars 74 forks source link

Determine first set of JS tutorials #40

Closed relativityboy closed 6 years ago

relativityboy commented 6 years ago

AC:

feruzm commented 6 years ago

Here are the list of 21 tutorials which I think should give any new developer advanced level of knowledge on how to build apps on top of Steem.

  1. Get post list from different category (trending, hot, active, etc.)
  2. Get post content and details
  3. Get voters list on post/comment
  4. Get comments of post
  5. Get comments of account
  6. Get replies of account
  7. Submit a post
  8. Submit a comment/reply
  9. Search accounts
  10. Search tags
  11. Vote post/comment (upvote, downvote)
  12. Get followers and followings list of user
  13. Follow another user (follow, unfollow)
  14. Transfer STEEM and SBD
  15. Power up STEEM
  16. Transfer STEEM and SBD to savings balance
  17. Convert SBD to STEEM
  18. Power down STEEM
  19. Delegate STEEM POWER
  20. Grant posting permission to another account (social activity)
  21. Grant active permission to another account (funds activity)
roboza commented 6 years ago
  1. Getting relevant account information (Power, value, balances etc)
inertia186 commented 6 years ago

18a. Get delegations by user

inertia186 commented 6 years ago

7a. Edit post/comment/reply using diff_match_patch.

inertia186 commented 6 years ago

2b. Claim rewards

inertia186 commented 6 years ago

12b. Reblogging post.

inertia186 commented 6 years ago

8b. Interpreting account reputation.

inertia186 commented 6 years ago
  1. Witness listing/voting/unvoting
feruzm commented 6 years ago

Results

  1. Get post list from different category (trending, hot, active, etc.)
  2. Get post content and details
  3. Get voters list on post/comment
  4. Get comments of post
  5. Get comments of account
  6. Get replies of account
  7. Submit a post
  8. Submit a comment/reply
  9. Edit post/comment/reply using diff_match_patch.
  10. Reblogging post.
  11. Search accounts
  12. Search tags
  13. Vote post/comment (upvote, downvote)
  14. Get followers and followings list of user
  15. Follow another user (follow, unfollow)
  16. Interpreting account reputation.
  17. Claim rewards
  18. Transfer STEEM and SBD
  19. Power up STEEM
  20. Transfer STEEM and SBD to savings balance
  21. Convert SBD to STEEM
  22. Power down STEEM
  23. Witness listing/voting/unvoting
  24. Delegate STEEM POWER
  25. Get delegations by user
  26. Grant posting permission to another account (social activity)
  27. Grant active permission to another account (funds activity)

relativityboy commented 6 years ago

Nice job @feruzm @roboza @inertia186 - this story is complete. We're going to have fun with all these tutorials.