alexandrialibrary / Alexandria

Alexandria is a simple little card catalogue webapp with a terribly pretentious name.
MIT License
2 stars 1 forks source link

Basic specification for Users control #17

Open hawkw opened 9 years ago

hawkw commented 9 years ago

This controller will have actions for checking in a book, checking out a book, and checking what books a user has checked out. If we want to add additional information, such as names, e-mail addresses, and library card numbers to user accounts (which I imagine we will eventually), we will probably want to handle that using this controller as well, but that can go in a later issue. For Agatha Christie (#9), I think all this needs to be able to handle is check in/check out.

hawkw commented 9 years ago

Should check-in/check-out be handled on the Books control?