Closed Ndevu12 closed 3 months ago
Name | Link |
---|---|
Latest commit | 0e417cc8c23daab6ed4a61ffdcd9251c62f8a645 |
Latest deploy log | https://app.netlify.com/sites/knight-fe/deploys/668c4e197d8d47000872bda8 |
Name | Link |
---|---|
Latest commit | 0e417cc8c23daab6ed4a61ffdcd9251c62f8a645 |
Latest deploy log | https://app.netlify.com/sites/knights-fecommerce/deploys/668c4e197bad150008462686 |
Description:
This PR introduces a new feature that allows users to submit a review after an order has been completed.
Changes include:
A new FeedbackForm component that captures user input for the review. This includes a comment field that the user can fill out to provide their review.
The FeedbackForm component is integrated into the existing order completion workflow. After an order is marked as complete, the user is presented with the FeedbackForm.
Form validation is implemented to ensure that the comment field is not left empty.
Upon form submission, the review data is sent to the backend for processing.
This feature enhances the user experience by allowing users to provide feedback on their orders, which can help other users make informed decisions about their purchases.