You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feedback page will allow users to share their opinions about Retro's services and products. Purpose is to collect valuable user feedback that helps in improving Retro's services, products, and overall user experience. Features:
Dropdown or checkboxes to specify the type of feedback (e.g., Services, Products and user experience).
A rating system for overall satisfaction (e.g., stars or numbers).
Option to upload screenshots or relevant files for detailed feedback.
With this I will insure to make page responsive and user friendly.
Use Case
Scenario:
A user, John, recently purchased a product from Retro's e-commerce platform but encountered a minor defect. He navigates to the feedback page to share his experience and suggest improvements.
John selects "Products" from the dropdown.
This helps categorize his feedback and routes it to the appropriate team for analysis.
He rates his satisfaction as 3 stars out of 5.
This gives Retro an immediate sense of the user's sentiment.
John uploads a screenshot showing the defect and attaches a scanned copy of the product receipt.
This provides the Retro team with detailed, actionable information to address his concern.
John describes his issue in a text box.
He suggests improving quality checks for future orders.
Benefits
This will ultimately give following benefits:
Actionable Insights
Enhanced Customer Satisfaction
Improved Services and Products
Transparency and Engagement
Add ScreenShots
Priority
High
Record
I have read the Contributing Guidelines
I'm a SWOC contributor
I have starred the repository
The text was updated successfully, but these errors were encountered:
Hi there! Thanks for opening this issue @Jivan052!. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.If belong's to SWOC program role ur self as Contributor in OS lead site Link : https://www.oslead.xyz/usertype , so that ur points will be assigned to the leaderboard. New to Open Source Contribution check out the below YT video , Happy Coding🚀💻🐛 🔗 Link : https://www.youtube.com/watch?v=3afUKB3guZA
<!-- ISSUE & PR TITLE SHOULD BE SAME-->
## Description
Created 3 files:
`feedback.html` and `feedback.css`
- for user interface & styling
`feedback.js`
- for adding functionality
which ultimately execute mentioned features:
- Feedback Type Selection
- Rating System
- Comments Section
- File Upload
- Form Submission
- Submit button to send feedback.
- Page refresh after successful submission.
**Note:** Feedback feature is in footer section.
## Related Issues
<!--Cite any related issue(s) this pull request addresses. If none,
simply state “None”-->
- Closes#868
## Type of PR
- [X] (Feature)
## Screenshots / videos (if applicable)
![image](https://github.com/user-attachments/assets/08e90a2c-1246-4d94-8df7-5dc26a465118)
![image](https://github.com/user-attachments/assets/c209bcd5-7061-48af-b818-4044df047881)
## Checklist
<!-- [X] - put a cross/X inside [] to check the box -->
- [X] I have gone through the [contributing
guide](https://github.com/Anjaliavv51/Retro)
- [X] I have updated my branch and synced it with project `main` branch
before making this PR
- [X] I have performed a self-review of my code
- [X] I have tested the changes thoroughly before submitting this pull
request.
- [X] I have provided relevant issue numbers, screenshots, and videos
after making the changes.
- [X] I have commented my code, particularly in hard-to-understand
areas.
Is there an existing issue for this?
Feature Description
The feedback page will allow users to share their opinions about Retro's services and products. Purpose is to collect valuable user feedback that helps in improving Retro's services, products, and overall user experience.
Features:
With this I will insure to make page responsive and user friendly.
Use Case
Scenario:
A user, John, recently purchased a product from Retro's e-commerce platform but encountered a minor defect. He navigates to the feedback page to share his experience and suggest improvements.
John selects "Products" from the dropdown.
He rates his satisfaction as 3 stars out of 5.
John uploads a screenshot showing the defect and attaches a scanned copy of the product receipt.
John describes his issue in a text box.
Benefits
This will ultimately give following benefits:
Add ScreenShots
Priority
High
Record
The text was updated successfully, but these errors were encountered: