Commit graph

15 commits

Author SHA1 Message Date
Christoph Lienhard d414b95c1c
Fix several smaller problems
* adapt for structure change in gql backend (e.g. id -> rowId)
* display questions not rowId dependent anymore
* fixed calculation error if both, party and user, selected "skipped"
* fixed problems occuring when a candidate hasn't answered all questions (yet)
2020-12-31 21:13:21 +01:00
Christoph Lienhard 64e6b861b6 Last not Least: Get party details page from backend
Also
* reorder graphQl queries: Always a query constant + update function
* use id instead of token (initials) to identify person in url
* Remove any party logo related sections since currently not needed
* Move "options" from data closer to actual code since it doesn't really belong to data
  (data may be deleted in the future, anyway)
* add nodeId in gql queries wherever possible to avoid problems with the apollo cache
* add note about graphql schema import to README.md
2020-08-22 21:14:12 +02:00
Moritz Kröger 56a637385d 🐛 Fixed a bug on party pages when logo fails 2019-05-02 18:10:52 +01:00
Moritz Kröger 9963ebc448 🎨 Fixes i18n route navigation in theses/emphasis/results 2019-04-13 20:09:57 +02:00
Moritz Kröger 048f90cb73 🔧 Adds basic CMS config to most pages 2019-04-08 10:16:16 +02:00
Moritz Kröger a8dc4627dc ♻️ Swapped dependencies and updated some config 2019-04-08 10:16:16 +02:00
Moritz Kröger 4ee3dcc1d8 👌 Fixes all Vue linting issues 2019-04-08 10:16:16 +02:00
Moritz Kröger dfb127be4d 🔧 Migrating to Vue CLI 3 2019-04-08 10:16:16 +02:00
Moritz Kröger c4bdde66de Added fallback if Storage API fails 2017-09-05 00:33:31 +02:00
Moritz Kröger 31d8a073cf Added party statements to party result page 2017-09-02 14:25:39 +02:00
Moritz Kröger ea9e1006ad Added more party information 2017-08-27 23:03:48 +02:00
Moritz Kröger 8284b528f7 Added legend to party page 2017-08-27 16:39:49 +02:00
Moritz Kröger d985d21b69 Update party layout 2017-08-27 16:16:05 +02:00
Moritz Kröger a981f87a47 Fixes bug in euromat answer check and updates party page 2017-08-27 15:54:43 +02:00
Moritz Kröger 873204f925 Added route aliases and party view 2017-08-15 22:25:25 +02:00