citizenos / citizenos-fe

5 stars 3 forks source link

VOTING: Min votes text is missing #1183

Closed ssin1901 closed 1 month ago

ssin1901 commented 5 months ago

What is the problem? Tested in Google Chrome

In our Test app, the voting required a minimum of two votes (screenshot1) but the text only mentioned maximum votes (screenshot2)

Screenshot 2024-05-14 at 11 35 13 Screenshot 2024-05-14 at 11 35 32

Why is this a problem? User did not realise that the Submit vote button was greyed out as two options need to be selected.

Possible solution. Text about min votes should be added

BeccaMelhuish commented 2 months ago

@ilmartyrk If there is a minimum, then the text should be:

You can choose minimum X options and maximum X options.

ilmartyrk commented 2 months ago

est dev time 5 min. "PREVIEW_VOTE_TYPE_MULTIPLE": "This is a multiple selection voting. Please choose {{range}} options."

if max and min are different then range eg. 1 - 2 . if same then only the value.

BeccaMelhuish commented 1 month ago

Checked and all good, moving to Done :)