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:
- Customer returns the book.
- Library owner opens the borrowed books page
- Owner selects the book.
- Owner clicks return.
- System update the book status.
Postcondition: The book can be borrowed.
Alternatives: None