2.1. Application Details
The application should maintain information about the customers and their orders.
A customer has the following attributes:
-  
Name
 -  
Email
 
Order attributes:
-  
Reference to a customer
 -  
Date
 -  
Amount
 
 
  The application UI should contain:
-  
Customers browser screen;
 -  
Customer editor screen, containing as well the list of this customer’s orders;
 -  
General orders browser screen;
 -  
Order editor screen.