moan0s / ILMO2

Intelligent Library Management Online - A simple Web-App for the organization of a library, the users, books, opening hours and lendings.
https://ilmo2.readthedocs.io/en/latest/
GNU General Public License v3.0
7 stars 2 forks source link

User view should show loans #59

Open Sebastian1515 opened 2 years ago

Sebastian1515 commented 2 years ago

The user view (library/user-detail/1) should also show the loans of the user. This makes it easier to return books by searching the user name.

moan0s commented 2 years ago

I implemented a basic version of it. I think it now competes with the view of "My Loans" as a members loans are now also shown in the profile. I would therefore suggest to remove "My Loans". Do you think it would be better to sort the loans again by returned/unreturned?