Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Czech EU calculator #661

Merged
merged 12 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"id": "22b8ee64-b3df-4d37-8fd8-62256721016b",
"key": "evropske-2024",
"createdAt": "2021-01-01T00:00:00+01:00",
"election": {
"id": "582b96d3-89ad-4f5c-8906-c9c03bb3a8bf",
"key": "evropske-2024"
},
"calculators": [
{
"id": "ac39139b-476b-41cc-a9c0-8a7c867ac7d0",
"variant": {
"key": "kalkulacka"
}
},
{
"id": "c3d22e0d-4745-484c-af34-3e1018709378",
"variant": {
"key": "expres"
}
}
]
}
17 changes: 17 additions & 0 deletions data/instance/volebnikalkulacka.cz/evropske-2024/election.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"id": "582b96d3-89ad-4f5c-8906-c9c03bb3a8bf",
"key": "evropske-2024",
"createdAt": "2021-01-01T00:00:00+01:00",
"title": "Volby do Evropského parlamentu v Česku 2024",
"shortTitle": "Evropské volby 2024",
"calculatorGroup": {
"id": "22b8ee64-b3df-4d37-8fd8-62256721016b",
"key": "evropske-2024"
},
"votingHours": [
{
"start": "2024-09-30T07:00:00+02:00",
"end": "2024-09-30T22:00:00+02:00"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"id": "c3d22e0d-4745-484c-af34-3e1018709378",
"createdAt": "2021-01-01T00:00:00+01:00",
"intro": "Vítejte ve Volební kalkulačce pro evropské volby 2024. Ve zkrácené expres verzi vás 25 otázek a její vyplnění vám zabere zhruba 5 minut. Stejné otázky dostaly všechny kandidující strany. Na konci se dozvíte, jak se jednotlivé strany shodují s vašimi názory.\n\nOslovili jsme všechny strany bez výjimky. Pokud se některá neobjeví ve výsledcích, je to proto, že (zatím) neposlala svoje odpovědi.",
"calculatorGroup": {
"id": "22b8ee64-b3df-4d37-8fd8-62256721016b",
"key": "evropske-2024"
},
"election": {
"id": "582b96d3-89ad-4f5c-8906-c9c03bb3a8bf",
"key": "evropske-2024"
},
"variant": {
"key": "expres"
}
}
Loading
Loading