steemit / devportal-tutorials-js

Tutorials for the Developer Portal
MIT License
44 stars 43 forks source link

28 vote on content #88

Closed roboza closed 6 years ago

roboza commented 6 years ago

Closes #28

relativityboy commented 6 years ago

@roboza - What part of this commit gives the user feedback on whether or not the vote succeeded or failed? A link to the broadcast operation doesn't do anything to address that PR requirement.

You need to craft a user interface element that runs in the tutorial and gives the user visual feedback as to the success or failure of the operation.

After further consideration, it also looks like the testnet gets so few posts that it can be difficult to find something to vote on. This tutorial will also need to generate a piece of content on which to vote.

relativityboy commented 6 years ago

@roboza - I can see you put a lot of work into it. But in the UI you've 'fixed' the username in place as well as the posting key. When the testnet resets (and it does; it's a rule of the testnet), this tutorial will break again.

I'll make some edits and build on what you've done thus-far.