chatty-clownfish / bangazon-sprint-2

1 stars 0 forks source link

User can view status of products uploaded #16

Open kimberly-bird opened 5 years ago

kimberly-bird commented 5 years ago

Given a user is authenticated When a user clicks the My Products hyperlink in the navigation bar Then the user will be presented with product status for each product uploaded including "current inventory" and "number sold"

Given a user is not authenticated Then the My Products hyperlink will not be available in the navigation bar

CosignMyCodesign commented 5 years ago

@login_required (like nearly all of the tickets)

CosignMyCodesign commented 5 years ago

If authenticated and the user hasnt sold any products. If/else statement that would say something like "You haven't uploaded any products to sell".

robbyhecht commented 5 years ago

--linked to from navbar--

TEMPLATE and VIEW for MY PRODUCTS - includes inventory and #sold