-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#187419141 buyer should be able to dd product to wish list. #26
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #26 +/- ##
==========================================
+ Coverage 72.81% 73.16% +0.35%
==========================================
Files 75 76 +1
Lines 1703 1815 +112
Branches 250 269 +19
==========================================
+ Hits 1240 1328 +88
- Misses 445 467 +22
- Partials 18 20 +2 ☔ View full report in Codecov by Sentry. |
d44ff73
to
8ba44dd
Compare
8ba44dd
to
e1af429
Compare
e1af429
to
b44cf44
Compare
b44cf44
to
8a093ab
Compare
8a093ab
to
763fa5c
Compare
763fa5c
to
3430d2c
Compare
-Buyer should wish a products -Buyer should add a wished products to cart -Seller should be able to see a wished products [Deliver #187419141]
3430d2c
to
0399cad
Compare
0399cad
to
c572285
Compare
c572285
to
e1e39f1
Compare
e1e39f1
to
b3e215b
Compare
b3e215b
to
c983f07
Compare
c983f07
to
b2e4f14
Compare
b2e4f14
to
c8ec10b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
c8ec10b
to
f995e54
Compare
-Buyer should wish a products -Buyer should add a wished products to cart -Seller should be able to see a wished products [Deliver #187419141]
f995e54
to
875a081
Compare
Code Climate has analyzed commit 875a081 and detected 0 issues on this pull request. View more on Code Climate. |
What does this PR do?
Adding and removing wishes to a wish list
Description of Task to be completed?
Buyer should be able :
Seller should be able to view all wishes made on his/her products
How should this be manually tested?
Crone the repo, cd into it, the run:
Add products to the wish list by clicking on heart Icone.
If you click on it again that means you removed a wish from that product.
Navigate to the wish list you will find the list of all wishes you made.
What are the relevant pivotal tracker/Trello stories?
#187419141
Screenshots (if appropriate)
The Products with heart Icons in red background color are added to a wish list and the rest not.
Buyer wishes list
Seller's Products under wish list.