A library has many books and many readers. One reader can borrow many books; one can be borrowed by many readers at different times. If a book is lent to a reader, the lending date and return date must also be recorded. Attributes about book and reader are given below:
Book: book number, book, name, author, price, publishing date, status
Reader: card number, reader name, gender, address, phone number
You are asked to develop a library information system; the system contains only the following information:
Book information including book number, book name, author, price, publishing date;
Reader information in including library card number, reader name, gender, address, phone number;
Book lending and returning information including lending date and return date.
Please answer the following questions based on the previous information and your reasonable assumptions:
1. Complete the first 3 phases of the FAST methodology
3. Design a prototype to be presented to management for approval