You are viewing a single comment's thread from:

RE: steembay UI (Beta), to create or bid for auctions on the STEEM blockchain

in #utopian-io5 years ago

Thank you @schererf for the contribution! I believe I got to know this idea when helping translating @arcange 's post long time ago and I am glad that this is actually alive, and yet for some time.

  1. You can use async/await to replace your Promise
  2. You can use const or let to replace the `var.
  3. It is generally not a good idea to have a large commented-out of code.
  4. if (pDate === undefined || pDate === null) pDate = new Date(); could be better styled as something like pDate = pDate || (new Date) . Also the ES6 supports setting default values in the function parameter e.g. function convertToDetailedDate(pDate = new Date())
  5. I expect to see some tests but couldn't find any despite that you have ng test in your readme.
  6. Some of your parameters are tightly coupled with your functions you might want to define those parameters such as beneficials percentages in a JSON/XML config file. Similarly for messages you might want to localize them in a separate template file.

So... how to sell my old-goodies using steembay? is there a guide ?

Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, click here.


Need help? Chat with us on Discord.

[utopian-moderator]

Sort:  

Thanks a lot @justyy for your review and your comments.

You can find a tutorial for using steembay here:
https://steemit.com/howto/@steembay/steembay-quick-tutorial

Unfortunately, we do not have any specific instructions for the use of steembay-UI. The plan was that the steembay-UI should be self-explanatory!

@schererf

Thank you for your review, @justyy! Keep up the good work!

Coin Marketplace

STEEM 0.27
TRX 0.13
JST 0.032
BTC 62802.08
ETH 2941.62
USDT 1.00
SBD 3.59