-
Notifications
You must be signed in to change notification settings - Fork 108
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] Create a Product Details Page #69
Comments
@ShwetKhatri2001 Will you please assign this issue to me |
@shraddha761 You've shown interest to work on many issues, but I can only assign one issue at a time. |
@ShwetKhatri2001 I can work on any issue assign those which has high priority |
Okay, you can start working on this. You can ask your queries here whenever you want. Try to complete it within 5 days. |
Any updates or issues @shraddha761 ? |
Let's give other contributors a chance to work on this issue. This issue is open to be assigned now. |
Hi @ShwetKhatri2001 please assign for SWOC24 |
Okay, go ahead @ShatilKhan. You're assigned. Make sure you have a look at all the requirements. I'm assigning this issue for |
Any updates or issues @ShatilKhan ? Please try to complete it in the next 3 days. |
On it |
I'll be making the pull request by today, just giving an update |
Let's give a chance to other contributors to work on this. This issue is open to contributors. |
Description
The task here is to create a product details page having all the basic details that we see usually on any product page after clicking the product card. But instead of product images, we will show a 3D view of the product by default along with QR code ( for desktop ) or
View AR
button ( for mobile ) and keep the images section separate if the user wants to explore them as well.We already have a ModelViewer component having a 3D viewer and QR code ( for desktop ). We can use it with directly with some modifications or can create a new component using it. The UI should be responsive for all viewports and the component should be reusable.
Screenshots
Create a separate product details page which will be opened onclick to a button present on home page.
Product details page is nothing but the kind of page shown below that you get on amazon.com.
But with two more features :
For which, you just need to integrate ModelViewer component on the left part of the screen.
3D viewer and AR viewer both are already included in that component
Checklist
The text was updated successfully, but these errors were encountered: