From 009cd2ddc50561ff05957717cdc10cc725a4ea24 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Mon, 5 Dec 2022 15:19:05 +0100 Subject: [PATCH] added contest features --- frontend/pages/wedstrijd/addcontest.vue | 30 +++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/frontend/pages/wedstrijd/addcontest.vue b/frontend/pages/wedstrijd/addcontest.vue index f6cc821..4f9f158 100644 --- a/frontend/pages/wedstrijd/addcontest.vue +++ b/frontend/pages/wedstrijd/addcontest.vue @@ -34,18 +34,39 @@ - +
- - - {{ competitor }} +
+ + : + + : + +
+
+ + Diskwalificatie +
+ + +
@@ -77,6 +98,7 @@ const tempEvent = ref({ }) const getCompetitors = async () => { + if (competitors.value[0]) return const querySnapshot = await getDocs(collection(db, "competitors")) querySnapshot.forEach((doc) => { competitors.value.push(doc.data())