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`).