Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 523 Bytes

qs_app_details.adoc

File metadata and controls

27 lines (17 loc) · 523 Bytes

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

quick start 1

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.