mirror of
https://github.com/suitenumerique/meet
synced 2026-04-25 17:25:22 +02:00
🩹(frontend) use a more standard (quality) rating scale
A 1–7 scale is not commonly used in software products. Feedback from both users and the support team suggests reducing the number of options to simplify usage and analysis. Adopting a 1–5 scale improves usability and makes responses easier to interpret and process. The scale has to be odd.
This commit is contained in:
committed by
aleb_the_flash
parent
211e97edfa
commit
5e1e05b001
@@ -16,6 +16,7 @@ and this project adheres to
|
||||
|
||||
- 🐛(summary) support webm #1290
|
||||
- ⬆️(backend) bump django-lasuite to v0.0.26
|
||||
- 🩹(frontend) use a more standard (quality) rating scale
|
||||
|
||||
## [1.14.0] - 2026-04-16
|
||||
|
||||
|
||||
@@ -144,7 +144,7 @@ const RateQuality = ({
|
||||
posthog,
|
||||
onNext,
|
||||
metadata,
|
||||
maxRating = 7,
|
||||
maxRating = 5,
|
||||
}: {
|
||||
posthog: PostHog
|
||||
onNext: () => void
|
||||
|
||||
Reference in New Issue
Block a user