diff --git a/angular/README.md b/angular/README.md index cef3c46..17d7286 100644 --- a/angular/README.md +++ b/angular/README.md @@ -1,4 +1,4 @@ -# CoffeeLikeTest +# TastyCoffee This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.6. diff --git a/angular/angular.json b/angular/angular.json index 9e55c42..23b23d0 100644 --- a/angular/angular.json +++ b/angular/angular.json @@ -4,7 +4,7 @@ "version": 1, "newProjectRoot": "projects", "projects": { - "coffee-like-test": { + "tasty-coffee": { "projectType": "application", "schematics": { "@schematics/angular:component": { @@ -19,7 +19,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "/var/www/html/lk.crm4retail.ru/coffee-like-test", + "outputPath": "/var/www/html/lk.crm4retail.ru/tasty-coffee", "baseHref": "/", "index": "src/index.html", "main": "src/main.ts", @@ -84,10 +84,10 @@ "builder": "@angular-devkit/build-angular:dev-server", "configurations": { "production": { - "browserTarget": "coffee-like-test:build:production" + "browserTarget": "tasty-coffee:build:production" }, "development": { - "browserTarget": "coffee-like-test:build:development", + "browserTarget": "tasty-coffee:build:development", "proxyConfig": "proxy.confi.json" } }, @@ -96,7 +96,7 @@ "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { - "browserTarget": "coffee-like-test:build" + "browserTarget": "tasty-coffee:build" } }, "test": { diff --git a/angular/package-lock.json b/angular/package-lock.json index f868366..c2386be 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -1,11 +1,11 @@ { - "name": "coffee-like-test", + "name": "tasty-coffee", "version": "0.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "coffee-like-test", + "name": "tasty-coffee", "version": "0.0.2", "dependencies": { "@angular/animations": "^15.2.9", diff --git a/angular/package.json b/angular/package.json index fb1a7a9..ad2f23e 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,5 +1,5 @@ { - "name": "coffee-like-test", + "name": "tasty-coffee", "version": "0.0.2", "scripts": { "ng": "ng", diff --git a/angular/src/app/app.component.spec.ts b/angular/src/app/app.component.spec.ts index fc0aeec..ae36d9c 100644 --- a/angular/src/app/app.component.spec.ts +++ b/angular/src/app/app.component.spec.ts @@ -20,16 +20,16 @@ describe('AppComponent', () => { expect(app).toBeTruthy(); }); - it(`should have as title 'coffee-like-test'`, () => { + it(`should have as title 'tasty-coffee'`, () => { const fixture = TestBed.createComponent(AppComponent); const app = fixture.componentInstance; - expect(app.title).toEqual('coffee-like-test'); + expect(app.title).toEqual('tasty-coffee'); }); it('should render title', () => { const fixture = TestBed.createComponent(AppComponent); fixture.detectChanges(); const compiled = fixture.nativeElement as HTMLElement; - expect(compiled.querySelector('.content span')?.textContent).toContain('coffee-like-test app is running!'); + expect(compiled.querySelector('.content span')?.textContent).toContain('tasty-coffee app is running!'); }); }); diff --git a/angular/src/app/app.component.ts b/angular/src/app/app.component.ts index 45dbc33..3867006 100644 --- a/angular/src/app/app.component.ts +++ b/angular/src/app/app.component.ts @@ -11,7 +11,7 @@ import { pwaInstalled } from './utils'; styleUrls: ['./app.component.scss'], }) export class AppComponent implements OnInit { - title = 'Coffee Like Test'; + title = 'Tasty Coffee'; public static pwaPrompt: any; public static pwaInstalled: boolean = true; diff --git a/angular/src/app/components/invite-friends/invite-friends.component.ts b/angular/src/app/components/invite-friends/invite-friends.component.ts index 60dcaff..24d78b0 100644 --- a/angular/src/app/components/invite-friends/invite-friends.component.ts +++ b/angular/src/app/components/invite-friends/invite-friends.component.ts @@ -42,7 +42,7 @@ export class InviteFriendsComponent implements OnInit { if (navigator.share) { navigator.share({ title: document.title, - text: "Coffee Like Test", + text: "Tasty Coffee", url: this.refUrl }) .then(() => console.log('Successful share')) diff --git a/angular/src/app/pages/account/ref-system/ref-system.component.ts b/angular/src/app/pages/account/ref-system/ref-system.component.ts index 8e346ad..c2ea014 100644 --- a/angular/src/app/pages/account/ref-system/ref-system.component.ts +++ b/angular/src/app/pages/account/ref-system/ref-system.component.ts @@ -40,7 +40,7 @@ export class RefSystemComponent implements OnInit { if (navigator.share) { navigator.share({ title: document.title, - text: "Coffee Like Test", + text: "Tasty Coffee", url: this.refUrl }) .then(() => console.log('Successful share')) diff --git a/angular/src/app/presentation-options/default-option/components/invite-friends/invite-friends.component.ts b/angular/src/app/presentation-options/default-option/components/invite-friends/invite-friends.component.ts index 60dcaff..24d78b0 100644 --- a/angular/src/app/presentation-options/default-option/components/invite-friends/invite-friends.component.ts +++ b/angular/src/app/presentation-options/default-option/components/invite-friends/invite-friends.component.ts @@ -42,7 +42,7 @@ export class InviteFriendsComponent implements OnInit { if (navigator.share) { navigator.share({ title: document.title, - text: "Coffee Like Test", + text: "Tasty Coffee", url: this.refUrl }) .then(() => console.log('Successful share')) diff --git a/angular/src/app/presentation-options/first-option/components/invite-friends/invite-friends.component.ts b/angular/src/app/presentation-options/first-option/components/invite-friends/invite-friends.component.ts index 60dcaff..24d78b0 100644 --- a/angular/src/app/presentation-options/first-option/components/invite-friends/invite-friends.component.ts +++ b/angular/src/app/presentation-options/first-option/components/invite-friends/invite-friends.component.ts @@ -42,7 +42,7 @@ export class InviteFriendsComponent implements OnInit { if (navigator.share) { navigator.share({ title: document.title, - text: "Coffee Like Test", + text: "Tasty Coffee", url: this.refUrl }) .then(() => console.log('Successful share')) diff --git a/angular/src/environments/environment.prod.ts b/angular/src/environments/environment.prod.ts index 3f3a311..8a6c023 100644 --- a/angular/src/environments/environment.prod.ts +++ b/angular/src/environments/environment.prod.ts @@ -7,8 +7,8 @@ export const environment = { appWPEndpoint: 'http://213.239.210.240:4500/wp-json/woofood/v1/', hasBonusProgram: true, systemId: 'tsQ2cu59Xz9qgGTm3z', - defaultUrl: 'https://coffee-like-test.lk.crm4retail.ru', - manifestUrl: 'https://coffee-like-test.lk.crm4retail.ru/manifest.webmanifest', + defaultUrl: 'https://tasty-coffee.lk.crm4retail.ru', + manifestUrl: 'https://tasty-coffee.lk.crm4retail.ru/manifest.webmanifest', firebase: { apiKey: 'AIzaSyDTb_xuMz2vDx8xGs34AJiltraKVlwmrtY', authDomain: 'coffee-like-77bfe.firebaseapp.com', @@ -19,7 +19,7 @@ export const environment = { }, version: packageJson.version, appleWalletEndpoint: 'https://apple-wallet-iiko.it-retail.tech/apns/api', - icardProxy: 'https://coffee-like-test.lk.crm4retail.ru/api/icard-proxy/', + icardProxy: 'https://tasty-coffee.lk.crm4retail.ru/api/icard-proxy/', appleWalletSecret: 'Token F5mbzEERAznGKVbB6l', clientName: 'coffeelike', }; diff --git a/angular/src/environments/environment.ts b/angular/src/environments/environment.ts index 78211e9..7d2fd41 100644 --- a/angular/src/environments/environment.ts +++ b/angular/src/environments/environment.ts @@ -8,7 +8,7 @@ export const environment = { hasBonusProgram: true, systemId: 'tsQ2cu59Xz9qgGTm3z', defaultUrl: 'http://192.168.0.179:4200', - manifestUrl: 'https://coffee-like-test.lk.crm4retail.ru/manifest.webmanifest', + manifestUrl: 'https://tasty-coffee.lk.crm4retail.ru/manifest.webmanifest', firebase: { apiKey: 'AIzaSyDTb_xuMz2vDx8xGs34AJiltraKVlwmrtY', authDomain: 'coffee-like-77bfe.firebaseapp.com', @@ -19,7 +19,7 @@ export const environment = { }, version: packageJson.version, appleWalletEndpoint: 'https://apple-wallet-iiko.it-retail.tech/apns/api', - icardProxy: 'https://coffee-like-test.lk.crm4retail.ru/api/icard-proxy/', + icardProxy: 'https://tasty-coffee.lk.crm4retail.ru/api/icard-proxy/', appleWalletSecret: 'Token F5mbzEERAznGKVbB6l', clientName: 'coffeelike', }; diff --git a/angular/src/index.html b/angular/src/index.html index ace2c22..3363463 100644 --- a/angular/src/index.html +++ b/angular/src/index.html @@ -2,7 +2,7 @@ - Coffee Like Test + Tasty Coffee diff --git a/angular/src/manifest.webmanifest b/angular/src/manifest.webmanifest index 9cb6598..8904e26 100644 --- a/angular/src/manifest.webmanifest +++ b/angular/src/manifest.webmanifest @@ -1,6 +1,6 @@ { - "name": "Coffee Like Test", - "short_name": "Coffee Like Test", + "name": "Tasty Coffee", + "short_name": "Tasty Coffee", "theme_color": "#1976d2", "background_color": "#fafafa", "display": "standalone", @@ -53,6 +53,6 @@ "gcm_sender_id": "99855572145", "related_applications": [{ "platform": "webapp", - "url": "https://coffee-like-test.lk.crm4retail.ru/manifest.webmanifest" + "url": "https://tasty-coffee.lk.crm4retail.ru/manifest.webmanifest" }] }