Giter Site home page Giter Site logo

bookshelf's People

Contributors

maiqamaj avatar asemlab avatar ahmaddrabkah avatar mohammadnidal99 avatar amalqazaq avatar amer-sabah avatar

Watchers

James Cloos avatar  avatar  avatar

bookshelf's Issues

As a Library owner, I want to return a borrowed book to the system so other customers can borrow it.

The use case description

Use case name: Return borrowed book

Brief description: Library owner return a borrowed book to the system.

Actor: Library owner

Preconditions: Customer borrowed a book.

Main flow:

  1. Customer returns the book.
  2. Library owner opens the borrowed books page
  3. Owner selects the book.
  4. Owner clicks return.
  5. System update the book status.

Postcondition: The book can be borrowed.

Alternatives: None

as lib owner , i want to delete book

required tables:
owner(id ,username ,password) ,
library (id ,name ,location , owner_id )
book(id ,name)
books_in_library(library_id , book_id ,number_of_copies )

As a Lib owner, I want to add book so that user can buy or borrow it

Tables: Book, Category, Book'sCategory
Attributes: Book -> book_id, book_name, etc.
Category -> PK: Category_id, Category_name
Book'sCategory -> FK: book_id, FK: Category_id (Many-to-Many)

Req:

  • Lib owner requests to add a new book with its details
  • Admin will accept or reject the request

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.