New Features
The new features added includes:
Display of Weekly SBD in STEEM
I found out that a lot of people have been converting to steem due to possible case of sbd being pegged back to $1, so I wanted people to see what they make in steem rather than in SBD alone since, they tend to believe in steem more than sbd, and so they could have a value overview of how much they will get if they were to convert to steem.
The Steem and SBD conversion value is in a real time of every one minute update, so that gives them a consistent value based on coinmarketcap APIDisplay of Post & Comments returns in other currencies
To do this, I made of overview of the common nationalities here and then I made a conclusion of featuring the following currencies:Naira
Pounds
South African Rands
Canadian Dollar
Ghana Cedis
All currencies were gotten from currencylayer api at a realtime of I hour for every update. All the currencies were gotten as a USD pair.
- Display of SBD value in other currencies
I featured same currencies in this case , meaning SBD can now be viewed as a pair of all other currencies.
How I implemented the new features
- To implement this , I coded some functions in my main class to call the api for values , then I re-coded the results function in the controller class to re-process all data received vai the api functions while I redited my views HTML to accomodate the data the controller class sent. All of this can be seen in my commit.
Below is a screenshot of the new addition.
Below are all the commits that featured these changes and fearures
Posted on Utopian.io - Rewarding Open Source Contributors