From b6bc15635487381c611682e9492b5ee651682f15 Mon Sep 17 00:00:00 2001 From: "Mark Tyers (aa7401)" Date: Fri, 30 Jul 2021 18:37:00 +0100 Subject: [PATCH] Clarified meaning of uploading --- 25 Sandwich Ordering Service.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/25 Sandwich Ordering Service.md b/25 Sandwich Ordering Service.md index cf80361..bf56646 100644 --- a/25 Sandwich Ordering Service.md +++ b/25 Sandwich Ordering Service.md @@ -25,9 +25,8 @@ 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. 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. +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 (not link to an online image). > 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.