Skip to content

Fix #18: Show round directions in juror voting interface#405

Open
QuantumPrity wants to merge 5 commits intohatnote:masterfrom
QuantumPrity:fix/issue-18-show-directions-voting
Open

Fix #18: Show round directions in juror voting interface#405
QuantumPrity wants to merge 5 commits intohatnote:masterfrom
QuantumPrity:fix/issue-18-show-directions-voting

Conversation

@QuantumPrity
Copy link
Copy Markdown

Fixes #18

Problem

Jurors had no way to see round directions/instructions while voting.
The directions were being saved by coordinators but never displayed
in the voting interface.

Solution

Added a directions display section at the top of the voting interface
in Vote.vue. The directions are already sent by the backend in
juror_endpoints.py so no backend changes were needed.

Changes

  • frontend/src/components/Vote/Vote.vue — Added directions display
  • frontend/src/i18n/en.json — Added translation key

Screenshots

(Before)
Screenshot (250)

(After)
Screenshot (251)

Screenshot (252)

Note: Unable to provide live app screenshots as the app requires
Wikipedia OAuth setup locally. The before screenshot shows the
code without directions display, and the after screenshot shows
the updated code with directions display in Vote.vue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Easy access voting instructions

2 participants