Skip to content

Commit

Permalink
Replace IDR with MDM filter view
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayBenson94 committed Aug 29, 2023
1 parent 2fee2c8 commit f4d2009
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/graph/generated/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/graph/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2429,7 +2429,7 @@ enum ModelViewFilter {
DFSDM, # DIVISION_OF_FINANCIAL_SERVICES_AND_DEBT_MANAGEMENT
IPC, # INNOVATION_PAYMENT_CONTRACTOR
IDDOC, # INNOVATIVE_DESIGN_DEVELOPMENT_AND_OPERATIONS_CONTRACT
IDR, # INTEGRATED_DATA_REPOSITORY
MDM, # MASTER_DATA_MANAGEMENT
OACT, # OFFICE_OF_THE_ACTUARY
PBG, # PROVIDER_BILLING_GROUP
}
4 changes: 2 additions & 2 deletions pkg/models/model_plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const (
ModelViewFilterDivisionOfFinancialServicesAndDebtManagement ModelViewFilter = "DFSDM"
ModelViewFilterInnovationPaymentContractor ModelViewFilter = "IPC"
ModelViewFilterInnovativeDesignDevelopmentAndOperationsContract ModelViewFilter = "IDDOC"
ModelViewFilterIntegratedDataRepository ModelViewFilter = "IDR"
ModelViewFilterMasterDataManagement ModelViewFilter = "MDM"
ModelViewFilterOfficeOfTheActuary ModelViewFilter = "OACT"
ModelViewFilterProviderBillingGroup ModelViewFilter = "PBG"
)
Expand All @@ -83,7 +83,7 @@ var ModelViewFilterHumanized = map[ModelViewFilter]string{
ModelViewFilterDivisionOfFinancialServicesAndDebtManagement: "Division of Financial Services and Debt Management",
ModelViewFilterInnovationPaymentContractor: "Innovation Payment Contractor",
ModelViewFilterInnovativeDesignDevelopmentAndOperationsContract: "Innovative Design Development and Operations Contract",
ModelViewFilterIntegratedDataRepository: "Integrated Data Repository",
ModelViewFilterMasterDataManagement: "Master Data Management",
ModelViewFilterOfficeOfTheActuary: "Office of the Actuary",
ModelViewFilterProviderBillingGroup: "Provider Billing Group",
}
2 changes: 1 addition & 1 deletion src/gql/gen/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,8 @@ export enum ModelViewFilter {
CMMI = 'CMMI',
DFSDM = 'DFSDM',
IDDOC = 'IDDOC',
IDR = 'IDR',
IPC = 'IPC',
MDM = 'MDM',
OACT = 'OACT',
PBG = 'PBG'
}
Expand Down

0 comments on commit f4d2009

Please sign in to comment.