### Description This Development contribution is in response to the task Request submitted by Steemgigs. According to the task request , I need to add a new steemgigs segment named surpassinggoogle. The 'surpassinggoogle' segment also should have a custom editor according their task request details. ### New Features - New Segment (SurpassingGoogle Segment) - New Custom Editor For SurpassingGoogle Sub Categories ### Additional Fixes - Base64 image url to normal format url ### Details Here is the image of the surpassing image segment that I have made.  (Note: Only Posts that have been made using the surpassinggoogle custom editor will be added on this segment ) If you click the View more button below the surpassinggoogle segment,It will take you to the category page of SurpassingGoogle. Just like the other category pages , you will see here all the gigs or contributions made by the surpassinggoogle editor from all subcategories.  This is the surpassinggoogle page where you can see all sub categories and their details. Clicking the sub-category name will lead you to the custom editor.  This is the Surpassing Google Editor.You could create contributions , tutorials or motivation using this editor.  ### Commits Here are the list of commits that i have created and updated to implement this feature. Pull out request link: [https://github.com/steemgigs/steemgigs/pull/33](https://github.com/steemgigs/steemgigs/pull/33) - [https://github.com/steemgigs/steemgigs/pull/33/commits/2f7926fa1faba4c89b66266eb8f79b699527546c](https://github.com/steemgigs/steemgigs/pull/33/commits/2f7926fa1faba4c89b66266eb8f79b699527546c) - [https://github.com/steemgigs/steemgigs/pull/33/commits/5b3c5ca359a5b54988a7eac60d18aa63ae6f4395](https://github.com/steemgigs/steemgigs/pull/33/commits/5b3c5ca359a5b54988a7eac60d18aa63ae6f4395) - [https://github.com/steemgigs/steemgigs/pull/33/commits/0f178fdd1c0a446fdd2fd032699ded19467f05f2](https://github.com/steemgigs/steemgigs/pull/33/commits/0f178fdd1c0a446fdd2fd032699ded19467f05f2) - [https://github.com/steemgigs/steemgigs/pull/33/commits/1131131f04e97035027ef0f0e7df05fbac7fc0ac](https://github.com/steemgigs/steemgigs/pull/33/commits/1131131f04e97035027ef0f0e7df05fbac7fc0ac) - [https://github.com/steemgigs/steemgigs/pull/33/commits/708cb907c6022193529d28eedbdd2ea9e95bde7c](https://github.com/steemgigs/steemgigs/pull/33/commits/708cb907c6022193529d28eedbdd2ea9e95bde7c) - [https://github.com/steemgigs/steemgigs/pull/33/commits/bf7e9ca3a8a818329bc30e40264f6c456132e0ee](https://github.com/steemgigs/steemgigs/pull/33/commits/bf7e9ca3a8a818329bc30e40264f6c456132e0ee) - [https://github.com/steemgigs/steemgigs/pull/33/commits/f52d6f23d99615b8b7aea6bb45af0914dda8d78a](https://github.com/steemgigs/steemgigs/pull/33/commits/f52d6f23d99615b8b7aea6bb45af0914dda8d78a) - [https://github.com/steemgigs/steemgigs/pull/33/commits/326bfcf9bd618475394a1fa96c16427e8997a9b1](https://github.com/steemgigs/steemgigs/pull/33/commits/326bfcf9bd618475394a1fa96c16427e8997a9b1) - [https://github.com/steemgigs/steemgigs/pull/33/commits/57d3d1076e149851702a785c1a1b8ddbce600f89](https://github.com/steemgigs/steemgigs/pull/33/commits/57d3d1076e149851702a785c1a1b8ddbce600f89) - [https://github.com/steemgigs/steemgigs/pull/33/commits/8b5f9f7920fde71fb2eff4ea1df08f45a236e8c3](https://github.com/steemgigs/steemgigs/pull/33/commits/8b5f9f7920fde71fb2eff4ea1df08f45a236e8c3) - [https://github.com/steemgigs/steemgigs/pull/33/commits/1651a7c927500a224d414adea12a1f6296797a98](https://github.com/steemgigs/steemgigs/pull/33/commits/1651a7c927500a224d414adea12a1f6296797a98) - [https://github.com/steemgigs/steemgigs/pull/33/commits/85896f8af2d51f3350f451ef370ad407dba99b79](https://github.com/steemgigs/steemgigs/pull/33/commits/85896f8af2d51f3350f451ef370ad407dba99b79) - [https://github.com/steemgigs/steemgigs/pull/33/commits/e934fbd3e242168c25c60d2af5284178bc25ea2d](https://github.com/steemgigs/steemgigs/pull/33/commits/e934fbd3e242168c25c60d2af5284178bc25ea2d) - [https://github.com/steemgigs/steemgigs/pull/33/commits/de6b4b46a43b32e53314943e622f5565e3a1fd48](https://github.com/steemgigs/steemgigs/pull/33/commits/de6b4b46a43b32e53314943e622f5565e3a1fd48) - [https://github.com/steemgigs/steemgigs/pull/33/commits/117632983095ed2e2905479c5234b1f1770867c5](https://github.com/steemgigs/steemgigs/pull/33/commits/117632983095ed2e2905479c5234b1f1770867c5) ### Implementation 1.Adding Creating new category and subcategories for surpassinggoogle segment on src/main.js to add them to the navigation menu.  2.Updating category.vue page.I have also added condition so there are panels from the left side that will appear if the category is 'surpassinggoogle'. src/pages/platform/category.vue  3.Add surpassinggoogle page to the route file .  4.Adding src/pages/platform/surpassinggoogle.vue file for the surpassinggoogle page.  You can view here the full codes of the file surpassinggoogle.vue . [https://github.com/steemgigs/steemgigs/pull/33/commits/5b3c5ca359a5b54988a7eac60d18aa63ae6f4395](https://github.com/steemgigs/steemgigs/pull/33/commits/5b3c5ca359a5b54988a7eac60d18aa63ae6f4395) 5.Adding the custom editor file(src/pages/platform/newSurpassingGig.vue) for posting a new surpassinggoogle gig.  View the file here newSurpassingGig.vue : [https://github.com/steemgigs/steemgigs/pull/33/commits/2f7926fa1faba4c89b66266eb8f79b699527546c](https://github.com/steemgigs/steemgigs/pull/33/commits/2f7926fa1faba4c89b66266eb8f79b699527546c) 6.Fetching the 'steemgigs_surpassinggoogle' type of post and display it to the surpassing google segment. - adding `Api.fetchSurpassingGoogle()` on `src/pages/index.vue`.  - Added surpassingoogle to the store file  Here is the Commit: [https://github.com/steemgigs/steemgigs/pull/33/commits/f52d6f23d99615b8b7aea6bb45af0914dda8d78a](https://github.com/steemgigs/steemgigs/pull/33/commits/f52d6f23d99615b8b7aea6bb45af0914dda8d78a) - Finally Update the home.vue and create surpassing google segment.  You can see the full changes on codes on this commit: [https://github.com/steemgigs/steemgigs/pull/33/commits/57d3d1076e149851702a785c1a1b8ddbce600f89](https://github.com/steemgigs/steemgigs/pull/33/commits/57d3d1076e149851702a785c1a1b8ddbce600f89) **The SurpassingGoogle Segment**  If you wan to view the PR just click the this link. [https://github.com/steemgigs/steemgigs/pull/33/] <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@kizzbonez/steemgigs-additional-feature-surpassinggoogle-segment">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
author | kizzbonez | ||||||
---|---|---|---|---|---|---|---|
permlink | steemgigs-additional-feature-surpassinggoogle-segment | ||||||
category | utopian-io | ||||||
json_metadata | "{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":122465927,"name":"steemgigs","full_name":"steemgigs/steemgigs","html_url":"https://github.com/steemgigs/steemgigs","fork":false,"owner":{"login":"steemgigs"}},"pullRequests":[{"url":"https://api.github.com/repos/steemgigs/steemgigs/pulls/33","id":178671006,"html_url":"https://github.com/steemgigs/steemgigs/pull/33","diff_url":"https://github.com/steemgigs/steemgigs/pull/33.diff","patch_url":"https://github.com/steemgigs/steemgigs/pull/33.patch","issue_url":"https://api.github.com/repos/steemgigs/steemgigs/issues/33","number":33,"state":"closed","locked":false,"title":"New feature and image upload fixes in response to Task Request of surpassinggoogle","user":{"login":"kizzbonez","id":17284039,"avatar_url":"https://avatars0.githubusercontent.com/u/17284039?v=4","gravatar_id":"","url":"https://api.github.com/users/kizzbonez","html_url":"https://github.com/kizzbonez","followers_url":"https://api.github.com/users/kizzbonez/followers","following_url":"https://api.github.com/users/kizzbonez/following{/other_user}","gists_url":"https://api.github.com/users/kizzbonez/gists{/gist_id}","starred_url":"https://api.github.com/users/kizzbonez/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kizzbonez/subscriptions","organizations_url":"https://api.github.com/users/kizzbonez/orgs","repos_url":"https://api.github.com/users/kizzbonez/repos","events_url":"https://api.github.com/users/kizzbonez/events{/privacy}","received_events_url":"https://api.github.com/users/kizzbonez/received_events","type":"User","site_admin":false},"body":"Feature(s) Added\r\n-Added SurpassingGoogle Segment\r\n-Added Custom Editor For Surpassing Google Subcategories\r\n\r\nFixes\r\n-Image upload using the editors of create new gig, custom request and surpassinggoogle is now giving normal url format.","created_at":"2018-03-31T07:38:09Z","updated_at":"2018-04-01T04:37:28Z","closed_at":"2018-04-01T04:37:28Z","merged_at":"2018-04-01T04:37:28Z","merge_commit_sha":"cb5bcea88589eef5587029d800233a155d076bf1","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":null,"commits_url":"https://api.github.com/repos/steemgigs/steemgigs/pulls/33/commits","review_comments_url":"https://api.github.com/repos/steemgigs/steemgigs/pulls/33/comments","review_comment_url":"https://api.github.com/repos/steemgigs/steemgigs/pulls/comments{/number}","comments_url":"https://api.github.com/repos/steemgigs/steemgigs/issues/33/comments","statuses_url":"https://api.github.com/repos/steemgigs/steemgigs/statuses/e84acd50021b97b3373d3d7ea90bf494c6b0fda1","head":{"label":"kizzbonez:kizzbonez-patch-2","ref":"kizzbonez-patch-2","sha":"e84acd50021b97b3373d3d7ea90bf494c6b0fda1","user":{"login":"kizzbonez","id":17284039,"avatar_url":"https://avatars0.githubusercontent.com/u/17284039?v=4","gravatar_id":"","url":"https://api.github.com/users/kizzbonez","html_url":"https://github.com/kizzbonez","followers_url":"https://api.github.com/users/kizzbonez/followers","following_url":"https://api.github.com/users/kizzbonez/following{/other_user}","gists_url":"https://api.github.com/users/kizzbonez/gists{/gist_id}","starred_url":"https://api.github.com/users/kizzbonez/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kizzbonez/subscriptions","organizations_url":"https://api.github.com/users/kizzbonez/orgs","repos_url":"https://api.github.com/users/kizzbonez/repos","events_url":"https://api.github.com/users/kizzbonez/events{/privacy}","received_events_url":"https://api.github.com/users/kizzbonez/received_events","type":"User","site_admin":false},"repo":{"id":126001835,"name":"steemgigs","full_name":"kizzbonez/steemgigs","owner":{"login":"kizzbonez","id":17284039,"avatar_url":"https://avatars0.githubusercontent.com/u/17284039?v=4","gravatar_id":"","url":"https://api.github.com/users/kizzbonez","html_url":"https://github.com/kizzbonez","followers_url":"https://api.github.com/users/kizzbonez/followers","following_url":"https://api.github.com/users/kizzbonez/following{/other_user}","gists_url":"https://api.github.com/users/kizzbonez/gists{/gist_id}","starred_url":"https://api.github.com/users/kizzbonez/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kizzbonez/subscriptions","organizations_url":"https://api.github.com/users/kizzbonez/orgs","repos_url":"https://api.github.com/users/kizzbonez/repos","events_url":"https://api.github.com/users/kizzbonez/events{/privacy}","received_events_url":"https://api.github.com/users/kizzbonez/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/kizzbonez/steemgigs","description":null,"fork":true,"url":"https://api.github.com/repos/kizzbonez/steemgigs","forks_url":"https://api.github.com/repos/kizzbonez/steemgigs/forks","keys_url":"https://api.github.com/repos/kizzbonez/steemgigs/keys{/key_id}","collaborators_url":"https://api.github.com/repos/kizzbonez/steemgigs/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/kizzbonez/steemgigs/teams","hooks_url":"https://api.github.com/repos/kizzbonez/steemgigs/hooks","issue_events_url":"https://api.github.com/repos/kizzbonez/steemgigs/issues/events{/number}","events_url":"https://api.github.com/repos/kizzbonez/steemgigs/events","assignees_url":"https://api.github.com/repos/kizzbonez/steemgigs/assignees{/user}","branches_url":"https://api.github.com/repos/kizzbonez/steemgigs/branches{/branch}","tags_url":"https://api.github.com/repos/kizzbonez/steemgigs/tags","blobs_url":"https://api.github.com/repos/kizzbonez/steemgigs/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/kizzbonez/steemgigs/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/kizzbonez/steemgigs/git/refs{/sha}","trees_url":"https://api.github.com/repos/kizzbonez/steemgigs/git/trees{/sha}","statuses_url":"https://api.github.com/repos/kizzbonez/steemgigs/statuses/{sha}","languages_url":"https://api.github.com/repos/kizzbonez/steemgigs/languages","stargazers_url":"https://api.github.com/repos/kizzbonez/steemgigs/stargazers","contributors_url":"https://api.github.com/repos/kizzbonez/steemgigs/contributors","subscribers_url":"https://api.github.com/repos/kizzbonez/steemgigs/subscribers","subscription_url":"https://api.github.com/repos/kizzbonez/steemgigs/subscription","commits_url":"https://api.github.com/repos/kizzbonez/steemgigs/commits{/sha}","git_commits_url":"https://api.github.com/repos/kizzbonez/steemgigs/git/commits{/sha}","comments_url":"https://api.github.com/repos/kizzbonez/steemgigs/comments{/number}","issue_comment_url":"https://api.github.com/repos/kizzbonez/steemgigs/issues/comments{/number}","contents_url":"https://api.github.com/repos/kizzbonez/steemgigs/contents/{+path}","compare_url":"https://api.github.com/repos/kizzbonez/steemgigs/compare/{base}...{head}","merges_url":"https://api.github.com/repos/kizzbonez/steemgigs/merges","archive_url":"https://api.github.com/repos/kizzbonez/steemgigs/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/kizzbonez/steemgigs/downloads","issues_url":"https://api.github.com/repos/kizzbonez/steemgigs/issues{/number}","pulls_url":"https://api.github.com/repos/kizzbonez/steemgigs/pulls{/number}","milestones_url":"https://api.github.com/repos/kizzbonez/steemgigs/milestones{/number}","notifications_url":"https://api.github.com/repos/kizzbonez/steemgigs/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/kizzbonez/steemgigs/labels{/name}","releases_url":"https://api.github.com/repos/kizzbonez/steemgigs/releases{/id}","deployments_url":"https://api.github.com/repos/kizzbonez/steemgigs/deployments","created_at":"2018-03-20T10:40:51Z","updated_at":"2018-03-31T12:17:52Z","pushed_at":"2018-04-01T04:37:05Z","git_url":"git://github.com/kizzbonez/steemgigs.git","ssh_url":"git@github.com:kizzbonez/steemgigs.git","clone_url":"https://github.com/kizzbonez/steemgigs.git","svn_url":"https://github.com/kizzbonez/steemgigs","homepage":null,"size":5474,"stargazers_count":0,"watchers_count":0,"language":"Vue","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"open_issues_count":0,"license":{"key":"other","name":"Other","spdx_id":null,"url":null},"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"}},"base":{"label":"steemgigs:master","ref":"master","sha":"f8b9c9f9b5face1fccf1a3b7151d96d056755975","user":{"login":"steemgigs","id":33357265,"avatar_url":"https://avatars0.githubusercontent.com/u/33357265?v=4","gravatar_id":"","url":"https://api.github.com/users/steemgigs","html_url":"https://github.com/steemgigs","followers_url":"https://api.github.com/users/steemgigs/followers","following_url":"https://api.github.com/users/steemgigs/following{/other_user}","gists_url":"https://api.github.com/users/steemgigs/gists{/gist_id}","starred_url":"https://api.github.com/users/steemgigs/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/steemgigs/subscriptions","organizations_url":"https://api.github.com/users/steemgigs/orgs","repos_url":"https://api.github.com/users/steemgigs/repos","events_url":"https://api.github.com/users/steemgigs/events{/privacy}","received_events_url":"https://api.github.com/users/steemgigs/received_events","type":"Organization","site_admin":false},"repo":{"id":122465927,"name":"steemgigs","full_name":"steemgigs/steemgigs","owner":{"login":"steemgigs","id":33357265,"avatar_url":"https://avatars0.githubusercontent.com/u/33357265?v=4","gravatar_id":"","url":"https://api.github.com/users/steemgigs","html_url":"https://github.com/steemgigs","followers_url":"https://api.github.com/users/steemgigs/followers","following_url":"https://api.github.com/users/steemgigs/following{/other_user}","gists_url":"https://api.github.com/users/steemgigs/gists{/gist_id}","starred_url":"https://api.github.com/users/steemgigs/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/steemgigs/subscriptions","organizations_url":"https://api.github.com/users/steemgigs/orgs","repos_url":"https://api.github.com/users/steemgigs/repos","events_url":"https://api.github.com/users/steemgigs/events{/privacy}","received_events_url":"https://api.github.com/users/steemgigs/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/steemgigs/steemgigs","description":"A website built on the steem protocol, that allows you to offer your talents, craft, skill, expertise etc as \"a service\" in exchange for steem, SBD, Steem Power etc Down the road, we will also looking to creating avenues to exchange","fork":false,"url":"https://api.github.com/repos/steemgigs/steemgigs","forks_url":"https://api.github.com/repos/steemgigs/steemgigs/forks","keys_url":"https://api.github.com/repos/steemgigs/steemgigs/keys{/key_id}","collaborators_url":"https://api.github.com/repos/steemgigs/steemgigs/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/steemgigs/steemgigs/teams","hooks_url":"https://api.github.com/repos/steemgigs/steemgigs/hooks","issue_events_url":"https://api.github.com/repos/steemgigs/steemgigs/issues/events{/number}","events_url":"https://api.github.com/repos/steemgigs/steemgigs/events","assignees_url":"https://api.github.com/repos/steemgigs/steemgigs/assignees{/user}","branches_url":"https://api.github.com/repos/steemgigs/steemgigs/branches{/branch}","tags_url":"https://api.github.com/repos/steemgigs/steemgigs/tags","blobs_url":"https://api.github.com/repos/steemgigs/steemgigs/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/steemgigs/steemgigs/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/steemgigs/steemgigs/git/refs{/sha}","trees_url":"https://api.github.com/repos/steemgigs/steemgigs/git/trees{/sha}","statuses_url":"https://api.github.com/repos/steemgigs/steemgigs/statuses/{sha}","languages_url":"https://api.github.com/repos/steemgigs/steemgigs/languages","stargazers_url":"https://api.github.com/repos/steemgigs/steemgigs/stargazers","contributors_url":"https://api.github.com/repos/steemgigs/steemgigs/contributors","subscribers_url":"https://api.github.com/repos/steemgigs/steemgigs/subscribers","subscription_url":"https://api.github.com/repos/steemgigs/steemgigs/subscription","commits_url":"https://api.github.com/repos/steemgigs/steemgigs/commits{/sha}","git_commits_url":"https://api.github.com/repos/steemgigs/steemgigs/git/commits{/sha}","comments_url":"https://api.github.com/repos/steemgigs/steemgigs/comments{/number}","issue_comment_url":"https://api.github.com/repos/steemgigs/steemgigs/issues/comments{/number}","contents_url":"https://api.github.com/repos/steemgigs/steemgigs/contents/{+path}","compare_url":"https://api.github.com/repos/steemgigs/steemgigs/compare/{base}...{head}","merges_url":"https://api.github.com/repos/steemgigs/steemgigs/merges","archive_url":"https://api.github.com/repos/steemgigs/steemgigs/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/steemgigs/steemgigs/downloads","issues_url":"https://api.github.com/repos/steemgigs/steemgigs/issues{/number}","pulls_url":"https://api.github.com/repos/steemgigs/steemgigs/pulls{/number}","milestones_url":"https://api.github.com/repos/steemgigs/steemgigs/milestones{/number}","notifications_url":"https://api.github.com/repos/steemgigs/steemgigs/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/steemgigs/steemgigs/labels{/name}","releases_url":"https://api.github.com/repos/steemgigs/steemgigs/releases{/id}","deployments_url":"https://api.github.com/repos/steemgigs/steemgigs/deployments","created_at":"2018-02-22T10:47:49Z","updated_at":"2018-04-01T04:37:31Z","pushed_at":"2018-04-01T04:42:15Z","git_url":"git://github.com/steemgigs/steemgigs.git","ssh_url":"git@github.com:steemgigs/steemgigs.git","clone_url":"https://github.com/steemgigs/steemgigs.git","svn_url":"https://github.com/steemgigs/steemgigs","homepage":"https://steemgigs.org","size":5409,"stargazers_count":8,"watchers_count":8,"language":"Vue","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":13,"mirror_url":null,"archived":false,"open_issues_count":15,"license":{"key":"other","name":"Other","spdx_id":null,"url":null},"forks":13,"open_issues":15,"watchers":8,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/steemgigs/steemgigs/pulls/33"},"html":{"href":"https://github.com/steemgigs/steemgigs/pull/33"},"issue":{"href":"https://api.github.com/repos/steemgigs/steemgigs/issues/33"},"comments":{"href":"https://api.github.com/repos/steemgigs/steemgigs/issues/33/comments"},"review_comments":{"href":"https://api.github.com/repos/steemgigs/steemgigs/pulls/33/comments"},"review_comment":{"href":"https://api.github.com/repos/steemgigs/steemgigs/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/steemgigs/steemgigs/pulls/33/commits"},"statuses":{"href":"https://api.github.com/repos/steemgigs/steemgigs/statuses/e84acd50021b97b3373d3d7ea90bf494c6b0fda1"}},"author_association":"CONTRIBUTOR"}],"platform":"github","type":"development","tags":["utopian-io","steemgigs","steemph-antipolo","steemph","vuejs"],"links":["https://github.com/steemgigs/steemgigs/pull/33","https://github.com/steemgigs/steemgigs/pull/33/commits/2f7926fa1faba4c89b66266eb8f79b699527546c","https://github.com/steemgigs/steemgigs/pull/33/commits/5b3c5ca359a5b54988a7eac60d18aa63ae6f4395","https://github.com/steemgigs/steemgigs/pull/33/commits/0f178fdd1c0a446fdd2fd032699ded19467f05f2","https://github.com/steemgigs/steemgigs/pull/33/commits/1131131f04e97035027ef0f0e7df05fbac7fc0ac","https://github.com/steemgigs/steemgigs/pull/33/commits/708cb907c6022193529d28eedbdd2ea9e95bde7c","https://github.com/steemgigs/steemgigs/pull/33/commits/bf7e9ca3a8a818329bc30e40264f6c456132e0ee","https://github.com/steemgigs/steemgigs/pull/33/commits/f52d6f23d99615b8b7aea6bb45af0914dda8d78a","https://github.com/steemgigs/steemgigs/pull/33/commits/326bfcf9bd618475394a1fa96c16427e8997a9b1","https://github.com/steemgigs/steemgigs/pull/33/commits/57d3d1076e149851702a785c1a1b8ddbce600f89","https://github.com/steemgigs/steemgigs/pull/33/commits/8b5f9f7920fde71fb2eff4ea1df08f45a236e8c3","https://github.com/steemgigs/steemgigs/pull/33/commits/1651a7c927500a224d414adea12a1f6296797a98","https://github.com/steemgigs/steemgigs/pull/33/commits/85896f8af2d51f3350f451ef370ad407dba99b79","https://github.com/steemgigs/steemgigs/pull/33/commits/e934fbd3e242168c25c60d2af5284178bc25ea2d","https://github.com/steemgigs/steemgigs/pull/33/commits/de6b4b46a43b32e53314943e622f5565e3a1fd48","https://github.com/steemgigs/steemgigs/pull/33/commits/117632983095ed2e2905479c5234b1f1770867c5"],"moderator":{"account":"vladimir-simovic","time":"2018-04-02T18:55:49.362Z","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":true,"score":16},{"value":"Medium","selected":false,"score":12},{"value":"Low","selected":false,"score":7},{"value":"Very Low","selected":false,"score":3}],"selected":1},{"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":49}" | ||||||
created | 2018-04-01 05:37:18 | ||||||
last_update | 2018-04-02 18:55:48 | ||||||
depth | 0 | ||||||
children | 20 | ||||||
last_payout | 2018-04-08 05:37:18 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 66.527 HBD | ||||||
curator_payout_value | 29.383 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 7,065 | ||||||
author_reputation | 6,622,714,362,560 | ||||||
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 47,727,375 | ||||||
net_rshares | 40,466,032,714,036 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
allmonitors | 0 | 3,383,822,807 | 1% | ||
arcange | 0 | 16,076,055,685 | 3% | ||
raphaelle | 0 | 1,910,562,392 | 3% | ||
cheetah | 0 | 2,107,403,779 | 0.08% | ||
goode | 0 | 560,907,351 | 75% | ||
freyman | 0 | 10,406,967,369 | 60% | ||
surpassinggoogle | 0 | 13,217,468,821,091 | 75% | ||
j3dy | 0 | 20,566,824,716 | 100% | ||
jgpro | 0 | 646,609,768 | 37.5% | ||
davidfnck | 0 | 4,619,424,833 | 30% | ||
southparkqueen | 0 | 4,632,623,444 | 75% | ||
steemgigs | 0 | 736,969,406 | 0.37% | ||
eurogee | 0 | 512,868,732 | 1.5% | ||
mys | 0 | 21,621,303,625 | 25% | ||
mkt | 0 | 3,760,036,229 | 9.66% | ||
herman2141 | 0 | 61,071,023 | 37.5% | ||
alphacore | 0 | 3,020,611,647 | 5% | ||
bobiecayao | 0 | 2,469,627,485 | 37.5% | ||
chaostheory | 0 | 961,688,425 | 100% | ||
butterfly-effect | 0 | 877,514,847 | 100% | ||
jomeszaros | 0 | 33,240,719,756 | 100% | ||
thegrandestine | 0 | 1,987,800,237 | 100% | ||
mirrorforce | 0 | 729,818,307 | 100% | ||
lilith | 0 | 282,546,078 | 100% | ||
mysticalword | 0 | 833,391,520 | 100% | ||
paradoxofchoice | 0 | 1,414,761,464 | 100% | ||
baboyed1000 | 0 | 280,133,168 | 15% | ||
mhel | 0 | 835,570,337 | 15% | ||
betacore | 0 | 841,322,190 | 100% | ||
kofspades | 0 | 464,492,501 | 37.5% | ||
love-me | 0 | 1,054,151,592 | 100% | ||
omegacore | 0 | 1,767,211,329 | 100% | ||
steemitph | 0 | 6,799,960,905 | 5% | ||
cifer | 0 | 3,985,906,813 | 80% | ||
qye | 0 | 2,899,352,417 | 100% | ||
dayathidayat | 0 | 489,545,458 | 100% | ||
enrique89 | 0 | 2,208,378,249 | 100% | ||
bhim | 0 | 52,075,610 | 37.5% | ||
nessyquel | 0 | 1,720,872,890 | 75% | ||
artoraly | 0 | 184,570,693 | 37.5% | ||
harrywill | 0 | 6,580,109,510 | 100% | ||
olayemzeecool | 0 | 230,900,008 | 37.5% | ||
marysent | 0 | 314,638,047 | 7.5% | ||
sukro | 0 | 116,253,826 | 37.5% | ||
shintamonica | 0 | 52,129,369 | 100% | ||
davealemana | 0 | 379,761,231 | 75% | ||
kittenpics | 0 | 60,633,839 | 25% | ||
yuxid | 0 | 31,748,224,320 | 40% | ||
kizzbonez | 0 | 1,341,316,813 | 100% | ||
rejzons | 0 | 280,478,423 | 7.5% | ||
smafey | 0 | 886,364,370 | 37.5% | ||
zanoni | 0 | 757,043,686 | 37.5% | ||
mercy11 | 0 | 116,632,047 | 7.5% | ||
alliahjoy | 0 | 404,346,959 | 100% | ||
ranielbrianulan | 0 | 4,142,859,105 | 75% | ||
superdavey | 0 | 158,977,528 | 2% | ||
bobtucks | 0 | 180,745,067 | 37.5% | ||
samdman | 0 | 119,767,129 | 37.5% | ||
penantang | 0 | 188,424,187 | 37.5% | ||
mslily | 0 | 208,650,092 | 37.5% | ||
g2wnlove | 0 | 171,886,720 | 37.5% | ||
amarm | 0 | 230,775,723 | 37.5% | ||
ybanezkim26 | 0 | 11,619,470,953 | 100% | ||
ruah | 0 | 62,436,192 | 1% | ||
utopian-io | 0 | 26,875,839,426,750 | 17.25% | ||
pipo092281 | 0 | 204,661,366 | 37.5% | ||
parag | 0 | 172,256,248 | 37.5% | ||
muksalbaihaqi | 0 | 229,897,282 | 37.5% | ||
ekjosh | 0 | 364,111,547 | 75% | ||
estrellamag | 0 | 198,994,153 | 37.5% | ||
eduardonarvaez | 0 | 223,488,963 | 37.5% | ||
zohaib715 | 0 | 272,803,496 | 37.5% | ||
thelovejunkie | 0 | 1,135,039,990 | 18.75% | ||
meetmysuperego | 0 | 1,111,229,368 | 18.75% | ||
tentalavera | 0 | 135,717,989 | 3.75% | ||
azwarrangkuti | 0 | 25,098,243,211 | 38% | ||
studytext | 0 | 116,326,443 | 18.75% | ||
epearson | 0 | 154,207,945 | 5% | ||
enjoyy | 0 | 390,547,209 | 37.5% | ||
pinay | 0 | 1,744,285,273 | 100% | ||
handfree42 | 0 | 88,730,114 | 37.5% | ||
awesome.ian | 0 | 148,026,953 | 75% | ||
vintageverve | 0 | 116,619,713 | 100% | ||
jecren | 0 | 229,598,336 | 37.5% | ||
dc420la | 0 | 303,240,112 | 37.5% | ||
paigegirl | 0 | 292,122,609 | 15% | ||
harkushi | 0 | 214,291,780 | 37.5% | ||
rosemarynoble | 0 | 372,120,384 | 37.5% | ||
berylwills | 0 | 886,739,634 | 75% | ||
kingsolo | 0 | 1,931,310,809 | 75% | ||
iwanderela | 0 | 1,191,081,059 | 1% | ||
nellita66 | 0 | 162,988,888 | 37.5% | ||
goalgetter | 0 | 165,559,114 | 37.5% | ||
rasamuel | 0 | 732,098,523 | 37.5% | ||
camillius | 0 | 172,942,563 | 15% | ||
aristokratos | 0 | 156,675,582 | 15% | ||
bobsthinking | 0 | 2,271,797,664 | 100% | ||
levinvillas | 0 | 920,685,596 | 18.75% | ||
layanmarissa | 0 | 177,623,489 | 37.5% | ||
henrychidiebere | 0 | 662,450,531 | 15% | ||
chiboyzz | 0 | 262,428,053 | 37.5% | ||
belemo | 0 | 396,128,555 | 37.5% | ||
audiosiren | 0 | 458,579,574 | 100% | ||
patatesyiyen | 0 | 62,109,084 | 9.37% | ||
onin91 | 0 | 328,486,679 | 37.5% | ||
neneandy | 0 | 1,679,693,548 | 37.5% | ||
pauloliverpino | 0 | 230,273,848 | 37.5% | ||
strings | 0 | 816,769,645 | 37.5% | ||
the-reaper | 0 | 597,441,103 | 100% | ||
wagun001 | 0 | 108,070,253 | 0.35% | ||
mashiliyanage | 0 | 1,065,359,238 | 3.75% | ||
ehf | 0 | 212,070,932 | 30% | ||
asfuriah | 0 | 330,454,177 | 75% | ||
greenpower | 0 | 139,622,269 | 75% | ||
crypto4euro | 0 | 1,186,462,987 | 37.5% | ||
skybreaker | 0 | 1,741,016,765 | 100% | ||
josephace135 | 0 | 11,502,332,018 | 100% | ||
allaboutme | 0 | 230,966,912 | 37.5% | ||
hpauric | 0 | 6,535,482,469 | 100% | ||
pelephotography | 0 | 449,228,817 | 75% | ||
mdnazmulhasan | 0 | 842,788,530 | 100% | ||
luijii | 0 | 370,673,757 | 75% | ||
modernmclaire | 0 | 214,585,648 | 37.5% | ||
raquelita | 0 | 229,789,315 | 37.5% | ||
ryl | 0 | 238,927,231 | 37.5% | ||
juichi | 0 | 540,093,256 | 37.5% | ||
s3carlo | 0 | 211,123,502 | 37.5% | ||
camilus | 0 | 842,428,115 | 75% | ||
lykaypajaro | 0 | 229,438,133 | 37.5% | ||
loydjayme25 | 0 | 374,560,985 | 37.5% | ||
armandofd | 0 | 83,069,895 | 18.75% | ||
sylinda | 0 | 174,574,973 | 37.5% | ||
humanduck | 0 | 260,079,676 | 100% | ||
victoriakorol | 0 | 206,156,082 | 37.5% | ||
starzy | 0 | 343,897,488 | 37.5% | ||
mrposyble | 0 | 205,296,302 | 37.5% | ||
faithvarron | 0 | 168,298,067 | 37.5% | ||
badmusazeez | 0 | 82,606,111 | 37.5% | ||
joeysison | 0 | 496,568,108 | 52.5% | ||
istar19 | 0 | 312,348,545 | 75% | ||
lorenzo1420 | 0 | 220,636,413 | 37.5% | ||
hoobeehey | 0 | 276,527,982 | 75% | ||
zoeroces | 0 | 5,403,229,374 | 100% | ||
mcamayra | 0 | 230,889,470 | 37.5% | ||
sexygirl123 | 0 | 116,923,482 | 37.5% | ||
andiepumpgun | 0 | 212,110,330 | 37.5% | ||
jayniel | 0 | 230,289,029 | 37.5% | ||
leebaong | 0 | 80,630,002 | 3.75% | ||
kul0tzzz | 0 | 339,571,764 | 75% | ||
basir92 | 0 | 214,183,263 | 37.5% | ||
rheyss08 | 0 | 177,966,255 | 37.5% | ||
julianalpanta | 0 | 230,216,298 | 37.5% | ||
annamighty | 0 | 156,984,741 | 37.5% | ||
supreme-verdict | 0 | 23,558,662,145 | 100% | ||
steemnova | 0 | 1,479,998,059 | 25% | ||
retrocausality | 0 | 1,042,912,214 | 100% | ||
azeemprime | 0 | 172,293,326 | 37.5% | ||
sissyjill | 0 | 53,466,642 | 7% | ||
hera-b | 0 | 229,467,904 | 37.5% | ||
cauac | 0 | 98,109,600 | 37.5% | ||
dzued | 0 | 236,094,228 | 37.5% | ||
steemitjean | 0 | 284,545,610 | 100% | ||
mahmuliadi | 0 | 223,484,571 | 37.5% | ||
vlogger56 | 0 | 199,622,210 | 37.5% | ||
lstriker | 0 | 244,100,707 | 37.5% | ||
pojgaerlan | 0 | 324,893,783 | 75% | ||
shahaan | 0 | 362,799,487 | 37.5% | ||
jims | 0 | 354,121,351 | 75% | ||
thamrin | 0 | 454,713,436 | 75% | ||
monwalker | 0 | 229,764,468 | 37.5% | ||
aldiyani | 0 | 226,774,880 | 37.5% | ||
freudy | 0 | 227,042,575 | 37.5% | ||
zombieslayer | 0 | 165,507,140 | 37.5% | ||
gade | 0 | 438,275,077 | 100% | ||
khloyd | 0 | 229,682,740 | 37.5% | ||
akaikeru | 0 | 229,647,770 | 37.5% | ||
stuckinacup | 0 | 199,964,675 | 37.5% | ||
rhei86 | 0 | 187,571,357 | 37.5% | ||
srimulyani | 0 | 108,454,107 | 37.5% | ||
beni96 | 0 | 227,624,167 | 37.5% | ||
zeshanjaved | 0 | 134,735,326 | 37.5% | ||
isaaceko | 0 | 307,303,092 | 75% | ||
jeanp | 0 | 229,935,765 | 37.5% | ||
esdee | 0 | 604,523,436 | 100% | ||
azharmaulana | 0 | 174,400,569 | 37.5% | ||
toyosiartdiy | 0 | 192,896,352 | 37.5% | ||
jefry113 | 0 | 455,039,577 | 75% | ||
theunlimited | 0 | 177,547,421 | 37.5% | ||
cryptostyle | 0 | 211,593,996 | 37.5% | ||
vanne | 0 | 226,382,280 | 37.5% | ||
dop-dop | 0 | 174,406,371 | 37.5% | ||
donjyde | 0 | 186,645,414 | 37.5% | ||
monster-reborn | 0 | 1,617,835,336 | 100% | ||
virgo27 | 0 | 310,017,708 | 37.5% | ||
gwapoaller | 0 | 229,482,067 | 37.5% | ||
carloniere | 0 | 111,227,079 | 37.5% | ||
muzzlealem | 0 | 149,998,249 | 37.5% | ||
faisal08 | 0 | 183,550,507 | 37.5% | ||
queenlyka | 0 | 229,585,986 | 37.5% | ||
lionindayard | 0 | 1,633,666,983 | 10% | ||
phoebedoll | 0 | 217,315,437 | 37.5% | ||
bofphemy | 0 | 465,083,656 | 100% | ||
jayo | 0 | 171,629,674 | 37.5% | ||
brewingstories | 0 | 229,824,592 | 37.5% | ||
chain-reaction | 0 | 109,540,758 | 100% | ||
ayoade96 | 0 | 162,896,542 | 37.5% | ||
cyemela | 0 | 57,556,132 | 0.75% | ||
mikemaphu | 0 | 385,170,277 | 37.5% | ||
rextylerblunt | 0 | 202,747,746 | 37.5% | ||
fibrefox | 0 | 694,212,146 | 37.5% | ||
bgmuna | 0 | 189,705,175 | 37.5% | ||
bravofer | 0 | 226,899,027 | 37.5% | ||
nathanonliner | 0 | 562,996,005 | 100% | ||
paulasands | 0 | 116,986,838 | 37.5% | ||
mbahtutorial | 0 | 226,422,306 | 37.5% | ||
belvajarandilla | 0 | 230,686,562 | 37.5% | ||
muzaiyan | 0 | 224,451,407 | 37.5% | ||
zay-arasi | 0 | 162,138,660 | 37.5% | ||
wealth4good | 0 | 78,061,302 | 3.75% | ||
sandyprasasty | 0 | 85,660,283 | 37.5% | ||
rishi-sayz | 0 | 113,588,496 | 37.5% | ||
keybordjp | 0 | 189,928,679 | 37.5% | ||
rechellomataro | 0 | 178,328,549 | 37.5% | ||
lykia | 0 | 229,707,634 | 37.5% | ||
sabiondico | 0 | 175,120,523 | 37.5% | ||
dondondamayo | 0 | 230,417,862 | 37.5% | ||
thonnavares | 0 | 441,502,616 | 100% | ||
astis-brian | 0 | 79,912,130 | 37.5% | ||
kaplat | 0 | 175,255,092 | 37.5% | ||
indayclara | 0 | 355,649,268 | 37.5% | ||
steemph.antipolo | 0 | 2,057,315,704 | 1% | ||
omotundegirls | 0 | 460,553,730 | 100% | ||
masterofdisaster | 0 | 199,178,976 | 37.5% | ||
muhibbullah | 0 | 165,847,657 | 37.5% | ||
gerliepepito | 0 | 229,482,067 | 37.5% | ||
ryan12 | 0 | 211,435,064 | 100% | ||
techsfair | 0 | 85,673,305 | 37.5% | ||
blackelephant | 0 | 186,614,241 | 37.5% | ||
jemzem | 0 | 88,716,947 | 20% | ||
mayorhero | 0 | 229,665,658 | 37.5% | ||
geotorb | 0 | 229,596,092 | 37.5% | ||
germano | 0 | 82,642,992 | 15% | ||
bmotives | 0 | 186,637,443 | 37.5% | ||
gnaimul | 0 | 162,872,799 | 37.5% | ||
gpwebers | 0 | 226,636,382 | 37.5% | ||
devitech | 0 | 170,019,130 | 37.5% | ||
ahsanabdullah | 0 | 229,693,110 | 37.5% | ||
akeenze13 | 0 | 218,201,905 | 37.5% | ||
mittalamit284 | 0 | 229,690,888 | 37.5% | ||
openanimus | 0 | 13,081,300,316 | 50% | ||
sultanmr | 0 | 271,584,017 | 100% | ||
steemitcanarias | 0 | 177,455,179 | 37.5% | ||
christinevelasco | 0 | 229,618,926 | 37.5% | ||
devondrjackson | 0 | 122,390,436 | 37.5% | ||
puregrace | 0 | 134,626,909 | 37.5% |
Wow you can contribute this to steemgigs.
author | alfren |
---|---|
permlink | re-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180401t091033217z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-01 09:10:39 |
last_update | 2018-04-01 09:10:39 |
depth | 1 |
children | 1 |
last_payout | 2018-04-08 09:10: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 | 41 |
author_reputation | 2,822,786,990,858 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,748,803 |
net_rshares | 792,038,524 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alfren | 0 | 792,038,524 | 100% |
There was a task request
author | steemgigs |
---|---|
permlink | re-alfren-re-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180402t011827556z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-02 01:18:30 |
last_update | 2018-04-02 01:18:30 |
depth | 2 |
children | 0 |
last_payout | 2018-04-09 01:18: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 | 24 |
author_reputation | 9,342,608,413,578 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,847,342 |
net_rshares | 0 |
Hi! I am a robot. I just upvoted you! I found similar content that readers might be interested in: https://steemit.com/utopian-io/@steemgigs/task-request-add-a-new-segment-to-the-steemgigs-homepage-along-with-specialized-editors-categorization-etc
author | cheetah |
---|---|
permlink | cheetah-re-kizzbonezsteemgigs-additional-feature-surpassinggoogle-segment |
category | utopian-io |
json_metadata | "" |
created | 2018-04-02 18:56:09 |
last_update | 2018-04-02 18:56:09 |
depth | 1 |
children | 0 |
last_payout | 2018-04-09 18:56:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 247 |
author_reputation | 942,693,160,055,713 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,984,433 |
net_rshares | 0 |
That's a great improvement..... It just gets better each day
author | cyprianj |
---|---|
permlink | re-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180401t124103042z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-01 12:41:06 |
last_update | 2018-04-01 12:41:06 |
depth | 1 |
children | 0 |
last_payout | 2018-04-08 12:41: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 | 60 |
author_reputation | 75,398,556,172,423 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,771,085 |
net_rshares | 0 |
Congrats to u @kizzbonez. Ur contribution is worth something! ;)
author | esdee |
---|---|
permlink | re-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180403t120055186z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["kizzbonez"],"app":"steemit/0.1"} |
created | 2018-04-03 12:00:57 |
last_update | 2018-04-03 12:00:57 |
depth | 1 |
children | 0 |
last_payout | 2018-04-10 12:00: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 | 64 |
author_reputation | 114,210,652,759 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,105,994 |
net_rshares | 0 |
Thank you so much for sharing,
author | hiranur |
---|---|
permlink | re-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180401t053921260z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-01 05:39:27 |
last_update | 2018-04-01 05:39:27 |
depth | 1 |
children | 0 |
last_payout | 2018-04-08 05:39: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 | 30 |
author_reputation | -95,999,509,323 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,727,557 |
net_rshares | 600,994,390 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kizzbonez | 0 | 600,994,390 | 100% |
Thanks for the post
author | hisxrael |
---|---|
permlink | re-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180401t080328297z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-01 08:03:39 |
last_update | 2018-04-01 08:03:39 |
depth | 1 |
children | 0 |
last_payout | 2018-04-08 08:03: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 | 19 |
author_reputation | 365,937,814,208 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,742,206 |
net_rshares | 0 |
Wow! Awesome work @kizzbonez! it must have taken a great deal of time and dedication.
author | omotundegirls |
---|---|
permlink | re-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180403t030723602z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["kizzbonez"],"app":"steemit/0.1"} |
created | 2018-04-03 03:07:33 |
last_update | 2018-04-03 03:07:33 |
depth | 1 |
children | 0 |
last_payout | 2018-04-10 03:07: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 | 85 |
author_reputation | 3,649,995,651,139 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,040,331 |
net_rshares | 1,056,042,203 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kizzbonez | 0 | 1,056,042,203 | 100% |
great work @kizzbonez. i wish you very best of luck. keep going dear. @steemgigs is the best platform for you so always keep touch with @steemgigs
author | rehenuma |
---|---|
permlink | re-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180401t090144718z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["kizzbonez","steemgigs"],"app":"steemit/0.1"} |
created | 2018-04-01 09:01:51 |
last_update | 2018-04-01 09:01:51 |
depth | 1 |
children | 4 |
last_payout | 2018-04-08 09:01: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 | 146 |
author_reputation | 605,322,909,819 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,747,989 |
net_rshares | 1,132,040,517 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rubelrahman | 0 | 608,863,526 | 100% | ||
rehenuma | 0 | 523,176,991 | 100% |
Thank you so much .. I will do my best again to contribute more.
author | kizzbonez |
---|---|
permlink | re-rehenuma-re-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180401t125220156z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-01 12:52:18 |
last_update | 2018-04-01 12:52:18 |
depth | 2 |
children | 2 |
last_payout | 2018-04-08 12:52: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 | 64 |
author_reputation | 6,622,714,362,560 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,772,444 |
net_rshares | 0 |
great. keep it up.
author | rehenuma |
---|---|
permlink | re-kizzbonez-re-rehenuma-re-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180401t131443137z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-01 13:14:48 |
last_update | 2018-04-01 13:14:48 |
depth | 3 |
children | 0 |
last_payout | 2018-04-08 13:14:48 |
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 | 18 |
author_reputation | 605,322,909,819 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,775,394 |
net_rshares | 0 |
best of luck
author | rubelrahman |
---|---|
permlink | re-kizzbonez-re-rehenuma-re-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180401t131831598z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-01 13:18:33 |
last_update | 2018-04-01 13:18:33 |
depth | 3 |
children | 0 |
last_payout | 2018-04-08 13:18: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 | 12 |
author_reputation | 614,076,499,489 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,775,948 |
net_rshares | 0 |
agree with you. its a great a great work.
author | rubelrahman |
---|---|
permlink | re-rehenuma-re-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180401t093144157z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-01 09:31:48 |
last_update | 2018-04-01 09:31:48 |
depth | 2 |
children | 0 |
last_payout | 2018-04-08 09:31:48 |
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 | 41 |
author_reputation | 614,076,499,489 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,751,043 |
net_rshares | 0 |
@kizzbonez i appreciate the commitment, good luck for your goals
author | shohana1 |
---|---|
permlink | re-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180402t151703949z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["kizzbonez"],"app":"steemit/0.1"} |
created | 2018-04-02 15:17:03 |
last_update | 2018-04-02 15:17:03 |
depth | 1 |
children | 0 |
last_payout | 2018-04-09 15:17: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 | 64 |
author_reputation | 75,357,217,090,889 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,951,298 |
net_rshares | 1,947,496,325 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shohana1 | 0 | 1,947,496,325 | 100% |
This great contribution for steemgigs was approved by utopian moderator means a lot, you are doing great job for steemigigs, I left an upvote with this post congrats @kizzbonez. :D
author | steemph.antipolo |
---|---|
permlink | re-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180407t052956221z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["kizzbonez"],"app":"steemit/0.1"} |
created | 2018-04-07 05:29:57 |
last_update | 2018-04-07 05:29:57 |
depth | 1 |
children | 0 |
last_payout | 2018-04-14 05:29:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.636 HBD |
curator_payout_value | 0.211 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 180 |
author_reputation | 9,069,802,431,040 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,770,510 |
net_rshares | 224,969,654,296 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemph.antipolo | 0 | 224,969,654,296 | 100% |
### Hey @kizzbonez I am @utopian-io. I have just upvoted you! #### Achievements - 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-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180403t001154551z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-04-03 00:11:57 |
last_update | 2018-04-03 00:11:57 |
depth | 1 |
children | 0 |
last_payout | 2018-04-10 00:11: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,007 |
author_reputation | 152,955,367,999,756 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,020,983 |
net_rshares | 0 |
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-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180402t185913558z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-04-02 18:59:15 |
last_update | 2018-04-02 18:59:15 |
depth | 1 |
children | 3 |
last_payout | 2018-04-09 18:59:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.218 HBD |
curator_payout_value | 0.735 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 56,930,790,558,862 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 47,984,801 |
net_rshares | 965,087,766,118 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
surpassinggoogle | 0 | 436,909,251,015 | 2% | ||
utopian.tip | 0 | 528,178,515,103 | 45.83% |
Thank you so much for approving my contribution.
author | kizzbonez |
---|---|
permlink | re-vladimir-simovic-re-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180403t010632393z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-04-03 01:06:33 |
last_update | 2018-04-03 01:06:33 |
depth | 2 |
children | 0 |
last_payout | 2018-04-10 01:06: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 | 49 |
author_reputation | 6,622,714,362,560 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,026,669 |
net_rshares | 0 |
Thank you alot. So valued.
author | surpassinggoogle |
---|---|
permlink | re-vladimir-simovic-re-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180402t222820420z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-02 22:28:21 |
last_update | 2018-04-02 22:28:21 |
depth | 2 |
children | 0 |
last_payout | 2018-04-09 22:28:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.179 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 527,661,560,108,742 |
root_title | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,010,094 |
net_rshares | 63,384,328,999 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vladimir-simovic | 0 | 63,384,328,999 | 50% |
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-kizzbonez-steemgigs-additional-feature-surpassinggoogle-segment-20180402t185913558z-20180403t080353 |
category | utopian-io |
json_metadata | "" |
created | 2018-04-03 08:03:54 |
last_update | 2018-04-03 08:03:54 |
depth | 2 |
children | 0 |
last_payout | 2018-04-10 08:03:54 |
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 | "Steemgigs additional Feature Surpassinggoogle Segment" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,076,351 |
net_rshares | 0 |