Skip to content

Commit

Permalink
remove gusto and workato related code (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPant1999 authored Jan 31, 2024
1 parent 3e39999 commit 8082ce7
Show file tree
Hide file tree
Showing 29 changed files with 8 additions and 1,082 deletions.
6 changes: 2 additions & 4 deletions src/app/branding/branding-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ const kbArticles: KbArticle = {
BAMBOO_HR: 'https://help.fylehq.com/en/articles/6845034-fyle-bamboo-hr-integration',
QBD: 'https://help.fylehq.com/en/collections/215867-integrations-with-fyle#quickbooks-desktop',
INTACCT: 'https://help.fylehq.com/en/collections/215867-integrations-with-fyle',
TRAVELPERK: 'https://help.fylehq.com/en/collections/215867-integrations-with-fyle',
GUSTO: 'https://help.fylehq.com/en/collections/215867-integrations-with-fyle',
TRAVELPERK: 'https://help.fylehq.com/en/articles/7549535-how-are-travelperk-invoices-created-as-expenses-in-fyle',
SAGE300: 'https://help.fylehq.com/en/collections/215867-integrations-with-fyle',
BUSINESS_CENTRAL: 'https://help.fylehq.com/en/collections/215867-integrations-with-fyle'
},
Expand Down Expand Up @@ -121,8 +120,7 @@ const kbArticles: KbArticle = {
BAMBOO_HR: 'https://help.fylehq.com/en/articles/6845034-fyle-bamboo-hr-integration',
QBD: 'https://help.fylehq.com/en/collections/215867-integrations-with-fyle#quickbooks-desktop',
INTACCT: 'https://help.fylehq.com/en/collections/215867-integrations-with-fyle',
TRAVELPERK: 'https://help.fylehq.com/en/collections/215867-integrations-with-fyle',
GUSTO: 'https://help.fylehq.com/en/collections/215867-integrations-with-fyle',
TRAVELPERK: 'https://help.fylehq.com/en/articles/7549535-how-are-travelperk-invoices-created-as-expenses-in-fyle',
SAGE300: 'https://help.fylehq.com/en/collections/215867-integrations-with-fyle',
BUSINESS_CENTRAL: 'https://help.fylehq.com/en/collections/215867-integrations-with-fyle'
},
Expand Down
1 change: 0 additions & 1 deletion src/app/core/models/branding/kb-article.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export type KbArticle = {
QBD: string;
INTACCT: string;
TRAVELPERK: string;
GUSTO: string;
SAGE300: string;
BUSINESS_CENTRAL: string;
},
Expand Down
12 changes: 0 additions & 12 deletions src/app/core/models/enum/enum.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export enum InAppIntegration {
BAMBOO_HR = 'Bamboo HR',
QBD = 'QuickBooks Desktop',
TRAVELPERK = 'TravelPerk',
GUSTO = 'Gusto',
INTACCT = 'Sage Intacct',
SAGE300 = 'Sage 300 CRE',
BUSINESS_CENTRAL = 'Dynamics 365 Business Central'
Expand Down Expand Up @@ -71,7 +70,6 @@ export enum AppName {
BAMBOO_HR = 'BambooHR',
QBD = 'QuickBooks Desktop',
TRAVELPERK = 'Travelperk',
GUSTO = 'Gusto',
INTACCT = 'Sage Intacct',
SAGE300 = 'Sage 300 CRE',
QBO = 'QuickBooks Online',
Expand All @@ -82,7 +80,6 @@ export enum AppNameInService {
BAMBOO_HR = 'bambooHR',
QBD = 'qbd',
TRAVELPERK = 'travelperk',
GUSTO = 'gusto',
INTACCT = 'sage_intacct',
SAGE300 = 'sage300',
BUSINESS_CENTRAL = 'business_central'
Expand All @@ -93,8 +90,6 @@ export enum Page {
BAMBOO_HR_LANDING = 'Bamboo HR Landing',
CONNECT_BAMBOO_HR = 'Connect Bamboo HR',
CONFIGURE_BAMBOO_HR = 'Bamboo HR Configuration',
GUSTO_LANDING = 'Gusto Landing',
CONFIGURE_GUSTO = 'Gusto Configuration',
QBD_LANDING = 'QuickBooks Desktop Landing',
INTACCT_LANDING = 'Sage Intacct Landing',
CONNECT_QBD = 'Connect QuickBooks Desktop',
Expand All @@ -119,15 +114,10 @@ export enum ClickEvent {
OPEN_XERO_INTEGRATION = 'Open Xero Integration',
OPEN_BAMBOO_HR_INTEGRATION = 'Open Bamboo HR Integration',
OPEN_QBD_INTEGRATION = 'Open QBD Integration',
OPEN_GUSTO_INTEGRATION = 'Open Gusto Integration',
INTEGRATION_TABS = 'Integration Tabs',
CONNECT_BAMBOO_HR = 'Connect Bamboo HR',
CONFIGURE_BAMBOO_HR = 'Configure Bamboo HR',
DISCONNECT_BAMBOO_HR = 'Disconnect Bamboo HR',
CONNECT_GUSTO = 'Connect Gusto',
CONFIGURE_GUSTO = 'Configure Gusto',
DISCONNECT_GUSTO = 'Disconnect Gusto',
SYNC_GUSTO_EMPLOYEES = 'Sync Gusto Employees',
CONNECT_QBD = 'Connect QBD',
COPY_SUPPORT_EMAIL = 'Copy Support Email',
SYNC_BAMBOO_HR_EMPLOYEES = 'Sync Bamboo HR Employees',
Expand Down Expand Up @@ -449,7 +439,6 @@ export enum AppUrl {
BAMBOO_HR = 'bamboo_hr',
QBD = 'qbd',
TRAVELPERK = 'travelperk',
GUSTO = 'gusto',
INTACCT = 'intacct',
SAGE300 = 'sage300',
BUSINESS_CENTRAL = 'business_central',
Expand Down Expand Up @@ -630,7 +619,6 @@ export enum TrackingApp {
QBD = 'QBD',
BAMBOO_HR = 'BHR',
TRAVELPERK = 'TP',
GUSTO = 'GUSTO'
}

export enum ReimbursableImportState {
Expand Down
42 changes: 0 additions & 42 deletions src/app/core/models/gusto/gusto.model.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/app/core/models/integrations/integrations.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export type InAppIntegrationUrlMap = {
[InAppIntegration.BAMBOO_HR]: string,
[InAppIntegration.QBD]: string,
[InAppIntegration.TRAVELPERK]: string,
[InAppIntegration.GUSTO]: string,
[InAppIntegration.INTACCT]: string,
[InAppIntegration.QBO]: string,
[InAppIntegration.SAGE300]: string,
Expand All @@ -36,7 +35,6 @@ export type AppUrlMap = {
[AppUrl.BAMBOO_HR]: string | null,
[AppUrl.QBD]: string,
[AppUrl.TRAVELPERK]: string | null,
[AppUrl.GUSTO]: string | null,
[AppUrl.INTACCT]: string,
[AppUrl.SAGE300]: string,
[AppUrl.INTEGRATION]: string,
Expand Down
4 changes: 1 addition & 3 deletions src/app/core/models/misc/tracking.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export type TrackingAppMap = {
[AppName.INTACCT]: TrackingApp.INTACCT,
[AppName.QBO]: TrackingApp.QBO,
[AppName.TRAVELPERK]: TrackingApp.TRAVELPERK,
[AppName.GUSTO]: TrackingApp.GUSTO,
}

export const trackingAppMap: TrackingAppMap = {
Expand All @@ -59,6 +58,5 @@ export const trackingAppMap: TrackingAppMap = {
[AppName.BAMBOO_HR]: TrackingApp.BAMBOO_HR,
[AppName.INTACCT]: TrackingApp.INTACCT,
[AppName.QBO]: TrackingApp.QBO,
[AppName.TRAVELPERK]: TrackingApp.TRAVELPERK,
[AppName.GUSTO]: TrackingApp.GUSTO
[AppName.TRAVELPERK]: TrackingApp.TRAVELPERK
};
1 change: 0 additions & 1 deletion src/app/core/models/org/org.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export type Org = {
is_fyle_connected: boolean;
is_sendgrid_connected: boolean;
allow_travelperk: boolean;
allow_gusto: boolean;
created_at: Date;
updated_at: Date;
}
Expand Down
1 change: 0 additions & 1 deletion src/app/core/services/common/helper.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export class HelperService {
[AppUrl.QBD]: environment.qbd_api_url,
[AppUrl.TRAVELPERK]: environment.api_url,
[AppUrl.BAMBOO_HR]: environment.api_url,
[AppUrl.GUSTO]: environment.api_url,
[AppUrl.SAGE300]: environment.sage300_api_url,
[AppUrl.INTEGRATION]: environment.api_url,
[AppUrl.BUSINESS_CENTRAL]: environment.business_central_api_url,
Expand Down
1 change: 0 additions & 1 deletion src/app/core/services/common/workspace.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export class WorkspaceService {
getOnboardingState(): any {
const appInitialOnboardingState: AppUrlMap = {
[AppUrl.INTACCT]: IntacctOnboardingState.CONNECTION,
[AppUrl.GUSTO]: null,
[AppUrl.SAGE300]: Sage300OnboardingState.CONNECTION,
[AppUrl.BAMBOO_HR]: null,
[AppUrl.QBD]: QBDOnboardingState.CONNECTION,
Expand Down
84 changes: 0 additions & 84 deletions src/app/core/services/gusto/gusto.service.fixture.ts

This file was deleted.

Loading

0 comments on commit 8082ce7

Please sign in to comment.