-
Notifications
You must be signed in to change notification settings - Fork 51
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
[Feature Request]: Add "Product details" page #206
Comments
@AkashPaloju I would like to work on the issue i will create a new id.vue file inside the products folder and use tailwind css for styling
I will use Vue.js reactive data properties to control the visibility of these sections.
I will implement a share button that copies the current page URL to the clipboard. I will fetch data from backend for images and details. |
This time , as this is a hard issue, please incude how you'd implement/handle the "Size chart section" , "Product Details section" visible state, how you'd put the correct link in the share(/icon) button (you need to put the current page url in the button and it should be copied to the user's clipboard when clicked) |
@AkashPaloju i would like to work on this issue i would use vue icons to add desirable icons in buttons and would tailwind.css for further css, for size i woul pass a list and allow user to chose from it using radio andn for product detail i will create an accordian |
|
@AkashPaloju I would like to work on this issue, I will be implementing dynamic visibility toggles for the "Size Chart" and "Product Details" sections using Vue.js. Utilize Vue's v-show directive or a drop-down to toggle visibility based on user's click. |
ok, we will go forward with @ShashaankS this time. |
Just a note, if a PR is not created within a reasonable time(depends on difficulty level), we will unassign the assignee. Thanks! |
Also feel free to ask any doubts or for help |
Is your feature request related to a problem? Please describe.
Currently we don't have the product details page
Describe the solution you'd like
https://www.figma.com/design/5Hs4DlvyJJWjQB9K7Fh0CY/Getit?node-id=930-740&t=1jjSHLWA3KQ7UPHf-0
Add the product details page according to the figma
Describe alternatives you've considered
No response
Developer Help
Refer how the event details page is implemented in Getit
General notes for Developers:
Once you have a good understanding of the issue, you can ask for it to be assigned to you by leaving a comment as follows: Explain clearly how you'd tackle the issue at a minimum, point to which file(s) (mention their links in the repo) you'd modify, and describe the changes you'd make. If creating new files is necessary, specify where you would place them and outline the content you would add to resolve the issue.
If your explanation sounds good, we'll assign the issue to you.
The text was updated successfully, but these errors were encountered: