Removed test data

This commit is contained in:
mistikk 2018-11-16 15:10:26 +01:00
parent 65350b4788
commit 52f9d30e2d
2 changed files with 11 additions and 203 deletions

View File

@ -1,196 +1,5 @@
import api from '../../config/api';
const testData = [
{
id: 'm-32372048',
type: 'mention',
source: 'lizanomadsoul',
author: 'lizanomadsoul',
account: 'mistikk',
permlink: 'steemfest-part-two-conference-day-disco-night-boat-trip-and-city-walk-poker-clean-planet-saltmine-and-closing-drinks',
post: true,
read: 0,
timestamp: '2018-11-15T17:42:30+00:00',
ts: 1542300150,
gk: 'Yesterday',
gkf: true,
},
{
id: 'm-32364653',
type: 'mention',
source: 'future24',
author: 'future24',
account: 'mistikk',
permlink: 'my-steemfest-badget-scan-collection-meet-the-steemians-contest-d40b4dc68fd1eest',
post: true,
read: 0,
timestamp: '2018-11-15T12:33:57+00:00',
ts: 1542281637,
gk: 'Yesterday',
gkf: false,
},
{
id: 'm-32364257',
type: 'mention',
source: 'future24',
author: 'future24',
account: 'mistikk',
permlink: 'my-steemfest-badget-scan-collection-meet-the-steemians-contest-d40b4dc68fd1eest',
post: true,
read: 0,
timestamp: '2018-11-15T12:17:57+00:00',
ts: 1542280677,
gk: 'Yesterday',
gkf: false,
},
{
id: 'f-165464166',
type: 'follow',
source: 'manncpt',
follower: 'manncpt',
following: 'mistikk',
blog: true,
read: 0,
timestamp: '2018-11-13T23:07:18+00:00',
ts: 1542146838,
gk: '2018-11-13',
gkf: true,
},
{
id: 'f-165459364',
type: 'follow',
source: 'future24',
follower: 'future24',
following: 'mistikk',
blog: true,
read: 0,
timestamp: '2018-11-13T15:37:06+00:00',
ts: 1542119826,
gk: '2018-11-13',
gkf: false,
},
{
id: 'm-32222130',
type: 'mention',
source: 'steemium',
author: 'steemium',
account: 'mistikk',
permlink: 'early-access-to-steemium-for-all-steemfest-participants',
post: true,
read: 0,
timestamp: '2018-11-11T02:56:48+00:00',
ts: 1541901408,
gk: '2018-11-11',
gkf: true,
},
{
id: 'm-32213631',
type: 'mention',
source: 'louis88',
author: 'louis88',
account: 'mistikk',
permlink: 'beersaturday-is-on-great-and-the-esteem-joined-e63f0a592fa2e',
post: true,
read: 0,
timestamp: '2018-11-10T19:58:21+00:00',
ts: 1541876301,
gk: '2018-11-10',
gkf: true,
},
{
id: 'm-31826288',
type: 'mention',
source: 'u-e',
author: 'u-e',
account: 'mistikk',
permlink: 'test-with-user-id-2worq984zaa',
post: true,
read: 0,
timestamp: '2018-10-29T21:46:18+00:00',
ts: 1540845978,
gk: '2018-10-29',
gkf: true,
},
{
id: 'f-164966801',
type: 'follow',
source: 'marcusmalone',
follower: 'marcusmalone',
following: 'mistikk',
blog: true,
read: 0,
timestamp: '2018-10-25T03:45:45+00:00',
ts: 1540431945,
gk: '2018-10-25',
gkf: true,
},
{
id: 'f-164533994',
type: 'follow',
source: 'cahitihac',
follower: 'cahitihac',
following: 'mistikk',
blog: true,
read: 0,
timestamp: '2018-10-14T08:49:36+00:00',
ts: 1539499776,
gk: '2018-10-14',
gkf: true,
},
{
id: 'f-164336256',
type: 'follow',
source: 'horpey',
follower: 'horpey',
following: 'mistikk',
blog: true,
read: 0,
timestamp: '2018-10-08T23:05:30+00:00',
ts: 1539032730,
gk: '2018-10-08',
gkf: true,
},
{
id: 'f-147167566',
type: 'follow',
source: 'okankarol',
follower: 'okankarol',
following: 'mistikk',
blog: true,
read: 0,
timestamp: '2018-09-09T05:27:21+00:00',
ts: 1536463641,
gk: '2018-09-09',
gkf: true,
},
{
id: 'f-147167446',
type: 'follow',
source: 'obaku',
follower: 'obaku',
following: 'mistikk',
blog: true,
read: 0,
timestamp: '2018-09-09T05:26:48+00:00',
ts: 1536463608,
gk: '2018-09-09',
gkf: false,
},
{
id: 'f-147167414',
type: 'follow',
source: 'raise-me-up',
follower: 'raise-me-up',
following: 'mistikk',
blog: true,
read: 0,
timestamp: '2018-09-09T05:26:45+00:00',
ts: 1536463605,
gk: '2018-09-09',
gkf: false,
},
];
export const getDrafts = data => new Promise((resolve, reject) => {
api
.get(`/drafts/${data.user}`)
@ -236,7 +45,6 @@ export const updateDraft = data => new Promise((resolve, reject) => {
});
export const getActivities = data => new Promise((resolve, reject) => {
resolve(testData);
let url = null;
switch (data.type) {
case 'activities':

View File

@ -59,26 +59,26 @@ export const getUser = async (user) => {
try {
const account = await client.database.getAccounts([user]);
// get global properties to calculate Steem Power
const global_properties = await client.database.getDynamicGlobalProperties();
const rc_power = await client.call('rc_api', 'find_rc_accounts', { accounts: [user] });
// const unreadActivityCount = await getUnreadActivityCount({ user });
const globalProperties = await client.database.getDynamicGlobalProperties();
const rcPower = await client.call('rc_api', 'find_rc_accounts', { accounts: [user] });
const unreadActivityCount = await getUnreadActivityCount({ user });
account[0].unread_activity_count = 12;
account[0].rc_manabar = rc_power.rc_accounts[0].rc_manabar;
account[0].unread_activity_count = unreadActivityCount;
account[0].rc_manabar = rcPower.rc_accounts[0].rc_manabar;
account[0].steem_power = vestToSteem(
account[0].vesting_shares,
global_properties.total_vesting_shares,
global_properties.total_vesting_fund_steem,
globalProperties.total_vesting_shares,
globalProperties.total_vesting_fund_steem,
).toFixed(0);
account[0].received_steem_power = vestToSteem(
account[0].received_vesting_shares,
global_properties.total_vesting_shares,
global_properties.total_vesting_fund_steem,
globalProperties.total_vesting_shares,
globalProperties.total_vesting_fund_steem,
).toFixed(0);
account[0].delegated_steem_power = vestToSteem(
account[0].delegated_vesting_shares,
global_properties.total_vesting_shares,
global_properties.total_vesting_fund_steem,
globalProperties.total_vesting_shares,
globalProperties.total_vesting_fund_steem,
).toFixed(0);
account[0].about = account[0].json_metadata && JSON.parse(account[0].json_metadata);