3.1. Application Details

The application should maintain information about the customers and their orders.

A customer has the following attributes:

  • Name

  • E-mail

Order attributes:

  • Ownership by 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.

The application should support user interface in English and Russian.