07sumit1002 / CabRental

The Cab Rental repository is a software system that provides a platform for individuals to rent vehicles for transportation. It is designed to offer an easy and seamless experience for users to book a ride.
https://07sumit1002.github.io/CabRental/
MIT License
23 stars 109 forks source link

Implement User Feedback System #304

Open 23wh1a0523 opened 1 week ago

23wh1a0523 commented 1 week ago

Details We need to create a user feedback system that allows customers to rate their rides and provide comments. This feature is essential for gathering insights on user satisfaction and identifying areas for improvement in our cab rental service. The feedback should be associated with each ride and accessible to both users and administrators.

Additional context

User Features:

Rating system (1 to 5 stars) Comment box for additional feedback Feedback history in user profiles Admin Features:

Dashboard to view and manage all feedback submissions Ability to filter feedback by ride, date, or rating Database:

Update the existing schema to include a feedback table with fields for user ID, ride ID, rating, and comments. User Interface:

Ensure the feedback submission form is user-friendly and accessible after ride completion. Please refer to the current project documentation for any existing structures or standards we should adhere to. Screenshots of the current user interface can be provided upon request.

github-actions[bot] commented 1 week ago

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!