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