When the user clicks on a user's name from the list, they should be navigated to a details page for that specific user.
The URL for this page must follow the format /User/Detail/{id}, where {id} is the unique ID of the user.
On the details page, display the following information for the selected user:
0 Full Name
Email
Membership Date
List of Borrowing Transactions (data from the Borrow Transactions table), including:
.
Borrow Date
Return Date
Copy Id (to indicate the specific copy of the book the user borrowed)
The details page must include a link that allows the user to navigate back to the user lookup page.
Close
+ 100%
Zoom