amer-sabah / bookshelf

0 stars 5 forks source link

As a Customer, I want to review my borrowing history. #13

Open AsemLab opened 3 years ago

AsemLab commented 3 years ago

The required tables:

  1. customers (id, email, borrow_history)
  2. libraries (id, books)
  3. books (id)
AsemLab commented 3 years ago

The use case description

Use case name: Open borrowing history

Brief description: Customer review his borrowing history

Actor: Customer

Preconditions: None

Main flow:

  1. Customer opens his profile page.
  2. System opens the customer's page .
  3. Customer selects borrowing history.
  4. System displays the history.

Postcondition: None

Alternatives: None