-
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
[ch69] As a user, I can see Product Detail screen #6
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please update PR description in Changes section. |
LilBank
requested changes
Jan 23, 2021
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.
About package-lock.json
, see here: #5 (review)
There's no |
Raksani
force-pushed
the
feature/product-list-ui
branch
from
January 23, 2021 19:13
49e9fc0
to
bb96621
Compare
Raksani
force-pushed
the
feature/product-detail-ui
branch
2 times, most recently
from
January 23, 2021 21:34
813b6b7
to
40d37c8
Compare
Raksani
force-pushed
the
feature/product-list-ui
branch
from
January 25, 2021 17:24
bb96621
to
64b882b
Compare
kimvcp
force-pushed
the
feature/product-list-ui
branch
from
January 28, 2021 10:14
b7a7a16
to
29c7c01
Compare
LilBank
force-pushed
the
feature/product-list-ui
branch
from
January 29, 2021 07:49
c06a87b
to
15ac8ed
Compare
kimvcp
force-pushed
the
feature/product-list-ui
branch
from
January 29, 2021 09:32
15ac8ed
to
cec0d59
Compare
Raksani
force-pushed
the
feature/product-list-ui
branch
from
January 31, 2021 09:04
7edcd05
to
a7ded47
Compare
LilBank
force-pushed
the
feature/product-list-ui
branch
from
February 1, 2021 04:17
ef0a87f
to
b2fcd15
Compare
Raksani
force-pushed
the
feature/product-list-ui
branch
4 times, most recently
from
February 2, 2021 15:55
3cd3fd8
to
965eacb
Compare
Raksani
force-pushed
the
feature/product-detail-ui
branch
from
February 3, 2021 15:07
40d37c8
to
f12230e
Compare
LilBank
requested changes
Feb 4, 2021
kimvcp
reviewed
Feb 5, 2021
|
LilBank
requested changes
Feb 5, 2021
kimvcp
reviewed
Feb 6, 2021
kimvcp
reviewed
Feb 6, 2021
kimvcp
reviewed
Feb 6, 2021
Raksani
commented
Feb 6, 2021
kimvcp
reviewed
Feb 8, 2021
kimvcp
reviewed
Feb 8, 2021
kimvcp
reviewed
Feb 8, 2021
kimvcp
reviewed
Feb 8, 2021
kimvcp
reviewed
Feb 8, 2021
kimvcp
reviewed
Feb 8, 2021
kimvcp
approved these changes
Feb 9, 2021
LilBank
approved these changes
Feb 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://app.clubhouse.io/cobda/story/69/as-a-user-i-can-see-product-detail-screen
Why?
This PR is the entry point for the
Product Detail
screen. And accessible by clickingProduct Detail
button which leads toProduct List
screen.Changes
Product Detail
screen.Product Detail
button inProduct List
screen which is redirecting to Product Detail screen.Screenshot(s)
Before
After
Product Detail screen was created.
Product List is clickable to Product Detail page.