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.