1
I'm working on a library module, at this time the status is:
-Make categories
-Add books
-Users can submit books (like donations)
-Each book can be reserved with distinct time.
-Users can reserve a book.
-Users can add a book to their waiting list.
-Users can remove books of their waiting list.
-Users can view their reservations and waiting list.
-Admin can modify the whole waiting list.
-Admin can change if a book is reservable or not.
-Admin can verify and approve the reservations.
TODO:
-Admin can make a user reservation.
-Admin can cancel,modify and fine users.
-Auto fine users.
-Auto PM to user when book reservation is confirmed.
-Edit single user booking information.
-Some way to order the information, by user, by book name e.t.c
-System to purgue de bd.
I have a lot of work to do, some day it will be finished.