The last few days I have been working on a web application for some additional information about Utopian.io. If it wasn't obvious from the name, I was inspired by @emrebeyler and his many amazing projects (go check them out!) to create something that actually uses Flask *and* MongoDB! I'm currently hosting it on a droplet with 500MB RAM, so I'm not sure how robust it is, but you should be able to access it by going to [utopian.rocks](http://utopian.rocks/). ### What is it about? The project is mainly about providing some useful information that isn't (currently) readily available on Utopian.io. I already created [a CLI](https://utopian.io/utopian-io/@amosbastian/new-release-utopian-cli-0-5-2) that could do a few of these things, but I realised that not a lot of people like using CLIs like I do, so creating a web application would be way more useful. Currently it shows an overview of all Utopian.io supervisors, with a button that takes you to a page with their team's performance in the last 7 days. I created this because I thought it would be useful for Utopian.io supervisors to quickly see an overview of how their team is doing - especially during the supervisors weekly. In the GIF below you can see it in action, but you can obviously also check it out yourself by going to [utopian.rocks](http://utopian.rocks/)! <center> </center> ### How was it implemented? It was implemented using * Python3.6 (Flask, Gunicorn, PyMongo and more) * MongoDB * NGINX * Bootstrap The first thing I did was figure out how to use MongoDB. Since I had never used it before, I checked out @emrebeyler's [utopian_data](https://github.com/emre/utopian_data) to see how an example of how it would be implemented. Unfortunately I know nothing about Go either, but after checking it out for a while and following [this tutorial](http://api.mongodb.com/python/current/tutorial.html) I (sort of) understood how to use PyMongo to do something similar. If you have a MongoDB instance running, then you can simply run `update_database.py`, which (by using `utopian_client.py`) should create a database called `utopian` with the collections `moderators` and `posts`. If you run `update_database.py` after this, then it should only update the posts that could've changed (created < 7 days ago). This can probably be done better, but as I said, I'm completely new to this, so I will learn and improve this along the way. <center> </center> After figuring this out, I started creating the web application using Flask. Currently `app.py` creates a dictionary with information retrieved from the database that contains a team's overall performance and each moderator's performance per category respectively, and passes this to the template. This is then used to create the tables that you see on `/<supervisor>/team`. The `/` route currently shows an overview of all Utopian.io supervisors, with a button to their team's performance. The supervisors are sorted by the size of their team (the number on the button), and this also implemented in `app.py` and `index.html`. Of course the templates themselves were created using Jinja2, HTML, CSS and Bootstrap. Honestly this took way longer than it should have, as I am very bad at everything CSS related. After implementing everything I added it to a droplet, where it is running as a service using Gunicorn and NGINX. I also have a crontab set up that currently updates the database every 30 minutes (at the bottom of the page it shows the most recent time (CET) a post in the database was reviewed). Finally I bought the domain name utopian.rocks, and after a few hours of tinkering, managed to finally get it linked to my droplet (this has been causing me a lot of trouble, so I don't know if it will be up 100% of the time). Of course you can also run it locally (see the [README](https://github.com/amosbastian/utopian/blob/master/README.md) for more information about this). ### What are my plans? I have so many plans for this, but I'm not sure how feasible many of them are. I'm also sure stuff like this will be implemented (much better than I ever could) by @wehmoen and his team on Utopian.io itself eventually, so I will see how everything goes in the future. Anyway, currently this is what I can think of (let's be a tiny bit ambitious, shall we?): * Add a way to change the static time frame of 7 days to e.g. 1 day, 12 hours etc. * Add a page that shows some statistics about the total number of submitted contributions (overall and per category) for a given time frame * Add a page for each moderator showing their individual performance, a feed of their most recently reviewed posts, other statistics (e.g. who they have reviewed the most) etc. * Add a page for projects that show statistics about contributions made to it (e.g. best contributor, overall acceptance rate etc.) * Add a page for contributors to see their individual performance (e.g acceptance rate, who has reviewed their posts the most etc.) I can think of a lot more things to add, but the above is what I want to focus on for now. ### How can you contribute? I would love for people to contribute to this (have spoken to a few people already who will probably help me improve UX immensely), so if you want to contribute something it would be great if you contacted me on Discord (Amos#4622) so we can talk about it. As I mentioned above, I'm an absolute numpty when it comes to CSS, so if anyone could help with that, it would be greatly appreciated (I spent hours today trying to create a better table, but finally gave up in the end). Help with PyMongo and Flask would also be greatly appreciated, as I'm probably doing a lot of things wrong regarding them as well. Of course suggestions/tips/constructive criticism are also very welcome! <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@amosbastian/introducing-utopian-rocks">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
author | amosbastian | ||||||
---|---|---|---|---|---|---|---|
permlink | introducing-utopian-rocks | ||||||
category | utopian-io | ||||||
json_metadata | {"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":123324842,"name":"utopian","full_name":"amosbastian/utopian","html_url":"https://github.com/amosbastian/utopian","fork":false,"owner":{"login":"amosbastian"}},"pullRequests":[],"platform":"github","type":"development","tags":["utopian-io","steemdev","utopian","rocks","programming"],"users":["emrebeyler","amosbastian","wehmoen"],"links":["http://utopian.rocks/","https://utopian.io/utopian-io/@amosbastian/new-release-utopian-cli-0-5-2","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520168095/igeoks5fcanynqnwo3rb.gif","https://github.com/emre/utopian_data","http://api.mongodb.com/python/current/tutorial.html","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520084981/cfkgqis2c4ymmqs3wleg.gif","https://github.com/amosbastian/utopian/blob/master/README.md"],"image":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1520168095/igeoks5fcanynqnwo3rb.gif","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520084981/cfkgqis2c4ymmqs3wleg.gif"],"moderator":{"account":"ms10398","time":"2018-03-04T14:02:36.711Z","reviewed":true,"pending":false,"flagged":false},"questions":[],"score":null} | ||||||
created | 2018-03-04 13:08:33 | ||||||
last_update | 2018-03-04 14:02:36 | ||||||
depth | 0 | ||||||
children | 13 | ||||||
last_payout | 2018-03-11 13:08:33 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 51.564 HBD | ||||||
curator_payout_value | 20.735 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 6,167 | ||||||
author_reputation | 174,473,586,900,705 | ||||||
root_title | "Introducing Utopian.rocks" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 42,129,162 | ||||||
net_rshares | 21,658,119,837,998 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
adol | 0 | 264,451,620,551 | 50% | ||
nanzo-scoop | 0 | 4,424,321,650,637 | 100% | ||
eric-boucher | 0 | 176,125,465,040 | 50% | ||
sambillingham | 0 | 141,706,456,273 | 100% | ||
sjennon | 0 | 31,955,106,582 | 20% | ||
thatmemeguy | 0 | 4,653,254,593 | 50% | ||
decebal2dac | 0 | 23,777,213,496 | 100% | ||
minersean | 0 | 639,344,585 | 100% | ||
dyancuex | 0 | 1,007,120,508 | 50% | ||
omjacknews | 0 | 859,956,701 | 100% | ||
michelios | 0 | 96,974,319,446 | 50% | ||
toninux | 0 | 655,252,004 | 50% | ||
tocox | 0 | 700,014,999 | 100% | ||
jdc | 0 | 791,248,269 | 20% | ||
juliank | 0 | 44,618,832,255 | 5% | ||
bargolis | 0 | 668,132,526 | 5% | ||
helo | 0 | 9,583,604,428 | 100% | ||
ilyastarar | 0 | 73,586,276,789 | 50% | ||
flauwy | 0 | 72,499,336,925 | 35% | ||
mahdiyari | 0 | 13,327,142,312 | 20% | ||
ronimm | 0 | 12,425,449,414 | 100% | ||
pinoy | 0 | 132,559,524 | 30% | ||
mufasatoldyou | 0 | 7,632,884,380 | 100% | ||
dysc0rd | 0 | 406,473,032 | 100% | ||
siwy | 0 | 52,232,761 | 100% | ||
makrotheblack | 0 | 2,861,715,967 | 50% | ||
simonluisi | 0 | 2,339,217,594 | 100% | ||
thinkkniht | 0 | 496,745,281 | 75% | ||
jfuenmayor96 | 0 | 2,434,554,354 | 50% | ||
onos | 0 | 148,386,240 | 5% | ||
drigweeu | 0 | 528,466,938 | 3% | ||
cifer | 0 | 2,537,871,314 | 80% | ||
tradeownsystems | 0 | 439,369,695 | 100% | ||
jesdn16 | 0 | 2,763,389,299 | 100% | ||
xtramedium | 0 | 172,328,748 | 50% | ||
odibezeking | 0 | 394,580,947 | 100% | ||
stoodkev | 0 | 15,940,128,298 | 10% | ||
luisrod | 0 | 104,407,533 | 15% | ||
ansonoxy | 0 | 1,750,813,906 | 100% | ||
buckydurddle | 0 | 95,236,485,928 | 100% | ||
jamesbarraclough | 0 | 5,936,843,765 | 100% | ||
smafey | 0 | 1,056,838,258 | 50% | ||
espoem | 0 | 34,483,033,043 | 60% | ||
timmyeu | 0 | 828,934,024 | 50% | ||
maaz23 | 0 | 634,667,235 | 50% | ||
loshcat | 0 | 1,470,224,748 | 100% | ||
zoneboy | 0 | 2,618,952,093 | 50% | ||
hsynterkr | 0 | 7,604,029,186 | 100% | ||
revan746 | 0 | 410,720,249 | 1% | ||
idlebright | 0 | 3,144,520,923 | 50% | ||
utopian-io | 0 | 15,807,671,097,793 | 10.7% | ||
favcau | 0 | 32,316,250,233 | 100% | ||
steaknsteem | 0 | 1,855,486,334 | 50% | ||
sayed53 | 0 | 214,470,750 | 50% | ||
emrebeyler | 0 | 73,790,634,675 | 10% | ||
parag | 0 | 227,137,076 | 50% | ||
kslo | 0 | 2,507,464,305 | 50% | ||
mrmaracucho | 0 | 577,669,581 | 100% | ||
nathalie13 | 0 | 859,392,702 | 100% | ||
not-a-bird | 0 | 1,742,822,751 | 20% | ||
adhew | 0 | 61,532,000 | 10% | ||
bitopia | 0 | 1,442,216,091 | 100% | ||
berkaytekinsen | 0 | 1,644,379,575 | 100% | ||
eleonardo | 0 | 53,035,283 | 10% | ||
zohaib715 | 0 | 323,350,749 | 50% | ||
evilest-fiend | 0 | 2,384,539,746 | 100% | ||
studytext | 0 | 154,085,729 | 25% | ||
fabiocola | 0 | 814,518,924 | 100% | ||
navx | 0 | 2,028,366,652 | 70% | ||
handfree42 | 0 | 227,040,353 | 50% | ||
williams-owb | 0 | 157,371,748 | 50% | ||
family.app | 0 | 98,868,843 | 100% | ||
varja | 0 | 397,087,763 | 50% | ||
maphics | 0 | 106,304,356 | 100% | ||
dethclad | 0 | 1,505,727,219 | 50% | ||
sebastiengllmt | 0 | 306,503,607 | 50% | ||
utopian-1up | 0 | 18,108,054,748 | 100% | ||
zlatkamrs | 0 | 429,419,978 | 70% | ||
amosbastian | 0 | 20,068,570,294 | 100% | ||
bobsthinking | 0 | 4,370,942,318 | 100% | ||
yourmercury | 0 | 864,032,858 | 100% | ||
acrywhif | 0 | 3,246,245,688 | 80% | ||
layanmarissa | 0 | 231,089,735 | 50% | ||
proffgodswill | 0 | 61,299,229 | 10% | ||
roundbeargames | 0 | 163,279,974 | 11% | ||
sweeverdev | 0 | 1,052,002,634 | 50% | ||
isacastillor | 0 | 1,336,716,712 | 95% | ||
devilonwheels | 0 | 1,492,527,232 | 10% | ||
anmeitheal | 0 | 5,621,132,823 | 50% | ||
oups | 0 | 6,522,100,366 | 100% | ||
rhotimee | 0 | 5,788,830,544 | 50% | ||
jrmiller87 | 0 | 2,068,618,923 | 100% | ||
solomon507 | 0 | 462,736,568 | 50% | ||
patatesyiyen | 0 | 81,722,479 | 12.5% | ||
deejee | 0 | 122,612,548 | 20% | ||
onin91 | 0 | 336,120,407 | 50% | ||
neneandy | 0 | 3,500,451,015 | 50% | ||
isabella394 | 0 | 2,481,673,321 | 100% | ||
zinonweke | 0 | 2,052,696,707 | 75% | ||
emailbox19149 | 0 | 125,620,443 | 50% | ||
emirfirlar | 0 | 359,399,382 | 50% | ||
olgavasina10 | 0 | 563,046,298 | 100% | ||
lemony-cricket | 0 | 9,917,355,759 | 20% | ||
rayday | 0 | 312,938,813 | 100% | ||
yeswanth | 0 | 613,320,311 | 100% | ||
kaking | 0 | 279,902,437 | 50% | ||
exploreand | 0 | 5,681,221,826 | 25% | ||
cashthekush | 0 | 303,514,590 | 50% | ||
blaize-eu | 0 | 1,291,437,970 | 90% | ||
petvalbra | 0 | 614,015,560 | 100% | ||
steemassistant | 0 | 450,992,054 | 100% | ||
funremura | 0 | 218,808,615 | 50% | ||
olayhemy | 0 | 421,247,126 | 50% | ||
photohunter2 | 0 | 103,575,844 | 100% | ||
photohunter3 | 0 | 99,604,162 | 100% | ||
photohunter4 | 0 | 84,986,416 | 100% | ||
photohunter5 | 0 | 82,487,898 | 100% | ||
josh26 | 0 | 51,664,101 | 10% | ||
howtosteem | 0 | 3,243,915,928 | 100% | ||
sylinda | 0 | 224,087,629 | 50% | ||
fmbs25 | 0 | 306,407,986 | 50% | ||
livsky | 0 | 367,460,772 | 50% | ||
badmusazeez | 0 | 98,047,157 | 50% | ||
roj | 0 | 1,443,161,449 | 100% | ||
aderemi01 | 0 | 572,372,528 | 50% | ||
killbill73 | 0 | 144,011,753 | 50% | ||
amirdesaingrafis | 0 | 285,057,105 | 50% | ||
fai.zul | 0 | 292,625,480 | 50% | ||
nightdragon | 0 | 165,417,091 | 50% | ||
jacintoelbarouki | 0 | 220,611,552 | 50% | ||
arellanoyan | 0 | 220,616,922 | 50% | ||
reazuliqbal | 0 | 613,654,275 | 100% | ||
aliyu-s | 0 | 280,317,781 | 50% | ||
mirna98 | 0 | 218,790,613 | 50% | ||
flinter | 0 | 159,366,622 | 50% | ||
abreu | 0 | 217,599,055 | 50% | ||
opulence | 0 | 1,793,078,555 | 50% | ||
phasma | 0 | 122,604,626 | 20% | ||
heshe-f | 0 | 281,619,583 | 25% | ||
donjyde | 0 | 234,083,446 | 50% | ||
crispycoinboys | 0 | 5,812,677,718 | 75% | ||
gwapoaller | 0 | 306,623,175 | 50% | ||
khairulfahmi92 | 0 | 433,697,322 | 100% | ||
bluestorm | 0 | 459,735,758 | 75% | ||
mosesogenyi | 0 | 218,024,447 | 50% | ||
daszod | 0 | 462,459,309 | 100% | ||
genoner | 0 | 254,373,146 | 50% | ||
wirdayulahya | 0 | 211,477,411 | 50% | ||
jayo | 0 | 220,640,951 | 50% | ||
pepememes | 0 | 181,625,266 | 50% | ||
jarric | 0 | 604,592,433 | 100% | ||
steemthinkcom | 0 | 9,449,222,021 | 100% | ||
animesukidesu | 0 | 174,647,364 | 50% | ||
zay-arasi | 0 | 221,209,889 | 50% | ||
ozcanpolat | 0 | 249,249,873 | 50% | ||
derasmo | 0 | 257,369,991 | 50% | ||
mellissamartz | 0 | 92,233,830 | 15% | ||
anime.lovers | 0 | 308,160,196 | 50% | ||
flugbot | 0 | 122,643,184 | 100% | ||
steemlore | 0 | 102,168,698 | 50% | ||
jooy25 | 0 | 533,157,562 | 100% | ||
techietycoon | 0 | 545,395,406 | 100% |
Great work Amos! Will try to review and contribute in my free time.
author | emrebeyler |
---|---|
permlink | re-amosbastian-introducing-utopian-rocks-20180304t154151134z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-04 15:41:51 |
last_update | 2018-03-04 15:41:51 |
depth | 1 |
children | 1 |
last_payout | 2018-03-11 15:41:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.056 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 448,535,049,068,622 |
root_title | "Introducing Utopian.rocks" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,159,060 |
net_rshares | 18,548,410,964 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
amosbastian | 0 | 18,548,410,964 | 100% |
Thanks!
author | amosbastian |
---|---|
permlink | re-emrebeyler-re-amosbastian-introducing-utopian-rocks-20180304t172035926z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-03-04 17:20:42 |
last_update | 2018-03-04 17:20:42 |
depth | 2 |
children | 0 |
last_payout | 2018-03-11 17:20:42 |
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 | 7 |
author_reputation | 174,473,586,900,705 |
root_title | "Introducing Utopian.rocks" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,177,972 |
net_rshares | 0 |
Quite cool to see those stats. Will be even better once your plans are realised (those are some nice ideas). Good job ;)
author | laxam |
---|---|
permlink | re-amosbastian-introducing-utopian-rocks-20180304t142105125z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"steemit/0.1"} |
created | 2018-03-04 14:21:09 |
last_update | 2018-03-04 14:28:42 |
depth | 1 |
children | 1 |
last_payout | 2018-03-11 14:21:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.076 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 120 |
author_reputation | 4,021,844,514,967 |
root_title | "Introducing Utopian.rocks" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,143,296 |
net_rshares | 19,579,186,722 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
amosbastian | 0 | 19,055,198,149 | 100% | ||
xandar-cage | 0 | 523,988,573 | 100% |
Thanks a lot! When I have time I can't wait to implement everything, but unfortunately I have to catch up on some university work...
author | amosbastian |
---|---|
permlink | re-laxam-re-amosbastian-introducing-utopian-rocks-20180304t142750440z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-03-04 14:27:51 |
last_update | 2018-03-04 14:27:51 |
depth | 2 |
children | 0 |
last_payout | 2018-03-11 14:27:51 |
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 | 132 |
author_reputation | 174,473,586,900,705 |
root_title | "Introducing Utopian.rocks" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,144,667 |
net_rshares | 587,702,928 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
laxam | 0 | 587,702,928 | 100% |
Thank you for the contribution. It has been approved. You can contact us on [Discord](https://discord.gg/uTyJkNm). **[[utopian-moderator]](https://utopian.io/moderators)**
author | ms10398 |
---|---|
permlink | re-amosbastian-introducing-utopian-rocks-20180304t140304434z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-03-04 14:03:15 |
last_update | 2018-03-04 14:03:15 |
depth | 1 |
children | 1 |
last_payout | 2018-03-11 14:03:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.064 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 173 |
author_reputation | 27,572,487,973,390 |
root_title | "Introducing Utopian.rocks" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,139,814 |
net_rshares | 19,460,627,897 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
amosbastian | 0 | 19,460,627,897 | 100% |
That was quick, thanks!
author | amosbastian |
---|---|
permlink | re-ms10398-re-amosbastian-introducing-utopian-rocks-20180304t142645527z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-03-04 14:26:45 |
last_update | 2018-03-04 14:26:45 |
depth | 2 |
children | 0 |
last_payout | 2018-03-11 14:26: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 | 23 |
author_reputation | 174,473,586,900,705 |
root_title | "Introducing Utopian.rocks" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,144,444 |
net_rshares | 0 |
Hi Amos - how can I get in contact with you?
author | nanzo-scoop |
---|---|
permlink | re-amosbastian-introducing-utopian-rocks-20180304t210329145z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-04 21:03:30 |
last_update | 2018-03-04 21:03:30 |
depth | 1 |
children | 1 |
last_payout | 2018-03-11 21:03: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 | 44 |
author_reputation | 304,748,025,353,998 |
root_title | "Introducing Utopian.rocks" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,214,981 |
net_rshares | 0 |
Hi Nanzo, I'm pretty much always available on Discord (Amos#4622)! Let me know if you'd like to contact me some other way, I'm very flexible.
author | amosbastian |
---|---|
permlink | re-nanzo-scoop-re-amosbastian-introducing-utopian-rocks-20180304t214815739z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-03-04 21:48:18 |
last_update | 2018-03-04 21:48:18 |
depth | 2 |
children | 0 |
last_payout | 2018-03-11 21:48:18 |
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 | 141 |
author_reputation | 174,473,586,900,705 |
root_title | "Introducing Utopian.rocks" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,221,801 |
net_rshares | 0 |
amos.rocks well I'm not used to use CLI tools but utopian cli just working fine for me. Roadmap looking fine, I clicked my name many time, nothing happened :D
author | oups |
---|---|
permlink | re-amosbastian-introducing-utopian-rocks-20180304t203912599z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-03-04 20:39:12 |
last_update | 2018-03-04 20:39:12 |
depth | 1 |
children | 0 |
last_payout | 2018-03-11 20:39:12 |
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 | 160 |
author_reputation | 20,674,011,682,802 |
root_title | "Introducing Utopian.rocks" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,211,168 |
net_rshares | 2,911,722,655 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
azarus | 0 | 2,911,722,655 | 100% |
Nice work Amos! One thing that I'd find interesting is seeing total pending for different categories and stats like average/longest/shortest review times.
author | sambillingham |
---|---|
permlink | re-amosbastian-introducing-utopian-rocks-20180304t134744148z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-04 13:47:42 |
last_update | 2018-03-04 13:47:42 |
depth | 1 |
children | 2 |
last_payout | 2018-03-11 13:47:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.058 HBD |
curator_payout_value | 0.019 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 154 |
author_reputation | 34,876,406,478,004 |
root_title | "Introducing Utopian.rocks" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,136,757 |
net_rshares | 19,866,057,645 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
amosbastian | 0 | 19,866,057,645 | 100% |
Hey Sam, thanks a lot! That's also a great idea! I think @wehmoen's website https://utopian.info/ already shows currently pending contributions, but I can definitely add a page showing the statistics you mentioned.
author | amosbastian |
---|---|
permlink | re-sambillingham-re-amosbastian-introducing-utopian-rocks-20180304t142623441z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-03-04 14:26:24 |
last_update | 2018-03-04 14:26:24 |
depth | 2 |
children | 1 |
last_payout | 2018-03-11 14:26:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.044 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 214 |
author_reputation | 174,473,586,900,705 |
root_title | "Introducing Utopian.rocks" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,144,372 |
net_rshares | 14,099,449,638 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sambillingham | 0 | 14,099,449,638 | 10% |
ahh cool didn't know about utopian.info. Seeing that made me realise how many translations and graphics contributions there are compared to dev :(
author | sambillingham |
---|---|
permlink | re-amosbastian-re-sambillingham-re-amosbastian-introducing-utopian-rocks-20180304t143158077z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-04 14:31:57 |
last_update | 2018-03-04 14:31:57 |
depth | 3 |
children | 0 |
last_payout | 2018-03-11 14:31:57 |
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 | 147 |
author_reputation | 34,876,406,478,004 |
root_title | "Introducing Utopian.rocks" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,145,550 |
net_rshares | 0 |
### Hey @amosbastian I am @utopian-io. I have just upvoted you! #### Achievements - WOW WOW WOW People loved what you did here. GREAT JOB! - You have less than 500 followers. Just gave you a gift to help you succeed! - Seems like you contribute quite often. AMAZING! #### Community-Driven Witness! I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER! - <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a> - <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a> - Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a> [](https://steemit.com/~witnesses) **Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
author | utopian-io |
---|---|
permlink | re-amosbastian-introducing-utopian-rocks-20180305t120655945z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-03-05 12:06:57 |
last_update | 2018-03-05 12:06:57 |
depth | 1 |
children | 0 |
last_payout | 2018-03-12 12:06:57 |
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 | 1,144 |
author_reputation | 152,955,367,999,756 |
root_title | "Introducing Utopian.rocks" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,363,784 |
net_rshares | 0 |