-
Notifications
You must be signed in to change notification settings - Fork 5
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
#164427956 feature for notification for articles from followed users. #51
Conversation
- 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]
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
- 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
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
[Finishes #164427956]
server/database/migrations/20190311091450-create-user-notification.js
Outdated
Show resolved
Hide resolved
server/database/migrations/20190311091413-create-notification.js
Outdated
Show resolved
Hide resolved
…into ft-article-notification-on-follow-164427956
[Finishes #164427956]
@@ -0,0 +1,74 @@ | |||
import chaiHttp from 'chai-http'; |
There was a problem hiding this comment.
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
[Finishes #164427956]
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
package.json
Outdated
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-prettier": "^3.0.1", |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
…/github.com/andela/artemis-ah-backend into ft-article-notification-on-follow-164427956
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?
How should this be manually tested?
npm install
to install the dependencies.npm test
to run the tests.What are the relevant pivotal tracker stories?
#164427956