I have created a watchlist button for at the product display page and the product detail page. Therefore, there are watchlist buttons at 2 locations now and the user can click on either of them.
1st location
2nd location
Expected Features
When the user click on the watchlist button on either page, that item must be added to our database specifically to a particular users.
If there is a duplication in user's watchlist, for example you already add Body Wash to your watchlist, but you forgot so you add it again, our system should not add Body Wash to the database since it already exist. In other words, the pair of user_ID and item_ID added to watchlist must be unique.
Build the watchlist page. After the user clicks on My Watchlist tab on the Nav bar, he/she must be able to see a table that contains the list of product they have added to the watchlist.
You could make the page in any form you like but make sure it contains basic information to identify each product.
@peteryu6688
I have created a watchlist button for at the product display page and the product detail page. Therefore, there are watchlist buttons at 2 locations now and the user can click on either of them.
1st location
2nd location
Expected Features
You could make the page in any form you like but make sure it contains basic information to identify each product.