Actifit.io Website Updates by mcfarhat

View this thread on steempeak.com
· @mcfarhat ·
$41.75
Actifit.io Website Updates
#### Repository
https://github.com/actifit/actifit-landingpage


#### Introduction
This post represents another update to the work being done on Actifit official website & web solution, actifit.io. Part of this update involved adding support for display of Steem posts on single page, compared to old approach of popup mode, supporting capability of displaying any Steem post, initiating work on user profile, supporting refunding exchange transactions, as well as adding telegram and Actifit whitepaper to the website. 

![](https://cdn.steemitimages.com/DQmNMD1Q5vH9bXm5AcbrLmpZwMw2NauGiyPAemiU2whPM27/image.png)

#### Technology Stack
The website is built using Vue.js.

#### Work Done: 

##### Commits List:

[Commit](https://github.com/actifit/actifit-landingpage/commit/c50e85b8860a64ac8941d851741efe56e220b48d)
[Commit](https://github.com/actifit/actifit-landingpage/commit/21098595fc3eb72f834ff57c0eca3a86fdd56eb6)
[Commit](https://github.com/actifit/actifit-landingpage/commit/028e3c61b7a706175ddd947403a73f8efecf4575)
[Commit](https://github.com/actifit/actifit-landingpage/commit/ec705771317570351a769283c619e39cc3a1972e)
[Commit](https://github.com/actifit/actifit-landingpage/commit/fecedba70f7afd751aa9c43837b81c32e56d4d62)
[Commit](https://github.com/actifit/actifit-landingpage/commit/be029b214136dde4b3370ed4ec93715a4d34f656)
[Commit](https://github.com/actifit/actifit-landingpage/commit/c80e2d6bd7c81863b9e50c7bf2fa936384c11d09)
[Commit](https://github.com/actifit/actifit-landingpage/commit/0d841465ef729d6602d2f28d7d3409c5104eb383)
[Commit](https://github.com/actifit/actifit-landingpage/commit/1d90da9f593ad71baf523b5da045649dcf51d91a)
[Commit](https://github.com/actifit/actifit-landingpage/commit/1d90da9f593ad71baf523b5da045649dcf51d91a)
[Commit](https://github.com/actifit/actifit-landingpage/commit/15e6cff536f8a9ae00fef90b2eb9c241516a8c08)
[Commit](https://github.com/actifit/actifit-landingpage/commit/3556c8618bd690922eb18a998c42207c10c3a619)


##### Single Post Separate View

Actifit website supported till now a single view for activity report, popup mode. We wanted to provide more flexibility to users, but also improve on our SEO, via introducing support for single post display based upon post url.
For this purpose, we implemented support to display single view images, via a URL structure that matches any of the following:
https://actifit.io/@user/post-url
https://actifit.io/user/post-url
https://actifit.io/tag/@user/post-url
The latter of which actually redirects to the first one.

We wanted actifit site to support usernames with both @ and no @ signs, as initially our username structure did not follow the @ sign, but also that @ sign structure in URLs is not much of a standard.

To accomplish the above, we relied on params for the URLs, by creating new folder structures to support those urls. So we created the following new folder structures
<center>![](https://cdn.steemitimages.com/DQmeRdMJgBw9VgDHocbVN21czKVeF7oHHKW3cpxSjxymivg/image.png)</center>

and then setup proper redirection from the 3rd type to take back to our single post implementation

`this.$router.push({ path: "/"+this.$route.params.username+"/"+this.$route.params.permlink })`

this below is an example of a rendered post

<center>![](https://cdn.steemitimages.com/DQmVGZmWDYKLoG7UyFK5gaA7dGxprqz6V8CBZDYSLcq3Qo2/image.png)</center>

We implemented a full functionality in terms of upvoting and commenting, so as the user experience is complete.

##### User Profile Page

Following the folder structure and changes above, we initiated the work on a full user page, to contain different types of info pertaining Actifit & Steem users.

As of now, the user profile page is still under progress, and contains basic info, including user profile image, username, number of actifit activit reports, user rank, as well as a link to activity page

<center>![](https://cdn.steemitimages.com/DQmfMydsPKfT2Aiv4hmFdHsNTqN84mAHSHuKdozXPHjBZM3/image.png)</center>


###### Implement Default Moderator Comment Signature
As we increased our moderators and our moderation activity on actifit reports, we found it much easier to proceed with implementing a standard template for moderators, which would display by default as a signature to their comments.

For this purpose, we setup a global moderator signature, under `nuxt.config.js`, which would then be accessile via the different pages/templates that support our comment system. In case the user is part of the moderation team, the signature will auto-show for them in the comments.

<center>![](https://cdn.steemitimages.com/DQmRTUZwgHAzWYegZMcvdipzqjTYLL2pcGQmuKKKBEygTMA/image.png)</center>

##### Refunded Transactions Display

We added support for the display of new type of exchange transactions "refunded", whereby users who passed 14 days without a proper actifit post were actually refunded their AFIT tokens used . This info relied on data newly introduced via the API/transactions, whereby the status of the transaction was adjusted to be refunded if it matches conditions above.

<center>![](https://cdn.steemitimages.com/DQmPdRevwwx4cw2FkQKvCMGgEWR5Ud4YV8g2M8MG8jAa18r/image.png)</center>

##### Various Additional Changes/Fixes

We implemented the following additional changes:

- We switched current busy.org urls on actifit.io to actually use actifit.io instead.

- We had to roll back some of the changes we had made once integrating the new markdown editor, as unfortunately it faced troubles with some HTML+markdown support, hence we restored some of the regex work we had removed before.

- We added a link to our new [telegram channel](https://t.me/joinchat/HiszbEZ3lH139lXz_JNjQA).

- We added a link to our [official whitepaper](https://actifit.io/whitepaper/Actifit_White_Paper.pdf)


#### Roadmap
Further continuous improvements will be done on the actifit website, including a potential revamp of the main page content, adding some additional content pages, a complete fitness profile page, more user rank screens...

#### How to contribute?
You can chat to us on the [official actifit discord](https://discord.gg/dtkHuKx), or to me in discord private @mcfarhat#6013.
Contributions are accepted as pull requests to the official github repo.
We are having continuous tasks assigned to different contributors to our project. More official tasks are continuously announced :)

#### GitHub Account
https://github.com/mcfarhat
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 194 others
πŸ‘Ž  
properties (23)
post_id72,677,713
authormcfarhat
permlinkactifit-io-website-updates-1554641418489
categoryactifit
json_metadata{"app":"steeditor\/0.1.2","format":"markdown","image":["https:\/\/cdn.steemitimages.com\/DQmNMD1Q5vH9bXm5AcbrLmpZwMw2NauGiyPAemiU2whPM27\/image.png","https:\/\/cdn.steemitimages.com\/DQmeRdMJgBw9VgDHocbVN21czKVeF7oHHKW3cpxSjxymivg\/image.png","https:\/\/cdn.steemitimages.com\/DQmVGZmWDYKLoG7UyFK5gaA7dGxprqz6V8CBZDYSLcq3Qo2\/image.png","https:\/\/cdn.steemitimages.com\/DQmfMydsPKfT2Aiv4hmFdHsNTqN84mAHSHuKdozXPHjBZM3\/image.png","https:\/\/cdn.steemitimages.com\/DQmRTUZwgHAzWYegZMcvdipzqjTYLL2pcGQmuKKKBEygTMA\/image.png","https:\/\/cdn.steemitimages.com\/DQmPdRevwwx4cw2FkQKvCMGgEWR5Ud4YV8g2M8MG8jAa18r\/image.png"],"tags":["actifit","utopian-io","development","steemdev","steem"],"users":["user","mcfarhat"],"links":["https:\/\/github.com\/actifit\/actifit-landingpage","https:\/\/github.com\/actifit\/actifit-landingpage\/commit\/c50e85b8860a64ac8941d851741efe56e220b48d","https:\/\/github.com\/actifit\/actifit-landingpage\/commit\/21098595fc3eb72f834ff57c0eca3a86fdd56eb6","https:\/\/github.com\/actifit\/actifit-landingpage\/commit\/028e3c61b7a706175ddd947403a73f8efecf4575","https:\/\/github.com\/actifit\/actifit-landingpage\/commit\/ec705771317570351a769283c619e39cc3a1972e","https:\/\/github.com\/actifit\/actifit-landingpage\/commit\/fecedba70f7afd751aa9c43837b81c32e56d4d62","https:\/\/github.com\/actifit\/actifit-landingpage\/commit\/be029b214136dde4b3370ed4ec93715a4d34f656","https:\/\/github.com\/actifit\/actifit-landingpage\/commit\/c80e2d6bd7c81863b9e50c7bf2fa936384c11d09","https:\/\/github.com\/actifit\/actifit-landingpage\/commit\/0d841465ef729d6602d2f28d7d3409c5104eb383","https:\/\/github.com\/actifit\/actifit-landingpage\/commit\/1d90da9f593ad71baf523b5da045649dcf51d91a","https:\/\/github.com\/actifit\/actifit-landingpage\/commit\/15e6cff536f8a9ae00fef90b2eb9c241516a8c08","https:\/\/github.com\/actifit\/actifit-landingpage\/commit\/3556c8618bd690922eb18a998c42207c10c3a619","https:\/\/actifit.io\/@user\/post-url","https:\/\/actifit.io\/user\/post-url","https:\/\/actifit.io\/tag\/@user\/post-url","https:\/\/actifit.io\/whitepaper\/Actifit_White_Paper.pdf","https:\/\/discord.gg\/dtkHuKx","https:\/\/github.com\/mcfarhat"],"community":"actifit"}
created2019-04-07 12:50:18
last_update2019-04-07 12:50:18
depth0
children24
net_rshares70,218,393,648,717
last_payout2019-04-14 12:50:18
cashout_time1969-12-31 23:59:59
total_payout_value31.574 SBD
curator_payout_value10.175 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length6,408
author_reputation104,178,422,702,645
root_title"Actifit.io Website Updates"
beneficiaries
0.
accountutopian.pay
weight500
max_accepted_payout100,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (259)
@jayna ·
Great work! You guys are always enhancing and improving the app!
πŸ‘  
properties (23)
post_id72,678,112
authorjayna
permlinkre-mcfarhat-actifit-io-website-updates-1554641418489-20190407t130012393z
categoryactifit
json_metadata{"tags":["actifit"],"app":"steemit\/0.1"}
created2019-04-07 13:00:12
last_update2019-04-07 13:00:12
depth1
children0
net_rshares27,601,639,241
last_payout2019-04-14 13:00:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length64
author_reputation83,389,450,322,515
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@rmsbodybuilding ·
Keep doing great work.

Posted using [Partiko Android](https://partiko.app/referral/rmsbodybuilding)
πŸ‘  
properties (23)
post_id72,678,914
authorrmsbodybuilding
permlinkrmsbodybuilding-re-mcfarhat-actifit-io-website-updates-1554641418489-20190407t132403648z
categoryactifit
json_metadata{"app":"partiko","client":"android"}
created2019-04-07 13:24:03
last_update2019-04-07 13:24:03
depth1
children0
net_rshares27,519,093,960
last_payout2019-04-14 13:24:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length100
author_reputation56,522,611,888,290
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@adenijiadeshina ·
Great work. More strength to you people great work
πŸ‘  
properties (23)
post_id72,680,500
authoradenijiadeshina
permlinkre-mcfarhat-actifit-io-website-updates-1554641418489-20190407t135931404z
categoryactifit
json_metadata{"tags":["actifit"],"app":"steemit\/0.1"}
created2019-04-07 13:59:30
last_update2019-04-07 13:59:30
depth1
children2
net_rshares27,439,049,315
last_payout2019-04-14 13:59:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length50
author_reputation38,213,975,622,361
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@steevc ·
How about giving the man a nice vote to show appreciation?
πŸ‘  
properties (23)
post_id72,680,816
authorsteevc
permlinkre-adenijiadeshina-re-mcfarhat-actifit-io-website-updates-1554641418489-20190407t140710959z
categoryactifit
json_metadata{"tags":["actifit"],"app":"steemit\/0.1"}
created2019-04-07 14:07:12
last_update2019-04-07 14:07:12
depth2
children1
net_rshares26,878,981,720
last_payout2019-04-14 14:07:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length58
author_reputation273,317,013,544,223
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@adenijiadeshina ·
Yes always

Posted using [Partiko Android](https://partiko.app/referral/adenijiadeshina)
πŸ‘  
properties (23)
post_id72,680,884
authoradenijiadeshina
permlinkadenijiadeshina-re-steevc-re-adenijiadeshina-re-mcfarhat-actifit-io-website-updates-1554641418489-20190407t140902325z
categoryactifit
json_metadata{"app":"partiko","client":"android"}
created2019-04-07 14:09:03
last_update2019-04-07 14:09:03
depth3
children0
net_rshares26,559,326,022
last_payout2019-04-14 14:09:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length88
author_reputation38,213,975,622,361
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@steevc ·
Good to see progress with the site. I'm logging a lot more activity recently. This app gives me extra incentive.
πŸ‘  
properties (23)
post_id72,680,793
authorsteevc
permlinkre-mcfarhat-actifit-io-website-updates-1554641418489-20190407t140629299z
categoryactifit
json_metadata{"tags":["actifit"],"app":"steemit\/0.1"}
created2019-04-07 14:06:30
last_update2019-04-07 14:06:30
depth1
children1
net_rshares26,798,604,412
last_payout2019-04-14 14:06:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length112
author_reputation273,317,013,544,223
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@runridefly ·
$0.03
Things just get better on @actifit

Posted using [Partiko iOS](https://partiko.app/referral/runridefly)
πŸ‘  ,
properties (23)
post_id72,687,044
authorrunridefly
permlinkrunridefly-re-steevc-re-mcfarhat-actifit-io-website-updates-1554641418489-20190407t162734768z
categoryactifit
json_metadata{"app":"partiko","client":"ios"}
created2019-04-07 16:27:36
last_update2019-04-07 16:27:36
depth2
children0
net_rshares58,288,881,874
last_payout2019-04-14 16:27:36
cashout_time1969-12-31 23:59:59
total_payout_value0.026 SBD
curator_payout_value0.007 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length103
author_reputation179,198,072,237,533
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@ketcom ·
Very good one guys, more grease to your elbow.

Posted using [Partiko Android](https://partiko.app/referral/ketcom)
πŸ‘  
properties (23)
post_id72,681,049
authorketcom
permlinkketcom-re-mcfarhat-actifit-io-website-updates-1554641418489-20190407t141332129z
categoryactifit
json_metadata{"app":"partiko","client":"android"}
created2019-04-07 14:13:33
last_update2019-04-07 14:13:33
depth1
children0
net_rshares26,718,468,235
last_payout2019-04-14 14:13:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length115
author_reputation198,507,892,119,261
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@runridefly ·
I visit actifit.io more than I can count.  

Posted using [Partiko iOS](https://partiko.app/referral/runridefly)
πŸ‘  
properties (23)
post_id72,687,111
authorrunridefly
permlinkrunridefly-re-mcfarhat-actifit-io-website-updates-1554641418489-20190407t162918037z
categoryactifit
json_metadata{"app":"partiko","client":"ios"}
created2019-04-07 16:29:18
last_update2019-04-07 16:29:18
depth1
children0
net_rshares26,638,572,466
last_payout2019-04-14 16:29:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length112
author_reputation179,198,072,237,533
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@roger5120 ·
Always improving and doing wonderful amazing work. πŸ‘πŸ™ŒπŸ€—

Posted using [Partiko iOS](https://partiko.app/referral/roger5120)
πŸ‘  
properties (23)
post_id72,692,897
authorroger5120
permlinkroger5120-re-mcfarhat-actifit-io-website-updates-1554641418489-20190407t191309088z
categoryactifit
json_metadata{"app":"partiko","client":"ios"}
created2019-04-07 19:13:12
last_update2019-04-07 19:13:12
depth1
children0
net_rshares27,805,331,477
last_payout2019-04-14 19:13:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length122
author_reputation53,292,570,288,120
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@verifyme ·
@mcfarhat You have received a 100% upvote from @botreporter because this post did not use any bidbots and you have not used bidbots in the last 30 days!

Upvoting this comment will help keep this service running.
properties (22)
post_id72,735,857
authorverifyme
permlinkre-actifit-io-website-updates-1554641418489-mcfarhat-verifyme-randomvote
categoryactifit
json_metadata{"tags":["verifyme","random-upvote"],"users":["mcfarhat","botreporter"],"app":"null\/null","format":"markdown"}
created2019-04-08 15:58:45
last_update2019-04-08 15:58:45
depth1
children0
net_rshares0
last_payout2019-04-15 15:58:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length214
author_reputation-704,332,579,924
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@emrebeyler ·
$7.14
I have witnessed the amazing development of Actifit from the day one. Great and amazing work. Keep it up @mcfarhat :-) I have lots of friends enjoying Actifit.

There's not much to stay from a reviewer stand point. :) Good alternatives on `author/permlink` routings.

***

Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/3/2-2-1-2-2-1-1-).

---- 
Need help? Chat with us on [Discord](https://discord.gg/uTyJkNm).

[[utopian-moderator]](https://join.utopian.io/)
πŸ‘  , , , , , , , , , , , , , , , , ,
properties (23)
post_id72,744,132
authoremrebeyler
permlinkre-mcfarhat-actifit-io-website-updates-1554641418489-20190408t194133536z
categoryactifit
json_metadata{"tags":["actifit"],"users":["mcfarhat"],"links":["https:\/\/join.utopian.io\/guidelines","https:\/\/review.utopian.io\/result\/3\/2-2-1-2-2-1-1-","https:\/\/discord.gg\/uTyJkNm","https:\/\/join.utopian.io\/"],"app":"steemit\/0.1"}
created2019-04-08 19:41:33
last_update2019-04-08 19:41:33
depth1
children2
net_rshares11,610,109,329,677
last_payout2019-04-15 19:41:33
cashout_time1969-12-31 23:59:59
total_payout_value5.471 SBD
curator_payout_value1.670 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length721
author_reputation319,480,565,467,431
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (18)
@mcfarhat ·
Thanks man ! :)
properties (22)
post_id72,746,033
authormcfarhat
permlinkre-emrebeyler-re-mcfarhat-actifit-io-website-updates-1554641418489-20190408t204516315z
categoryactifit
json_metadata{"tags":["actifit"],"app":"steemit\/0.1"}
created2019-04-08 20:45:21
last_update2019-04-08 20:45:21
depth2
children0
net_rshares0
last_payout2019-04-15 20:45:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length15
author_reputation104,178,422,702,645
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@utopian-io ·
Thank you for your review, @emrebeyler! Keep up the good work!
properties (22)
post_id72,879,000
authorutopian-io
permlinkre-re-mcfarhat-actifit-io-website-updates-1554641418489-20190408t194133536z-20190411t024735z
categoryactifit
json_metadata{"app":"beem\/0.20.17"}
created2019-04-11 02:47:36
last_update2019-04-11 02:47:36
depth2
children0
net_rshares0
last_payout2019-04-18 02:47:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length62
author_reputation152,913,012,544,965
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steem-ua ·
#### Hi @mcfarhat!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your post is eligible for our upvote, thanks to our collaboration with @utopian-io!
**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
properties (22)
post_id72,744,983
authorsteem-ua
permlinkre-actifit-io-website-updates-1554641418489-20190408t200718z
categoryactifit
json_metadata{"app":"beem\/0.20.19"}
created2019-04-08 20:07:18
last_update2019-04-08 20:07:18
depth1
children0
net_rshares0
last_payout2019-04-15 20:07:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length287
author_reputation23,203,609,903,979
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@pennsif ·
This post has been included in the latest edition of  [**The Steem News in 10 posts**](https://steemit.com/steem/@pennsif/the-steem-news-in-10-posts-7-april-2019) - a compilation of the key news stories on the Steem blockchain.
πŸ‘  
properties (23)
post_id72,746,999
authorpennsif
permlinkre-mcfarhat-actifit-io-website-updates-1554641418489-20190408t211559763z
categoryactifit
json_metadata{"tags":["actifit"],"links":["https:\/\/steemit.com\/steem\/@pennsif\/the-steem-news-in-10-posts-7-april-2019"],"app":"steemit\/0.1"}
created2019-04-08 21:16:03
last_update2019-04-08 21:16:03
depth1
children0
net_rshares553,309,358
last_payout2019-04-15 21:16:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length227
author_reputation1,133,559,822,277,583
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@utopian-io ·
Hey, @mcfarhat!

**Thanks for contributing on Utopian**.
We’re already looking forward to your next contribution!

**Get higher incentives and support Utopian.io!**
 Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)).

**Want to chat? Join us on Discord https://discord.gg/h52nFrV.**

<a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
properties (22)
post_id72,767,023
authorutopian-io
permlinkre-actifit-io-website-updates-1554641418489-20190409t092208z
categoryactifit
json_metadata{"app":"beem\/0.20.17"}
created2019-04-09 09:22:09
last_update2019-04-09 09:22:09
depth1
children0
net_rshares0
last_payout2019-04-16 09:22:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length590
author_reputation152,913,012,544,965
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steem-plus ·
SteemPlus upvote
Hi, @mcfarhat!

You just got a **0.04%** upvote from SteemPlus!
To get higher upvotes, earn more SteemPlus Points (SPP). On your Steemit wallet, check your SPP balance and click on "How to earn SPP?" to find out all the ways to earn.
If you're not using SteemPlus yet, please check our last posts in [here](https://steemit.com/@steem-plus) to see the many ways in which SteemPlus can improve your Steem experience on Steemit and Busy.
properties (22)
post_id72,797,848
authorsteem-plus
permlinkactifit-io-website-updates-1554641418489---vote-steemplus
categoryactifit
json_metadata{}
created2019-04-09 20:04:15
last_update2019-04-09 20:04:15
depth1
children0
net_rshares0
last_payout2019-04-16 20:04:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length435
author_reputation247,995,867,762,997
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@chesatochi ·
One on the thing I was shocked not to see yesterday is the total number of steps made under my profile.

Posted using [Partiko Android](https://partiko.app/referral/chesatochi)
πŸ‘  
properties (23)
post_id72,823,779
authorchesatochi
permlinkchesatochi-re-mcfarhat-actifit-io-website-updates-1554641418489-20190410t082629685z
categoryactifit
json_metadata{"app":"partiko","client":"android"}
created2019-04-10 08:26:33
last_update2019-04-10 08:26:33
depth1
children4
net_rshares28,007,925,953
last_payout2019-04-17 08:26:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length176
author_reputation179,198,072,237,533
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@mcfarhat ·
hey @chesatochi,
can you clarify plz? feel free to share a link or contact us on [discord](https://bit.ly/actifit_discord)
properties (22)
post_id72,826,346
authormcfarhat
permlinkre-chesatochi-chesatochi-re-mcfarhat-actifit-io-website-updates-1554641418489-20190410t092511989z
categoryactifit
json_metadata{"tags":["actifit"],"users":["chesatochi"],"links":["https:\/\/bit.ly\/actifit_discord"],"app":"steemit\/0.1"}
created2019-04-10 09:25:18
last_update2019-04-10 09:25:18
depth2
children3
net_rshares0
last_payout2019-04-17 09:25:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length122
author_reputation104,178,422,702,645
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@chesatochi · (edited)
Under my profile on your website I can't see the total number of steps combined of the 174 reports I submit toward the Steem blockchain.
πŸ‘  
properties (23)
post_id72,828,361
authorchesatochi
permlinkre-mcfarhat-re-chesatochi-chesatochi-re-mcfarhat-actifit-io-website-updates-1554641418489-20190410t100305927z
categoryactifit
json_metadata{"tags":["actifit"],"app":"steemit\/0.1"}
created2019-04-10 10:03:06
last_update2019-04-10 10:03:33
depth3
children2
net_rshares28,150,863,681
last_payout2019-04-17 10:03:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length136
author_reputation179,198,072,237,533
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@steemitboard ·
Congratulations @mcfarhat! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@mcfarhat/votes.png?201904151744</td><td>You made more than 24000 upvotes. Your next target is to reach 25000 upvotes.</td></tr>
</table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@mcfarhat) and compare to others on the [Steem Ranking](http://steemitboard.com/ranking/index.php?name=mcfarhat)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



> You can upvote this notification to help all Steem users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
post_id73,161,549
authorsteemitboard
permlinksteemitboard-notify-mcfarhat-20190415t185017000z
categoryactifit
json_metadata{"image":["https:\/\/steemitboard.com\/img\/notify.png"]}
created2019-04-15 18:50:18
last_update2019-04-15 18:50:18
depth1
children0
net_rshares0
last_payout2019-04-22 18:50:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length813
author_reputation38,705,954,145,809
root_title"Actifit.io Website Updates"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000