#### Introduction Steemia is a social network app running over the Steem Blockchain. This app will provide the users an enriched user experience plus features commonly encountered in a casually used social media. The goal of this project is to give the community a mobile app where they can do their daily activity in the blockchain. ### Bug Fixes - What was the issue(s)? The issue was that Steemia was showing the incorrect amount of posted posts. https://github.com/Steemia/Steemia/issues/26 - What was the solution? Even though the solution was not implemented directly in client side, it was implemented in server side and was introduced in the refactoring of the old endpoints. ### New Features - What feature(s) did you add? The new feature added was to display video-only posts instead of making the user open the post. Here are two screenshots for better reference:   - How did you implement it/them? An arbitrary attribute was added to the post object and client side switch the template when this new attribute is true. Then, using https://github.com/orizens/ngx-youtube-player/ component, videos are rendered. https://github.com/Steemia/Steemia/pull/35/commits/4aff448fc030b1b649eba5c8fc3096dc92dee0a0#diff-2c566fd7a73d1d115054d050d3d0b8c1 ### Other changes - Client side logic was moved to server side to avoid wasting of memory. > Before, calculations like steem voting power was calculated in client side. This is not longer true thanks to the new Steemia API. - Replace old endpoints with new endpoints > In order to reflect changes in the application, constants were changed with the new endpoints. - Close popover voting slider after set the weight > Popover was still open even after vote was emitted correctly. This was causing a bad user experience. - Fix incorrect reputation > This change was done in server side and calculations were removed from client side. - Refactor actions provider > All the logic are now handled inside the provider instead of the components itself. Also, Google analytics actions are done inside the provider instead of the components. - Refactor voting slider > Voting slider was having extra logic that was not really needed. After an audit of this code, I've conclude that this component can be an emitter instead of a whole component. - Add Google Analytics >Knowing the audience is crucial as well as know how do they interact with the application. This is why Google Analytics was added. - Remove delay in actions > With the all API delays were anywhere causing the app to be outdated of the last content. Now this is not an issue. - Detect current user before load profile page > Before, profile page was loaded straight without first checking the user. Opening your profile from one of your post will redirect you to the author profile page instead of your own profile. This was done by adding a middleware to check the user and determine what page to load. - Change app identifier (minor) > App was using the default ionic app identifier. Now it is com.steemia.steemia - Deprecate logger provider > Logger provider was used to try to get the old API updated with the actions. Now, with the new API this is not longer needed thus, this whole provider was deprecated. - Refactor paginations > This was one of the break changes of the new API. Paginations were refactored to follow the new pattern #### Pull Requests https://github.com/Steemia/Steemia/pull/35 https://github.com/Steemia/Steemia/pull/32 #### Contributors We love contributors! If you want to collaborate in this project, feel free to fork the [Steemia Repo](https://github.com/Steemia/Steemia) and send us a Pull Request <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@jaysermendez/steemia-app-updates-owned-api">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
author | jaysermendez | ||||||
---|---|---|---|---|---|---|---|
permlink | steemia-app-updates-owned-api | ||||||
category | utopian-io | ||||||
json_metadata | "{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":116088994,"name":"Steemia","full_name":"Steemia/Steemia","html_url":"https://github.com/Steemia/Steemia","fork":false,"owner":{"login":"Steemia"}},"pullRequests":[{"url":"https://api.github.com/repos/Steemia/Steemia/pulls/35","id":178237509,"html_url":"https://github.com/Steemia/Steemia/pull/35","diff_url":"https://github.com/Steemia/Steemia/pull/35.diff","patch_url":"https://github.com/Steemia/Steemia/pull/35.patch","issue_url":"https://api.github.com/repos/Steemia/Steemia/issues/35","number":35,"state":"closed","locked":false,"title":"Refactoring/breaking changes after Steemia API ","user":{"login":"jayserdny","id":19354816,"avatar_url":"https://avatars2.githubusercontent.com/u/19354816?v=4","gravatar_id":"","url":"https://api.github.com/users/jayserdny","html_url":"https://github.com/jayserdny","followers_url":"https://api.github.com/users/jayserdny/followers","following_url":"https://api.github.com/users/jayserdny/following{/other_user}","gists_url":"https://api.github.com/users/jayserdny/gists{/gist_id}","starred_url":"https://api.github.com/users/jayserdny/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jayserdny/subscriptions","organizations_url":"https://api.github.com/users/jayserdny/orgs","repos_url":"https://api.github.com/users/jayserdny/repos","events_url":"https://api.github.com/users/jayserdny/events{/privacy}","received_events_url":"https://api.github.com/users/jayserdny/received_events","type":"User","site_admin":false},"body":"Changes made:\r\n\r\n- Most of the logic moved to server side\r\n- Replace old endpoints with steemia endpoints\r\n- Close popover after vote\r\n- Fix incorrect reputation (server side)\r\n- Refactor actions provider to use google analytics there and load off components logic\r\n- Add Google analytics\r\n- Refactor voting slider popover to be an emitter instead of a whole component\r\n- Remove delay in votes/comments (now data is updated instantly)\r\n- Fix #26 (wrong post count)\r\n- Detect current user before loading profile page (this way if you are open your own profile from a post, you can get the correct page)\r\n- Change app identifier (was using Ionic default identifier)\r\n- Remove unused logic to get balances since this data now comes from backend\r\n- Show youtube player for video-only posts (videos only posts are determined in server side)\r\n- Deprecate logger component since it is not longer needed\r\n- Refactor paginations to be able to work with the new API.\r\n","created_at":"2018-03-29T06:28:40Z","updated_at":"2018-03-29T06:30:58Z","closed_at":"2018-03-29T06:30:58Z","merged_at":"2018-03-29T06:30:58Z","merge_commit_sha":"c1c3838a229fdf92780a55d1796ada224f4c781a","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":null,"commits_url":"https://api.github.com/repos/Steemia/Steemia/pulls/35/commits","review_comments_url":"https://api.github.com/repos/Steemia/Steemia/pulls/35/comments","review_comment_url":"https://api.github.com/repos/Steemia/Steemia/pulls/comments{/number}","comments_url":"https://api.github.com/repos/Steemia/Steemia/issues/35/comments","statuses_url":"https://api.github.com/repos/Steemia/Steemia/statuses/ace509a3f6a3e17f910837341cd1654839bb6fc7","head":{"label":"Steemia:page/login","ref":"page/login","sha":"ace509a3f6a3e17f910837341cd1654839bb6fc7","user":{"login":"Steemia","id":35668607,"avatar_url":"https://avatars0.githubusercontent.com/u/35668607?v=4","gravatar_id":"","url":"https://api.github.com/users/Steemia","html_url":"https://github.com/Steemia","followers_url":"https://api.github.com/users/Steemia/followers","following_url":"https://api.github.com/users/Steemia/following{/other_user}","gists_url":"https://api.github.com/users/Steemia/gists{/gist_id}","starred_url":"https://api.github.com/users/Steemia/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Steemia/subscriptions","organizations_url":"https://api.github.com/users/Steemia/orgs","repos_url":"https://api.github.com/users/Steemia/repos","events_url":"https://api.github.com/users/Steemia/events{/privacy}","received_events_url":"https://api.github.com/users/Steemia/received_events","type":"Organization","site_admin":false},"repo":{"id":116088994,"name":"Steemia","full_name":"Steemia/Steemia","owner":{"login":"Steemia","id":35668607,"avatar_url":"https://avatars0.githubusercontent.com/u/35668607?v=4","gravatar_id":"","url":"https://api.github.com/users/Steemia","html_url":"https://github.com/Steemia","followers_url":"https://api.github.com/users/Steemia/followers","following_url":"https://api.github.com/users/Steemia/following{/other_user}","gists_url":"https://api.github.com/users/Steemia/gists{/gist_id}","starred_url":"https://api.github.com/users/Steemia/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Steemia/subscriptions","organizations_url":"https://api.github.com/users/Steemia/orgs","repos_url":"https://api.github.com/users/Steemia/repos","events_url":"https://api.github.com/users/Steemia/events{/privacy}","received_events_url":"https://api.github.com/users/Steemia/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/Steemia/Steemia","description":"A mobile app on Steem blockchain!","fork":false,"url":"https://api.github.com/repos/Steemia/Steemia","forks_url":"https://api.github.com/repos/Steemia/Steemia/forks","keys_url":"https://api.github.com/repos/Steemia/Steemia/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Steemia/Steemia/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Steemia/Steemia/teams","hooks_url":"https://api.github.com/repos/Steemia/Steemia/hooks","issue_events_url":"https://api.github.com/repos/Steemia/Steemia/issues/events{/number}","events_url":"https://api.github.com/repos/Steemia/Steemia/events","assignees_url":"https://api.github.com/repos/Steemia/Steemia/assignees{/user}","branches_url":"https://api.github.com/repos/Steemia/Steemia/branches{/branch}","tags_url":"https://api.github.com/repos/Steemia/Steemia/tags","blobs_url":"https://api.github.com/repos/Steemia/Steemia/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Steemia/Steemia/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Steemia/Steemia/git/refs{/sha}","trees_url":"https://api.github.com/repos/Steemia/Steemia/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Steemia/Steemia/statuses/{sha}","languages_url":"https://api.github.com/repos/Steemia/Steemia/languages","stargazers_url":"https://api.github.com/repos/Steemia/Steemia/stargazers","contributors_url":"https://api.github.com/repos/Steemia/Steemia/contributors","subscribers_url":"https://api.github.com/repos/Steemia/Steemia/subscribers","subscription_url":"https://api.github.com/repos/Steemia/Steemia/subscription","commits_url":"https://api.github.com/repos/Steemia/Steemia/commits{/sha}","git_commits_url":"https://api.github.com/repos/Steemia/Steemia/git/commits{/sha}","comments_url":"https://api.github.com/repos/Steemia/Steemia/comments{/number}","issue_comment_url":"https://api.github.com/repos/Steemia/Steemia/issues/comments{/number}","contents_url":"https://api.github.com/repos/Steemia/Steemia/contents/{+path}","compare_url":"https://api.github.com/repos/Steemia/Steemia/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Steemia/Steemia/merges","archive_url":"https://api.github.com/repos/Steemia/Steemia/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Steemia/Steemia/downloads","issues_url":"https://api.github.com/repos/Steemia/Steemia/issues{/number}","pulls_url":"https://api.github.com/repos/Steemia/Steemia/pulls{/number}","milestones_url":"https://api.github.com/repos/Steemia/Steemia/milestones{/number}","notifications_url":"https://api.github.com/repos/Steemia/Steemia/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Steemia/Steemia/labels{/name}","releases_url":"https://api.github.com/repos/Steemia/Steemia/releases{/id}","deployments_url":"https://api.github.com/repos/Steemia/Steemia/deployments","created_at":"2018-01-03T03:55:27Z","updated_at":"2018-03-29T06:31:00Z","pushed_at":"2018-03-29T06:30:59Z","git_url":"git://github.com/Steemia/Steemia.git","ssh_url":"git@github.com:Steemia/Steemia.git","clone_url":"https://github.com/Steemia/Steemia.git","svn_url":"https://github.com/Steemia/Steemia","homepage":"http://steemia.io","size":20889,"stargazers_count":18,"watchers_count":18,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":6,"mirror_url":null,"archived":false,"open_issues_count":1,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit"},"forks":6,"open_issues":1,"watchers":18,"default_branch":"master"}},"base":{"label":"Steemia:master","ref":"master","sha":"90b08450721a25e59e413beeee5090010ab5876e","user":{"login":"Steemia","id":35668607,"avatar_url":"https://avatars0.githubusercontent.com/u/35668607?v=4","gravatar_id":"","url":"https://api.github.com/users/Steemia","html_url":"https://github.com/Steemia","followers_url":"https://api.github.com/users/Steemia/followers","following_url":"https://api.github.com/users/Steemia/following{/other_user}","gists_url":"https://api.github.com/users/Steemia/gists{/gist_id}","starred_url":"https://api.github.com/users/Steemia/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Steemia/subscriptions","organizations_url":"https://api.github.com/users/Steemia/orgs","repos_url":"https://api.github.com/users/Steemia/repos","events_url":"https://api.github.com/users/Steemia/events{/privacy}","received_events_url":"https://api.github.com/users/Steemia/received_events","type":"Organization","site_admin":false},"repo":{"id":116088994,"name":"Steemia","full_name":"Steemia/Steemia","owner":{"login":"Steemia","id":35668607,"avatar_url":"https://avatars0.githubusercontent.com/u/35668607?v=4","gravatar_id":"","url":"https://api.github.com/users/Steemia","html_url":"https://github.com/Steemia","followers_url":"https://api.github.com/users/Steemia/followers","following_url":"https://api.github.com/users/Steemia/following{/other_user}","gists_url":"https://api.github.com/users/Steemia/gists{/gist_id}","starred_url":"https://api.github.com/users/Steemia/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Steemia/subscriptions","organizations_url":"https://api.github.com/users/Steemia/orgs","repos_url":"https://api.github.com/users/Steemia/repos","events_url":"https://api.github.com/users/Steemia/events{/privacy}","received_events_url":"https://api.github.com/users/Steemia/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/Steemia/Steemia","description":"A mobile app on Steem blockchain!","fork":false,"url":"https://api.github.com/repos/Steemia/Steemia","forks_url":"https://api.github.com/repos/Steemia/Steemia/forks","keys_url":"https://api.github.com/repos/Steemia/Steemia/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Steemia/Steemia/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Steemia/Steemia/teams","hooks_url":"https://api.github.com/repos/Steemia/Steemia/hooks","issue_events_url":"https://api.github.com/repos/Steemia/Steemia/issues/events{/number}","events_url":"https://api.github.com/repos/Steemia/Steemia/events","assignees_url":"https://api.github.com/repos/Steemia/Steemia/assignees{/user}","branches_url":"https://api.github.com/repos/Steemia/Steemia/branches{/branch}","tags_url":"https://api.github.com/repos/Steemia/Steemia/tags","blobs_url":"https://api.github.com/repos/Steemia/Steemia/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Steemia/Steemia/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Steemia/Steemia/git/refs{/sha}","trees_url":"https://api.github.com/repos/Steemia/Steemia/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Steemia/Steemia/statuses/{sha}","languages_url":"https://api.github.com/repos/Steemia/Steemia/languages","stargazers_url":"https://api.github.com/repos/Steemia/Steemia/stargazers","contributors_url":"https://api.github.com/repos/Steemia/Steemia/contributors","subscribers_url":"https://api.github.com/repos/Steemia/Steemia/subscribers","subscription_url":"https://api.github.com/repos/Steemia/Steemia/subscription","commits_url":"https://api.github.com/repos/Steemia/Steemia/commits{/sha}","git_commits_url":"https://api.github.com/repos/Steemia/Steemia/git/commits{/sha}","comments_url":"https://api.github.com/repos/Steemia/Steemia/comments{/number}","issue_comment_url":"https://api.github.com/repos/Steemia/Steemia/issues/comments{/number}","contents_url":"https://api.github.com/repos/Steemia/Steemia/contents/{+path}","compare_url":"https://api.github.com/repos/Steemia/Steemia/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Steemia/Steemia/merges","archive_url":"https://api.github.com/repos/Steemia/Steemia/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Steemia/Steemia/downloads","issues_url":"https://api.github.com/repos/Steemia/Steemia/issues{/number}","pulls_url":"https://api.github.com/repos/Steemia/Steemia/pulls{/number}","milestones_url":"https://api.github.com/repos/Steemia/Steemia/milestones{/number}","notifications_url":"https://api.github.com/repos/Steemia/Steemia/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Steemia/Steemia/labels{/name}","releases_url":"https://api.github.com/repos/Steemia/Steemia/releases{/id}","deployments_url":"https://api.github.com/repos/Steemia/Steemia/deployments","created_at":"2018-01-03T03:55:27Z","updated_at":"2018-03-29T06:31:00Z","pushed_at":"2018-03-29T06:30:59Z","git_url":"git://github.com/Steemia/Steemia.git","ssh_url":"git@github.com:Steemia/Steemia.git","clone_url":"https://github.com/Steemia/Steemia.git","svn_url":"https://github.com/Steemia/Steemia","homepage":"http://steemia.io","size":20889,"stargazers_count":18,"watchers_count":18,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":6,"mirror_url":null,"archived":false,"open_issues_count":1,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit"},"forks":6,"open_issues":1,"watchers":18,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/Steemia/Steemia/pulls/35"},"html":{"href":"https://github.com/Steemia/Steemia/pull/35"},"issue":{"href":"https://api.github.com/repos/Steemia/Steemia/issues/35"},"comments":{"href":"https://api.github.com/repos/Steemia/Steemia/issues/35/comments"},"review_comments":{"href":"https://api.github.com/repos/Steemia/Steemia/pulls/35/comments"},"review_comment":{"href":"https://api.github.com/repos/Steemia/Steemia/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/Steemia/Steemia/pulls/35/commits"},"statuses":{"href":"https://api.github.com/repos/Steemia/Steemia/statuses/ace509a3f6a3e17f910837341cd1654839bb6fc7"}},"author_association":"OWNER"}],"platform":"github","type":"development","tags":["utopian-io","steemia","steemdev","steemapp","opensource"],"users":["jaysermendez"],"links":["https://steemitimages.com/DQmcwfYsupFQ71D4z8CTNKBWPcyjjFDkPK6vEMDu8BYeFcS/Screen%20Shot%202018-03-29%20at%2012.45.40%20AM.png","https://steemitimages.com/DQmVxEfEiAeiyPUKNxnzBepDcrDbruwxmPqxrFyChFQYuGR/Screen%20Shot%202018-03-29%20at%201.12.09%20AM.png","https://github.com/Steemia/Steemia"],"image":["https://steemitimages.com/DQmcwfYsupFQ71D4z8CTNKBWPcyjjFDkPK6vEMDu8BYeFcS/Screen%20Shot%202018-03-29%20at%2012.45.40%20AM.png","https://steemitimages.com/DQmVxEfEiAeiyPUKNxnzBepDcrDbruwxmPqxrFyChFQYuGR/Screen%20Shot%202018-03-29%20at%201.12.09%20AM.png"],"moderator":{"account":"vladimir-simovic","time":"2018-03-30T15:05:12.983Z","reviewed":true,"pending":false,"flagged":false},"questions":[{"question":"Is the project description formal?","answers":[{"value":"Yes itβs straight to the point","selected":true,"score":10},{"value":"Need more description ","selected":false,"score":5},{"value":"Not too descriptive","selected":false,"score":0}],"selected":0},{"question":"Is the language / grammar correct?","answers":[{"value":"Yes","selected":true,"score":20},{"value":"A few mistakes","selected":false,"score":10},{"value":"It's pretty bad","selected":false,"score":0}],"selected":0},{"question":"Was the template followed?","answers":[{"value":"Yes","selected":true,"score":10},{"value":"Partially","selected":false,"score":5},{"value":"No","selected":false,"score":0}],"selected":0},{"question":"How do you rate the amount of work?","answers":[{"value":"Very High","selected":false,"score":20},{"value":"High","selected":false,"score":16},{"value":"Medium","selected":true,"score":12},{"value":"Low","selected":false,"score":7},{"value":"Very Low","selected":false,"score":3}],"selected":2},{"question":"How do you rate the impact on the Project?","answers":[{"value":"Very High","selected":false,"score":20},{"value":"High","selected":false,"score":16},{"value":"Medium","selected":true,"score":12},{"value":"Low","selected":false,"score":7},{"value":"Very Low","selected":false,"score":3}],"selected":2}],"score":55}" | ||||||
created | 2018-03-29 07:05:12 | ||||||
last_update | 2018-03-30 15:05:21 | ||||||
depth | 0 | ||||||
children | 6 | ||||||
last_payout | 2018-04-05 07:05:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 48.898 HBD | ||||||
curator_payout_value | 20.995 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 4,165 | ||||||
author_reputation | 20,790,862,502,465 | ||||||
root_title | "[Steemia] - App updates + Owned API" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 47,227,909 | ||||||
net_rshares | 28,556,500,650,389 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eric-boucher | 0 | 177,799,355,568 | 50% | ||
sjennon | 0 | 39,278,523,852 | 15% | ||
thatmemeguy | 0 | 4,780,842,794 | 50% | ||
dyancuex | 0 | 1,237,996,443 | 50% | ||
michelios | 0 | 45,015,194,836 | 20% | ||
toninux | 0 | 493,566,602 | 50% | ||
jdc | 0 | 826,369,424 | 20% | ||
bargolis | 0 | 679,721,684 | 5% | ||
mys | 0 | 21,671,982,670 | 25% | ||
mkt | 0 | 4,510,922,578 | 12.18% | ||
helo | 0 | 23,597,071,336 | 100% | ||
walnut1 | 0 | 8,419,925,656 | 5% | ||
ilyastarar | 0 | 76,373,772,719 | 50% | ||
flauwy | 0 | 19,336,216,020 | 35% | ||
herman2141 | 0 | 96,240,341 | 50% | ||
prechi | 0 | 1,361,207,804 | 10% | ||
alphacore | 0 | 2,997,520,541 | 5% | ||
mahdiyari | 0 | 12,383,621,957 | 20% | ||
ronimm | 0 | 9,992,519,418 | 100% | ||
mufasatoldyou | 0 | 7,679,720,664 | 100% | ||
chaostheory | 0 | 1,062,692,801 | 100% | ||
butterfly-effect | 0 | 865,009,462 | 100% | ||
jomeszaros | 0 | 27,690,956,613 | 100% | ||
thegrandestine | 0 | 1,961,242,664 | 100% | ||
makrotheblack | 0 | 2,787,066,418 | 50% | ||
mirrorforce | 0 | 758,745,897 | 100% | ||
lilith | 0 | 279,013,572 | 100% | ||
mysticalword | 0 | 866,235,324 | 100% | ||
simonluisi | 0 | 2,707,380,217 | 100% | ||
thinkkniht | 0 | 502,356,845 | 75% | ||
ewuoso | 0 | 4,108,387,809 | 20% | ||
elbleess | 0 | 706,569,811 | 50% | ||
jfuenmayor96 | 0 | 2,439,841,877 | 50% | ||
paradoxofchoice | 0 | 1,550,761,740 | 100% | ||
phogyan | 0 | 2,565,143,446 | 50% | ||
onos | 0 | 7,153,687,112 | 100% | ||
instantania.cat | 0 | 1,462,437,596 | 50% | ||
betacore | 0 | 874,487,508 | 100% | ||
harshallele | 0 | 4,904,902,416 | 50% | ||
leyla5 | 0 | 1,468,633,479 | 50% | ||
love-me | 0 | 1,095,599,607 | 100% | ||
omegacore | 0 | 1,836,562,015 | 100% | ||
techtek | 0 | 18,370,206,883 | 50% | ||
cifer | 0 | 3,149,130,162 | 80% | ||
tradeownsystems | 0 | 436,297,180 | 100% | ||
jesdn16 | 0 | 2,568,742,312 | 100% | ||
xtramedium | 0 | 267,038,137 | 50% | ||
stoodkev | 0 | 17,676,466,038 | 10% | ||
luisrod | 0 | 116,014,491 | 15% | ||
ansonoxy | 0 | 1,724,551,697 | 100% | ||
kittenpics | 0 | 60,633,839 | 25% | ||
jamesbarraclough | 0 | 667,224,828 | 100% | ||
smafey | 0 | 1,147,413,914 | 50% | ||
lauraesfeliz | 0 | 493,428,238 | 100% | ||
hillaryaa | 0 | 1,136,949,108 | 100% | ||
espoem | 0 | 26,563,536,991 | 40% | ||
superdavey | 0 | 158,971,409 | 2% | ||
timmyeu | 0 | 1,162,869,662 | 50% | ||
gotgame | 0 | 9,050,394,919 | 100% | ||
silasvogt | 0 | 300,148,432 | 50% | ||
hsynterkr | 0 | 9,802,391,323 | 100% | ||
sorucevap | 0 | 1,764,293,888 | 10% | ||
anadolu | 0 | 28,743,705,945 | 10% | ||
idlebright | 0 | 3,147,952,749 | 50% | ||
odebgaming | 0 | 433,482,795 | 100% | ||
utopian-io | 0 | 27,648,080,666,090 | 18.75% | ||
steaknsteem | 0 | 1,783,125,826 | 50% | ||
masud222 | 0 | 217,243,023 | 50% | ||
sayed53 | 0 | 214,183,263 | 50% | ||
parag | 0 | 217,243,023 | 50% | ||
kimaben | 0 | 362,689,680 | 25% | ||
kslo | 0 | 2,496,777,873 | 50% | ||
mrmaracucho | 0 | 557,453,471 | 100% | ||
nathalie13 | 0 | 958,374,574 | 100% | ||
not-a-bird | 0 | 4,408,351,383 | 50% | ||
adhew | 0 | 61,532,000 | 10% | ||
bitopia | 0 | 1,450,788,848 | 100% | ||
eleonardo | 0 | 69,778,300 | 10% | ||
rdvn | 0 | 474,370,064 | 5% | ||
jutdagut | 0 | 420,870,512 | 100% | ||
zohaib715 | 0 | 354,644,545 | 50% | ||
evilest-fiend | 0 | 2,519,203,877 | 100% | ||
azwarrangkuti | 0 | 22,169,988,059 | 33% | ||
shenoy | 0 | 9,654,507,577 | 10% | ||
studytext | 0 | 153,061,109 | 25% | ||
fabiocola | 0 | 824,480,805 | 100% | ||
checkthisout | 0 | 821,476,271 | 50% | ||
navx | 0 | 2,036,712,418 | 70% | ||
handfree42 | 0 | 113,520,176 | 50% | ||
ilovekrys | 0 | 229,482,067 | 50% | ||
family.app | 0 | 117,202,138 | 100% | ||
not-a-cat | 0 | 1,083,374,649 | 100% | ||
varja | 0 | 707,276,795 | 50% | ||
maphics | 0 | 104,709,791 | 100% | ||
sebastiengllmt | 0 | 306,503,607 | 50% | ||
utopian-1up | 0 | 5,019,687,596 | 100% | ||
odesanya | 0 | 55,205,940 | 10% | ||
barut | 0 | 694,884,017 | 50% | ||
phgnomo | 0 | 1,045,027,634 | 15% | ||
senseibabs | 0 | 89,041,734 | 20% | ||
carsonroscoe | 0 | 3,753,042,747 | 80% | ||
neexal | 0 | 417,398,765 | 100% | ||
animefanrd | 0 | 51,295,696 | 10% | ||
skaybliss | 0 | 86,213,802 | 20% | ||
hayirhah | 0 | 156,412,959 | 7.5% | ||
zlatkamrs | 0 | 395,294,524 | 70% | ||
amosbastian | 0 | 11,807,337,375 | 50% | ||
yourmercury | 0 | 724,068,067 | 100% | ||
acrywhif | 0 | 3,454,286,014 | 80% | ||
xplore | 0 | 708,482,032 | 50% | ||
goddywise4-eu | 0 | 437,545,808 | 100% | ||
layanmarissa | 0 | 226,623,073 | 50% | ||
proffgodswill | 0 | 61,299,229 | 10% | ||
nataly2317 | 0 | 218,480,391 | 50% | ||
sweeverdev | 0 | 1,052,002,634 | 50% | ||
shairalaleska | 0 | 452,830,709 | 100% | ||
kodeblacc | 0 | 1,779,381,218 | 50% | ||
isacastillor | 0 | 1,115,052,565 | 95% | ||
devilonwheels | 0 | 1,795,096,683 | 10% | ||
fabiolapestana | 0 | 483,032,394 | 100% | ||
oups | 0 | 9,662,504,821 | 100% | ||
rhotimee | 0 | 6,167,768,688 | 50% | ||
jayboss | 0 | 217,417,920 | 50% | ||
jrmiller87 | 0 | 2,546,223,282 | 100% | ||
audiosiren | 0 | 452,690,114 | 100% | ||
solomon507 | 0 | 733,343,615 | 50% | ||
patatesyiyen | 0 | 81,722,479 | 12.5% | ||
deejee | 0 | 116,647,986 | 20% | ||
rsteem | 0 | 258,874,852 | 50% | ||
ycct | 0 | 10,046,273,772 | 100% | ||
naturallife | 0 | 417,782,611 | 85% | ||
onin91 | 0 | 437,961,842 | 50% | ||
neneandy | 0 | 2,025,103,030 | 50% | ||
isabella394 | 0 | 2,461,380,050 | 100% | ||
emailbox19149 | 0 | 149,928,284 | 50% | ||
the-reaper | 0 | 589,650,788 | 100% | ||
skybreaker | 0 | 1,809,211,275 | 100% | ||
lemony-cricket | 0 | 10,617,198,986 | 20% | ||
josephace135 | 0 | 9,077,865,831 | 100% | ||
jaysermendez | 0 | 8,343,693,297 | 100% | ||
saifannur-mzy | 0 | 272,318,720 | 50% | ||
yeswanth | 0 | 614,463,095 | 100% | ||
kaking | 0 | 232,541,828 | 50% | ||
zulkiflisaadan | 0 | 365,026,061 | 50% | ||
exploreand | 0 | 1,153,044,690 | 25% | ||
bybrawe | 0 | 156,677,514 | 5% | ||
petvalbra | 0 | 615,649,634 | 100% | ||
steemassistant | 0 | 561,887,247 | 100% | ||
hmctrasher | 0 | 387,175,300 | 10% | ||
photohunter1 | 0 | 3,963,328,838 | 100% | ||
photohunter2 | 0 | 3,175,819,043 | 100% | ||
photohunter3 | 0 | 3,171,072,038 | 100% | ||
photohunter4 | 0 | 3,158,453,595 | 100% | ||
photohunter5 | 0 | 3,153,384,363 | 100% | ||
howtosteem | 0 | 3,664,704,503 | 100% | ||
sylinda | 0 | 220,515,756 | 50% | ||
fmbs25 | 0 | 246,604,999 | 50% | ||
livsky | 0 | 372,076,536 | 50% | ||
badmusazeez | 0 | 97,912,348 | 50% | ||
tailslide | 0 | 220,302,784 | 50% | ||
roj | 0 | 2,092,247,108 | 100% | ||
antigenx | 0 | 171,369,559 | 10% | ||
andiepumpgun | 0 | 270,517,522 | 50% | ||
aderemi01 | 0 | 1,769,949,783 | 50% | ||
supreme-verdict | 0 | 27,516,926,481 | 100% | ||
steemnova | 0 | 1,369,035,726 | 25% | ||
retrocausality | 0 | 1,084,030,223 | 100% | ||
killbill73 | 0 | 159,107,566 | 50% | ||
amirdesaingrafis | 0 | 697,797,014 | 50% | ||
fai.zul | 0 | 305,976,090 | 50% | ||
nightdragon | 0 | 264,557,042 | 50% | ||
arellanoyan | 0 | 206,052,727 | 50% | ||
reazuliqbal | 0 | 4,780,802,560 | 100% | ||
aliyu-s | 0 | 478,725,186 | 50% | ||
estherekanem | 0 | 95,065,932 | 20% | ||
aaronren | 0 | 220,302,784 | 50% | ||
muratti | 0 | 61,195,218 | 10% | ||
belaviel | 0 | 492,967,827 | 100% | ||
flinter | 0 | 168,572,072 | 50% | ||
abreu | 0 | 217,435,130 | 50% | ||
opulence | 0 | 1,802,571,005 | 50% | ||
phasma | 0 | 122,604,626 | 20% | ||
ibez | 0 | 85,834,662 | 20% | ||
hierro21 | 0 | 607,286,678 | 100% | ||
carlitojoshua | 0 | 220,302,784 | 50% | ||
donjyde | 0 | 226,422,306 | 50% | ||
nonsqtr | 0 | 462,792,833 | 50% | ||
monster-reborn | 0 | 1,681,381,528 | 100% | ||
crispycoinboys | 0 | 2,095,139,865 | 30% | ||
zcool | 0 | 101,242,702 | 10% | ||
gwapoaller | 0 | 305,976,090 | 50% | ||
carloniere | 0 | 207,612,460 | 50% | ||
mrgranville | 0 | 501,800,787 | 100% | ||
lionindayard | 0 | 2,101,483,729 | 10% | ||
bluestorm | 0 | 460,532,044 | 75% | ||
aresbon | 0 | 611,952,180 | 100% | ||
daszod | 0 | 495,681,265 | 100% | ||
bdohermos | 0 | 615,165,462 | 100% | ||
genoner | 0 | 1,669,077,634 | 95% | ||
dexter24 | 0 | 233,930,865 | 50% | ||
muammarnst | 0 | 306,150,734 | 50% | ||
jayo | 0 | 199,213,015 | 50% | ||
pepememes | 0 | 165,113,878 | 50% | ||
chain-reaction | 0 | 113,981,599 | 100% | ||
kaell | 0 | 61,445,556 | 10% | ||
animesukidesu | 0 | 171,812,019 | 50% | ||
wealth4good | 0 | 87,408,587 | 5% | ||
esme-svh | 0 | 217,494,187 | 50% | ||
lsanek | 0 | 289,175,011 | 50% | ||
lykia | 0 | 303,214,077 | 50% | ||
realness | 0 | 306,251,474 | 50% | ||
musicbot | 0 | 104,481,467 | 100% | ||
anime.lovers | 0 | 306,314,072 | 50% | ||
flugbot | 0 | 122,683,991 | 100% | ||
lemcriq | 0 | 55,795,558 | 20% | ||
masterofdisaster | 0 | 263,529,107 | 50% | ||
muhibbullah | 0 | 217,243,023 | 50% | ||
eraizel | 0 | 451,412,858 | 50% | ||
erhanulusoy | 0 | 61,096,686 | 10% | ||
dave-verreault | 0 | 398,782,619 | 50% | ||
almamun298 | 0 | 220,302,784 | 50% | ||
jaber-hossain70 | 0 | 245,091,258 | 50% | ||
krasnalek | 0 | 52,356,721 | 100% | ||
morin89 | 0 | 217,448,421 | 50% | ||
niouton | 0 | 4,765,818,729 | 20% | ||
gentecomun | 0 | 563,033,540 | 100% | ||
editorspicks | 0 | 61,230,367 | 50% | ||
darkassassin | 0 | 79,582,470 | 90% | ||
liquidpoopcorn | 0 | 217,243,023 | 50% | ||
dotman-art | 0 | 217,243,023 | 50% | ||
hermanasquintero | 0 | 440,605,569 | 80% |
Los usuarios esperamos que puedan resolver pronto los detalles del proyecto y tengamos la posibilidad de usar sus herramientas!
author | bdohermos |
---|---|
permlink | re-jaysermendez-steemia-app-updates-owned-api-20180331t001757589z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-03-30 23:48:36 |
last_update | 2018-03-30 23:48:36 |
depth | 1 |
children | 0 |
last_payout | 2018-04-06 23:48:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 127 |
author_reputation | 66,509,616,127 |
root_title | "[Steemia] - App updates + Owned API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,534,363 |
net_rshares | 9,800,192,300 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jaysermendez | 0 | 9,800,192,300 | 100% |
Steemia Inner Comment Test
author | jaysermendez |
---|---|
permlink | re-steemia-app-updates-owned-api-20180401t075458908z |
category | utopian-io |
json_metadata | {"community":"steemia","app":"steemia/0.0.1"} |
created | 2018-04-01 07:54:57 |
last_update | 2018-04-01 07:54:57 |
depth | 1 |
children | 0 |
last_payout | 2018-04-08 07:54:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.023 HBD |
curator_payout_value | 0.001 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 20,790,862,502,465 |
root_title | "[Steemia] - App updates + Owned API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,741,276 |
net_rshares | 9,159,573,954 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jaysermendez | 0 | 9,159,573,954 | 100% |
Inner comment 2 test
author | jaysermendez |
---|---|
permlink | re-steemia-app-updates-owned-api-20180401t080624189z |
category | utopian-io |
json_metadata | {"community":"steemia","app":"steemia/0.0.1"} |
created | 2018-04-01 08:06:24 |
last_update | 2018-04-01 08:06:24 |
depth | 1 |
children | 0 |
last_payout | 2018-04-08 08:06:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.025 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 20,790,862,502,465 |
root_title | "[Steemia] - App updates + Owned API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,742,500 |
net_rshares | 9,375,093,341 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jaysermendez | 0 | 9,375,093,341 | 100% |
### Hey @jaysermendez 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-jaysermendez-steemia-app-updates-owned-api-20180331t003355304z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-03-31 00:34:03 |
last_update | 2018-03-31 00:34:03 |
depth | 1 |
children | 0 |
last_payout | 2018-04-07 00:34:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,145 |
author_reputation | 152,955,367,999,756 |
root_title | "[Steemia] - App updates + Owned API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,538,213 |
net_rshares | 9,584,803,458 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jaysermendez | 0 | 9,584,803,458 | 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 | vladimir-simovic |
---|---|
permlink | re-jaysermendez-steemia-app-updates-owned-api-20180330t150545098z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-03-30 15:05:54 |
last_update | 2018-03-30 15:05:54 |
depth | 1 |
children | 1 |
last_payout | 2018-04-06 15:05:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.883 HBD |
curator_payout_value | 0.290 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 56,930,790,558,862 |
root_title | "[Steemia] - App updates + Owned API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,469,117 |
net_rshares | 389,061,339,039 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jaysermendez | 0 | 10,015,581,142 | 100% | ||
utopian.tip | 0 | 379,045,757,897 | 32.35% |
Hey @vladimir-simovic, I just gave you a tip for your hard work on moderation. Upvote this comment to support the utopian moderators and increase your future rewards!
author | utopian.tip |
---|---|
permlink | re-re-jaysermendez-steemia-app-updates-owned-api-20180330t150545098z-20180331t013438 |
category | utopian-io |
json_metadata | "" |
created | 2018-03-31 01:34:39 |
last_update | 2018-03-31 01:34:39 |
depth | 2 |
children | 0 |
last_payout | 2018-04-07 01:34: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 | 166 |
author_reputation | 238,310,597,885 |
root_title | "[Steemia] - App updates + Owned API" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,543,873 |
net_rshares | 0 |