From b9283e8bc52630c0d04d8d7911df97f233a57b78 Mon Sep 17 00:00:00 2001 From: r bakkes Date: Sun, 19 Dec 2021 14:10:57 +0100 Subject: [PATCH] added comments --- AuthentesApp/src/app/home/home.page.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/AuthentesApp/src/app/home/home.page.ts b/AuthentesApp/src/app/home/home.page.ts index f541ece..1285583 100644 --- a/AuthentesApp/src/app/home/home.page.ts +++ b/AuthentesApp/src/app/home/home.page.ts @@ -12,6 +12,13 @@ export class HomePage { wellnesswheel() { console.log("komt wellnesswheel game"); + // On click open modal page + // all modal pages have the same style. + // Just de steps differ + // On clicking "start" check if cookie exists + // if it exists ask if the user wants to restart or continue + // otherwise a cookie will be created with the game information + // Than start the game } lifeline() {