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

feature(admin-notification): notify admin of every transaction #35

Merged
merged 1 commit into from
Sep 30, 2017

Conversation

segunolalive
Copy link
Owner

####What does this PR do?
Adds admin notifications

Description of Task to be completed?

Admin should should get notified when a book is borrowed

What are the relevant pivotal tracker stories?

#149760479

Screenshots (if appropriate)

screen shot 2017-09-30 at 11 08 50 am

@@ -2,7 +2,7 @@ import express from 'express';

import userController from '../controllers/users';
import bookController from '../controllers/books';
import fetchAdminNotifications from '../controllers/fetchAdminNotifications';
import transactons from '../controllers/fetchAdminNotifications';

Choose a reason for hiding this comment

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

Unable to resolve path to module '../controllers/fetchAdminNotifications' import/no-unresolved

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.6%) to 76.19% when pulling 340f31f on feature/admin-notification into 600ae34 on development.

@segunolalive segunolalive merged commit 5098dd2 into development Sep 30, 2017
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

3 participants