Skip to content
Permalink
Browse files
Feature 1 Demo
  • Loading branch information
aa7401 committed Jul 20, 2021
1 parent 461a2b6 commit e41a51ab508796600c91114da8b68dc04c70e521
Showing 1 changed file with 2 additions and 0 deletions.
@@ -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`).

0 comments on commit e41a51a

Please sign in to comment.