Commit graph

9 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
Christoph Lienhard 5512955af4 Add Note in Readme concerning variable naming 2020-08-22 20:49:44 +02:00
Christoph Lienhard 0347a54ac0 Use backend on theses page 2020-06-14 03:33:39 +02:00
Moritz Kröger 51f390d67b Added logic to embed euromat in an iframe 2019-05-05 16:39:12 +02:00
Moritz Kröger b730503717 🐛 Fixes overlapping text on mobile theses layout 2019-05-02 18:26:36 +01:00
Moritz Kröger 66d41a9300 🐛 Fixes a layout issue in theses when content is too short 2019-05-01 13:05:39 +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 52e60afd34 🎨 Renames euromat component to theses 2019-04-13 20:09:57 +02:00
Renamed from src/app/euromat/components/euromat.vue (Browse further)