Add zScore, pValue, specials, trending content #655

Merged
skhameneh merged 3 commits from trending-metrics into master 2018-10-24 22:47:47 +02:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit 74f6c1fefa - Show all commits

View file

@ -7,9 +7,6 @@ import Row from '@components/Row';
class ShowChannel extends React.Component {
render () {
console.log({
props: this.props
})
const { channel, homeChannel } = this.props;
if (channel) {
const { name, longId, shortId } = channel;

View file

@ -14,7 +14,7 @@ const channelClaims = async ({ ip, originalUrl, body, params }, res) => {
daovist commented 2018-10-24 22:11:31 +02:00 (Migrated from github.com)
Review

should be triple equals?

should be triple equals?
skhameneh commented 2018-10-24 22:44:28 +02:00 (Migrated from github.com)
Review

Yes. I was debugging and forgot to change it back :)

Yes. I was debugging and forgot to change it back :)
daovist commented 2018-10-24 22:11:31 +02:00 (Migrated from github.com)
Review

should be triple equals?

should be triple equals?
skhameneh commented 2018-10-24 22:44:28 +02:00 (Migrated from github.com)
Review

Yes. I was debugging and forgot to change it back :)

Yes. I was debugging and forgot to change it back :)
page,
} = params;
if(name == 'trending') {
daovist commented 2018-10-24 22:11:31 +02:00 (Migrated from github.com)
Review

should be triple equals?

should be triple equals?
skhameneh commented 2018-10-24 22:44:28 +02:00 (Migrated from github.com)
Review

Yes. I was debugging and forgot to change it back :)

Yes. I was debugging and forgot to change it back :)
if(name === 'trending') {
daovist commented 2018-10-24 22:11:31 +02:00 (Migrated from github.com)
Review

should be triple equals?

should be triple equals?
skhameneh commented 2018-10-24 22:44:28 +02:00 (Migrated from github.com)
Review

Yes. I was debugging and forgot to change it back :)

Yes. I was debugging and forgot to change it back :)
const result = await db.Trending.getTrendingClaims();
const claims = await Promise.all(result.map((claim) => getClaimData(claim)));
return res.status(200).json({

daovist commented 2018-10-24 22:11:31 +02:00 (Migrated from github.com)
Review

should be triple equals?

should be triple equals?
skhameneh commented 2018-10-24 22:44:28 +02:00 (Migrated from github.com)
Review

Yes. I was debugging and forgot to change it back :)

Yes. I was debugging and forgot to change it back :)
daovist commented 2018-10-24 22:11:31 +02:00 (Migrated from github.com)
Review

should be triple equals?

should be triple equals?
skhameneh commented 2018-10-24 22:44:28 +02:00 (Migrated from github.com)
Review

Yes. I was debugging and forgot to change it back :)

Yes. I was debugging and forgot to change it back :)