Hello all,
I have a couple of doubts regarding what functions should we supply in the GUI.
Here is what Sun expects:
In the application overview, it says
The new application, using the existing data file format, must allow the CSRs to generate a list of accomodations that match a customer's criteria. This is the project that you have been commissioned to implement.
This requirement is same as the second requirement in User Interface below And in the User Interface, it says
The user interface for this assignment must satisfy the following criteria:
It must be composed exclusively with components from the Java Foundation Classes (Swing components). It must allow the user to search the data for all records, or for records where the name and/or location fields exactly match values specified by the user. It must present search results in a JTable.
It must allow the user to book a selected record, updating the database file accordingly. Your user interface should be designed with the expectation of future functionality enhancements, and it should establish a framework that will support this with minimal disruption to the users when this occurs
But what about the other funcationality that we did in the Data class. I mean we have implemented the functionality like creating new record, deleting a record, updating a record. Are we not supposed to provide this functionality in the GUI?
Or we just have to allow only two business operations shown below.
The search/find functionality. Will give all search options as follows: CSR can search all records, can search on name/location or both.The book functionality. CSR can book a room by selecting record in JTable or by entering record number in the textfield and book button(I want to provide this functionality too, is it ok? Or just allow CSR's to book only by selecting record in JTable? All suggestions are appreciated). Are these two functions sufficient on the GUI side for project scope?
Appreciate your help, thanks.
[ February 26, 2004: Message edited by: Satish Avadhanam ]