The UI page for creating votes. Blocks multiple user stories.
As a Poll Creator, I would like to regulate the allowed number of candidates a voter can rank on any given vote, because I want to be able to reduce the complexity to make a vote.
[ ] Conditionally show Edit Poll and Close Poll buttons if the viewer is the person who created the page (based on if the poll creator id matches the cookie)
[x] Backend endpoint for get poll
[ ] Backend endpoint for vote poll
To take this ticket, assign it to yourself, and remove the up for grabs label
User Story:
The UI page for creating votes. Blocks multiple user stories. As a Poll Creator, I would like to regulate the allowed number of candidates a voter can rank on any given vote, because I want to be able to reduce the complexity to make a vote.
Figma Design
Acceptance Criteria:
Do not: implement any buttons or the drag and drop to select candidates
Edit Poll
Button from https://github.com/SocietyClub/RCV/issues/14 to open this pageEdit Poll
andClose Poll
buttons if the viewer is the person who created the page (based on if the poll creator id matches the cookie)To take this ticket, assign it to yourself, and remove the
up for grabs
label