From 98a6d497f6ccdf023539edd6bcf667293d9dd96e Mon Sep 17 00:00:00 2001 From: jdurrell Date: Fri, 31 Mar 2023 16:35:37 -0400 Subject: [PATCH 1/2] Changed schedule view to columns based on room instead of difficulty level. --- .../views/live-view/live-view.component.html | 83 ++++++++----------- .../src/environments/environment.ts | 8 +- 2 files changed, 39 insertions(+), 52 deletions(-) diff --git a/user-registration-app/src/app/views/live-view/live-view.component.html b/user-registration-app/src/app/views/live-view/live-view.component.html index 75f91046..42dbc80c 100644 --- a/user-registration-app/src/app/views/live-view/live-view.component.html +++ b/user-registration-app/src/app/views/live-view/live-view.component.html @@ -472,19 +472,14 @@
-
+ - - -
-
+
+ Room 124 +
+
- -
+
- +
- + + - +
+
diff --git a/user-registration-app/src/environments/environment.ts b/user-registration-app/src/environments/environment.ts index 81e35a17..de9dcdef 100644 --- a/user-registration-app/src/environments/environment.ts +++ b/user-registration-app/src/environments/environment.ts @@ -4,12 +4,12 @@ export const environment = { production: false, - api_url: 'https://staging-dot-hackpsu18.appspot.com/v1/', - api_v2_url: 'https://staging-v2-dot-hackpsu18.uc.r.appspot.com/v2/', + // api_url: 'https://staging-dot-hackpsu18.appspot.com/v1/', + // api_v2_url: 'https://staging-v2-dot-hackpsu18.uc.r.appspot.com/v2/', // api_url: 'http://localhost:5000/v1/', // api_v2_url: 'http://localhost:5000/v2/', - // api_url: 'https://api.hackpsu.org/v1/', - // api_v2_url: 'https://api.hackpsu.org/v2/', + api_url: 'https://api.hackpsu.org/v1/', + api_v2_url: 'https://api.hackpsu.org/v2/', // https://staging-v2-dot-hackpsu18.uc.r.appspot.com/ firebase: { From ba7fd7307f428dbf61970159898b8349cb19edff Mon Sep 17 00:00:00 2001 From: jdurrell Date: Fri, 31 Mar 2023 16:36:27 -0400 Subject: [PATCH 2/2] I'm never going to stop forgetting this, aren't I? --- user-registration-app/src/environments/environment.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/user-registration-app/src/environments/environment.ts b/user-registration-app/src/environments/environment.ts index de9dcdef..81e35a17 100644 --- a/user-registration-app/src/environments/environment.ts +++ b/user-registration-app/src/environments/environment.ts @@ -4,12 +4,12 @@ export const environment = { production: false, - // api_url: 'https://staging-dot-hackpsu18.appspot.com/v1/', - // api_v2_url: 'https://staging-v2-dot-hackpsu18.uc.r.appspot.com/v2/', + api_url: 'https://staging-dot-hackpsu18.appspot.com/v1/', + api_v2_url: 'https://staging-v2-dot-hackpsu18.uc.r.appspot.com/v2/', // api_url: 'http://localhost:5000/v1/', // api_v2_url: 'http://localhost:5000/v2/', - api_url: 'https://api.hackpsu.org/v1/', - api_v2_url: 'https://api.hackpsu.org/v2/', + // api_url: 'https://api.hackpsu.org/v1/', + // api_v2_url: 'https://api.hackpsu.org/v2/', // https://staging-v2-dot-hackpsu18.uc.r.appspot.com/ firebase: {