You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a “Save Draft” button to the VoteForm component.
A poll is incomplete when a user of the total of choices rank less than the total available choices ( in the case if they exclude any)
[ ]warns before submit or allow save vote draft if voting is incomplete/disable if ballot is blank
allow users to save their ballot as a draft.
Button should call ** PATCH /api/polls/:pollId/vote ** with the current rankings.