create account

[Steemia] - Bug fixes, features added, suggestions added 😎 by jaysermendez

View this thread on: hive.blogpeakd.comecency.com
· @jaysermendez · (edited)
$229.89
[Steemia] - Bug fixes, features added, suggestions added 😎
### 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

##### Fix edit comments in depth nested pages
In depth nested pages the edit comment page was not working due to a bad parameter being passed. This error was fixed by tracking the the origin of the page to determine the correct parameter. 

##### Fix unvote button
After unvote, it was dispatched correctly but there was a weird issue because even if your vote is 0% is still shows as vote. To avoid this behavior, I modified the server side logic to remove voters with 0 weight from the "is voted" post checker. Also, to compensate this modification, the voters list was filter out to remove 0 weight votes as well. 

### Visual Changes

##### Say hello to the dark UI
After seeing the comments of various users in our introduction post, we determined that a dark UI was a must according to them. Hence, I decide to start working in the dark UI and here are the results:

###### Main Page
![Screen Shot 2018-04-21 at 4.08.33 PM.png](https://cdn.utopian.io/posts/897b606b16d9e2ea615e38e2777c5afcd20dScreen_Shot_2018-04-21_at_4.08.33_PM.png)

###### Wallet Page
![Screen Shot 2018-04-21 at 4.09.05 PM.png](https://cdn.utopian.io/posts/b4b4034bd347024d261d0dab09d4787ca047Screen_Shot_2018-04-21_at_4.09.05_PM.png)

###### Notifications Page
![Screen Shot 2018-04-21 at 4.09.37 PM.png](https://cdn.utopian.io/posts/ac9678485d40cfaf9219b62eb50e6d8adddaScreen_Shot_2018-04-21_at_4.09.37_PM.png)

###### Post Single Page
![Screen Shot 2018-04-21 at 4.10.29 PM.png](https://steemitimages.com/DQmXNKgdTQGAyDqfRbakuPdHnkLeFeoStdiVCghRjFFqYuu/Screen%20Shot%202018-04-21%20at%204.10.29%20PM.png)

###### Settings Page
![Screen Shot 2018-04-21 at 4.10.57 PM.png](https://cdn.utopian.io/posts/e0a97c09cba89cdd0b5f0a6757571008d0d1Screen_Shot_2018-04-21_at_4.10.57_PM.png)

###### Comments Modal
![Screen Shot 2018-04-21 at 4.13.13 PM.png](https://steemitimages.com/DQmSvErbnFvTr3UmYntMbJiRojYbBNXgoHXujxVmRK19Gy3/Screen%20Shot%202018-04-21%20at%204.13.13%20PM.png)

This UI can be activated through settings page.

##### Add message when the user does not have not bookmarks
Before, the bookmarks page was empty when there were not bookmarks. This can lead to confusion of the page not being loaded or a bug in the app. The following message was added to avoid any confusion:

![Screen Shot 2018-04-21 at 4.43.46 PM.png](https://cdn.utopian.io/posts/7145601a742a3e174885407c03bf005a06a5Screen_Shot_2018-04-21_at_4.43.46_PM.png)

### New Features
##### Elastic textarea for comments
After seeing the comment of one of our users, I noticed that an elastic textarea was a must. Before, this user made a suggestion because it was so hard to edit a long post in an static textarea. Hence, I decide to implement the elastic one to allocate height dynamically based on the text.

![Screen Shot 2018-04-21 at 4.27.31 PM.png](https://cdn.utopian.io/posts/08bebe0e13b8fe07101bbcf796fcffe17bb4Screen_Shot_2018-04-21_at_4.27.31_PM.png)

##### Upload images from comments
There were not possibility of uploading a picture in comment box. However, thanks to one of our users, this is now possible.

![Screen Shot 2018-04-21 at 4.29.30 PM.png](https://cdn.utopian.io/posts/acda96fd69fc4d99c10916df5c93d9835f98Screen_Shot_2018-04-21_at_4.29.30_PM.png)

##### Allow tags to be separated by space
Some users were confused on how to insert tags in our application. It clearly says that it should be separated by comma. However, most of the users are already accustomed to separate them by space like in Steemit and other Steem frontends. So, I decide to keep both ways so users that are accustomed to put the comma can still keep doing it in the same way.

![Screen Shot 2018-04-21 at 4.31.29 PM.png](https://cdn.utopian.io/posts/0c181476ae60a666a1fa0e572f5c48227ca0Screen_Shot_2018-04-21_at_4.31.29_PM.png)

##### Open profile from followers/following list
Some users though that it was a bug in our application. However, it was not implemented yet. Now, you can easily access your followers/following profiles within the list.

![Screen Shot 2018-04-21 at 4.33.09 PM.png](https://cdn.utopian.io/posts/21285310cd5251eca4d853fb8b38ab323f5cScreen_Shot_2018-04-21_at_4.33.09_PM.png)

##### Remove save button in settings page
The save button in the settings page was making an extra step to the user. This data can be saved automatically on changes. Hence, I decide to eliminate this button and allow data to save automatically.

![Screen Shot 2018-04-21 at 4.34.47 PM.png](https://cdn.utopian.io/posts/1051bfd09236e329525939129cdf897a761aScreen_Shot_2018-04-21_at_4.34.47_PM.png)

### Other changes

##### Move image upload logic to a provider
Since we were writing the same code across page, I saw a good case for reusability of code. Thus, all the logic to capture photos, take photos from gallery, and upload image to server side were moving to a separated provider which can be called from any page. The usability of the provider is easy since all the methods return a promise with the url of the uploaded image.

https://github.com/Steemia/Steemia/commit/ef00086c56709ecf1f0b3a7b4fec5d4c868108b1#diff-2a978f805b17da9b0bd7ef7c409ca4d2

##### Show toast instead of alert for bookmarks
When you save a bookmark, an alert was shown (which is annoying). What I did was replace this alert with a toast to avoid user action to dismiss the alert.

##### Auth guard for follow/unfollow actions
In the users search feature, we didn't have an auth guard to prevent dispatching actions if the user is not logged in. By default, we show the follow button for the results. When an user is not logged in, the button is still shown there. When you press this button, it changes to unfollow meaning that the action can be dispatched (even though it was not dispatched). To avoid this behavior, an alert is now shown to tell the user that this action requires you to be logged in.

### What is next?

- Fix the way we are showing comments to give a better user experience.
- Fix the markdown parser to be par to Steemit.
- Start working on iOS candidate.

### Contributions
Steemia is open source and it will always be πŸ™ƒ. If you would like to contribute to 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-bug-fixes-features-added-suggestions-added">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 173 others
πŸ‘Ž  
properties (23)
authorjaysermendez
permlinksteemia-bug-fixes-features-added-suggestions-added
categoryutopian-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/64","id":183212778,"html_url":"https://github.com/Steemia/Steemia/pull/64","diff_url":"https://github.com/Steemia/Steemia/pull/64.diff","patch_url":"https://github.com/Steemia/Steemia/pull/64.patch","issue_url":"https://api.github.com/repos/Steemia/Steemia/issues/64","number":64,"state":"closed","locked":false,"title":"Bug fixes, features added, suggestions added","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- Move the logic to upload images to a separated provider to allow reusability and hence, can upload images for comments as well.\r\n\r\n- Remove alerts in edit post page\r\n\r\n- Elastic Comment Box\r\n\r\n- Show toast instead of alert to bookmark state\r\n\r\n- Add following text to bookmarks if there is no bookmarks: \"There is no bookmarked post yet\"\r\n\r\n- Fix edit comment throwing errors due to bad parameters\r\n\r\n- Upload images from comments\r\n\r\n- Partially solve markdown issue with posts\r\n\r\n- Allow tags to be separated by space also. If any error, display an alert.\r\n\r\n- Open profile from followers/following list.\r\n\r\n- Fix voting button after unvote\r\n\r\n- Filter out votes with a percent of <= 0 from voters list\r\n\r\n- Insert image to comment from post single page\r\n\r\n- On logout, set theme back to blue\r\n\r\n- Remove save button from settings (data should save automatically; less steps)","created_at":"2018-04-21T08:25:19Z","updated_at":"2018-04-21T08:28:34Z","closed_at":"2018-04-21T08:28:34Z","merged_at":"2018-04-21T08:28:34Z","merge_commit_sha":"51fe654d9aae17b29e797bb4394f30370c1c1741","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":null,"commits_url":"https://api.github.com/repos/Steemia/Steemia/pulls/64/commits","review_comments_url":"https://api.github.com/repos/Steemia/Steemia/pulls/64/comments","review_comment_url":"https://api.github.com/repos/Steemia/Steemia/pulls/comments{/number}","comments_url":"https://api.github.com/repos/Steemia/Steemia/issues/64/comments","statuses_url":"https://api.github.com/repos/Steemia/Steemia/statuses/f13dbda03d826f6cf9c148a066afafd9187bde9b","head":{"label":"Steemia:jayser-updates","ref":"jayser-updates","sha":"f13dbda03d826f6cf9c148a066afafd9187bde9b","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-04-21T08:28:37Z","pushed_at":"2018-04-21T08:29:01Z","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":23855,"stargazers_count":24,"watchers_count":24,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":9,"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":9,"open_issues":1,"watchers":24,"default_branch":"master"}},"base":{"label":"Steemia:master","ref":"master","sha":"a625cc6d92c3031b6b6c4348179000a2230d38d6","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-04-21T08:28:37Z","pushed_at":"2018-04-21T08:29:01Z","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":23855,"stargazers_count":24,"watchers_count":24,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":9,"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":9,"open_issues":1,"watchers":24,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/Steemia/Steemia/pulls/64"},"html":{"href":"https://github.com/Steemia/Steemia/pull/64"},"issue":{"href":"https://api.github.com/repos/Steemia/Steemia/issues/64"},"comments":{"href":"https://api.github.com/repos/Steemia/Steemia/issues/64/comments"},"review_comments":{"href":"https://api.github.com/repos/Steemia/Steemia/pulls/64/comments"},"review_comment":{"href":"https://api.github.com/repos/Steemia/Steemia/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/Steemia/Steemia/pulls/64/commits"},"statuses":{"href":"https://api.github.com/repos/Steemia/Steemia/statuses/f13dbda03d826f6cf9c148a066afafd9187bde9b"}},"author_association":"OWNER"}],"platform":"github","type":"development","tags":["utopian-io","steemia","steemdev","steemit","blockchain"],"links":["https://cdn.utopian.io/posts/897b606b16d9e2ea615e38e2777c5afcd20dScreen_Shot_2018-04-21_at_4.08.33_PM.png","https://cdn.utopian.io/posts/b4b4034bd347024d261d0dab09d4787ca047Screen_Shot_2018-04-21_at_4.09.05_PM.png","https://cdn.utopian.io/posts/ac9678485d40cfaf9219b62eb50e6d8adddaScreen_Shot_2018-04-21_at_4.09.37_PM.png","https://steemitimages.com/DQmXNKgdTQGAyDqfRbakuPdHnkLeFeoStdiVCghRjFFqYuu/Screen%20Shot%202018-04-21%20at%204.10.29%20PM.png","https://cdn.utopian.io/posts/e0a97c09cba89cdd0b5f0a6757571008d0d1Screen_Shot_2018-04-21_at_4.10.57_PM.png","https://steemitimages.com/DQmSvErbnFvTr3UmYntMbJiRojYbBNXgoHXujxVmRK19Gy3/Screen%20Shot%202018-04-21%20at%204.13.13%20PM.png","https://cdn.utopian.io/posts/7145601a742a3e174885407c03bf005a06a5Screen_Shot_2018-04-21_at_4.43.46_PM.png","https://cdn.utopian.io/posts/08bebe0e13b8fe07101bbcf796fcffe17bb4Screen_Shot_2018-04-21_at_4.27.31_PM.png","https://cdn.utopian.io/posts/acda96fd69fc4d99c10916df5c93d9835f98Screen_Shot_2018-04-21_at_4.29.30_PM.png","https://cdn.utopian.io/posts/0c181476ae60a666a1fa0e572f5c48227ca0Screen_Shot_2018-04-21_at_4.31.29_PM.png","https://cdn.utopian.io/posts/21285310cd5251eca4d853fb8b38ab323f5cScreen_Shot_2018-04-21_at_4.33.09_PM.png","https://cdn.utopian.io/posts/1051bfd09236e329525939129cdf897a761aScreen_Shot_2018-04-21_at_4.34.47_PM.png","https://github.com/Steemia/Steemia"],"image":["https://cdn.utopian.io/posts/897b606b16d9e2ea615e38e2777c5afcd20dScreen_Shot_2018-04-21_at_4.08.33_PM.png","https://cdn.utopian.io/posts/b4b4034bd347024d261d0dab09d4787ca047Screen_Shot_2018-04-21_at_4.09.05_PM.png","https://cdn.utopian.io/posts/ac9678485d40cfaf9219b62eb50e6d8adddaScreen_Shot_2018-04-21_at_4.09.37_PM.png","https://steemitimages.com/DQmXNKgdTQGAyDqfRbakuPdHnkLeFeoStdiVCghRjFFqYuu/Screen%20Shot%202018-04-21%20at%204.10.29%20PM.png","https://cdn.utopian.io/posts/e0a97c09cba89cdd0b5f0a6757571008d0d1Screen_Shot_2018-04-21_at_4.10.57_PM.png","https://steemitimages.com/DQmSvErbnFvTr3UmYntMbJiRojYbBNXgoHXujxVmRK19Gy3/Screen%20Shot%202018-04-21%20at%204.13.13%20PM.png","https://cdn.utopian.io/posts/7145601a742a3e174885407c03bf005a06a5Screen_Shot_2018-04-21_at_4.43.46_PM.png","https://cdn.utopian.io/posts/08bebe0e13b8fe07101bbcf796fcffe17bb4Screen_Shot_2018-04-21_at_4.27.31_PM.png","https://cdn.utopian.io/posts/acda96fd69fc4d99c10916df5c93d9835f98Screen_Shot_2018-04-21_at_4.29.30_PM.png","https://cdn.utopian.io/posts/0c181476ae60a666a1fa0e572f5c48227ca0Screen_Shot_2018-04-21_at_4.31.29_PM.png","https://cdn.utopian.io/posts/21285310cd5251eca4d853fb8b38ab323f5cScreen_Shot_2018-04-21_at_4.33.09_PM.png","https://cdn.utopian.io/posts/1051bfd09236e329525939129cdf897a761aScreen_Shot_2018-04-21_at_4.34.47_PM.png"],"moderator":{"account":"amosbastian","time":"2018-04-21T21:39:27.874Z","pending":false,"reviewed":true,"flagged":false},"questions":null,"score":null,"total_influence":null,"staff_pick":null,"config":{"questions":[{"question":"How would you rate the impact of the fixed bugs / new features on the project?","question_id":"dev-1","answers":[{"answer":"Very high - the amount of work is very high.","answer_id":1,"value":20},{"answer":"High - the amount of work is high","answer_id":2,"value":15},{"answer":"Average - the amount of work is average","answer_id":3,"value":10},{"answer":"Low - the amount of work is low.","answer_id":4,"value":5},{"answer":"Very Low - the amount of work is very little.","answer_id":5,"value":0}]},{"question":"How would you rate the quality of the provided code?","question_id":"dev-2","answers":[{"answer":"Very high - the code follows all the best practices and/or is the opposite of trivial.","answer_id":1,"value":20},{"answer":"High - the code follows nearly all the best practices and/or is not trivial at all. ","answer_id":2,"value":15},{"answer":"Average - the code follows most the best practices and/or some parts of it are trivial.","answer_id":3,"value":10},{"answer":"Low - the code doesn't really follow the best practices and/or a lot of it is trivial.","answer_id":4,"value":5},{"answer":"Very low - the code doesn't follow the best practices and is completely trivial.","answer_id":5,"value":0}]},{"question":"How do you rate the target project overall?","question_id":"dev-3","answers":[{"answer":"Very high - the project has a unique value, will (potentially) also be useful to a lot of people and has the potential to keep growing.","answer_id":1,"value":10},{"answer":"High - the project isn't really unique but it is well maintained.","answer_id":2,"value":8},{"answer":"Average - the project is limited or not very well maintained.","answer_id":3,"value":4},{"answer":"Low - quality of the project overall is low.","answer_id":4,"value":2},{"answer":"Very low - quality of the project overall is very low and not well maintained.","answer_id":5,"value":0}]},{"question":"Does the writing style meet the Utopian standard considering formalness, informativeness and clarity of the content?","question_id":"c-1","answers":[{"answer":"It is formal, informative and well written with clear content.","answer_id":1,"value":10},{"answer":"It is informative with clear content but not formal enough.","answer_id":2,"value":5},{"answer":"The contribution could be more informative or contains unrelated information, formality and clarity of the content are good enough.","answer_id":3,"value":4},{"answer":"Not all sections were clear enough but overall holds value for the project.","answer_id":4,"value":2},{"answer":"Not at all.","answer_id":5,"value":0}]},{"question":"Was the provided category template for the editor followed?","question_id":"c-2","answers":[{"answer":"All points of the template were included with additional points as well.","answer_id":1,"value":5},{"answer":"The template was followed without additions.","answer_id":2,"value":4},{"answer":"The template was edited but the points were covered in different way.","answer_id":3,"value":3},{"answer":"Not all points of the template were covered in the contribution but the structure is clear enough.","answer_id":4,"value":3},{"answer":"The template was not followed but the structure is clear enough.","answer_id":5,"value":2},{"answer":"The contents are not clearly structured at all.","answer_id":6,"value":0}]},{"question":"Did the contributor tag other users?","question_id":"c-3","answers":[{"answer":"No other users were tagged by the contributor.","answer_id":1,"value":5},{"answer":"Used tags are reasonable and all tagged people are connected to the project and/or the contribution.","answer_id":2,"value":5},{"answer":"The contribution contains mentions of other users that are not directly related to the contribution but related in other ways.","answer_id":3,"value":2},{"answer":"The contributor misuses tagging of other users.","answer_id":4,"value":0}]},{"question":"Did the contributor ask for upvotes, resteems, follows or witness vote?","question_id":"c-4","answers":[{"answer":"No","answer_id":1,"value":5},{"answer":"Yes, but not in a way that disturbs readability. ","answer_id":2,"value":5},{"answer":"Yes.","answer_id":3,"value":0}]},{"question":"Was a graphical content like images, charts, videos or screenshots included?","question_id":"c-5","answers":[{"answer":"Yes, the graphical content is included and adds more value to the contribution.","answer_id":1,"value":5},{"answer":"No but the contribution works well without graphical content well.","answer_id":2,"value":4},{"answer":"Yes, but most of the graphical content’s purpose is just for presentational matters.","answer_id":3,"value":3},{"answer":"No relevant or useful graphical content is included in the contribution.","answer_id":4,"value":0}]},{"question":"How would you rate the overall added value?","question_id":"c-6","answers":[{"answer":"Extraordinary value to both the project and the open source community overall.","answer_id":1,"value":20},{"answer":"Significant value to the project or open source community.","answer_id":2,"value":15},{"answer":"Some value to the project or open source community.","answer_id":3,"value":10},{"answer":"Little value to the project or open source community.","answer_id":4,"value":5},{"answer":"No obvious value to project or open source community.","answer_id":5,"value":0}]}]}}"
created2018-04-21 20:51:48
last_update2018-04-21 21:39:30
depth0
children26
last_payout2018-04-28 20:51:48
cashout_time1969-12-31 23:59:59
total_payout_value166.540 HBD
curator_payout_value63.354 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,769
author_reputation20,790,862,502,465
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries
0.
accountutopian.pay
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,371,817
net_rshares40,783,936,902,561
author_curate_reward""
vote details (238)
@amosbastian ·
$0.03
Thanks for the contribution. It has been approved.

You did an amazing job on this contribution, it was a pleasure reviewing it! Keep up the good work!

----------------------------------------------------------------------
Need help? Write a ticket on https://support.utopian.io.
Chat with us on [Discord](https://discord.gg/uTyJkNm).

**[[utopian-moderator]](https://utopian.io/moderators)**
πŸ‘  
properties (23)
authoramosbastian
permlinkre-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180421t214556607z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-04-21 21:45:57
last_update2018-04-21 21:45:57
depth1
children1
last_payout2018-04-28 21:45:57
cashout_time1969-12-31 23:59:59
total_payout_value0.034 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length393
author_reputation174,473,586,900,705
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries
0.
accountutopian.pay
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,377,436
net_rshares8,214,923,989
author_curate_reward""
vote details (1)
@jaysermendez ·
Thank you so much for your feedback :D :D You are always encouraging contributors to keep doing  a good job :D
properties (22)
authorjaysermendez
permlinkre-amosbastian-re-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180421t215031677z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-04-21 21:50:30
last_update2018-04-21 21:50:30
depth2
children0
last_payout2018-04-28 21:50:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length110
author_reputation20,790,862,502,465
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,377,941
net_rshares0
@beebeeisnoheebee ·
Can't login, no support. Asked for help over a month ago and nothing. App asks for password that's a mile long and doesn't accept it thanks for your help πŸ–•πŸΏπŸ–•πŸΎπŸ–•πŸ½πŸ–•πŸ–•πŸ»πŸ–•πŸΌ
πŸ‘Ž  
properties (23)
authorbeebeeisnoheebee
permlinkre-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180520t233342767z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-20 23:33:45
last_update2018-05-20 23:33:45
depth1
children7
last_payout2018-05-27 23:33:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length165
author_reputation-1,436,647,125
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id56,787,552
net_rshares-11,861,556,371
author_curate_reward""
vote details (1)
@jaysermendez ·
First of all, keep this finger into your ass MF. Secondly, where tf did you asked for support? I dont see your username into our Discord channel. Thirdly, fuck off, I dont care if you use our app or not. You were disrespectful, take it back piece of shit.
πŸ‘Ž  ,
properties (23)
authorjaysermendez
permlinkre-re-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180521t003342999z
categoryutopian-io
json_metadata{"community":"steemia","app":"steemia/0.0.1"}
created2018-05-21 00:33:42
last_update2018-05-21 00:33:42
depth2
children6
last_payout2018-05-28 00:33:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length255
author_reputation20,790,862,502,465
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id56,793,861
net_rshares-12,447,031,110
author_curate_reward""
vote details (2)
@beebeeisnoheebee ·
Ok sorry. Now I see you can reply to swear at me, but for support I have to create another account on another app, makes total sense
πŸ‘Ž  
properties (23)
authorbeebeeisnoheebee
permlinkre-jaysermendez-re-re-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180521t021439264z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-21 02:14:42
last_update2018-05-21 02:14:42
depth3
children0
last_payout2018-05-28 02:14:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length132
author_reputation-1,436,647,125
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id56,804,176
net_rshares-11,861,556,371
author_curate_reward""
vote details (1)
@beebeeisnoheebee ·
Your app sucks, you suck, your mom sucks πŸ–•πŸΌπŸ–•πŸ»πŸ–•πŸ–•πŸ½πŸ–•πŸΎπŸ–•πŸΏ whenever a dick is not going in your mouth, shit is coming out of it.  Fuck you, your app, and your whole family bitch ass faggot
πŸ‘Ž  
properties (23)
authorbeebeeisnoheebee
permlinkre-jaysermendez-re-re-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180522t002917751z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-05-22 00:29:21
last_update2018-05-22 00:29:21
depth3
children4
last_payout2018-05-29 00:29:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length182
author_reputation-1,436,647,125
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id56,981,313
net_rshares-14,018,202,984
author_curate_reward""
vote details (1)
@cha0s0000 ·
excellent work! I am always looking forward to the IOS version .  
Also it is good to learn through your Steemia to promote my MicroSteemit! :D
properties (22)
authorcha0s0000
permlinkre-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180422t025751680z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-04-22 02:57:51
last_update2018-04-22 02:57:51
depth1
children2
last_payout2018-04-29 02:57:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length144
author_reputation30,983,518,016,225
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries
0.
accountutopian.pay
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,408,735
net_rshares0
@jaysermendez ·
:D I wish I can test yours but I can't hehehe. Btw, thank you so much. I also see that u constantly post about yours which is great! I will be texting you tomorrow to ask how did you implemented the comments in a correct way because I am still trying to figure this out heheeh
properties (22)
authorjaysermendez
permlinkre-cha0s0000-re-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180422t101656840z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-04-22 10:16:57
last_update2018-04-22 10:16:57
depth2
children1
last_payout2018-04-29 10:16:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length276
author_reputation20,790,862,502,465
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,460,375
net_rshares0
@cha0s0000 ·
actually you can test mine by downloading  the wechat firstly.  
the part of showing comments has taken lots of my time .tbh i have thought several ways but the current way is the fittest for my app because of the wechat restriction.
properties (22)
authorcha0s0000
permlinkre-jaysermendez-re-cha0s0000-re-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180422t103004258z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-04-22 10:30:06
last_update2018-04-22 10:30:06
depth3
children0
last_payout2018-04-29 10:30:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length233
author_reputation30,983,518,016,225
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,461,839
net_rshares0
@detlev ·
Really cool 😎 looking app. Love to see the iOS soon. 

Do you need tester? Let me know.
properties (22)
authordetlev
permlinkre-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180425t150628158z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-04-25 15:06:30
last_update2018-04-25 15:06:30
depth1
children1
last_payout2018-05-02 15:06:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length87
author_reputation1,709,643,022,571,308
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id52,082,328
net_rshares0
@jaysermendez ·
For sure :D Feel free to go around our channel :D https://discord.gg/webyZPB
properties (22)
authorjaysermendez
permlinkre-detlev-re-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180426t024500757z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://discord.gg/webyZPB"],"app":"steemit/0.1"}
created2018-04-26 02:45:00
last_update2018-04-26 02:45:00
depth2
children0
last_payout2018-05-03 02:45:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation20,790,862,502,465
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id52,173,952
net_rshares0
@jm90mm ·
looks good!
properties (22)
authorjm90mm
permlinkre-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180424t202600924z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-04-24 20:26:00
last_update2018-04-24 20:26:00
depth1
children1
last_payout2018-05-01 20:26:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation6,703,389,694,751
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,931,649
net_rshares0
@jaysermendez ·
thanks man!
properties (22)
authorjaysermendez
permlinkre-jm90mm-re-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180424t203100894z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-04-24 20:31:00
last_update2018-04-24 20:31:00
depth2
children0
last_payout2018-05-01 20:31:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation20,790,862,502,465
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,932,323
net_rshares0
@mikefromtheuk ·
The voting value slider needs to include how much the upvote is worth. 
πŸ‘  
properties (23)
authormikefromtheuk
permlinkre-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180421t210553218z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"}
created2018-04-21 21:05:54
last_update2018-04-21 21:05:54
depth1
children1
last_payout2018-04-28 21:05:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length71
author_reputation3,291,559,603,803
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,373,262
net_rshares846,893,209
author_curate_reward""
vote details (1)
@jaysermendez ·
I will take this in mind for my other iteration of modifications in the app :D Thank you.
πŸ‘  
properties (23)
authorjaysermendez
permlinkre-mikefromtheuk-re-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180421t210855589z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-04-21 21:08:57
last_update2018-04-21 21:08:57
depth2
children0
last_payout2018-04-28 21:08:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length89
author_reputation20,790,862,502,465
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,373,552
net_rshares1,050,445,990
author_curate_reward""
vote details (1)
@rungkhom ·
a very useful post, this is very necessary for me, thanks for the conversation
properties (22)
authorrungkhom
permlinkre-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180421t235525474z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-04-21 23:55:33
last_update2018-04-21 23:55:33
depth1
children2
last_payout2018-04-28 23:55:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation51,681,028,566
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,390,213
net_rshares0
@hsynterkr ·
a very useful comment, this is very necessary for me, thanks for the comment hahahaha 
>Can you explain that why this post is very necessary for you? :D
πŸ‘  
properties (23)
authorhsynterkr
permlinkre-rungkhom-re-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180422t005324781z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"}
created2018-04-22 00:53:24
last_update2018-04-22 00:53:24
depth2
children1
last_payout2018-04-29 00:53:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length152
author_reputation12,645,130,948,582
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,395,890
net_rshares1,780,495,052
author_curate_reward""
vote details (1)
@jaysermendez ·
hahahahah I wanted to flag him but I don't want to waste my VP hahahahahah
properties (22)
authorjaysermendez
permlinkre-hsynterkr-re-rungkhom-re-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180422t013138189z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-04-22 01:31:39
last_update2018-04-22 01:31:39
depth3
children0
last_payout2018-04-29 01:31:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length74
author_reputation20,790,862,502,465
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,399,552
net_rshares0
@soykare95 ·
excellent post friend. I follow you
properties (22)
authorsoykare95
permlinkre-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180424t130050172z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-04-24 13:05:30
last_update2018-04-24 13:05:30
depth1
children0
last_payout2018-05-01 13:05:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation67,881,998,733
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,865,571
net_rshares0
@steembottrackerr ·
<center>https://steemitimages.com/200x200/https://s-media-cache-ak0.pinimg.com/originals/81/28/3c/81283c6aed7bdb5b9f8ad73b8ce62c2f.jpg</center>
---
<center>Hello @jaysermendez , Congratulations βœ… . Your content began to appear in the hot section.
I am the information account of "SteemBotTracker" site.
</center>
---
<center>
Your Informations
Total SBD: 0
Total STEEM: 499.955
</center>
---
<center>
I recommend to increase this;
You can make "Resteem" and advertise to the followers of the whale accounts.
"Resteem Bot" for you;
βœ… The most profitable Resteem Whale @byresteem  has 25.500 Followers + 7000 Sp + Upvote with min +55 accounts. 
</center>
---
<center>
You can purchase "upvote" by bid bots.
"Upvote Bot"
βœ… The most profitable whale in the last round. @rocky1
</center>
---
<center>
I'm taking this message once. You need to use the #steembottrackerr tag for more information.
Those who "upvote" this interpretation will be awarded a "UpVote" prize of 100 Sbd per week per person.
I am a bot, I can not answer the comment. I hope I could help. Good luck. Sorry if I disturbed you.
</center>
properties (22)
authorsteembottrackerr
permlink20180426t205942499z
categoryutopian-io
json_metadata{"tags":["advice"],"app":"steemjs/test"}
created2018-04-26 20:59:45
last_update2018-04-26 20:59:45
depth1
children0
last_payout2018-05-03 20:59:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,132
author_reputation-1,493,369,324,060
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id52,328,540
net_rshares0
@trufflepig ·
**Congratulations!** Your post has been selected as a daily Steemit truffle! It is listed on **rank 22** of all contributions awarded today. You can find the [TOP DAILY TRUFFLE PICKS HERE.](https://steemit.com/@trufflepig/daily-truffle-picks-2018-04-22) 
    
I upvoted your contribution because to my mind your post is at least **23 SBD** worth and should receive **55 votes**. It's now up to the lovely Steemit community to make this come true.

I am `TrufflePig`, an Artificial Intelligence Bot that helps minnows and content curators using Machine Learning. If you are curious how I select content, [you can find an explanation here!](https://steemit.com/steemit/@trufflepig/weekly-truffle-updates-2018-16)
    
Have a nice day and sincerely yours,
![trufflepig](https://raw.githubusercontent.com/SmokinCaterpillar/TrufflePig/master/img/trufflepig17_small.png)
*`TrufflePig`*
    
properties (22)
authortrufflepig
permlinkre-steemia-bug-fixes-features-added-suggestions-added-20180422t181503
categoryutopian-io
json_metadata""
created2018-04-22 18:15:12
last_update2018-04-22 18:15:12
depth1
children0
last_payout2018-04-29 18:15:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length884
author_reputation21,266,577,867,113
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,529,874
net_rshares0
@utopian-io ·
$0.04
### Hey @jaysermendez! Thank you for the great work you've done!
We're already looking forward to your next contribution!
#### Fully Decentralized Rewards
We hope you will take the time to share your expertise and knowledge by rating contributions made by others on Utopian.io to help us reward the best contributions together.
#### Utopian Witness!
<a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for Utopian Witness!</a> We are made of developers, system administrators, entrepreneurs, artists, content creators, thinkers. We embrace every nationality, mindset and belief.

**Want to chat? Join us on Discord https://discord.me/utopian-io**
πŸ‘  
properties (23)
authorutopian-io
permlinkre-jaysermendez-steemia-bug-fixes-features-added-suggestions-added-20180423t210112396z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-04-23 21:01:12
last_update2018-04-23 21:01:12
depth1
children0
last_payout2018-04-30 21:01:12
cashout_time1969-12-31 23:59:59
total_payout_value0.042 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length692
author_reputation152,955,367,999,756
root_title"[Steemia] - Bug fixes, features added, suggestions added 😎"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,746,345
net_rshares6,299,829,186
author_curate_reward""
vote details (1)