π Summary
Introduce a rating system that allows users to rate rooms after their stay or booking experience. This will help future users make better decisions and improve overall platform trust.
π― Problem
Currently, there is no rating mechanism available for rooms. Users cannot see feedback-based quality indicators, which makes it harder to evaluate listings beyond descriptions and images.
π‘ Proposed Solution
Implement a room rating feature with the following:
β 1β5 star rating system
Optional written review section
Display average rating on:
Room listing cards
Individual room detail pages
Show total number of ratings next to the average score
Technical Suggestion (if using MERN stack):
Add rating and reviews fields in the Room model
Store user ID with each review
Calculate average rating dynamically
Restrict rating submission to logged-in users
π Expected Impact
Builds trust and transparency
Helps users make informed booking decisions
Increases engagement and repeat usage
Encourages hosts to maintain quality
π· Suggested Label
feature request
π Summary
Introduce a rating system that allows users to rate rooms after their stay or booking experience. This will help future users make better decisions and improve overall platform trust.
π― Problem
Currently, there is no rating mechanism available for rooms. Users cannot see feedback-based quality indicators, which makes it harder to evaluate listings beyond descriptions and images.
π‘ Proposed Solution
Implement a room rating feature with the following:
β 1β5 star rating system
Optional written review section
Display average rating on:
Room listing cards
Individual room detail pages
Show total number of ratings next to the average score
Technical Suggestion (if using MERN stack):
Add rating and reviews fields in the Room model
Store user ID with each review
Calculate average rating dynamically
Restrict rating submission to logged-in users
π Expected Impact
Builds trust and transparency
Helps users make informed booking decisions
Increases engagement and repeat usage
Encourages hosts to maintain quality
π· Suggested Label
feature request