2/27/20 Update

For this weeks update i did not add anything new to the database. My main focus right now is making the checkout features work. These features include checking the book out with your library card, checking to see if it checked out, any holds on the book, latest checkout history and so on. There was a lot of code this week to attempt to implement these features. In the first photo, i added another interface called “ICheckout.” This interface has all the classes, strings, etc necessary for the checkout process. Once this was created, i implemented this interface into my “CheckoutServics” cs file. This in turn generates the code from the ICheckout interface. Essentially what this did was inherit from the interface. The second photo shows the beginning of the code. The commands basically pull information from the database and will give the user a workable checkout process. The third photo shows you what happens when you check out an item and see if there are any holds. There is still a lot more to add but this is my weekly update!

Leave a comment

Design a site like this with WordPress.com
Get started