Elektronisch kandidaatstellingssysteem
  • Rust 81.5%
  • HTML 7.9%
  • TypeScript 6.6%
  • CSS 3.7%
  • Shell 0.2%
Find a file
2026-08-07 13:53:39 +02:00
.config Enforce newline at the end of every file 2025-12-09 16:24:22 +01:00
.github [#1051] Cycle checker: reject changes that introduce a cyclic dependency between top level modules (#1052) 2026-08-07 13:53:39 +02:00
auth-service [#917] Better csrf (#916) 2026-07-09 13:35:29 +00:00
bin [#1051] Cycle checker: reject changes that introduce a cyclic dependency between top level modules (#1052) 2026-08-07 13:53:39 +02:00
deploy [#1022] Automatic certificate renew (#1023) 2026-07-31 16:21:39 +02:00
development [#1051] Cycle checker: reject changes that introduce a cyclic dependency between top level modules (#1052) 2026-08-07 13:53:39 +02:00
docs [#1051] Cycle checker: reject changes that introduce a cyclic dependency between top level modules (#1052) 2026-08-07 13:53:39 +02:00
frontend [#996] Add create empty pg button (#1011) 2026-07-27 13:34:48 +02:00
locales [#961, #897, #1001] Implement corrections in all rectification page + minor issues (#1002) 2026-08-03 14:02:26 +02:00
playwright [#1033] Allow loading fixture pg in csb dev login (#1040) 2026-08-04 11:11:39 +02:00
src [#1027] I1 (#1058) 2026-08-07 13:34:24 +02:00
tools [#1051] Cycle checker: reject changes that introduce a cyclic dependency between top level modules (#1052) 2026-08-07 13:53:39 +02:00
validate [#1049] Enable abacus clippy lints and fix issues (#1053) 2026-08-06 12:17:54 +00:00
.env [#737] Improve code structure (#735) 2026-05-26 14:27:13 +00:00
.gitignore [#1051] Cycle checker: reject changes that introduce a cyclic dependency between top level modules (#1052) 2026-08-07 13:53:39 +02:00
askama.toml [#937] Textris markdown (#967) 2026-07-21 14:02:28 +02:00
biome.json Playwright alternative (#371) 2026-03-02 19:42:34 +00:00
build.rs [#1020] Handle escape sequences in locale files (#1021) 2026-07-30 09:38:11 +02:00
Cargo.lock [#1027] I1 (#1058) 2026-08-07 13:34:24 +02:00
Cargo.toml [#1051] Cycle checker: reject changes that introduce a cyclic dependency between top level modules (#1052) 2026-08-07 13:53:39 +02:00
clippy.toml [#1049] Enable abacus clippy lints and fix issues (#1053) 2026-08-06 12:17:54 +00:00
compose.yml Separate development tools project (#100) 2026-01-09 13:28:03 +01:00
CONTRIBUTING.md Add contributor and security policy 2025-12-01 10:58:02 +01:00
deny.toml [#937] Textris markdown (#967) 2026-07-21 14:02:28 +02:00
djlint.toml feature/e-ks#140: implement release pipeline (#333) 2026-03-02 16:02:57 +01:00
dylint.toml [#1051] Cycle checker: reject changes that introduce a cyclic dependency between top level modules (#1052) 2026-08-07 13:53:39 +02:00
LICENSE EUPL v1.2 license 2025-12-01 10:16:52 +01:00
README.md [#705] Added technical documentation (#706) 2026-05-21 09:45:49 +02:00
rustfmt.toml Enforce newline at the end of every file 2025-12-09 16:24:22 +01:00
SECURITY.md Add contributor and security policy 2025-12-01 10:58:02 +01:00
sigrid.yaml [#1051] Cycle checker: reject changes that introduce a cyclic dependency between top level modules (#1052) 2026-08-07 13:53:39 +02:00
sonar-project.properties Exclude TS from codecoverage in sonarqube 2026-02-02 14:57:09 +01:00

Let op: dit project bevindt zich momenteel in een opstartfase. Documentatie en code zullen onvolledig en soms incorrect zijn.

e-KS

Om te kunnen deelnemen aan een verkiezing moet een politieke groepering aangeven met welke kandidaten ze mee wil doen. Hiervoor moeten ze verschillende documenten inleveren bij het centraal stembureau. Dit heet de kandidaatstellingsprocedure.

e-KS staat voor het elektronisch Kandidaatstellingssysteem: een webapplicatie waarmee de Kiesraad de huidige kandidaatstellingsprocedure op een eerlijke, transparante en controleerbare manier wil moderniseren. Het nieuwe systeem zal op termijn de huidige ondersteunende software (OSV2020-PP en OSV2020-KS) vervangen.

Requirements

De kandidaatstellingsprocedure is verankerd in de Kieswet.

Een overzicht van het huidige proces en e-KS is te lezen in deze presentatie.

Belangrijke stukken of formulieren voor de kandidaatstellingsprocedure zijn:

Technische architectuur

Een overzicht van de voorgestelde technische afwegingen staat in deze presentatie.

Een diepere duik in de technische architectuur is te vinden in deze documentatie.

Development setup

  1. Install prerequisites:
  1. Build and download development tools:
bin/init
  1. Start the development environment (postgres, esbuild, cargo watch, etc.):
bin/dev

Development tools

  • bin/esbuild: transpile and bundle Typescript and CSS, also services frontend assets in development
  • bin/biome: format and lint Typescript
  • bin/setup: download tools, setup database, load fixtures, etc.
  • bin/dev: start development environment (postgres, esbuild, cargo watch, etc.)
  • bin/test: run integration tests (playwright) in a docker conmtainer
  • bin/init: build and download development tools
  • bin/check: run linter, formatters and Rust tests
  • bin/build: build backend and frontend for production
  • bin/update_locales: update locale files based on used keys in the codebase

Playwright tests

Playwright lives in playwright. See playwright/README.md for setup and run instructions.