1
0
Fork
You've already forked votester
0
Simple ranked voting demo. Import from LimeSurvey
  • JavaScript 98.3%
  • HTML 1.5%
  • CSS 0.2%
2026年07月11日 10:47:36 +03:00
po Link source code in footer 2026年07月09日 23:45:34 +03:00
src If registration on for survey, only count responses with email 2026年07月11日 10:47:36 +03:00
.env.example Reimplement using EviKit 2026年07月09日 18:57:42 +03:00
.gitignore Reimplement using EviKit 2026年07月09日 18:57:42 +03:00
COPYING AGPL PHP draft 2026年07月09日 15:12:14 +03:00
eslint.config.js Reimplement using EviKit 2026年07月09日 18:57:42 +03:00
index.css Reimplement using EviKit 2026年07月09日 18:57:42 +03:00
index.html Reimplement using EviKit 2026年07月09日 18:57:42 +03:00
index.js Reimplement using EviKit 2026年07月09日 18:57:42 +03:00
package.json Reimplement using EviKit 2026年07月09日 18:57:42 +03:00
README.md If registration on for survey, only count responses with email 2026年07月11日 10:47:36 +03:00
tsconfig.json Reimplement using EviKit 2026年07月09日 18:57:42 +03:00
vite.config.js Reimplement using EviKit 2026年07月09日 18:57:42 +03:00

votester

Simple ranked voting demo.

git clone https://codeberg.org/nykula/votester
cd votester
npm i
cp .env.example .env
npm run dev

TODO

  • Instant-runoff voting
  • Import from LimeSurvey
    • Save results at point in time for later review
    • If registration on for survey, only count responses with email
    • Check if responder belongs to LDAP group invited to survey
  • Schulze method
  • Single transferable vote

License

SPDX-License-Identifier: AGPL-3.0-or-later

Copyright (C) 2026 Denys Nykula

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.