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: