As a User

   - I can signup either as LIBRARIAN and MEMBER using username and password
   - I can login using username/password and get JWT access token

As a Librarian

   - I can add, update, and remove Books from the system
   - I can add, update, view, and remove Member from the system

As a Member

   - I can view, borrow, and return available Books
   - Once a book is borrowed, its status will change to BORROWED
   - Once a book is returned, its status will change to AVAILABLE
   - I can delete my own account

As i'm a newbie. Can anyone Please help in how can I create the models of 
these. Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e1616bb0-8b07-46be-a6bb-a3ed3f181d79n%40googlegroups.com.

Reply via email to