josephlee702 / little-shop-7

2 stars 3 forks source link

us4 complete, added section to show items that have not yet shipped t… #68

Closed WagglyDessert closed 11 months ago

WagglyDessert commented 11 months ago

User story 4: Merchant Dashboard Items Ready to Ship

As a merchant When I visit my merchant dashboard (/merchants/:merchant_id/dashboard) Then I see a section for "Items Ready to Ship" In that section I see a list of the names of all of my items that have been ordered and have not yet been shipped, And next to each Item I see the id of the invoice that ordered my item And each invoice id is a link to my merchant's invoice show page

In this, I ASSUMED that if invoice item is either pending or packaged that it should fall under the ready to ship section. Can someone check this, make sure it looks good to go, then merge? Thanks!