DavidAJohn / BookwormsLendingLibrary

Blazor Server client UI with a .NET Web API backend for an imaginary online library.
https://bookwormslibrary.azurewebsites.net
6 stars 4 forks source link

Add an inventory system? #19

Open DavidAJohn opened 1 year ago

DavidAJohn commented 1 year ago

Although this application was originally intended to be pretty straightforward and was never meant to be used in a real life production environment, it would be interesting to try to extending its capabilities, and perhaps get it a little closer to being a usable application.

The most obvious missing part is an inventory system that would allow library admins to keep track of multiple copies of a book, to keep track of its age and condition and maybe even have a barcode/QR code that could be generated and theoretically stuck on to the inside cover.

This is something I'm giving some serious thought to now, and hopefully will be working on in early 2023.