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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
VoteKit v0.12.5
Election setup drafts and proofing
The four-step election wizard now autosaves incomplete work server-side.
Organisers can leave setup and continue their drafts from the dashboard.
Every setup draft has a private, read-only proofing link for reviewing the
full election wording, timing and ballot before publication.
The final action is now the deliberate Publish Election step.
Publication validates and creates the election atomically, then removes the
setup draft.
Published election wording, questions, access method and dates are locked for
election integrity. Voters or anonymous codes can still be configured before
voting opens.
Verification
Draft ownership and permission isolation
Autosave create, update and resume behaviour
Proofing-link rendering and no-index protection
Failed-publication retention and successful atomic cleanup
Post-publication configuration locking
Full application test, lint, type, build, regression and production checks