From ba62d341985eaa81ef44dde6e72fac7a85ffc9d5 Mon Sep 17 00:00:00 2001 From: "Mark Tyers (aa7401)" Date: Tue, 20 Jul 2021 12:20:36 +0100 Subject: [PATCH] Feature 1 demo --- 01 Auction.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/01 Auction.md b/01 Auction.md index 8ce5035..954288a 100644 --- a/01 Auction.md +++ b/01 Auction.md @@ -26,6 +26,8 @@ After logging in, the user should see a **Sell new item** link or button. This t The database should add the date and time the item was added as well as the username of the person adding it. +> 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 If a user is logged in there should be a second button labelled **My items**. Clicking on this button should display all the items the user is selling. The following information should be displayed: