From 0f1e2f0c5bb9b38038beab05dd43d0ed67e32e97 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Wed, 15 Sep 2021 16:08:31 -0600 Subject: [PATCH] rename dir --- {diagnosticUI => diagnostic-ui}/.browserslistrc | 0 {diagnosticUI => diagnostic-ui}/.editorconfig | 0 {diagnosticUI => diagnostic-ui}/.eslintrc.json | 0 {diagnosticUI => diagnostic-ui}/.gitignore | 0 {diagnosticUI => diagnostic-ui}/angular.json | 0 {diagnosticUI => diagnostic-ui}/config-sample.json | 0 {diagnosticUI => diagnostic-ui}/ionic.config.json | 0 {diagnosticUI => diagnostic-ui}/package-lock.json | 0 {diagnosticUI => diagnostic-ui}/package.json | 0 .../src/app/app-routing.module.ts | 0 .../src/app/app.component.html | 0 .../src/app/app.component.scss | 0 .../src/app/app.component.ts | 0 .../src/app/app.module.ts | 0 .../src/app/pages/home/home-routing.module.ts | 0 .../src/app/pages/home/home.module.ts | 0 .../src/app/pages/home/home.page.html | 0 .../src/app/pages/home/home.page.scss | 0 .../src/app/pages/home/home.page.ts | 0 .../src/app/services/api/api.service.ts | 0 .../src/app/services/api/live-api.service.ts | 0 .../src/app/services/api/mock-api.service.ts | 0 .../src/app/services/http.service.ts | 0 .../src/app/util/misc.util.ts | 0 .../assets/fonts/Montserrat/Montserrat-Regular.ttf | Bin .../src/assets/icon/favicon.ico | Bin .../src/environments/environment.prod.ts | 0 .../src/environments/environment.ts | 0 {diagnosticUI => diagnostic-ui}/src/global.scss | 0 {diagnosticUI => diagnostic-ui}/src/index.html | 0 {diagnosticUI => diagnostic-ui}/src/main.ts | 0 {diagnosticUI => diagnostic-ui}/src/polyfills.ts | 0 .../src/theme/variables.scss | 0 {diagnosticUI => diagnostic-ui}/src/zone-flags.ts | 0 {diagnosticUI => diagnostic-ui}/tsconfig.json | 0 35 files changed, 0 insertions(+), 0 deletions(-) rename {diagnosticUI => diagnostic-ui}/.browserslistrc (100%) rename {diagnosticUI => diagnostic-ui}/.editorconfig (100%) rename {diagnosticUI => diagnostic-ui}/.eslintrc.json (100%) rename {diagnosticUI => diagnostic-ui}/.gitignore (100%) rename {diagnosticUI => diagnostic-ui}/angular.json (100%) rename {diagnosticUI => diagnostic-ui}/config-sample.json (100%) rename {diagnosticUI => diagnostic-ui}/ionic.config.json (100%) rename {diagnosticUI => diagnostic-ui}/package-lock.json (100%) rename {diagnosticUI => diagnostic-ui}/package.json (100%) rename {diagnosticUI => diagnostic-ui}/src/app/app-routing.module.ts (100%) rename {diagnosticUI => diagnostic-ui}/src/app/app.component.html (100%) rename {diagnosticUI => diagnostic-ui}/src/app/app.component.scss (100%) rename {diagnosticUI => diagnostic-ui}/src/app/app.component.ts (100%) rename {diagnosticUI => diagnostic-ui}/src/app/app.module.ts (100%) rename {diagnosticUI => diagnostic-ui}/src/app/pages/home/home-routing.module.ts (100%) rename {diagnosticUI => diagnostic-ui}/src/app/pages/home/home.module.ts (100%) rename {diagnosticUI => diagnostic-ui}/src/app/pages/home/home.page.html (100%) rename {diagnosticUI => diagnostic-ui}/src/app/pages/home/home.page.scss (100%) rename {diagnosticUI => diagnostic-ui}/src/app/pages/home/home.page.ts (100%) rename {diagnosticUI => diagnostic-ui}/src/app/services/api/api.service.ts (100%) rename {diagnosticUI => diagnostic-ui}/src/app/services/api/live-api.service.ts (100%) rename {diagnosticUI => diagnostic-ui}/src/app/services/api/mock-api.service.ts (100%) rename {diagnosticUI => diagnostic-ui}/src/app/services/http.service.ts (100%) rename {diagnosticUI => diagnostic-ui}/src/app/util/misc.util.ts (100%) rename {diagnosticUI => diagnostic-ui}/src/assets/fonts/Montserrat/Montserrat-Regular.ttf (100%) rename {diagnosticUI => diagnostic-ui}/src/assets/icon/favicon.ico (100%) rename {diagnosticUI => diagnostic-ui}/src/environments/environment.prod.ts (100%) rename {diagnosticUI => diagnostic-ui}/src/environments/environment.ts (100%) rename {diagnosticUI => diagnostic-ui}/src/global.scss (100%) rename {diagnosticUI => diagnostic-ui}/src/index.html (100%) rename {diagnosticUI => diagnostic-ui}/src/main.ts (100%) rename {diagnosticUI => diagnostic-ui}/src/polyfills.ts (100%) rename {diagnosticUI => diagnostic-ui}/src/theme/variables.scss (100%) rename {diagnosticUI => diagnostic-ui}/src/zone-flags.ts (100%) rename {diagnosticUI => diagnostic-ui}/tsconfig.json (100%) diff --git a/diagnosticUI/.browserslistrc b/diagnostic-ui/.browserslistrc similarity index 100% rename from diagnosticUI/.browserslistrc rename to diagnostic-ui/.browserslistrc diff --git a/diagnosticUI/.editorconfig b/diagnostic-ui/.editorconfig similarity index 100% rename from diagnosticUI/.editorconfig rename to diagnostic-ui/.editorconfig diff --git a/diagnosticUI/.eslintrc.json b/diagnostic-ui/.eslintrc.json similarity index 100% rename from diagnosticUI/.eslintrc.json rename to diagnostic-ui/.eslintrc.json diff --git a/diagnosticUI/.gitignore b/diagnostic-ui/.gitignore similarity index 100% rename from diagnosticUI/.gitignore rename to diagnostic-ui/.gitignore diff --git a/diagnosticUI/angular.json b/diagnostic-ui/angular.json similarity index 100% rename from diagnosticUI/angular.json rename to diagnostic-ui/angular.json diff --git a/diagnosticUI/config-sample.json b/diagnostic-ui/config-sample.json similarity index 100% rename from diagnosticUI/config-sample.json rename to diagnostic-ui/config-sample.json diff --git a/diagnosticUI/ionic.config.json b/diagnostic-ui/ionic.config.json similarity index 100% rename from diagnosticUI/ionic.config.json rename to diagnostic-ui/ionic.config.json diff --git a/diagnosticUI/package-lock.json b/diagnostic-ui/package-lock.json similarity index 100% rename from diagnosticUI/package-lock.json rename to diagnostic-ui/package-lock.json diff --git a/diagnosticUI/package.json b/diagnostic-ui/package.json similarity index 100% rename from diagnosticUI/package.json rename to diagnostic-ui/package.json diff --git a/diagnosticUI/src/app/app-routing.module.ts b/diagnostic-ui/src/app/app-routing.module.ts similarity index 100% rename from diagnosticUI/src/app/app-routing.module.ts rename to diagnostic-ui/src/app/app-routing.module.ts diff --git a/diagnosticUI/src/app/app.component.html b/diagnostic-ui/src/app/app.component.html similarity index 100% rename from diagnosticUI/src/app/app.component.html rename to diagnostic-ui/src/app/app.component.html diff --git a/diagnosticUI/src/app/app.component.scss b/diagnostic-ui/src/app/app.component.scss similarity index 100% rename from diagnosticUI/src/app/app.component.scss rename to diagnostic-ui/src/app/app.component.scss diff --git a/diagnosticUI/src/app/app.component.ts b/diagnostic-ui/src/app/app.component.ts similarity index 100% rename from diagnosticUI/src/app/app.component.ts rename to diagnostic-ui/src/app/app.component.ts diff --git a/diagnosticUI/src/app/app.module.ts b/diagnostic-ui/src/app/app.module.ts similarity index 100% rename from diagnosticUI/src/app/app.module.ts rename to diagnostic-ui/src/app/app.module.ts diff --git a/diagnosticUI/src/app/pages/home/home-routing.module.ts b/diagnostic-ui/src/app/pages/home/home-routing.module.ts similarity index 100% rename from diagnosticUI/src/app/pages/home/home-routing.module.ts rename to diagnostic-ui/src/app/pages/home/home-routing.module.ts diff --git a/diagnosticUI/src/app/pages/home/home.module.ts b/diagnostic-ui/src/app/pages/home/home.module.ts similarity index 100% rename from diagnosticUI/src/app/pages/home/home.module.ts rename to diagnostic-ui/src/app/pages/home/home.module.ts diff --git a/diagnosticUI/src/app/pages/home/home.page.html b/diagnostic-ui/src/app/pages/home/home.page.html similarity index 100% rename from diagnosticUI/src/app/pages/home/home.page.html rename to diagnostic-ui/src/app/pages/home/home.page.html diff --git a/diagnosticUI/src/app/pages/home/home.page.scss b/diagnostic-ui/src/app/pages/home/home.page.scss similarity index 100% rename from diagnosticUI/src/app/pages/home/home.page.scss rename to diagnostic-ui/src/app/pages/home/home.page.scss diff --git a/diagnosticUI/src/app/pages/home/home.page.ts b/diagnostic-ui/src/app/pages/home/home.page.ts similarity index 100% rename from diagnosticUI/src/app/pages/home/home.page.ts rename to diagnostic-ui/src/app/pages/home/home.page.ts diff --git a/diagnosticUI/src/app/services/api/api.service.ts b/diagnostic-ui/src/app/services/api/api.service.ts similarity index 100% rename from diagnosticUI/src/app/services/api/api.service.ts rename to diagnostic-ui/src/app/services/api/api.service.ts diff --git a/diagnosticUI/src/app/services/api/live-api.service.ts b/diagnostic-ui/src/app/services/api/live-api.service.ts similarity index 100% rename from diagnosticUI/src/app/services/api/live-api.service.ts rename to diagnostic-ui/src/app/services/api/live-api.service.ts diff --git a/diagnosticUI/src/app/services/api/mock-api.service.ts b/diagnostic-ui/src/app/services/api/mock-api.service.ts similarity index 100% rename from diagnosticUI/src/app/services/api/mock-api.service.ts rename to diagnostic-ui/src/app/services/api/mock-api.service.ts diff --git a/diagnosticUI/src/app/services/http.service.ts b/diagnostic-ui/src/app/services/http.service.ts similarity index 100% rename from diagnosticUI/src/app/services/http.service.ts rename to diagnostic-ui/src/app/services/http.service.ts diff --git a/diagnosticUI/src/app/util/misc.util.ts b/diagnostic-ui/src/app/util/misc.util.ts similarity index 100% rename from diagnosticUI/src/app/util/misc.util.ts rename to diagnostic-ui/src/app/util/misc.util.ts diff --git a/diagnosticUI/src/assets/fonts/Montserrat/Montserrat-Regular.ttf b/diagnostic-ui/src/assets/fonts/Montserrat/Montserrat-Regular.ttf similarity index 100% rename from diagnosticUI/src/assets/fonts/Montserrat/Montserrat-Regular.ttf rename to diagnostic-ui/src/assets/fonts/Montserrat/Montserrat-Regular.ttf diff --git a/diagnosticUI/src/assets/icon/favicon.ico b/diagnostic-ui/src/assets/icon/favicon.ico similarity index 100% rename from diagnosticUI/src/assets/icon/favicon.ico rename to diagnostic-ui/src/assets/icon/favicon.ico diff --git a/diagnosticUI/src/environments/environment.prod.ts b/diagnostic-ui/src/environments/environment.prod.ts similarity index 100% rename from diagnosticUI/src/environments/environment.prod.ts rename to diagnostic-ui/src/environments/environment.prod.ts diff --git a/diagnosticUI/src/environments/environment.ts b/diagnostic-ui/src/environments/environment.ts similarity index 100% rename from diagnosticUI/src/environments/environment.ts rename to diagnostic-ui/src/environments/environment.ts diff --git a/diagnosticUI/src/global.scss b/diagnostic-ui/src/global.scss similarity index 100% rename from diagnosticUI/src/global.scss rename to diagnostic-ui/src/global.scss diff --git a/diagnosticUI/src/index.html b/diagnostic-ui/src/index.html similarity index 100% rename from diagnosticUI/src/index.html rename to diagnostic-ui/src/index.html diff --git a/diagnosticUI/src/main.ts b/diagnostic-ui/src/main.ts similarity index 100% rename from diagnosticUI/src/main.ts rename to diagnostic-ui/src/main.ts diff --git a/diagnosticUI/src/polyfills.ts b/diagnostic-ui/src/polyfills.ts similarity index 100% rename from diagnosticUI/src/polyfills.ts rename to diagnostic-ui/src/polyfills.ts diff --git a/diagnosticUI/src/theme/variables.scss b/diagnostic-ui/src/theme/variables.scss similarity index 100% rename from diagnosticUI/src/theme/variables.scss rename to diagnostic-ui/src/theme/variables.scss diff --git a/diagnosticUI/src/zone-flags.ts b/diagnostic-ui/src/zone-flags.ts similarity index 100% rename from diagnosticUI/src/zone-flags.ts rename to diagnostic-ui/src/zone-flags.ts diff --git a/diagnosticUI/tsconfig.json b/diagnostic-ui/tsconfig.json similarity index 100% rename from diagnosticUI/tsconfig.json rename to diagnostic-ui/tsconfig.json