diff --git a/README.md b/README.md index c9cf10f..875cb44 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# CANDYMAT +# KANDIMAT -A Vue.js powered, progressive web voting application for upcoming internal elections of Bündnis90/Die Grünen. Candymat is hosted as a service of netzbegruenung e.V. +A Vue.js powered, progressive web voting application for upcoming internal elections of Bündnis90/Die Grünen. Kandimat is hosted as a service of netzbegruenung e.V. ## Calculation Model diff --git a/package-lock.json b/package-lock.json index 87279ff..cf67238 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "candymat", + "name": "kandimat", "version": "0.1.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 930d07f..51096f8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "candymat", + "name": "kandimat", "version": "0.1.0", "private": true, "scripts": { diff --git a/public/index.html b/public/index.html index 657b43c..28c149f 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - Candymat + Kandimat @@ -12,22 +12,22 @@ - - + + - + - + @@ -51,7 +51,7 @@
diff --git a/public/manifest.json b/public/manifest.json index c4738df..1597839 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { - "name": "CANDYMAT", - "short_name": "candymat", - "description": "Der Candymat nicht einfach nur ein Wahlomat. Sondern Ihr digitaler Wahl-Freund, der Ihnen einen Eindruck von den politischen Positionen der Kandindaten vermittelt.", + "name": "KANDIMAT", + "short_name": "kandimat", + "description": "Der Kandimat nicht einfach nur ein Wahlomat. Sondern Ihr digitaler Wahl-Freund, der Ihnen einen Eindruck von den politischen Positionen der Kandindaten vermittelt.", "icons": [ { "src": "/img/icons/gruenen_logo_200.png", diff --git a/src/app/app.vue b/src/app/app.vue index d259958..dabfd24 100644 --- a/src/app/app.vue +++ b/src/app/app.vue @@ -33,7 +33,7 @@ data () { return { - euromatLogo: require('@/assets/candymat-logo.png'), + euromatLogo: require('@/assets/kandimat-logo.png'), logoSize: 220, languages: SUPPORTED_LOCALES.map(([locale, language]) => ({ icon: require(`@/assets/svg/flag-${locale}.svg`), diff --git a/src/app/euromat/graphqlQueries.js b/src/app/euromat/graphqlQueries.js index 65d3f51..a0419f1 100644 --- a/src/app/euromat/graphqlQueries.js +++ b/src/app/euromat/graphqlQueries.js @@ -38,7 +38,7 @@ export const apolloThesesCountQuery = gql`{ export const apolloThesesCountUpdate = data => data.allQuestions.totalCount export const apolloPersonsForResultsQuery = gql`{ - allPeople(condition: {role: CANDYMAT_CANDIDATE}) { + allPeople(condition: {role: KANDIMAT_CANDIDATE}) { nodes { id firstName diff --git a/src/assets/candymat-logo.png b/src/assets/kandimat-logo.png similarity index 100% rename from src/assets/candymat-logo.png rename to src/assets/kandimat-logo.png