### Repository https://github.com/steemgg/steemgg-website ### Enhancement * Improve front page of https://steemgg.com We think the BIG cover images are annoying for some players who come to our site for the first time. We would like to attract our players by the amazing games but not our advertisements. So we totally remove BIG cover images from front page. Also we separate games by new categories: "The Recommended Games" "The Latest Games" "Most Popular Games" "Top Payout Games" Github Commit: [1641438](https://github.com/steemgg/steemgg-website/commit/164143805cd2d14b08a879710df5bf52ffb6498d) [254d6c3](https://github.com/steemgg/steemgg-website/commit/254d6c3c260c76d191dc387a867823844e8fd485)  * Increase the uploading zip size limitation from 10M to 20M We've received many feedback that the uploading zip size limitation of 10M is a little bit small, especially distributions/outputs of major game engines are more than 10M, so we increase the limitation. But why just 20M but not more than it? Because we think that BIG size of a web game is not a good idea, players usually lose patience to play such a web game if they have to wait for a long loading time. Github Commit: [77776e7](https://github.com/steemgg/steemgg-website/commit/77776e7884967189ee5b36bd175948414533ddf0) [bdd589c](https://github.com/steemgg/steemgg-website/commit/bdd589c6bc0b3c5b7ca80472c7da92aa48e547c0)  * Make the footer not sticky Feedback was given by users, so we accept it and make it happen. Github Commit: [7a83eec](https://github.com/steemgg/steemgg-website/commit/7a83eec9aba68b86fbe9d200a50a5ca1317cc580) [254d6c3](https://github.com/steemgg/steemgg-website/commit/254d6c3c260c76d191dc387a867823844e8fd485) * Add 'browse game' link in the header Much easier for users to find more games. Github Commit: [6c79c2d](https://github.com/steemgg/steemgg-website/commit/6c79c2df380fe20b2bd9607af0be2da3c31c519c)  * Optimize IPFS loading rules for games' cover images Loading cover images from steemgg's IPFS server in 12 hours from the creation time/updating time of the game, and loading them from the public CDN of ipfs.io after 12 hours. Github Commit: [2827939](https://github.com/steemgg/steemgg-website/commit/2827939ff7ed0124a0388fa586caedb703e3a15d) * Optimize steemit posts with new template We add cover image of the game and URL of the game on steemgg.com in posting template. Github Commit: [5b7c5c1](https://github.com/steemgg/steemgg-website/commit/5b7c5c171894944cccadd747cce5ccb5428f0e42)  ### New Features * Support deleting games by game owner Yep, game developers may want to delete some rubbish games of their own, so this is the correct magic to use. Github Commit: [cd9ebcb](https://github.com/steemgg/steemgg-website/commit/cd9ebcbd643494c820629c104ce70673425f2cb9)  * Pass steemit username to game through iframe parameters Game developers can use this parameter through iframe, and put username on the leaderboard in-game. Actually we have SDK plan to expose more API/Parameters for game developers. So it means game developers could embedded API in-game and use them directly. Github Commit: [cb21d32](https://github.com/steemgg/steemgg-website/commit/cb21d32ef05b0986b86f613b5906b5c41c6bac8d)  * Add API of claiming rewards Backend expose this API first, the UI can use it. Github Commit: [bffd985](https://github.com/steemgg/steemgg-website/commit/bffd9855dc4162bd4772f716337da2a2209e814c) ### Bug Fixes * Fix decimal precision of earnings We hate this bug...too. Github Commit: [c9ef43f](https://github.com/steemgg/steemgg-website/commit/c9ef43f5b16a4bbe394e760749dcbe31ebc4aa5a)  * Showing user's avatar We fix it. Finally. Github Commit: [4b6a18d](https://github.com/steemgg/steemgg-website/commit/4b6a18df7e144ddce8c763893ad89b5457f204ac) [7b73e7c](https://github.com/steemgg/steemgg-website/commit/7b73e7c6a3610a104665aca0d4342da6053a1c27)  * Fix packing zip at different level of root folder This bug is annoying may game developers. Sometimes it's not easy to explain at which folder to pack the game assets. So we fix it, no matter inside-root-folder or outside-root-folder, both are working then. Github Commit: [d264056](https://github.com/steemgg/steemgg-website/commit/d2640569dac3d7a0694dc29b842db66466e72960) ### About Steemgg #### Technology Stack * Programming Language: [Javascript](https://en.wikipedia.org/wiki/JavaScript) * Backend: [Node.js](https://nodejs.org) * Frontend: [Vue.js](https://vuejs.org) * Database: [Redis](https://redis.io)/[MySQL](https://www.mysql.com) * Blockchain: [STEEM](https://steem.io) * CDN: [IPFS](https://ipfs.io) #### How to run the UI ```bash # get source code $ git clone https://github.com/steemgg/steemgg-website.git # cd to the ui folder $ cd steemgg-website/ui # install package dependencies $ npm install # start ui $ npm run start ``` * Visit http://localhost:8080 or http://127.0.0.1:8080 #### How to run the backend ##### Using Docker Compose * Pre-requisite: Install and set up [docker](https://docs.docker.com/engine/installation/) and [docker-compose](https://docs.docker.com/compose/install/) on your machine. ```bash # get source code $ git clone https://github.com/steemgg/steemgg-website.git # enter docker-compose folder $ cd steemgg-website/docker # start server $ docker-compose up -d ``` * Visit http://localhost/api/v1/game or http://127.0.0.1/api/v1/game #### How to contribute * Github: https://github.com/steemgg/steemgg-website * Fork the `develop` branch (NO master branch, as master branch is ONLY for hot-fixing purpose) * Create your feature branch (or bug fix): `git checkout -b my-new-feature (or my-bug-fix)` * Commit your changes: `git commit -am 'Add some feature' (or 'fix some bug')` * Push to the branch: `git push origin my-new-feature (or my-bug-fix)` * Submit a pull request #### License * MIT * YES, it's MIT. So you could use it for Free open source project or Commercial proprietary purpose. * We still encourage you to embrace open source, to make our community better. * If possible, we still wish you could keep beneficiaries to [@steemgg](https://steemit.com/@steemgg) no less than 2% in your project, to support both of us. ```javascript let extensions = [[0, { beneficiaries: [ { account: 'steemgg', weight: 200 } ] }]]; ``` ### GitHub Account @steemgg - https://github.com/steemgg @bizheng - https://github.com/erikzbi @bonjovis - https://github.com/bonjovis We're posting as a representative for all the contributions from our core team of steemgg.
author | steemgg |
---|---|
permlink | steemgg-open-source-development-update-2018-8-18 |
category | steemgg |
json_metadata | {"tags":["steemgg","utopian-io","development","steemit","steem"],"users":["steemgg","bizheng","bonjovis"],"image":["https://ipfs.busy.org/ipfs/QmakqS3AfUKxqwfmmJjaDNL1fZYndCQZY6BZ9QWM6xWf6H","https://ipfs.busy.org/ipfs/QmZSfHVyFNEMXR3CpEgTxV7ERzjViN7XGKfVr5jnqtVkh9","https://ipfs.busy.org/ipfs/QmScwSWa77zLXXv38d5wYV96p7QLh1hkSacjCDNsuobhFA","https://ipfs.busy.org/ipfs/QmVbFLWamoNeyoiNUbG9tcJVnZ2Py9uRU6T1oBggScvuh5","https://ipfs.busy.org/ipfs/QmUvbLNf7B5FjZ2iRH9qrR2i1oDsXY87WChMq9coZWLZpq","https://ipfs.busy.org/ipfs/QmUF7NnJZ3fb96Zup38ziFziDT2qj7UrsynoRWh2ZGWw31","https://user-images.githubusercontent.com/195643/44148709-c2942af8-a0dc-11e8-9884-584da4d00d06.png","https://ipfs.busy.org/ipfs/Qmbi6MhiHZYZa3x7byv8NGNWAUU636dFw8w7GSQDhqHyb2"],"links":["https://github.com/steemgg/steemgg-website","https://steemgg.com","https://github.com/steemgg/steemgg-website/commit/164143805cd2d14b08a879710df5bf52ffb6498d","https://github.com/steemgg/steemgg-website/commit/254d6c3c260c76d191dc387a867823844e8fd485","https://github.com/steemgg/steemgg-website/commit/77776e7884967189ee5b36bd175948414533ddf0","https://github.com/steemgg/steemgg-website/commit/bdd589c6bc0b3c5b7ca80472c7da92aa48e547c0","https://github.com/steemgg/steemgg-website/commit/7a83eec9aba68b86fbe9d200a50a5ca1317cc580","https://github.com/steemgg/steemgg-website/commit/6c79c2df380fe20b2bd9607af0be2da3c31c519c","https://github.com/steemgg/steemgg-website/commit/2827939ff7ed0124a0388fa586caedb703e3a15d","https://github.com/steemgg/steemgg-website/commit/5b7c5c171894944cccadd747cce5ccb5428f0e42","https://github.com/steemgg/steemgg-website/commit/cd9ebcbd643494c820629c104ce70673425f2cb9","https://github.com/steemgg/steemgg-website/commit/cb21d32ef05b0986b86f613b5906b5c41c6bac8d","https://github.com/steemgg/steemgg-website/commit/bffd9855dc4162bd4772f716337da2a2209e814c","https://github.com/steemgg/steemgg-website/commit/c9ef43f5b16a4bbe394e760749dcbe31ebc4aa5a","https://github.com/steemgg/steemgg-website/commit/4b6a18df7e144ddce8c763893ad89b5457f204ac","https://github.com/steemgg/steemgg-website/commit/7b73e7c6a3610a104665aca0d4342da6053a1c27","https://github.com/steemgg/steemgg-website/commit/d2640569dac3d7a0694dc29b842db66466e72960","https://en.wikipedia.org/wiki/JavaScript","https://nodejs.org","https://vuejs.org","https://redis.io","https://www.mysql.com","https://steem.io","https://ipfs.io","http://localhost:8080","http://127.0.0.1:8080","https://docs.docker.com/engine/installation/","https://docs.docker.com/compose/install/","http://localhost/api/v1/game","http://127.0.0.1/api/v1/game","https://steemit.com/@steemgg","https://github.com/steemgg","https://github.com/erikzbi","https://github.com/bonjovis"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-08-18 12:22:45 |
last_update | 2018-08-18 13:23:18 |
depth | 0 |
children | 7 |
last_payout | 2018-08-25 12:22:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 32.770 HBD |
curator_payout_value | 9.937 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7,342 |
author_reputation | 14,473,317,256,440 |
root_title | "steemgg open source development update - 2018.8.18" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,596,041 |
net_rshares | 32,052,722,237,407 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
azizbd | 0 | 2,295,515,640 | 2% | ||
mattclarke | 0 | 513,513,417,370 | 51% | ||
steemitboard | 0 | 917,414,783 | 1% | ||
miniature-tiger | 0 | 105,061,765,337 | 100% | ||
mys | 0 | 23,245,659,659 | 25% | ||
doughtaker | 0 | 9,563,011,157 | 50% | ||
dreamarif | 0 | 83,010,071 | 10% | ||
bobdos | 0 | 86,879,157,904 | 100% | ||
utopian-io | 0 | 28,848,973,121,674 | 18.78% | ||
shammi | 0 | 467,010,253 | 10% | ||
jaff8 | 0 | 86,373,842,888 | 100% | ||
steemtaker | 0 | 2,293,004,015 | 6% | ||
thevillan | 0 | 18,358,190,245 | 30% | ||
stabilowl | 0 | 20,208,010,094 | 100% | ||
jahedkhan | 0 | 277,129,830 | 9% | ||
greenorange | 0 | 605,432,593 | 100% | ||
amosbastian | 0 | 23,889,937,508 | 34.14% | ||
holger80 | 0 | 127,910,897,060 | 49% | ||
aldenio | 0 | 397,961,006 | 100% | ||
moserich | 0 | 10,417,958,613 | 100% | ||
cosmiccrimes | 0 | 892,894,414 | 100% | ||
honoru | 0 | 1,297,570,138 | 100% | ||
steemgg | 0 | 328,986,158,573 | 100% | ||
v6476721 | 0 | 492,158,114 | 100% | ||
andrey915 | 0 | 495,181,807 | 100% | ||
sergiusgreat | 0 | 497,782,690 | 100% | ||
brooks228 | 0 | 518,124,997 | 100% | ||
zaykanew | 0 | 497,385,407 | 100% | ||
nikopu | 0 | 499,961,999 | 100% | ||
borndead03 | 0 | 494,626,071 | 100% | ||
amaratonna | 0 | 511,714,281 | 100% | ||
ldv977 | 0 | 493,956,483 | 100% | ||
andykon | 0 | 499,513,477 | 100% | ||
sergeidurov | 0 | 494,159,869 | 100% | ||
jheriko | 0 | 514,870,834 | 100% | ||
hlebova1009 | 0 | 493,445,460 | 100% | ||
missvega | 0 | 501,478,781 | 100% | ||
antonova2030 | 0 | 498,256,691 | 100% | ||
sergoivika | 0 | 503,147,158 | 100% | ||
ivankash | 0 | 468,703,530 | 100% | ||
blackberry777 | 0 | 457,695,484 | 100% | ||
manyellee | 0 | 510,005,492 | 100% | ||
natik303 | 0 | 495,669,992 | 100% | ||
katerinagreen | 0 | 484,485,800 | 100% | ||
giogiorgadze1221 | 0 | 502,780,265 | 100% | ||
minasyanahit85 | 0 | 501,669,032 | 100% | ||
manegasparyan | 0 | 512,296,849 | 100% | ||
garikpetrosyan | 0 | 498,057,477 | 100% | ||
remind-me | 0 | 86,828,631 | 100% | ||
neanv | 0 | 489,071,221 | 100% | ||
kelal | 0 | 513,375,786 | 100% | ||
supan4ik | 0 | 501,035,637 | 100% | ||
ervandkarapet | 0 | 531,602,146 | 100% | ||
miki21731 | 0 | 470,844,964 | 100% | ||
brutalsperm | 0 | 498,187,154 | 100% | ||
friedcheck | 0 | 513,375,786 | 100% | ||
gracefulestrogen | 0 | 519,451,239 | 100% | ||
bedbugsslim | 0 | 513,375,786 | 100% | ||
brecciajournal | 0 | 507,300,333 | 100% | ||
unarmedxyloid | 0 | 495,146,640 | 100% | ||
theeide | 0 | 473,882,673 | 100% | ||
actmoo | 0 | 465,536,927 | 100% | ||
sigur | 0 | 470,844,964 | 100% | ||
lanemva21 | 0 | 485,444,524 | 100% | ||
shanysevoy61 | 0 | 489,071,221 | 100% | ||
olga.kapaeva89 | 0 | 473,882,673 | 100% | ||
veronika.ystin | 0 | 470,844,964 | 100% | ||
katerinakarim | 0 | 516,413,513 | 100% | ||
artyr.stepnenkov | 0 | 516,413,513 | 100% | ||
rdavis81 | 0 | 482,995,802 | 100% | ||
jhendrych | 0 | 495,149,427 | 100% | ||
pferdynand | 0 | 467,807,255 | 100% | ||
backbonewriter | 0 | 498,187,154 | 100% | ||
lemonydietary | 0 | 501,224,880 | 100% | ||
cankermouthed | 0 | 501,224,880 | 100% | ||
beamarete | 0 | 501,224,880 | 100% | ||
gravityenteral | 0 | 498,187,154 | 100% | ||
scorpiusdata | 0 | 470,844,964 | 100% | ||
stressedboiler | 0 | 473,882,673 | 100% | ||
amuseaccuracy | 0 | 469,878,256 | 100% | ||
bowlinediamox | 0 | 516,413,513 | 100% | ||
cloudtickets | 0 | 516,413,513 | 100% | ||
remsolo | 0 | 486,033,511 | 100% | ||
boeingcoffee | 0 | 501,224,880 | 100% | ||
syllablenod | 0 | 482,995,802 | 100% | ||
scudprocessor | 0 | 476,920,383 | 100% | ||
bungxebec | 0 | 516,413,513 | 100% | ||
tensteam | 0 | 489,071,221 | 100% | ||
batheinitial | 0 | 504,262,607 | 100% | ||
uglypsi | 0 | 474,930,685 | 100% | ||
gallopescabeche | 0 | 507,300,333 | 100% | ||
soapmousse | 0 | 470,844,964 | 100% | ||
twistlumber | 0 | 482,995,802 | 100% | ||
windtwitter | 0 | 479,958,092 | 100% | ||
grandiosetucana | 0 | 516,413,513 | 100% | ||
monkbulimia | 0 | 479,958,092 | 100% | ||
caesiumfaculae | 0 | 501,224,880 | 100% | ||
shortcrustmend | 0 | 467,807,255 | 100% | ||
yeastynamaka | 0 | 489,071,221 | 100% | ||
lipsspotted | 0 | 495,249,947 | 100% | ||
mailrabbit | 0 | 495,149,427 | 100% | ||
octavesynodic | 0 | 470,844,964 | 100% | ||
moistspotify | 0 | 489,071,221 | 100% | ||
nonrespond | 0 | 495,146,640 | 100% | ||
modulardrudge | 0 | 467,807,255 | 100% | ||
kingsstars | 0 | 513,375,786 | 100% | ||
vasiliytol | 0 | 473,882,673 | 100% | ||
nadyusha23 | 0 | 476,920,383 | 100% | ||
lapin124 | 0 | 479,015,820 | 100% | ||
andreisaonov | 0 | 504,262,607 | 100% | ||
piersbell | 0 | 476,920,383 | 100% | ||
sergeyvoronov | 0 | 467,807,255 | 100% | ||
shine.wong | 0 | 91,560,087 | 10% | ||
antonpalesov | 0 | 498,187,154 | 100% | ||
marina.astakova | 0 | 507,300,333 | 100% | ||
truthly | 0 | 95,997,866 | 100% | ||
rodionrasaev | 0 | 498,184,349 | 100% | ||
gannamuliar | 0 | 504,262,607 | 100% | ||
nautilusx | 0 | 476,920,383 | 100% | ||
alenaesarionova | 0 | 507,300,333 | 100% | ||
rebrovivan | 0 | 473,882,673 | 100% | ||
tamarakanakova | 0 | 470,844,964 | 100% | ||
scholarjeans | 0 | 473,882,673 | 100% | ||
wivesfesnying | 0 | 476,920,383 | 100% | ||
exoticbaste | 0 | 513,375,786 | 100% | ||
thussidlaws | 0 | 473,882,673 | 100% | ||
freshwan | 0 | 495,149,427 | 100% | ||
pollfullscreen | 0 | 489,071,221 | 100% | ||
stinkydescribe | 0 | 473,882,673 | 100% | ||
whipinterrupt | 0 | 482,995,802 | 100% | ||
curiouscred | 0 | 501,224,880 | 100% | ||
nasturtiumfatty | 0 | 476,920,383 | 100% | ||
donortopmast | 0 | 495,149,427 | 100% | ||
liquidmeat | 0 | 498,187,154 | 100% | ||
indigooccupy | 0 | 516,413,513 | 100% | ||
creamssugar | 0 | 510,338,060 | 100% | ||
quantushower | 0 | 473,882,673 | 100% | ||
sleepyneodymium | 0 | 492,108,930 | 100% | ||
stollenfrontal | 0 | 473,882,673 | 100% | ||
skimmingfind | 0 | 482,995,802 | 100% | ||
tridentcorny | 0 | 476,920,383 | 100% | ||
wailibis | 0 | 486,033,511 | 100% | ||
ploverpick | 0 | 486,033,511 | 100% | ||
hamacrylic | 0 | 501,224,880 | 100% | ||
yelploopy | 0 | 482,995,802 | 100% | ||
hailspoon | 0 | 504,262,607 | 100% | ||
holderroots | 0 | 519,451,239 | 100% | ||
riftlustful | 0 | 467,807,255 | 100% | ||
sweatsavory | 0 | 479,958,092 | 100% | ||
shagtheorem | 0 | 467,807,255 | 100% | ||
seevalhrona | 0 | 470,844,964 | 100% | ||
gutalveoli | 0 | 501,224,880 | 100% | ||
magicbomb | 0 | 513,375,786 | 100% | ||
pointsbee | 0 | 470,844,964 | 100% | ||
varvenickel | 0 | 467,807,255 | 100% | ||
raghandy | 0 | 479,958,092 | 100% | ||
americamode | 0 | 470,844,964 | 100% | ||
firepoint | 0 | 507,300,333 | 100% | ||
modelingkey | 0 | 473,882,673 | 100% | ||
medaltrot | 0 | 516,413,513 | 100% | ||
liontheory | 0 | 501,224,880 | 100% | ||
fissionbutties | 0 | 528,564,419 | 100% | ||
franciumbent | 0 | 516,413,513 | 100% | ||
bluepeteractin | 0 | 476,920,383 | 100% | ||
haircuttogether | 0 | 519,451,239 | 100% | ||
oxbowworship | 0 | 495,146,640 | 100% | ||
freeboarddavit | 0 | 510,338,060 | 100% | ||
alonecatdisc | 0 | 473,882,673 | 100% | ||
snoozesalsa | 0 | 486,033,511 | 100% | ||
googoltailored | 0 | 510,338,060 | 100% | ||
viperdupe | 0 | 482,995,802 | 100% | ||
lotgreasy | 0 | 516,413,513 | 100% | ||
goldbeastly | 0 | 507,300,333 | 100% | ||
fourosprey | 0 | 522,488,966 | 100% | ||
stimulusmaybe | 0 | 464,769,545 | 100% | ||
cameramalt | 0 | 476,920,383 | 100% | ||
couldpinkie | 0 | 479,958,092 | 100% | ||
blandstatics | 0 | 482,995,802 | 100% | ||
dashlone | 0 | 473,882,673 | 100% | ||
puffinbusy | 0 | 486,033,511 | 100% | ||
zombieprivilege | 0 | 489,071,221 | 100% | ||
rootscheese | 0 | 473,882,673 | 100% | ||
corneahang | 0 | 470,844,964 | 100% | ||
flatschowder | 0 | 516,413,513 | 100% | ||
doorpedal | 0 | 470,844,964 | 100% | ||
pzaytsev88 | 0 | 496,600,762 | 100% | ||
ybazhenov | 0 | 502,694,023 | 100% | ||
kiryuha11 | 0 | 496,600,762 | 100% | ||
sryimin88ik | 0 | 499,647,392 | 100% | ||
akudrin88 | 0 | 508,787,284 | 100% | ||
amichman | 0 | 496,600,762 | 100% | ||
shukinsanechek | 0 | 505,740,653 | 100% | ||
byudinkio | 0 | 496,600,762 | 100% | ||
bitbase | 0 | 562,135,903 | 100% | ||
aleksey.kuzmin4 | 0 | 497,288,281 | 100% | ||
vsmirnov3 | 0 | 503,684,058 | 100% | ||
moskalenkoalexey | 0 | 504,454,897 | 100% | ||
slientstorm | 0 | 279,204,401 | 100% | ||
mockingexposure | 0 | 514,817,334 | 100% | ||
massfishing | 0 | 517,863,590 | 100% | ||
eggyrothwell | 0 | 502,632,308 | 100% | ||
arkoseduration | 0 | 508,724,821 | 100% | ||
beerlimey | 0 | 496,539,795 | 100% | ||
strandharness | 0 | 502,632,308 | 100% | ||
nobeliumforce | 0 | 502,632,308 | 100% | ||
aridknowledge | 0 | 508,722,190 | 100% | ||
chokingsqueak | 0 | 496,537,227 | 100% | ||
tuilleswine | 0 | 505,675,949 | 100% | ||
roadlifted | 0 | 499,583,468 | 100% | ||
bananalodge | 0 | 502,629,709 | 100% | ||
whiskeynovelty | 0 | 499,583,468 | 100% | ||
tillerthey | 0 | 508,717,032 | 100% | ||
revealpipet | 0 | 496,532,193 | 100% | ||
undaeabs | 0 | 508,717,032 | 100% | ||
ringbiceps | 0 | 505,670,823 | 100% | ||
annepink | 0 | 289,060,342 | 100% | ||
blog-fictions | 0 | 3,879,338,042 | 100% | ||
micksmith | 0 | 897,046,287 | 100% | ||
steem-ua | 0 | 1,706,280,376,086 | 72.18% | ||
praporvaler | 0 | 516,929,501 | 100% | ||
akravzov1982 | 0 | 516,926,679 | 100% | ||
nikvoronkov1984 | 0 | 501,722,953 | 100% | ||
phatchinson | 0 | 501,722,953 | 100% | ||
rozenbah | 0 | 510,845,189 | 100% | ||
atihonov1990 | 0 | 498,676,828 | 100% | ||
dzhonmey | 0 | 504,755,477 | 100% | ||
dzhozefrays | 0 | 498,674,086 | 100% | ||
tobireynol | 0 | 510,836,869 | 100% | ||
anoncleaner | 0 | 77,763,124 | 10% | ||
dzhonlemb | 0 | 501,704,559 | 100% | ||
umaykl | 0 | 519,943,440 | 100% | ||
uebsterlesli | 0 | 498,659,206 | 100% | ||
pashenkabutenev | 0 | 516,902,835 | 100% | ||
milky-concrete | 0 | 23,727,465,291 | 100% | ||
evgeniy.pavlenko | 0 | 513,848,390 | 100% | ||
vika.maltseva90 | 0 | 498,645,775 | 100% | ||
ekarina10 | 0 | 513,845,555 | 100% | ||
makvol19 | 0 | 513,834,690 | 100% | ||
mbond198 | 0 | 529,036,899 | 100% | ||
inns.shuvts | 0 | 526,001,833 | 100% | ||
postmax | 0 | 513,834,690 | 100% | ||
officialex | 0 | 501,672,922 | 100% | ||
yyyz | 0 | 504,713,364 | 100% | ||
kaczynski | 0 | 52,931,247 | 100% |
Thank you for your contribution, its good to see the website is improving. Bdw just to be clear that according to our guidelines we only take into consideration new features and not bug fixes i.e. "Bug Fixes for contributor’s Own Projects will not be considered for potential reward, unless the Bugs were caused by third party dependencies." Also for this line as well as some other places https://github.com/steemgg/steemgg-website/commit/2827939ff7ed0124a0388fa586caedb703e3a15d#diff-066ae30720ba6a3d92415204b85bade1R55 wouldn't it be better to read the url from a config file instead of hardcoding. Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/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](https://review.utopian.io/result/3/2322223). ---- Need help? Write a ticket on https://support.utopian.io/. Chat with us on [Discord](https://discord.gg/uTyJkNm). [[utopian-moderator]](https://join.utopian.io/)
author | codingdefined |
---|---|
permlink | re-steemgg-steemgg-open-source-development-update-2018-8-18-20180819t110420964z |
category | steemgg |
json_metadata | {"tags":["steemgg"],"links":["https://github.com/steemgg/steemgg-website/commit/2827939ff7ed0124a0388fa586caedb703e3a15d#diff-066ae30720ba6a3d92415204b85bade1R55","https://join.utopian.io/guidelines","https://review.utopian.io/result/3/2322223","https://support.utopian.io/","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"} |
created | 2018-08-19 11:04:21 |
last_update | 2018-08-19 11:04:21 |
depth | 1 |
children | 2 |
last_payout | 2018-08-26 11:04:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 7.969 HBD |
curator_payout_value | 2.612 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,095 |
author_reputation | 526,027,733,820,113 |
root_title | "steemgg open source development update - 2018.8.18" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,687,124 |
net_rshares | 7,907,151,143,662 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
azizbd | 0 | 2,303,392,031 | 2% | ||
utopian-io | 0 | 7,574,206,266,609 | 10.58% | ||
steemtaker | 0 | 458,671,266 | 1% | ||
amosbastian | 0 | 6,232,157,610 | 8.79% | ||
steemgg | 0 | 323,950,656,146 | 100% |
@codingdefined, Thanks a lot for your review and feedback. We'll continue improving our website and the code quality, especially what you've mentioned: "wouldn't it be better to read the url from a config file instead of hardcoding." And also thanks for your clarification of bug fixing is not suitable putting here for project owner, so we will exclude them next time. :) Cheers.
author | steemgg |
---|---|
permlink | re-codingdefined-re-steemgg-steemgg-open-source-development-update-2018-8-18-20180819t113543893z |
category | steemgg |
json_metadata | {"tags":["steemgg"],"users":["codingdefined"],"app":"steemit/0.1"} |
created | 2018-08-19 11:35:45 |
last_update | 2018-08-19 11:35:45 |
depth | 2 |
children | 0 |
last_payout | 2018-08-26 11:35:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 385 |
author_reputation | 14,473,317,256,440 |
root_title | "steemgg open source development update - 2018.8.18" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,689,363 |
net_rshares | 0 |
Thank you for your review, @codingdefined! So far this week you've reviewed 7 contributions. Keep up the good work!
author | utopian-io |
---|---|
permlink | re-re-steemgg-steemgg-open-source-development-update-2018-8-18-20180819t110420964z-20180821t113009z |
category | steemgg |
json_metadata | "{"app": "beem/0.19.42"}" |
created | 2018-08-21 11:30:09 |
last_update | 2018-08-21 11:30:09 |
depth | 2 |
children | 0 |
last_payout | 2018-08-28 11:30:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 116 |
author_reputation | 152,955,367,999,756 |
root_title | "steemgg open source development update - 2018.8.18" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,903,960 |
net_rshares | 0 |
Hi @steemgg! We are @steem-ua, a new Steem dApp, computing UserAuthority for all accounts on Steem. We are currently in test modus upvoting quality Utopian-io contributions! Nice work!
author | steem-ua |
---|---|
permlink | re-steemgg-open-source-development-update-2018-8-18-20180819t111344z |
category | steemgg |
json_metadata | "{"app": "beem/0.19.54"}" |
created | 2018-08-19 11:13:45 |
last_update | 2018-08-19 11:13:45 |
depth | 1 |
children | 0 |
last_payout | 2018-08-26 11:13:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 184 |
author_reputation | 23,214,230,978,060 |
root_title | "steemgg open source development update - 2018.8.18" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,687,779 |
net_rshares | 0 |
Congratulations @steemgg! You have completed the following achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@steemgg) Award for the number of upvotes received <sub>_Click on the badge to view your Board of Honor._</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> To support your work, I also upvoted your post! > Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-steemgg-20180818t214730000z |
category | steemgg |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-08-18 21:47:30 |
last_update | 2018-08-18 21:47:30 |
depth | 1 |
children | 0 |
last_payout | 2018-08-25 21:47:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 726 |
author_reputation | 38,975,615,169,260 |
root_title | "steemgg open source development update - 2018.8.18" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,639,254 |
net_rshares | 0 |
Congratulations @steemgg! You have completed the following achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@steemgg) Award for the number of upvotes <sub>_Click on the badge to view your Board of Honor._</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> **Do not miss the last post from @steemitboard:** [SteemitBoard and the Veterans on Steemit - The First Community Badge.](https://steemit.com/veterans/@steemitboard/steemitboard-and-the-veterans-on-steemit-the-first-community-badge) > Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-steemgg-20180823t173926000z |
category | steemgg |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-08-23 17:39:24 |
last_update | 2018-08-23 17:39:24 |
depth | 1 |
children | 0 |
last_payout | 2018-08-30 17:39:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 902 |
author_reputation | 38,975,615,169,260 |
root_title | "steemgg open source development update - 2018.8.18" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,146,450 |
net_rshares | 0 |
Hey @steemgg **Thanks for contributing on Utopian**. We’re already looking forward to your next contribution! **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href='https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | re-steemgg-open-source-development-update-2018-8-18-20180820t092534z |
category | steemgg |
json_metadata | "{"app": "beem/0.19.42"}" |
created | 2018-08-20 09:25:36 |
last_update | 2018-08-20 09:25:36 |
depth | 1 |
children | 0 |
last_payout | 2018-08-27 09:25:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 300 |
author_reputation | 152,955,367,999,756 |
root_title | "steemgg open source development update - 2018.8.18" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,784,782 |
net_rshares | 0 |