amer-sabah / bookshelf

0 stars 5 forks source link

As a Library owner, I want to review any customer borrowing history. #36

Closed AsemLab closed 3 years ago

AsemLab commented 3 years ago

The use case description

Use case name: Open customer borrowing history

Brief description: Library owner review customer borrowing history

Actor: Library owner

Preconditions: None

Main flow:

  1. Library owner searches for the customer.
  2. System opens the customer's page.
  3. Library owner selects borrowing history.
  4. System displays the history.

Postcondition: None

Alternatives: None

AsemLab commented 3 years ago

The required tables:

  1. customers (id, email, borrow_history)
  2. libraries (id, books)
  3. books (id)
  4. library_owners (id, library_id)