Skip to content

Commit 63e7f97

Browse files
[SPDBT-4429]be: add DogTrainer Accredited School Verification document type (#2853)
# Description This PR includes the following proposed change(s): - [SPDBT-4429]be: add DogTrainer Accredited School Verification document type
1 parent a7cf5a9 commit 63e7f97

File tree

7 files changed

+60683
-56211
lines changed

7 files changed

+60683
-56211
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
.vscode
44
tmp/
55
.env
6-
src/Spd.Utilities.Dynamics/Connected Services/OData Service/ConnectedService.json
6+

src/Spd.Manager.Licence/Mappings.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,8 @@ private static List<BranchAddr> GetBranchAddr(IEnumerable<BranchInfo> branchInfo
811811
{LicenceDocumentTypeCode.DogTrainingCurriculumCertificateSupportingDocument, DocumentTypeEnum.DogTrainingCurriculumCertificateSupportingDocument },
812812
{LicenceDocumentTypeCode.GDSDPracticeHoursLog, DocumentTypeEnum.GDSDPracticeHoursLog},
813813
{LicenceDocumentTypeCode.GDSDCertificate, DocumentTypeEnum.GDSDCertificate },
814-
{LicenceDocumentTypeCode.BusinessLicenceDocuments, DocumentTypeEnum.BusinessLicenceDocuments }
814+
{LicenceDocumentTypeCode.BusinessLicenceDocuments, DocumentTypeEnum.BusinessLicenceDocuments },
815+
{LicenceDocumentTypeCode.DogTrainerAccreditedSchoolVerification, DocumentTypeEnum.DogTrainerAccreditedSchoolVerification }
815816
}.ToImmutableDictionary();
816817

817818
private static readonly ImmutableDictionary<LicenceDocumentTypeCode, DocumentTypeEnum> LicenceDocumentType2Dictionary = new Dictionary<LicenceDocumentTypeCode, DocumentTypeEnum>()
@@ -880,7 +881,8 @@ private static List<BranchAddr> GetBranchAddr(IEnumerable<BranchInfo> branchInfo
880881
{LicenceDocumentTypeCode.DogTrainingCurriculumCertificateSupportingDocument, DocumentTypeEnum.DogTrainingCurriculumCertificateSupportingDocument },
881882
{LicenceDocumentTypeCode.GDSDPracticeHoursLog, DocumentTypeEnum.GDSDPracticeHoursLog },
882883
{LicenceDocumentTypeCode.GDSDCertificate, DocumentTypeEnum.GDSDCertificate },
883-
{LicenceDocumentTypeCode.BusinessLicenceDocuments, DocumentTypeEnum.BusinessLicenceDocuments }
884+
{LicenceDocumentTypeCode.BusinessLicenceDocuments, DocumentTypeEnum.BusinessLicenceDocuments },
885+
{LicenceDocumentTypeCode.DogTrainerAccreditedSchoolVerification, DocumentTypeEnum.DogTrainerAccreditedSchoolVerification }
884886
}.ToImmutableDictionary();
885887

886888
private string GetHolderName(string firstName, string middleName, string lastName)

src/Spd.Manager.Licence/SharedContract.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ public enum LicenceDocumentTypeCode
7575
DogTrainingCurriculumCertificateSupportingDocument,
7676
GDSDPracticeHoursLog,
7777
GDSDCertificate,
78-
BusinessLicenceDocuments
78+
BusinessLicenceDocuments,
79+
DogTrainerAccreditedSchoolVerification
7980
}
8081

8182
public enum PoliceOfficerRoleCode

src/Spd.Resource.Repository/Document/Contract.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ public enum DocumentTypeEnum
166166
DogTrainingCurriculumCertificateSupportingDocument,
167167
GDSDPracticeHoursLog,
168168
GDSDCertificate,
169-
BusinessLicenceDocuments
169+
BusinessLicenceDocuments,
170+
DogTrainerAccreditedSchoolVerification
170171
}
171172
}

src/Spd.Utilities.Dynamics/Connected Services/OData Service/OData ServiceCsdl.xml

Lines changed: 3559 additions & 3310 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)