From e41a51ab508796600c91114da8b68dc04c70e521 Mon Sep 17 00:00:00 2001 From: "Mark Tyers (aa7401)" Date: Tue, 20 Jul 2021 12:27:33 +0100 Subject: [PATCH] Feature 1 Demo --- 15 Restaurant Ordering.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/15 Restaurant Ordering.md b/15 Restaurant Ordering.md index 6111b7b..7d6ac13 100644 --- a/15 Restaurant Ordering.md +++ b/15 Restaurant Ordering.md @@ -34,6 +34,8 @@ In addition to the data captured through the forms, the database should also sto 2. The date and time the order was placed (the **Done** button was clicked). 3. The order status should be set to `placed`. +> 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. + ## Feature 2 The home screen should list all the active orders (those that have a status of `placed` or `ready`).