-
Notifications
You must be signed in to change notification settings - Fork 532
Finish polls UI #7795
Copy link
Copy link
Closed
Labels
Milestone
Description
nickvergessen
opened on Aug 25, 2022
Issue body actions
- Display voters avatars in public poll
- Add some feedback about what the user voted
- Disallow submit empty vote
- Display user's vote when going back to the voting page if user has voted
- I'm not sure anymore what the discussion about forcing focus was, but after "Add answer" should we focus the new input field? Or how likely is it that someone wants to use enter multiple times to create the answer fields first. Only matters for keyboard navigation as the mouse needs to be repositioned anyway.
- After you just voted the modal has no closing X and 3 confusing options:
- Dismiss => Will it revert my vote? Maybe it can be migrated to a closing X in the top right?
- Change your vote
- Close poll => It will close the modal, right? 😛 => Should be "End poll" as per feature review meeting we had with Android back then
- Also the buttons have issues with translation length. Missing padding on first button and 3 lines on the second one just as samples from German:

- When you voted there is no indication what you voted for. You have to use the "Edit" screen to see if you want to edit. See next screen, I voted 3 only. But all options with votes are primary color and presented the same way
- Percentages should be rounded to 2 digits?

- When a poll was ended, the system message should be visible
- When a poll was ended it should say "Poll ended" not "You voted"

- When someone else ends the poll and you then open it, you see the voting options, etc. Submitting yields an error in the top right which is okay, but there is no indication why that is. So the poll details need to be refreshed when the system message is received (and in case of ending it needs to be immediately not after 5 secs), so editing is aborted and not visible anymore.
- For non-moderators instead of "0 votes" we should say "You voted" in the summary line of private polls when the user voted already
- Can not end a poll without voting
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
☑️ Done