Basic development questions on displaying and keeping records

Basic development questions on displaying and keeping records

I really like the simplicity of one particular sample app ( Basic Lending Library ) and would like to learn how to tweak a few things to better understand how to use Creator.

  1. If I wanted to track a member's borrowing history on Book Copies, what would I need to add? Such as Dates for check in/out, and writing to the member records what copy was borrowed.
  2. Under Book Title's All Title View you can see how many copies exist, is there anyway to display rather than number of copies the Book ID numbers individually in a list format?
  3. If these two things are possible, could it go further into a say an HTML page for each book title showing a list of members who have checkout out that particular book title, listing all related book copies, as well a list of all members who checked out the copies with date that it was checked out/in?
The reason I think these features would be a great set of options is because it seems once the copy is checked in it appears to make all previous entries irrelevant. Also I really would like the practice with the deluge scripting, but don't have a clue how to use it, and am just trying to learn.