Skip to content

Commit

Permalink
Merge pull request #1910 from palladiumkenya/feat/AddKDODCivilian
Browse files Browse the repository at this point in the history
(feat) Add civilian categories for KDOD to match latest requirements
  • Loading branch information
makombe authored Jul 18, 2024
2 parents 2723e11 + 8560b97 commit c7082c5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public static final class _PersonAttributeType {
public static final String KDOD_CADRE = "96a99acd-2f11-45bb-89f7-648dbcac5ddf";
public static final String KDOD_RANK = "9f1f8254-20ea-4be4-a14d-19201fe217bf";
public static final String KDOD_UNIT = "848f5688-41c6-464c-b078-ea6524a3e971";
public static final String KDOD_CIVILIAN_RANK ="457463c8-dddb-4d35-bb5c-eb365f6d1790";
public static final String VERIFICATION_STATUS_WITH_NATIONAL_REGISTRY = "869f623a-f78e-4ace-9202-0bed481822f5";
public static final String VERIFICATION_MESSAGE_WITH_NATIONAL_REGISTRY = "752a0331-5293-4aa5-bf46-4d51aaf2cdc5";
public static final String CCC_SYNC_STATUS_WITH_NATIONAL_REGISTRY = "4dfa195f-8420-424d-8275-d60cf115303d";
Expand Down Expand Up @@ -382,6 +383,9 @@ public void install() {
String.class, null, false, 4.5, _PersonAttributeType.KDOD_RANK));
install(personAttributeType("KDoD unit", "KDoD passout unit",
String.class, null, false, 4.5, _PersonAttributeType.KDOD_UNIT));
install(personAttributeType("KDoD civilian rank", "KDOD classification for civilian staff",
String.class, null, false, 4.5, _PersonAttributeType.KDOD_CIVILIAN_RANK));


// Client Registry Properties
install(personAttributeType("cr verification status", "Verification status with national registry",
Expand Down

0 comments on commit c7082c5

Please sign in to comment.