Ratna Supermarket is an online shopping platform offering a seamless and secure shopping experience. Users can browse a variety of products, manage their carts, place orders, and track purchases, all through an intuitive, responsive interface.
Describe the types of topics you'd add in our Website
@MinavKaria
We can add a Frequently Asked Questions (FAQ) feature to the product details page. This feature will allow customers to view common questions and answers related to each product, improving their overall shopping experience.
Could you share some screenshots or a video of your previous work?
Requirements:
Design a database schema to store FAQs for each product
Create a new model for the FAQ collection
Develop a new API endpoint to retrieve FAQs for a specific product
Create a new component to display FAQs on the product details page
Integrate the FAQ component into the product details page
Database Schema:
productId: The ID of the product associated with the FAQ
question: The question being asked
answer: The answer to the question
Please assign me this project to work on this task!
Record
[X] I agree to follow this project's Code of Conduct
[X] I'm a GSSOC-24-extd contributor
[X] Soon, I'll complete it and create a Pull Request.
Hi @krishashah-03! Thanks for opening this issue on Ratna Supermarket. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.
Describe the types of topics you'd add in our Website
@MinavKaria We can add a Frequently Asked Questions (FAQ) feature to the product details page. This feature will allow customers to view common questions and answers related to each product, improving their overall shopping experience.
Could you share some screenshots or a video of your previous work?
Requirements:
Design a database schema to store FAQs for each product Create a new model for the FAQ collection Develop a new API endpoint to retrieve FAQs for a specific product Create a new component to display FAQs on the product details page Integrate the FAQ component into the product details page
Database Schema:
productId: The ID of the product associated with the FAQ question: The question being asked answer: The answer to the question
Please assign me this project to work on this task!
Record