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

User should be informed when books are overdue #33

Commits on Nov 22, 2017

  1. chore (es-lint refactoring):

    - Eslint changes to the updated files
    Benny Ogidan authored and Benny Ogidan committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    d10c50d View commit details
    Browse the repository at this point in the history
  2. bug-fix (Heroku build):

    -Changes to the loading of the borrowed books
    Benny Ogidan authored and Benny Ogidan committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    6622ffc View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. feature (overdue books route):

    - api route constructed for overdue books
    - If the return date has passed then the user  can retrieve a list of the books
    Benny Ogidan authored and Benny Ogidan committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    6bfeae1 View commit details
    Browse the repository at this point in the history
  2. feature (overdue books):

    - Users can now see books that thet have not returned on time
    
    - Users can return books from the Overdue books interface.
    Benny Ogidan authored and Benny Ogidan committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    9a15755 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

  1. feature (overdue books): Users are informed when they have overdue books

    - Users are inform by email when they have overdue books with the title of the book.
    
    - Scheduler to send email daily to inform the user on their overdue books.
    
    [Delivers #153101662]
    
    - Changes to schedule
    
    fix (Clear cache): Cache cleared
    - DS_Store and vscode removed
    Benny Ogidan authored and Benny Ogidan committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    417d204 View commit details
    Browse the repository at this point in the history
  2. fix(bug): fix Travis error cron job pointing to dist

    Benny Ogidan authored and Benny Ogidan committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    8d3078a View commit details
    Browse the repository at this point in the history
  3. fix (coverage score): fixing coverage score

    Benny Ogidan authored and Benny Ogidan committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    e72df56 View commit details
    Browse the repository at this point in the history
  4. fix (Hound issues): Fixed hound violations

    Benny Ogidan authored and Benny Ogidan committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    2bcd592 View commit details
    Browse the repository at this point in the history
  5. fix-bug:(coverage score)

    fixed coverage score by implementing exclude bloack for nyc
    Benny Ogidan authored and Benny Ogidan committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    0666589 View commit details
    Browse the repository at this point in the history