Ok, anyone who remembers my thread?
Im having 2nd thoughts about my entity attributes now..
Here they are
I need to accomodate attributes to somehow define the fines part of the system, i was thinking about doing this in the loans entity.
Basically if the book late back in, the customer is fined £1 for every week that passes for every book. Would this work by including an:
"Weeks overdue" attribute in the loans table? then adding another attribute in the customer table called "Outstanding fines" this would then somehow get the information from the loans table.
Also the customer can only take out 10 books at a time, how would i link between the loans and the customers table to keep records of how many books the customer has on file?
Im having 2nd thoughts about my entity attributes now..
Here they are
I need to accomodate attributes to somehow define the fines part of the system, i was thinking about doing this in the loans entity.
Basically if the book late back in, the customer is fined £1 for every week that passes for every book. Would this work by including an:
"Weeks overdue" attribute in the loans table? then adding another attribute in the customer table called "Outstanding fines" this would then somehow get the information from the loans table.
Also the customer can only take out 10 books at a time, how would i link between the loans and the customers table to keep records of how many books the customer has on file?