LunarEclipz / OOPP-Slazz

Our object oriented programming project
0 stars 1 forks source link

Alert on due date of book (Library) #19

Open bobukyatto opened 5 years ago

bobukyatto commented 5 years ago

I am a forgetful student. Whenever I borrow a book, I try to make a point of returning the book a day before the due date because I want to read and re-read the book as much as possible. However, on the day when I am supposed to return it, I will somehow or another forget to do it. There needs to be a system that can remind me of when my books are due

bobukyatto commented 5 years ago

Acceptance Criteria:

Class attribute includes : Due date, Book. The due date is taken from when the book is checked out from the library. When the book is 3 days from expiry, there will be a pop-up warning the User to return the book.