From e1804c1d37a3162a402ae65bdf72ad0cac14579a Mon Sep 17 00:00:00 2001 From: "Mark Tyers (aa7401)" Date: Fri, 30 Jul 2021 18:36:04 +0100 Subject: [PATCH] Mentioned the need to upload a photo --- 25 Sandwich Ordering Service.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/25 Sandwich Ordering Service.md b/25 Sandwich Ordering Service.md index 7ce1d5c..cf80361 100644 --- a/25 Sandwich Ordering Service.md +++ b/25 Sandwich Ordering Service.md @@ -25,8 +25,9 @@ The screen should display a form that contains the following: 1. A dropdown category selector where they can choose from "Sandwich", "Drink" or "Snack". 2. A textbox where they can enter the name of the item. 3. A multiline textbox where they can enter a short description of up to 100 characters. -4. A price slider where they can choose the price being charged in _pence_, this should have the scale 50-500p. -5 The _option_ to upload a picture of the item. +4. The option to upload a photo from the device. +5. A price slider where they can choose the price being charged in _pence_, this should have the scale 50-500p. +6. The _option_ to upload a picture of the item. > To demonstrate this feature and to prove that the form works correctly you will need to show that the data is being persisted correctly, either by running a database query or an API call depending on the platform and technology you are using.