Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#167785593 Add filters #73

Merged
merged 1 commit into from
Aug 9, 2019
Merged

Conversation

jabichris
Copy link
Contributor

Description

This PR is for adding the categories for article, increase information kept in token

How has it been tested

N/A

Checklist:

  • Add orderBy time created for articles and notifications
  • Add category in articles
  • Add information into token

Pivotal tracker story ID

#167785593

highlight.dataValues.comments = comments;
return highlight;
})
);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unexpected newline before ')' function-paren-newline

highlight.dataValues.comments = comments;
return highlight;
}));
await Promise.all(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unexpected newline after '(' function-paren-newline

const result = await open(`https://www.linkedin.com/sharing/share-offsite/?url=${articleShareUrl}`);
const result = await open(
`https://www.linkedin.com/sharing/share-offsite/?url=${articleShareUrl}`
);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unexpected newline before ')' function-paren-newline

return result;
}
if (option === 'linkedin') {
const result = await open(`https://www.linkedin.com/sharing/share-offsite/?url=${articleShareUrl}`);
const result = await open(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unexpected newline after '(' function-paren-newline

const result = await open(`https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=&su=Authorshaven%20Post&body=copy%20the%20following%20link%20to%20open%20the%20article%20${articleShareUrl}`);
const result = await open(
`https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=&su=Authorshaven%20Post&body=copy%20the%20following%20link%20to%20open%20the%20article%20${articleShareUrl}`
);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unexpected newline before ')' function-paren-newline

@@ -615,11 +587,15 @@ class ArticleHelper {
return result;
}
if (option === 'gmail') {
const result = await open(`https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=&su=Authorshaven%20Post&body=copy%20the%20following%20link%20to%20open%20the%20article%20${articleShareUrl}`);
const result = await open(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unexpected newline after '(' function-paren-newline

articleId: article.dataValues.id
});
})
);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unexpected newline before ')' function-paren-newline

articleId: article.dataValues.id
});
}));
await Promise.all(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unexpected newline after '(' function-paren-newline

- Add orderby for articles and notifications
- Add category in articles
- Add information into token

[Finishes #167785593]
@jabichris jabichris force-pushed the ch-improve-backend-167785593 branch from 90feee9 to 4b602a3 Compare August 9, 2019 08:16
Copy link
Contributor

@AJAkimana AJAkimana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done

@Niyitangasam Niyitangasam self-requested a review August 9, 2019 10:48
@denislohan denislohan merged commit 2b252ba into develop Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants