<center>  </center> I've been doing a ton of work cleaning up the repository for the Utopian API. Unused routes and dead code have been removed as a result. The repository root is now a lot tidier. All of the scripts used are now located under the `src` folder. <center>  </center> The Mongoose models are now strictly typed thanks to Typescript. This means refactoring any of the DB functionality will be much easier since you will see a compilation error. The project in its entirety is now ready for strict typing. MONGO_HOST is no longer hardcoded in the NPM scripts. It must now be specified in the environment variables. All project dependencies have been updated. Babel has been dropped entirely in favor of Typescript. This means that all the unit tests have been converted to Typescript as well. <center>  </center> Logging has been improved. The output formatting of express logs have been changed. There is no more JSON output. If there's an error in a request it will be logged accordingly and is now easy to get to. No longer is it a monster to go through the logs to see where things can go wrong. The unnecessary Morgan logger has been removed. Winston is the only primary logging system now used. <center>  </center> View all the commits at once: https://github.com/utopian-io/api.utopian.io/commits/master Commits: - https://github.com/utopian-io/api.utopian.io/commit/144f13acb2b5cc791c41ccb182a67afaeeae101f (Fix assigned_pool being disregarded, causing a compilation error) - https://github.com/utopian-io/api.utopian.io/commit/fcf26e6a314ca75d025381968819397971420a82 (Remove MONGO_HOST hardcode from NPM scripts) - https://github.com/utopian-io/api.utopian.io/commit/571e0f7aaeba8dd2be9d7a228c0dec1b307359d7 (Fix namespace import in user.model.ts) - https://github.com/utopian-io/api.utopian.io/commit/32d59ca60568e024b229caf3de39ca2a2d03d264 (Cleanup a lot of unused functionality) - https://github.com/utopian-io/api.utopian.io/commit/6d4cc6ae15b40bf354a9bd46cad6f98473d3e5a9 (Use typescript for unit testing) - https://github.com/utopian-io/api.utopian.io/commit/064544dce18df7a8358edd47fcb2f3a77f58930f (Update deps) - https://github.com/utopian-io/api.utopian.io/commit/b27d07ca383d20c8c86cfa898d4b83e7b0618c02 (Update package lock) - https://github.com/utopian-io/api.utopian.io/commit/023395068079cf4605f1d307bf9d6ad20f3db7ec (Remove morgan logger) - https://github.com/utopian-io/api.utopian.io/commit/1295327efb9e9501ecdb86c5f6098da1c08c9bc0 (Improve logging) - https://github.com/utopian-io/api.utopian.io/commit/1d3dacbb50b3c650d993ab2aadfc5820ca0367a9 (Remove unused auth endpoint) - https://github.com/utopian-io/api.utopian.io/commit/0f3f5013201e9c567173ce82cdc4102319f51203 (Clean up dependencies) - https://github.com/utopian-io/api.utopian.io/commit/956eb0c5102cd8210078f216b9bf6687af1779c5 (Use strict typing for mongoose schemas) - https://github.com/utopian-io/api.utopian.io/commit/4297a8d04ec39a6404f181bfe04ece8b74922d07 (Log any errors when retrieving content during the API creation process) - https://github.com/utopian-io/api.utopian.io/commit/9aa4a111ebf9966f9dba2a579d62c837eab6e0a1 (Reduce verbosity of 404 errors) - https://github.com/utopian-io/api.utopian.io/commit/6e7ac221ff5062985dbc557c25596eaa0584c88e (Enable basic logging to correlate requests with potential errors) - https://github.com/utopian-io/api.utopian.io/commit/4dd6d4c5863dbfbf1e8cba4281a231f532b52520 (Provide further details when an error occurs processing an HTTP request) <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@samrg472/refactoring-and-cleaning-the-utopian-api-part-2">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
author | samrg472 | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
permlink | refactoring-and-cleaning-the-utopian-api-part-2 | ||||||||||||||||||||||||||||||||||||||||||||||||
category | utopian-io | ||||||||||||||||||||||||||||||||||||||||||||||||
json_metadata | "{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":104593314,"name":"utopian.io","full_name":"utopian-io/utopian.io","owner":{"login":"utopian-io","id":18612062,"avatar_url":"https://avatars2.githubusercontent.com/u/18612062?v=4","gravatar_id":"","url":"https://api.github.com/users/utopian-io","html_url":"https://github.com/utopian-io","followers_url":"https://api.github.com/users/utopian-io/followers","following_url":"https://api.github.com/users/utopian-io/following{/other_user}","gists_url":"https://api.github.com/users/utopian-io/gists{/gist_id}","starred_url":"https://api.github.com/users/utopian-io/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/utopian-io/subscriptions","organizations_url":"https://api.github.com/users/utopian-io/orgs","repos_url":"https://api.github.com/users/utopian-io/repos","events_url":"https://api.github.com/users/utopian-io/events{/privacy}","received_events_url":"https://api.github.com/users/utopian-io/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/utopian-io/utopian.io","description":"Utopian.io Frontend - Utopian wants to reward open-source contributors!","fork":false,"url":"https://api.github.com/repos/utopian-io/utopian.io","forks_url":"https://api.github.com/repos/utopian-io/utopian.io/forks","keys_url":"https://api.github.com/repos/utopian-io/utopian.io/keys{/key_id}","collaborators_url":"https://api.github.com/repos/utopian-io/utopian.io/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/utopian-io/utopian.io/teams","hooks_url":"https://api.github.com/repos/utopian-io/utopian.io/hooks","issue_events_url":"https://api.github.com/repos/utopian-io/utopian.io/issues/events{/number}","events_url":"https://api.github.com/repos/utopian-io/utopian.io/events","assignees_url":"https://api.github.com/repos/utopian-io/utopian.io/assignees{/user}","branches_url":"https://api.github.com/repos/utopian-io/utopian.io/branches{/branch}","tags_url":"https://api.github.com/repos/utopian-io/utopian.io/tags","blobs_url":"https://api.github.com/repos/utopian-io/utopian.io/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/utopian-io/utopian.io/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/utopian-io/utopian.io/git/refs{/sha}","trees_url":"https://api.github.com/repos/utopian-io/utopian.io/git/trees{/sha}","statuses_url":"https://api.github.com/repos/utopian-io/utopian.io/statuses/{sha}","languages_url":"https://api.github.com/repos/utopian-io/utopian.io/languages","stargazers_url":"https://api.github.com/repos/utopian-io/utopian.io/stargazers","contributors_url":"https://api.github.com/repos/utopian-io/utopian.io/contributors","subscribers_url":"https://api.github.com/repos/utopian-io/utopian.io/subscribers","subscription_url":"https://api.github.com/repos/utopian-io/utopian.io/subscription","commits_url":"https://api.github.com/repos/utopian-io/utopian.io/commits{/sha}","git_commits_url":"https://api.github.com/repos/utopian-io/utopian.io/git/commits{/sha}","comments_url":"https://api.github.com/repos/utopian-io/utopian.io/comments{/number}","issue_comment_url":"https://api.github.com/repos/utopian-io/utopian.io/issues/comments{/number}","contents_url":"https://api.github.com/repos/utopian-io/utopian.io/contents/{+path}","compare_url":"https://api.github.com/repos/utopian-io/utopian.io/compare/{base}...{head}","merges_url":"https://api.github.com/repos/utopian-io/utopian.io/merges","archive_url":"https://api.github.com/repos/utopian-io/utopian.io/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/utopian-io/utopian.io/downloads","issues_url":"https://api.github.com/repos/utopian-io/utopian.io/issues{/number}","pulls_url":"https://api.github.com/repos/utopian-io/utopian.io/pulls{/number}","milestones_url":"https://api.github.com/repos/utopian-io/utopian.io/milestones{/number}","notifications_url":"https://api.github.com/repos/utopian-io/utopian.io/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/utopian-io/utopian.io/labels{/name}","releases_url":"https://api.github.com/repos/utopian-io/utopian.io/releases{/id}","deployments_url":"https://api.github.com/repos/utopian-io/utopian.io/deployments","created_at":"2017-09-23T19:24:57Z","updated_at":"2017-11-21T17:06:17Z","pushed_at":"2017-11-22T21:26:28Z","git_url":"git://github.com/utopian-io/utopian.io.git","ssh_url":"git@github.com:utopian-io/utopian.io.git","clone_url":"https://github.com/utopian-io/utopian.io.git","svn_url":"https://github.com/utopian-io/utopian.io","homepage":"https://utopian.io/","size":59429,"stargazers_count":23,"watchers_count":23,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":26,"mirror_url":null,"archived":false,"open_issues_count":52,"forks":26,"open_issues":52,"watchers":23,"default_branch":"master","score":87.147385},"pullRequests":[],"platform":"github","type":"development","tags":["utopian-io","opensource","programming","steemdev","steem"]}" | ||||||||||||||||||||||||||||||||||||||||||||||||
created | 2017-11-22 22:44:51 | ||||||||||||||||||||||||||||||||||||||||||||||||
last_update | 2017-11-22 22:44:51 | ||||||||||||||||||||||||||||||||||||||||||||||||
depth | 0 | ||||||||||||||||||||||||||||||||||||||||||||||||
children | 17 | ||||||||||||||||||||||||||||||||||||||||||||||||
last_payout | 2017-11-29 22:44:51 | ||||||||||||||||||||||||||||||||||||||||||||||||
cashout_time | 1969-12-31 23:59:59 | ||||||||||||||||||||||||||||||||||||||||||||||||
total_payout_value | 69.959 HBD | ||||||||||||||||||||||||||||||||||||||||||||||||
curator_payout_value | 25.340 HBD | ||||||||||||||||||||||||||||||||||||||||||||||||
pending_payout_value | 0.000 HBD | ||||||||||||||||||||||||||||||||||||||||||||||||
promoted | 0.000 HBD | ||||||||||||||||||||||||||||||||||||||||||||||||
body_length | 4,074 | ||||||||||||||||||||||||||||||||||||||||||||||||
author_reputation | 8,524,113,165,873 | ||||||||||||||||||||||||||||||||||||||||||||||||
root_title | "Refactoring and Cleaning the Utopian API [Part 2]" | ||||||||||||||||||||||||||||||||||||||||||||||||
beneficiaries |
| ||||||||||||||||||||||||||||||||||||||||||||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||||||||||||||||||||||||||||||||||||||||||||
percent_hbd | 5,000 | ||||||||||||||||||||||||||||||||||||||||||||||||
post_id | 21,242,555 | ||||||||||||||||||||||||||||||||||||||||||||||||
net_rshares | 45,482,965,908,590 | ||||||||||||||||||||||||||||||||||||||||||||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fminerten | 0 | 256,738,159,493 | 5% | ||
steempty | 0 | 218,769,267,414 | 5% | ||
testz | 0 | 779,579,557,795 | 100% | ||
unosuke | 0 | 921,470,254 | 100% | ||
cryptoctopus | 0 | 3,018,395,142,634 | 100% | ||
grandpere | 0 | 133,322,063,136 | 100% | ||
neoxian | 0 | 479,934,726,994 | 25% | ||
bunix | 0 | 8,649,069,748 | 100% | ||
igster | 0 | 72,379,367,367 | 40% | ||
freyman | 0 | 6,195,189,615 | 100% | ||
leoplaw | 0 | 12,550,056,404 | 100% | ||
abh12345 | 0 | 134,549,973,011 | 30% | ||
jeanviete | 0 | 1,785,260,644 | 10% | ||
apocalypse612 | 0 | 637,141,569 | 50% | ||
matstaader | 0 | 747,591,492 | 70% | ||
oli123123 | 0 | 3,040,357,410 | 100% | ||
roswellrockman | 0 | 2,089,768,100 | 100% | ||
whoib | 0 | 6,599,346,469 | 100% | ||
donchate | 0 | 6,223,750,584 | 100% | ||
greg07 | 0 | 1,218,811,601 | 70% | ||
saiku | 0 | 15,359,670,504 | 100% | ||
ebarakos | 0 | 19,668,137,402 | 100% | ||
jameshowarrd | 0 | 451,459,365 | 100% | ||
trueart | 0 | 14,784,700,180 | 100% | ||
samrg472 | 0 | 35,496,171,249 | 100% | ||
yuxi | 0 | 1,887,340,611 | 16% | ||
techslut | 0 | 153,141,913,304 | 20% | ||
jenkinrocket | 0 | 26,901,540,138 | 52% | ||
cardinalkennedy | 0 | 473,042,108 | 50% | ||
mangos | 0 | 405,350,389,998 | 12% | ||
jotafan | 0 | 2,251,395,862 | 100% | ||
abn | 0 | 1,396,329,695 | 50% | ||
killuminatic | 0 | 22,287,741,064 | 100% | ||
nadabrahmasounds | 0 | 802,596,762 | 100% | ||
prime-cleric | 0 | 211,026,047,746 | 60% | ||
bluetechno | 0 | 144,855,424 | 100% | ||
cardinalkpatrick | 0 | 650,681,223 | 50% | ||
freddd009 | 0 | 1,133,364,034 | 75% | ||
samstickkz | 0 | 7,933,991,046 | 100% | ||
rayelite1 | 0 | 727,911,571 | 50% | ||
eirik | 0 | 20,993,506,660 | 50% | ||
crypto-pontiff | 0 | 971,590,023 | 100% | ||
cifer44 | 0 | 1,225,469,931 | 50% | ||
mharr331 | 0 | 701,231,696 | 50% | ||
victoria-harr | 0 | 969,330,343 | 50% | ||
justatouchfey | 0 | 1,046,348,954 | 100% | ||
rayelite8 | 0 | 615,126,600 | 100% | ||
selenascott | 0 | 715,558,020 | 50% | ||
mstaader | 0 | 2,960,626,028 | 70% | ||
aarkay | 0 | 323,771,916 | 100% | ||
redpill | 0 | 33,070,219,118 | 100% | ||
kingyus | 0 | 2,622,286,641 | 100% | ||
belovebelight | 0 | 4,595,625,398 | 50% | ||
thethreehugs | 0 | 489,348,004 | 100% | ||
opportunity4u | 0 | 436,266,493 | 100% | ||
rasgriz311 | 0 | 2,237,435,542 | 50% | ||
wijuwiju | 0 | 10,075,390,451 | 100% | ||
diogogomes | 0 | 105,857,112 | 50% | ||
linda-rose | 0 | 37,581,063,871 | 70% | ||
jaka87 | 0 | 2,735,617,353 | 100% | ||
astaader | 0 | 726,543,584 | 70% | ||
evie5el | 0 | 447,644,439 | 100% | ||
randomvideos | 0 | 1,645,400,420 | 100% | ||
gabbrielle | 0 | 14,410,627,996 | 75% | ||
arbeitssuchend | 0 | 1,810,722,563 | 100% | ||
cardinalemil | 0 | 2,374,335,837 | 100% | ||
coffeedrinker51 | 0 | 9,575,985,819 | 20% | ||
yvonneinoregon | 0 | 87,830,624 | 30% | ||
civilianlife | 0 | 565,550,412 | 50% | ||
jpederson96 | 0 | 858,302,553 | 100% | ||
zakariashikder | 0 | 55,792,639 | 1% | ||
kumaranvpl | 0 | 102,289,259 | 100% | ||
rosemary-k | 0 | 14,266,576,289 | 75% | ||
areare | 0 | 1,226,415,311 | 100% | ||
phogyan | 0 | 1,714,270,823 | 100% | ||
djnoel | 0 | 661,047,070 | 100% | ||
the-bishop-ufc | 0 | 512,141,502 | 50% | ||
duekie | 0 | 196,513,369 | 54.01% | ||
kmart | 0 | 483,611,930 | 78% | ||
odibezeking | 0 | 72,449,612 | 35% | ||
intellectualsoul | 0 | 1,105,149,715 | 100% | ||
wuzupin | 0 | 403,549,615 | 100% | ||
sirrius | 0 | 15,914,492,128 | 100% | ||
sarmizegetusa | 0 | 18,499,687,344 | 100% | ||
mhmegh | 0 | 523,219,913 | 100% | ||
jedigeiss | 0 | 164,539,586,450 | 100% | ||
tonygreene113 | 0 | 1,881,000,393 | 100% | ||
rusinho027 | 0 | 511,153,600 | 100% | ||
jamesbarraclough | 0 | 680,233,564,778 | 20% | ||
spiritualmatters | 0 | 3,454,499,635 | 100% | ||
michaelmorcos | 0 | 113,339,180 | 0.66% | ||
airwavez | 0 | 75,789,682 | 25% | ||
damzxyno | 0 | 742,629,042 | 100% | ||
ambmicheal | 0 | 1,292,269,879 | 21% | ||
mila00 | 0 | 441,438,138 | 100% | ||
videogeek | 0 | 267,705,171 | 10% | ||
rohits | 0 | 406,055,350 | 100% | ||
montedeilumi | 0 | 469,734,583 | 50% | ||
esaug | 0 | 1,311,818,820 | 100% | ||
alex-discord | 0 | 2,447,032,612 | 100% | ||
minnowhub | 0 | 867,629,911 | 21% | ||
vandadream | 0 | 336,984,503 | 100% | ||
heyeshuang | 0 | 1,196,730,355 | 100% | ||
elear | 0 | 43,372,520,609 | 100% | ||
ryankofi | 0 | 469,165,411 | 100% | ||
maverickfoo | 0 | 2,112,212,761 | 50% | ||
lifevibes | 0 | 257,692,063 | 100% | ||
leap8 | 0 | 241,770,208 | 100% | ||
cryp2me | 0 | 446,883,559 | 100% | ||
shreyasgune | 0 | 23,104,903,619 | 100% | ||
fermond | 0 | 308,483,164 | 100% | ||
utopian-io | 0 | 38,033,619,070,625 | 25% | ||
toffer | 0 | 7,073,809,031 | 100% | ||
sharif24 | 0 | 2,274,218,479 | 100% | ||
febinkk | 0 | 499,988,791 | 100% | ||
fazlayrabby | 0 | 161,739,106 | 100% | ||
cotinetwork | 0 | 138,879,000 | 100% | ||
lawyerup | 0 | 205,745,317 | 1% | ||
steemdunk | 0 | 155,827,298,054 | 100% | ||
mike4christ | 0 | 1,143,161,113 | 100% | ||
marvel1206 | 0 | 53,123,468 | 50% | ||
chnorris | 0 | 536,712,270 | 20% | ||
mandirapoddar | 0 | 648,535,774 | 100% | ||
jasimg | 0 | 34,616,410,690 | 100% | ||
sirsticks | 0 | 803,856,651 | 100% | ||
raj1511 | 0 | 390,805,672 | 100% | ||
driftingvoice | 0 | 512,001,185 | 100% | ||
afifa | 0 | 176,247,305 | 3% | ||
kcherukuri | 0 | 69,705,108 | 100% | ||
nelioebeta | 0 | 254,871,609 | 100% | ||
mackcrawford | 0 | 690,532,829 | 100% | ||
ladybirdec | 0 | 150,930,922 | 100% | ||
elyes | 0 | 893,683,368 | 100% | ||
iqbalhood | 0 | 2,188,493,749 | 100% | ||
aasik | 0 | 249,748,936 | 100% | ||
cavalier | 0 | 461,743,347 | 100% | ||
franklin92 | 0 | 588,730,260 | 100% | ||
nicolulu | 0 | 566,688,419 | 100% | ||
totare | 0 | 539,672,228 | 100% | ||
azkiez | 0 | 539,653,098 | 100% | ||
sohel-1 | 0 | 624,816,777 | 100% | ||
ohicklin | 0 | 124,561,540 | 100% | ||
dronie | 0 | 135,578,351 | 100% | ||
cinelonga | 0 | 516,440,120 | 100% | ||
investor7 | 0 | 382,977,763 | 100% | ||
engrkevz | 0 | 870,403,786 | 100% | ||
ms10398 | 0 | 851,092,699 | 100% | ||
afm007 | 0 | 208,896,440 | 100% | ||
lovely143 | 0 | 121,856,079 | 100% | ||
cryptocomic | 0 | 580,266,746 | 100% | ||
pishro | 0 | 162,474,563 | 100% | ||
lanatir | 0 | 246,385,223 | 100% | ||
liberty67 | 0 | 522,239,123 | 100% | ||
pushpa | 0 | 551,252,397 | 100% | ||
utopy | 0 | 21,137,134,731 | 10% | ||
liftu | 0 | 243,710,432 | 100% |
I hope this improves greatly now
author | abn |
---|---|
permlink | re-samrg472-refactoring-and-cleaning-the-utopian-api-part-2-20171122t225333782z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-22 22:53:39 |
last_update | 2017-11-22 22:53:39 |
depth | 1 |
children | 1 |
last_payout | 2017-11-29 22:53:39 |
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 | 32 |
author_reputation | 6,507,300,897,068 |
root_title | "Refactoring and Cleaning the Utopian API [Part 2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,243,113 |
net_rshares | 0 |
wwwwwwwwwwwwwwwwwwwoooooooooooooooooooooooooooowwwwwwwwwwwww
author | sohel-1 |
---|---|
permlink | re-abn-re-samrg472-refactoring-and-cleaning-the-utopian-api-part-2-20171122t223444154z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-22 22:55:42 |
last_update | 2017-11-22 22:55:42 |
depth | 2 |
children | 0 |
last_payout | 2017-11-29 22:55: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 | 60 |
author_reputation | 99,573,840,854 |
root_title | "Refactoring and Cleaning the Utopian API [Part 2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,243,229 |
net_rshares | 0 |
Your post has been upvoted and resteemed to +144 follower by @afm007 Thanks.
author | afm007 |
---|---|
permlink | re-samrg472-refactoring-and-cleaning-the-utopian-api-part-2-20171123t150257660z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["afm007"],"app":"steemit/0.1"} |
created | 2017-11-23 15:03:06 |
last_update | 2017-11-23 15:03:06 |
depth | 1 |
children | 0 |
last_payout | 2017-11-30 15:03:06 |
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 | 76 |
author_reputation | 895,648,735,715 |
root_title | "Refactoring and Cleaning the Utopian API [Part 2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,305,495 |
net_rshares | 0 |
01001110 01100101 01100001 01110100 00100001
author | belovebelight |
---|---|
permlink | re-samrg472-refactoring-and-cleaning-the-utopian-api-part-2-20171123t025623777z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-23 02:56:18 |
last_update | 2017-11-23 02:56:18 |
depth | 1 |
children | 0 |
last_payout | 2017-11-30 02:56: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 | 44 |
author_reputation | 5,707,294,679,323 |
root_title | "Refactoring and Cleaning the Utopian API [Part 2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,256,194 |
net_rshares | 0 |
Congratulations @samrg472, this post is the most rewarded post (based on pending payouts) in the last 12 hours written by a User account holder (accounts that hold between 0.1 and 1.0 Mega Vests). The total number of posts by User account holders during this period was 2473 and the total pending payments to posts in this category was $1371.97. To see the full list of highest paid posts across all accounts categories, [click here](www.steemit.com/steemit/@bitgeek/payout-stats-report-for-23rd-november-2017--part-ii). If you do not wish to receive these messages in future, please reply stop to this comment.
author | bitgeek |
---|---|
permlink | re-refactoring-and-cleaning-the-utopian-api-part-2-20171123t073043 |
category | utopian-io |
json_metadata | "" |
created | 2017-11-23 07:30:45 |
last_update | 2017-11-23 07:30:45 |
depth | 1 |
children | 0 |
last_payout | 2017-11-30 07:30: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 | 615 |
author_reputation | 13,049,044,453,787 |
root_title | "Refactoring and Cleaning the Utopian API [Part 2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,272,532 |
net_rshares | 0 |
Thank you for the contribution. It has been approved. You can contact us on [Discord](https://discord.gg/UCvqCsx). **[[utopian-moderator]](https://utopian.io/moderators)**
author | elear |
---|---|
permlink | re-samrg472-refactoring-and-cleaning-the-utopian-api-part-2-20171122t225304940z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2017-11-22 22:53:06 |
last_update | 2017-11-22 22:53:06 |
depth | 1 |
children | 0 |
last_payout | 2017-11-29 22:53:06 |
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 | 172 |
author_reputation | 59,749,428,580,040 |
root_title | "Refactoring and Cleaning the Utopian API [Part 2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,243,072 |
net_rshares | 0 |
>I've been doing a ton of work It's good to receive an update; and, I'm very glad to know work was being done on the platform. I have been trying, unsuccessfully, to log in for a few days. A little robot acknowledging down for maintenance would be a welcome 'friend'. Again, thanks for the update. I will give it a look soon. Peace.
author | spiritualmatters |
---|---|
permlink | re-samrg472-refactoring-and-cleaning-the-utopian-api-part-2-20171122t225233895z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-22 22:52:33 |
last_update | 2017-11-22 22:53:57 |
depth | 1 |
children | 6 |
last_payout | 2017-11-29 22:52:33 |
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 | 338 |
author_reputation | 2,451,790,568,880 |
root_title | "Refactoring and Cleaning the Utopian API [Part 2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,243,041 |
net_rshares | 0 |
Hello @spiritualmatter how comes you cannot login?
author | elear |
---|---|
permlink | re-spiritualmatters-re-samrg472-refactoring-and-cleaning-the-utopian-api-part-2-20171122t225403077z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["spiritualmatter"],"app":"steemit/0.1"} |
created | 2017-11-22 22:54:03 |
last_update | 2017-11-22 22:54:03 |
depth | 2 |
children | 5 |
last_payout | 2017-11-29 22:54:03 |
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 | 50 |
author_reputation | 59,749,428,580,040 |
root_title | "Refactoring and Cleaning the Utopian API [Part 2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,243,142 |
net_rshares | 0 |
>cannot login @SteemConnect does a perpetual loop; and doesn't open the utopian.io landing page. Thanks for your reply. Peace.
author | spiritualmatters |
---|---|
permlink | re-elear-re-spiritualmatters-re-samrg472-refactoring-and-cleaning-the-utopian-api-part-2-20171122t225723296z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["steemconnect"],"app":"steemit/0.1"} |
created | 2017-11-22 22:57:21 |
last_update | 2017-11-22 22:57:21 |
depth | 3 |
children | 4 |
last_payout | 2017-11-29 22:57:21 |
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 | 129 |
author_reputation | 2,451,790,568,880 |
root_title | "Refactoring and Cleaning the Utopian API [Part 2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,243,311 |
net_rshares | 0 |
Congratulations, your post received one of the top 10 most powerful upvotes in the last 12 hours. You received an upvote from @utopian-io valued at 79.67 SBD, based on the pending payout at the time the data was extracted. If you do not wish to receive these messages in future, reply with the word "stop".
author | statsmonkey |
---|---|
permlink | re-refactoring-and-cleaning-the-utopian-api-part-2-20171123t073026 |
category | utopian-io |
json_metadata | "" |
created | 2017-11-23 07:30:27 |
last_update | 2017-11-23 07:30:27 |
depth | 1 |
children | 0 |
last_payout | 2017-11-30 07:30:27 |
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 | 308 |
author_reputation | 503,392,294,628 |
root_title | "Refactoring and Cleaning the Utopian API [Part 2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,272,509 |
net_rshares | 0 |
### Hey @samrg472 I am @utopian-io. I have just upvoted you at 25% Power! #### 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/2rSx9Eu">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</a> - <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy to my Witness</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-samrg472-refactoring-and-cleaning-the-utopian-api-part-2-20171123t060106299z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2017-11-23 06:01:06 |
last_update | 2017-11-23 06:01:06 |
depth | 1 |
children | 0 |
last_payout | 2017-11-30 06:01:06 |
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,108 |
author_reputation | 152,955,367,999,756 |
root_title | "Refactoring and Cleaning the Utopian API [Part 2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,266,766 |
net_rshares | 0 |
This post upvoted 10% power by ***Utopy*** - **[Support Contributors ]** 
author | utopy |
---|---|
permlink | re-samrg472-refactoring-and-cleaning-the-utopian-api-part-2-20171128t224453842z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"image":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1511893558/l6vkllr0rtfsno8bstkn.png"],"app":"steemit/0.1"} |
created | 2017-11-28 22:45:00 |
last_update | 2017-11-28 22:45:00 |
depth | 1 |
children | 0 |
last_payout | 2017-12-05 22:45:00 |
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 | 175 |
author_reputation | 13,799,818,168 |
root_title | "Refactoring and Cleaning the Utopian API [Part 2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,826,724 |
net_rshares | 0 |
I have no idea about all this jazz...
author | victoria-harr |
---|---|
permlink | re-samrg472-refactoring-and-cleaning-the-utopian-api-part-2-20171122t233226324z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-22 23:32:30 |
last_update | 2017-11-22 23:32:30 |
depth | 1 |
children | 0 |
last_payout | 2017-11-29 23:32: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 | 37 |
author_reputation | 3,602,715,849,795 |
root_title | "Refactoring and Cleaning the Utopian API [Part 2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,245,313 |
net_rshares | 0 |