mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-27 18:56:58 +00: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
|
- 🐛(summary) support webm #1290
|
||||||
- ⬆️(backend) bump django-lasuite to v0.0.26
|
- ⬆️(backend) bump django-lasuite to v0.0.26
|
||||||
|
- 🩹(frontend) use a more standard (quality) rating scale
|
||||||
|
|
||||||
## [1.14.0] - 2026-04-16
|
## [1.14.0] - 2026-04-16
|
||||||
|
|
||||||
|
|||||||
@@ -144,7 +144,7 @@ const RateQuality = ({
|
|||||||
posthog,
|
posthog,
|
||||||
onNext,
|
onNext,
|
||||||
metadata,
|
metadata,
|
||||||
maxRating = 7,
|
maxRating = 5,
|
||||||
}: {
|
}: {
|
||||||
posthog: PostHog
|
posthog: PostHog
|
||||||
onNext: () => void
|
onNext: () => void
|
||||||
|
|||||||
Reference in New Issue
Block a user