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

#164427956 feature for notification for articles from followed users. #51

Merged
merged 34 commits into from
Mar 13, 2019

Conversation

danprocoder
Copy link
Contributor

What does this PR do?

Create a feature for notification when a user another user follows publishes an article.

Description of Task to be completed?

  • Create a feature for notification for users when author they follow publishes a new article
  • Fix bug with follow/unfollow feature
  • Write tests for the notification

How should this be manually tested?

  1. Clone this branch.
  2. Run npm install to install the dependencies.
  3. Run npm test to run the tests.

What are the relevant pivotal tracker stories?

#164427956

- Created migration for notifications
- Created migration for user notifications
- Created migration for user notification channels.

[Finishes #164530687]
- Created migration for notifications
- Created migration for user notifications
- Created migration for user notification channels.

[Finishes #164530687]
- Create feature for notification for users when author they follow publishes a new article
- Fix bug with follow/unfollow feature
- Write tests for the notification

[Delivers #164427956]
…into ft-article-notification-on-follow-164427956
…into ft-article-notification-on-follow-164427956
@danprocoder danprocoder added the enhancement New feature or request label Mar 12, 2019
…into ft-article-notification-on-follow-164427956
@@ -0,0 +1,74 @@
import chaiHttp from 'chai-http';

Choose a reason for hiding this comment

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

Definition for rule 'prettier/prettier' was not found prettier/prettier

package.json Outdated
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-prettier": "^3.0.1",

Choose a reason for hiding this comment

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

I thought we agreed to remove prettier, why do we still have it here

package.json Outdated
"husky": "^1.3.1",
"lint-staged": "^8.1.5",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^13.3.0"
"prettier": "^1.16.4"

Choose a reason for hiding this comment

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

Same with here, kindly confirm this

@danprocoder danprocoder merged commit 1871f77 into develop Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants