From a66d440d1bb5c8e3504d3a7c4910db9b45659aa4 Mon Sep 17 00:00:00 2001 From: Mike Casey Date: Tue, 27 Jun 2017 11:50:02 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1165e0c..9de4dbc 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,10 @@ A shopping basket application developed in Java in Android Studio using TDD This application includes ShoppingBasket, Item and Customer classes to replicate -a shopping basket. It also has a Shoppable interface. The application was developed -from scratch using TDD. It includes a Runner to test the output. The appl +a s hopping basket. It also has a Shoppable interface that lists methods that +will add and remove items, empty the basket and determine its value. +The application was developed from scratch using TDD. It includes a Runner +to test the output. The application sets the loyalty status for customers +and sets whether an item is on offer (.e.g 2 for 1). Discounts are applied +for customers that are loyal or have spent over a speficied amount. A runner +class then compares two customer baskets to determine who has spent the most.