udp-schema 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -90,21 +90,42 @@ const LGBTQ_STATEMENTS_OPTIONS = [
90
90
  { value: 'LGBTQ_EQUAL_RIGHTS', label: 'viewOnLgbtqStatements_LGBTQ_EQUAL_RIGHTS' },
91
91
  { value: 'LGBTQ_SOCIAL_ACCEPTANCE', label: 'viewOnLgbtqStatements_LGBTQ_SOCIAL_ACCEPTANCE' },
92
92
  { value: 'LGBTQ_PRIVATE_MATTER', label: 'viewOnLgbtqStatements_LGBTQ_PRIVATE_MATTER' },
93
- { value: 'LGBTQ_SHOULD_NOT_BE_DISCRIMINATED', label: 'viewOnLgbtqStatements_LGBTQ_SHOULD_NOT_BE_DISCRIMINATED' },
93
+ {
94
+ value: 'LGBTQ_SHOULD_NOT_BE_DISCRIMINATED',
95
+ label: 'viewOnLgbtqStatements_LGBTQ_SHOULD_NOT_BE_DISCRIMINATED',
96
+ },
94
97
  { value: 'LGBTQ_TRADITION_CONFLICT', label: 'viewOnLgbtqStatements_LGBTQ_TRADITION_CONFLICT' },
95
98
  { value: 'LGBTQ_NOT_COMFORTABLE', label: 'viewOnLgbtqStatements_LGBTQ_NOT_COMFORTABLE' },
96
99
  { value: 'LGBTQ_DONT_KNOW', label: 'viewOnLgbtqStatements_LGBTQ_DONT_KNOW' },
97
100
  { value: 'LGBTQ_PREFER_NOT_SAY', label: 'viewOnLgbtqStatements_LGBTQ_PREFER_NOT_SAY' },
98
101
  ];
99
102
  const TRANSGENDER_STATEMENTS_OPTIONS = [
100
- { value: 'TRANS_CHILD_KEEP_IN_FAMILY', label: 'viewOnTransgenderInclusionStatements_TRANS_CHILD_KEEP_IN_FAMILY' },
103
+ {
104
+ value: 'TRANS_CHILD_KEEP_IN_FAMILY',
105
+ label: 'viewOnTransgenderInclusionStatements_TRANS_CHILD_KEEP_IN_FAMILY',
106
+ },
101
107
  { value: 'TRANS_EQUAL_RIGHTS', label: 'viewOnTransgenderInclusionStatements_TRANS_EQUAL_RIGHTS' },
102
- { value: 'TRANS_PART_OF_NORMAL_SOCIETY', label: 'viewOnTransgenderInclusionStatements_TRANS_PART_OF_NORMAL_SOCIETY' },
103
- { value: 'TRANS_NO_ABANDONMENT', label: 'viewOnTransgenderInclusionStatements_TRANS_NO_ABANDONMENT' },
104
- { value: 'TRANS_ONLY_SPECIAL_COMMUNITY', label: 'viewOnTransgenderInclusionStatements_TRANS_ONLY_SPECIAL_COMMUNITY' },
105
- { value: 'TRANS_UNCOMFORTABLE', label: 'viewOnTransgenderInclusionStatements_TRANS_UNCOMFORTABLE' },
108
+ {
109
+ value: 'TRANS_PART_OF_NORMAL_SOCIETY',
110
+ label: 'viewOnTransgenderInclusionStatements_TRANS_PART_OF_NORMAL_SOCIETY',
111
+ },
112
+ {
113
+ value: 'TRANS_NO_ABANDONMENT',
114
+ label: 'viewOnTransgenderInclusionStatements_TRANS_NO_ABANDONMENT',
115
+ },
116
+ {
117
+ value: 'TRANS_ONLY_SPECIAL_COMMUNITY',
118
+ label: 'viewOnTransgenderInclusionStatements_TRANS_ONLY_SPECIAL_COMMUNITY',
119
+ },
120
+ {
121
+ value: 'TRANS_UNCOMFORTABLE',
122
+ label: 'viewOnTransgenderInclusionStatements_TRANS_UNCOMFORTABLE',
123
+ },
106
124
  { value: 'TRANS_DONT_KNOW', label: 'viewOnTransgenderInclusionStatements_TRANS_DONT_KNOW' },
107
- { value: 'TRANS_PREFER_NOT_SAY', label: 'viewOnTransgenderInclusionStatements_TRANS_PREFER_NOT_SAY' },
125
+ {
126
+ value: 'TRANS_PREFER_NOT_SAY',
127
+ label: 'viewOnTransgenderInclusionStatements_TRANS_PREFER_NOT_SAY',
128
+ },
108
129
  ];
109
130
  // ─── Step 05: Leadership ─────────────────────────────────────────────────────
110
131
  const DESIRE_TO_BE_LEADER_OPTIONS = [
@@ -122,10 +143,16 @@ const DESIRED_POLITICAL_POSITION_OPTIONS = [
122
143
  { value: 'MLA', label: 'desiredPoliticalPosition_MLA' },
123
144
  { value: 'MP_LOK_SABHA', label: 'desiredPoliticalPosition_MP_LOK_SABHA' },
124
145
  { value: 'MP_RAJYA_SABHA_OR_UPPER', label: 'desiredPoliticalPosition_MP_RAJYA_SABHA_OR_UPPER' },
125
- { value: 'PARTY_ORGANISATIONAL_ROLE', label: 'desiredPoliticalPosition_PARTY_ORGANISATIONAL_ROLE' },
146
+ {
147
+ value: 'PARTY_ORGANISATIONAL_ROLE',
148
+ label: 'desiredPoliticalPosition_PARTY_ORGANISATIONAL_ROLE',
149
+ },
126
150
  { value: 'YOUTH_WING_LEADER', label: 'desiredPoliticalPosition_YOUTH_WING_LEADER' },
127
151
  { value: 'WOMEN_WING_LEADER', label: 'desiredPoliticalPosition_WOMEN_WING_LEADER' },
128
- { value: 'SOCIAL_WORKER_NON_ELECTORAL', label: 'desiredPoliticalPosition_SOCIAL_WORKER_NON_ELECTORAL' },
152
+ {
153
+ value: 'SOCIAL_WORKER_NON_ELECTORAL',
154
+ label: 'desiredPoliticalPosition_SOCIAL_WORKER_NON_ELECTORAL',
155
+ },
129
156
  { value: 'NOT_AIMING_NOW', label: 'desiredPoliticalPosition_NOT_AIMING_NOW' },
130
157
  { value: 'OTHER', label: 'desiredPoliticalPosition_OTHER' },
131
158
  ];
@@ -134,7 +161,10 @@ const POLITICAL_PARTY_JOINING_INTENT_OPTIONS = [
134
161
  { value: 'YES_NEED_INFO', label: 'politicalPartyJoiningIntent_YES_NEED_INFO' },
135
162
  { value: 'MAYBE_LATER', label: 'politicalPartyJoiningIntent_MAYBE_LATER' },
136
163
  { value: 'NO', label: 'politicalPartyJoiningIntent_NO' },
137
- { value: 'NO_OTHER_PARTY_PREFERRED', label: 'politicalPartyJoiningIntent_NO_OTHER_PARTY_PREFERRED' },
164
+ {
165
+ value: 'NO_OTHER_PARTY_PREFERRED',
166
+ label: 'politicalPartyJoiningIntent_NO_OTHER_PARTY_PREFERRED',
167
+ },
138
168
  ];
139
169
  const LEADERSHIP_SKILLSET_OPTIONS = [
140
170
  { value: 'PUBLIC_SPEAKING', label: 'leadershipSkillset_PUBLIC_SPEAKING' },
@@ -758,18 +788,33 @@ const INTERESTED_IN_HEALTH_PROGRAMS_OPTIONS = [
758
788
  const ANIMAL_WELFARE_STATEMENTS_OPTIONS = [
759
789
  { value: 'ANIMAL_NO_CRUELTY', label: 'viewOnAnimalWelfareStatements_ANIMAL_NO_CRUELTY' },
760
790
  { value: 'ANIMAL_BASIC_RIGHTS', label: 'viewOnAnimalWelfareStatements_ANIMAL_BASIC_RIGHTS' },
761
- { value: 'ANIMAL_OK_FOR_FOOD_IF_HUMANE', label: 'viewOnAnimalWelfareStatements_ANIMAL_OK_FOR_FOOD_IF_HUMANE' },
762
- { value: 'ANIMAL_RELIGIOUS_SACRIFICE_OK', label: 'viewOnAnimalWelfareStatements_ANIMAL_RELIGIOUS_SACRIFICE_OK' },
763
- { value: 'ANIMAL_FACTORY_FARMING_CONCERN', label: 'viewOnAnimalWelfareStatements_ANIMAL_FACTORY_FARMING_CONCERN' },
791
+ {
792
+ value: 'ANIMAL_OK_FOR_FOOD_IF_HUMANE',
793
+ label: 'viewOnAnimalWelfareStatements_ANIMAL_OK_FOR_FOOD_IF_HUMANE',
794
+ },
795
+ {
796
+ value: 'ANIMAL_RELIGIOUS_SACRIFICE_OK',
797
+ label: 'viewOnAnimalWelfareStatements_ANIMAL_RELIGIOUS_SACRIFICE_OK',
798
+ },
799
+ {
800
+ value: 'ANIMAL_FACTORY_FARMING_CONCERN',
801
+ label: 'viewOnAnimalWelfareStatements_ANIMAL_FACTORY_FARMING_CONCERN',
802
+ },
764
803
  { value: 'ANIMAL_NEUTRAL', label: 'viewOnAnimalWelfareStatements_ANIMAL_NEUTRAL' },
765
804
  { value: 'ANIMAL_DONT_KNOW', label: 'viewOnAnimalWelfareStatements_ANIMAL_DONT_KNOW' },
766
805
  { value: 'ANIMAL_PREFER_NOT_SAY', label: 'viewOnAnimalWelfareStatements_ANIMAL_PREFER_NOT_SAY' },
767
806
  ];
768
807
  const MOBILITY_LIMITATIONS_OPTIONS = [
769
808
  { value: 'DIFFICULTY_WALKING', label: 'mobilityOrTravelLimitations_DIFFICULTY_WALKING' },
770
- { value: 'DIFFICULTY_CLIMBING_STAIRS', label: 'mobilityOrTravelLimitations_DIFFICULTY_CLIMBING_STAIRS' },
809
+ {
810
+ value: 'DIFFICULTY_CLIMBING_STAIRS',
811
+ label: 'mobilityOrTravelLimitations_DIFFICULTY_CLIMBING_STAIRS',
812
+ },
771
813
  { value: 'CANT_TRAVEL_FAR', label: 'mobilityOrTravelLimitations_CANT_TRAVEL_FAR' },
772
- { value: 'FAMILY_RESTRICTS_TRAVEL', label: 'mobilityOrTravelLimitations_FAMILY_RESTRICTS_TRAVEL' },
814
+ {
815
+ value: 'FAMILY_RESTRICTS_TRAVEL',
816
+ label: 'mobilityOrTravelLimitations_FAMILY_RESTRICTS_TRAVEL',
817
+ },
773
818
  { value: 'NO_LIMITATIONS', label: 'mobilityOrTravelLimitations_NO_LIMITATIONS' },
774
819
  ];
775
820
  // ─── Step 14: Priorities ─────────────────────────────────────────────────────
@@ -835,191 +880,1118 @@ const HELP_NEEDED_FROM_ORG_OPTIONS = [
835
880
  // ═════════════════════════════════════════════════════════════════════════════
836
881
  export const UDP_FIELD_META = {
837
882
  // ── Step 01: Profile Onboarding ────────────────────────────────────────────
838
- profilePhotoUrl: { key: 'profilePhotoUrl', step: 1, labelKey: 'profilePhotoUrl', descriptionKey: 'profilePhotoUrl_desc', component: 'profilePhotoUploader' },
883
+ profilePhotoUrl: {
884
+ key: 'profilePhotoUrl',
885
+ step: 1,
886
+ labelKey: 'profilePhotoUrl',
887
+ descriptionKey: 'profilePhotoUrl_desc',
888
+ component: 'profilePhotoUploader',
889
+ },
839
890
  email: { key: 'email', step: 1, labelKey: 'email', component: 'emailSearch' },
840
- firstName: { key: 'firstName', step: 1, labelKey: 'firstName', component: 'input', required: true, immutable: true, successMessageKey: 'firstName_saved' },
841
- middleName: { key: 'middleName', step: 1, labelKey: 'middleName', component: 'input', immutable: true },
891
+ firstName: {
892
+ key: 'firstName',
893
+ step: 1,
894
+ labelKey: 'firstName',
895
+ component: 'input',
896
+ required: true,
897
+ immutable: true,
898
+ successMessageKey: 'firstName_saved',
899
+ },
900
+ middleName: {
901
+ key: 'middleName',
902
+ step: 1,
903
+ labelKey: 'middleName',
904
+ component: 'input',
905
+ immutable: true,
906
+ },
842
907
  lastName: { key: 'lastName', step: 1, labelKey: 'lastName', component: 'input', immutable: true },
843
- gender: { key: 'gender', step: 1, labelKey: 'gender', component: 'genderSelector', options: GENDER_OPTIONS, immutable: true },
844
- dateOfBirth: { key: 'dateOfBirth', step: 1, labelKey: 'dateOfBirth', component: 'input', immutable: true },
845
- aadhaarNumber: { key: 'aadhaarNumber', step: 1, labelKey: 'aadhaarNumber', descriptionKey: 'aadhaarNumber_desc', component: 'aadhaar' },
846
- assistedByVolunteer: { key: 'assistedByVolunteer', step: 1, labelKey: 'assistedByVolunteer', descriptionKey: 'assistedByVolunteer_desc', component: 'volunteerSearchSelect' },
847
- primaryLanguage: { key: 'primaryLanguage', step: 1, labelKey: 'primaryLanguage', component: 'languageChips' },
848
- secondaryLanguages: { key: 'secondaryLanguages', step: 1, labelKey: 'secondaryLanguages', descriptionKey: 'secondaryLanguages_desc', component: 'secondaryLanguages' },
908
+ gender: {
909
+ key: 'gender',
910
+ step: 1,
911
+ labelKey: 'gender',
912
+ component: 'genderSelector',
913
+ options: GENDER_OPTIONS,
914
+ immutable: true,
915
+ },
916
+ dateOfBirth: {
917
+ key: 'dateOfBirth',
918
+ step: 1,
919
+ labelKey: 'dateOfBirth',
920
+ component: 'input',
921
+ immutable: true,
922
+ },
923
+ aadhaarNumber: {
924
+ key: 'aadhaarNumber',
925
+ step: 1,
926
+ labelKey: 'aadhaarNumber',
927
+ descriptionKey: 'aadhaarNumber_desc',
928
+ component: 'aadhaar',
929
+ },
930
+ assistedByVolunteer: {
931
+ key: 'assistedByVolunteer',
932
+ step: 1,
933
+ labelKey: 'assistedByVolunteer',
934
+ descriptionKey: 'assistedByVolunteer_desc',
935
+ component: 'volunteerSearchSelect',
936
+ },
937
+ primaryLanguage: {
938
+ key: 'primaryLanguage',
939
+ step: 1,
940
+ labelKey: 'primaryLanguage',
941
+ component: 'languageChips',
942
+ },
943
+ secondaryLanguages: {
944
+ key: 'secondaryLanguages',
945
+ step: 1,
946
+ labelKey: 'secondaryLanguages',
947
+ descriptionKey: 'secondaryLanguages_desc',
948
+ component: 'secondaryLanguages',
949
+ },
849
950
  // ── Step 02: Contact Details ───────────────────────────────────────────────
850
- phonePrimary: { key: 'phonePrimary', step: 2, labelKey: 'phonePrimary', component: 'input', immutable: true },
851
- whatsappSameAsPrimary: { key: 'whatsappSameAsPrimary', step: 2, labelKey: 'whatsappSameAsPrimary', component: 'checkbox' },
852
- whatsappNumber: { key: 'whatsappNumber', step: 2, labelKey: 'whatsappNumber', component: 'input' },
853
- 'socialMedia.facebook': { key: 'socialMedia.facebook', step: 2, labelKey: 'socialMedia_facebook', component: 'input' },
854
- 'socialMedia.twitter': { key: 'socialMedia.twitter', step: 2, labelKey: 'socialMedia_twitter', component: 'input' },
855
- 'socialMedia.instagram': { key: 'socialMedia.instagram', step: 2, labelKey: 'socialMedia_instagram', component: 'input' },
856
- 'socialMedia.linkedin': { key: 'socialMedia.linkedin', step: 2, labelKey: 'socialMedia_linkedin', component: 'input' },
857
- 'socialMedia.youtube': { key: 'socialMedia.youtube', step: 2, labelKey: 'socialMedia_youtube', component: 'input' },
858
- 'emergencyContact.contactName': { key: 'emergencyContact.contactName', step: 2, labelKey: 'emergencyContact_contactName', component: 'input' },
859
- 'emergencyContact.contactRelation': { key: 'emergencyContact.contactRelation', step: 2, labelKey: 'emergencyContact_contactRelation', component: 'input' },
860
- 'emergencyContact.contactPhone': { key: 'emergencyContact.contactPhone', step: 2, labelKey: 'emergencyContact_contactPhone', component: 'input' },
951
+ phonePrimary: {
952
+ key: 'phonePrimary',
953
+ step: 2,
954
+ labelKey: 'phonePrimary',
955
+ component: 'input',
956
+ immutable: true,
957
+ },
958
+ whatsappSameAsPrimary: {
959
+ key: 'whatsappSameAsPrimary',
960
+ step: 2,
961
+ labelKey: 'whatsappSameAsPrimary',
962
+ component: 'checkbox',
963
+ },
964
+ whatsappNumber: {
965
+ key: 'whatsappNumber',
966
+ step: 2,
967
+ labelKey: 'whatsappNumber',
968
+ component: 'input',
969
+ },
970
+ 'socialMedia.facebook': {
971
+ key: 'socialMedia.facebook',
972
+ step: 2,
973
+ labelKey: 'socialMedia_facebook',
974
+ component: 'input',
975
+ },
976
+ 'socialMedia.twitter': {
977
+ key: 'socialMedia.twitter',
978
+ step: 2,
979
+ labelKey: 'socialMedia_twitter',
980
+ component: 'input',
981
+ },
982
+ 'socialMedia.instagram': {
983
+ key: 'socialMedia.instagram',
984
+ step: 2,
985
+ labelKey: 'socialMedia_instagram',
986
+ component: 'input',
987
+ },
988
+ 'socialMedia.linkedin': {
989
+ key: 'socialMedia.linkedin',
990
+ step: 2,
991
+ labelKey: 'socialMedia_linkedin',
992
+ component: 'input',
993
+ },
994
+ 'socialMedia.youtube': {
995
+ key: 'socialMedia.youtube',
996
+ step: 2,
997
+ labelKey: 'socialMedia_youtube',
998
+ component: 'input',
999
+ },
1000
+ 'emergencyContact.contactName': {
1001
+ key: 'emergencyContact.contactName',
1002
+ step: 2,
1003
+ labelKey: 'emergencyContact_contactName',
1004
+ component: 'input',
1005
+ },
1006
+ 'emergencyContact.contactRelation': {
1007
+ key: 'emergencyContact.contactRelation',
1008
+ step: 2,
1009
+ labelKey: 'emergencyContact_contactRelation',
1010
+ component: 'input',
1011
+ },
1012
+ 'emergencyContact.contactPhone': {
1013
+ key: 'emergencyContact.contactPhone',
1014
+ step: 2,
1015
+ labelKey: 'emergencyContact_contactPhone',
1016
+ component: 'input',
1017
+ },
861
1018
  // ── Step 03: Residence ─────────────────────────────────────────────────────
862
- domicileSource: { key: 'domicileSource', step: 3, labelKey: 'domicileSource', component: 'select', options: DOMICILE_SOURCE_OPTIONS },
1019
+ domicileSource: {
1020
+ key: 'domicileSource',
1021
+ step: 3,
1022
+ labelKey: 'domicileSource',
1023
+ component: 'select',
1024
+ options: DOMICILE_SOURCE_OPTIONS,
1025
+ },
863
1026
  birthPlace: { key: 'birthPlace', step: 3, labelKey: 'birthPlace', component: 'input' },
864
- homeNativePlace: { key: 'homeNativePlace', step: 3, labelKey: 'homeNativePlace', component: 'input' },
865
- ancestralNativePlace: { key: 'ancestralNativePlace', step: 3, labelKey: 'ancestralNativePlace', component: 'input' },
1027
+ homeNativePlace: {
1028
+ key: 'homeNativePlace',
1029
+ step: 3,
1030
+ labelKey: 'homeNativePlace',
1031
+ component: 'input',
1032
+ },
1033
+ ancestralNativePlace: {
1034
+ key: 'ancestralNativePlace',
1035
+ step: 3,
1036
+ labelKey: 'ancestralNativePlace',
1037
+ component: 'input',
1038
+ },
866
1039
  // ── Step 04: Identity ──────────────────────────────────────────────────────
867
- familyReligion: { key: 'familyReligion', step: 4, labelKey: 'familyReligion', component: 'radio', options: FAMILY_RELIGION_OPTIONS },
868
- individualReligion: { key: 'individualReligion', step: 4, labelKey: 'individualReligion', component: 'radio', options: INDIVIDUAL_RELIGION_OPTIONS },
869
- casteCommunity: { key: 'casteCommunity', step: 4, labelKey: 'casteCommunity', component: 'input' },
870
- tribalOrIndigenousAffiliation: { key: 'tribalOrIndigenousAffiliation', step: 4, labelKey: 'tribalOrIndigenousAffiliation', component: 'input' },
871
- casteCategoryReservation: { key: 'casteCategoryReservation', step: 4, labelKey: 'casteCategoryReservation', component: 'radio', options: CASTE_CATEGORY_OPTIONS },
872
- minorityStatus: { key: 'minorityStatus', step: 4, labelKey: 'minorityStatus', component: 'radio', options: MINORITY_STATUS_OPTIONS },
873
- facingCasteDiscrimination: { key: 'facingCasteDiscrimination', step: 4, labelKey: 'facingCasteDiscrimination', descriptionKey: 'facingCasteDiscrimination_desc', component: 'radio', options: FACING_CASTE_DISCRIMINATION_OPTIONS },
874
- casteDiscriminationType: { key: 'casteDiscriminationType', step: 4, labelKey: 'casteDiscriminationType', component: 'textarea' },
875
- casteDiscriminationPlaces: { key: 'casteDiscriminationPlaces', step: 4, labelKey: 'casteDiscriminationPlaces', component: 'multiCheckbox', options: CASTE_DISCRIMINATION_PLACES_OPTIONS },
876
- viewOnLgbtqStatements: { key: 'viewOnLgbtqStatements', step: 4, labelKey: 'viewOnLgbtqStatements', component: 'multiCheckbox', options: LGBTQ_STATEMENTS_OPTIONS },
877
- viewOnLgbtqOpinion: { key: 'viewOnLgbtqOpinion', step: 4, labelKey: 'viewOnLgbtqOpinion', component: 'textarea' },
878
- viewOnTransgenderInclusionStatements: { key: 'viewOnTransgenderInclusionStatements', step: 4, labelKey: 'viewOnTransgenderInclusionStatements', component: 'multiCheckbox', options: TRANSGENDER_STATEMENTS_OPTIONS },
879
- viewOnTransgenderInclusionOpinion: { key: 'viewOnTransgenderInclusionOpinion', step: 4, labelKey: 'viewOnTransgenderInclusionOpinion', component: 'textarea' },
1040
+ familyReligion: {
1041
+ key: 'familyReligion',
1042
+ step: 4,
1043
+ labelKey: 'familyReligion',
1044
+ component: 'radio',
1045
+ options: FAMILY_RELIGION_OPTIONS,
1046
+ },
1047
+ individualReligion: {
1048
+ key: 'individualReligion',
1049
+ step: 4,
1050
+ labelKey: 'individualReligion',
1051
+ component: 'radio',
1052
+ options: INDIVIDUAL_RELIGION_OPTIONS,
1053
+ },
1054
+ casteCommunity: {
1055
+ key: 'casteCommunity',
1056
+ step: 4,
1057
+ labelKey: 'casteCommunity',
1058
+ component: 'input',
1059
+ },
1060
+ tribalOrIndigenousAffiliation: {
1061
+ key: 'tribalOrIndigenousAffiliation',
1062
+ step: 4,
1063
+ labelKey: 'tribalOrIndigenousAffiliation',
1064
+ component: 'input',
1065
+ },
1066
+ casteCategoryReservation: {
1067
+ key: 'casteCategoryReservation',
1068
+ step: 4,
1069
+ labelKey: 'casteCategoryReservation',
1070
+ component: 'radio',
1071
+ options: CASTE_CATEGORY_OPTIONS,
1072
+ },
1073
+ minorityStatus: {
1074
+ key: 'minorityStatus',
1075
+ step: 4,
1076
+ labelKey: 'minorityStatus',
1077
+ component: 'radio',
1078
+ options: MINORITY_STATUS_OPTIONS,
1079
+ },
1080
+ facingCasteDiscrimination: {
1081
+ key: 'facingCasteDiscrimination',
1082
+ step: 4,
1083
+ labelKey: 'facingCasteDiscrimination',
1084
+ descriptionKey: 'facingCasteDiscrimination_desc',
1085
+ component: 'radio',
1086
+ options: FACING_CASTE_DISCRIMINATION_OPTIONS,
1087
+ },
1088
+ casteDiscriminationType: {
1089
+ key: 'casteDiscriminationType',
1090
+ step: 4,
1091
+ labelKey: 'casteDiscriminationType',
1092
+ component: 'textarea',
1093
+ },
1094
+ casteDiscriminationPlaces: {
1095
+ key: 'casteDiscriminationPlaces',
1096
+ step: 4,
1097
+ labelKey: 'casteDiscriminationPlaces',
1098
+ component: 'multiCheckbox',
1099
+ options: CASTE_DISCRIMINATION_PLACES_OPTIONS,
1100
+ },
1101
+ viewOnLgbtqStatements: {
1102
+ key: 'viewOnLgbtqStatements',
1103
+ step: 4,
1104
+ labelKey: 'viewOnLgbtqStatements',
1105
+ component: 'multiCheckbox',
1106
+ options: LGBTQ_STATEMENTS_OPTIONS,
1107
+ },
1108
+ viewOnLgbtqOpinion: {
1109
+ key: 'viewOnLgbtqOpinion',
1110
+ step: 4,
1111
+ labelKey: 'viewOnLgbtqOpinion',
1112
+ component: 'textarea',
1113
+ },
1114
+ viewOnTransgenderInclusionStatements: {
1115
+ key: 'viewOnTransgenderInclusionStatements',
1116
+ step: 4,
1117
+ labelKey: 'viewOnTransgenderInclusionStatements',
1118
+ component: 'multiCheckbox',
1119
+ options: TRANSGENDER_STATEMENTS_OPTIONS,
1120
+ },
1121
+ viewOnTransgenderInclusionOpinion: {
1122
+ key: 'viewOnTransgenderInclusionOpinion',
1123
+ step: 4,
1124
+ labelKey: 'viewOnTransgenderInclusionOpinion',
1125
+ component: 'textarea',
1126
+ },
880
1127
  // ── Step 05: Leadership ────────────────────────────────────────────────────
881
- desireToBeLeader: { key: 'desireToBeLeader', step: 5, labelKey: 'desireToBeLeader', component: 'radio', options: DESIRE_TO_BE_LEADER_OPTIONS },
882
- desiredPoliticalPosition: { key: 'desiredPoliticalPosition', step: 5, labelKey: 'desiredPoliticalPosition', component: 'multiCheckbox', options: DESIRED_POLITICAL_POSITION_OPTIONS },
883
- politicalPartyJoiningIntent: { key: 'politicalPartyJoiningIntent', step: 5, labelKey: 'politicalPartyJoiningIntent', component: 'radio', options: POLITICAL_PARTY_JOINING_INTENT_OPTIONS },
884
- preferredPartyIfNotUs: { key: 'preferredPartyIfNotUs', step: 5, labelKey: 'preferredPartyIfNotUs', component: 'input' },
885
- visionChangesYouWillBring: { key: 'visionChangesYouWillBring', step: 5, labelKey: 'visionChangesYouWillBring', component: 'textarea' },
886
- whyJoinMovement: { key: 'whyJoinMovement', step: 5, labelKey: 'whyJoinMovement', component: 'textarea' },
887
- leadershipSkillset: { key: 'leadershipSkillset', step: 5, labelKey: 'leadershipSkillset', component: 'multiCheckbox', options: LEADERSHIP_SKILLSET_OPTIONS },
888
- politicalExposureLevel: { key: 'politicalExposureLevel', step: 5, labelKey: 'politicalExposureLevel', component: 'radio', options: POLITICAL_EXPOSURE_LEVEL_OPTIONS },
889
- publicVisibilityComfort: { key: 'publicVisibilityComfort', step: 5, labelKey: 'publicVisibilityComfort', component: 'radio', options: PUBLIC_VISIBILITY_COMFORT_OPTIONS },
890
- leadershipTrainingInterest: { key: 'leadershipTrainingInterest', step: 5, labelKey: 'leadershipTrainingInterest', component: 'radio', options: LEADERSHIP_TRAINING_INTEREST_OPTIONS },
891
- socialInfluenceLevel: { key: 'socialInfluenceLevel', step: 5, labelKey: 'socialInfluenceLevel', component: 'radio', options: SOCIAL_INFLUENCE_LEVEL_OPTIONS },
892
- pastLeadershipRoles: { key: 'pastLeadershipRoles', step: 5, labelKey: 'pastLeadershipRoles', component: 'radio', options: PAST_LEADERSHIP_ROLES_OPTIONS },
893
- previousLeadershipDescription: { key: 'previousLeadershipDescription', step: 5, labelKey: 'previousLeadershipDescription', component: 'textarea' },
894
- leadershipAchievements: { key: 'leadershipAchievements', step: 5, labelKey: 'leadershipAchievements', component: 'textarea' },
1128
+ desireToBeLeader: {
1129
+ key: 'desireToBeLeader',
1130
+ step: 5,
1131
+ labelKey: 'desireToBeLeader',
1132
+ component: 'radio',
1133
+ options: DESIRE_TO_BE_LEADER_OPTIONS,
1134
+ },
1135
+ desiredPoliticalPosition: {
1136
+ key: 'desiredPoliticalPosition',
1137
+ step: 5,
1138
+ labelKey: 'desiredPoliticalPosition',
1139
+ component: 'multiCheckbox',
1140
+ options: DESIRED_POLITICAL_POSITION_OPTIONS,
1141
+ },
1142
+ politicalPartyJoiningIntent: {
1143
+ key: 'politicalPartyJoiningIntent',
1144
+ step: 5,
1145
+ labelKey: 'politicalPartyJoiningIntent',
1146
+ component: 'radio',
1147
+ options: POLITICAL_PARTY_JOINING_INTENT_OPTIONS,
1148
+ },
1149
+ preferredPartyIfNotUs: {
1150
+ key: 'preferredPartyIfNotUs',
1151
+ step: 5,
1152
+ labelKey: 'preferredPartyIfNotUs',
1153
+ component: 'input',
1154
+ },
1155
+ visionChangesYouWillBring: {
1156
+ key: 'visionChangesYouWillBring',
1157
+ step: 5,
1158
+ labelKey: 'visionChangesYouWillBring',
1159
+ component: 'textarea',
1160
+ },
1161
+ whyJoinMovement: {
1162
+ key: 'whyJoinMovement',
1163
+ step: 5,
1164
+ labelKey: 'whyJoinMovement',
1165
+ component: 'textarea',
1166
+ },
1167
+ leadershipSkillset: {
1168
+ key: 'leadershipSkillset',
1169
+ step: 5,
1170
+ labelKey: 'leadershipSkillset',
1171
+ component: 'multiCheckbox',
1172
+ options: LEADERSHIP_SKILLSET_OPTIONS,
1173
+ },
1174
+ politicalExposureLevel: {
1175
+ key: 'politicalExposureLevel',
1176
+ step: 5,
1177
+ labelKey: 'politicalExposureLevel',
1178
+ component: 'radio',
1179
+ options: POLITICAL_EXPOSURE_LEVEL_OPTIONS,
1180
+ },
1181
+ publicVisibilityComfort: {
1182
+ key: 'publicVisibilityComfort',
1183
+ step: 5,
1184
+ labelKey: 'publicVisibilityComfort',
1185
+ component: 'radio',
1186
+ options: PUBLIC_VISIBILITY_COMFORT_OPTIONS,
1187
+ },
1188
+ leadershipTrainingInterest: {
1189
+ key: 'leadershipTrainingInterest',
1190
+ step: 5,
1191
+ labelKey: 'leadershipTrainingInterest',
1192
+ component: 'radio',
1193
+ options: LEADERSHIP_TRAINING_INTEREST_OPTIONS,
1194
+ },
1195
+ socialInfluenceLevel: {
1196
+ key: 'socialInfluenceLevel',
1197
+ step: 5,
1198
+ labelKey: 'socialInfluenceLevel',
1199
+ component: 'radio',
1200
+ options: SOCIAL_INFLUENCE_LEVEL_OPTIONS,
1201
+ },
1202
+ pastLeadershipRoles: {
1203
+ key: 'pastLeadershipRoles',
1204
+ step: 5,
1205
+ labelKey: 'pastLeadershipRoles',
1206
+ component: 'radio',
1207
+ options: PAST_LEADERSHIP_ROLES_OPTIONS,
1208
+ },
1209
+ previousLeadershipDescription: {
1210
+ key: 'previousLeadershipDescription',
1211
+ step: 5,
1212
+ labelKey: 'previousLeadershipDescription',
1213
+ component: 'textarea',
1214
+ },
1215
+ leadershipAchievements: {
1216
+ key: 'leadershipAchievements',
1217
+ step: 5,
1218
+ labelKey: 'leadershipAchievements',
1219
+ component: 'textarea',
1220
+ },
895
1221
  // ── Step 06: Household ─────────────────────────────────────────────────────
896
- areYouMigrant: { key: 'areYouMigrant', step: 6, labelKey: 'areYouMigrant', component: 'radio', options: ARE_YOU_MIGRANT_OPTIONS },
897
- migrantFromStateDistrict: { key: 'migrantFromStateDistrict', step: 6, labelKey: 'migrantFromStateDistrict', component: 'input' },
898
- bloodRelativesOtherState: { key: 'bloodRelativesOtherState', step: 6, labelKey: 'bloodRelativesOtherState', component: 'radio', options: BLOOD_RELATIVES_OTHER_STATE_OPTIONS },
899
- bloodRelativesOtherCountry: { key: 'bloodRelativesOtherCountry', step: 6, labelKey: 'bloodRelativesOtherCountry', component: 'radio', options: BLOOD_RELATIVES_OTHER_COUNTRY_OPTIONS },
900
- bloodRelativesNri: { key: 'bloodRelativesNri', step: 6, labelKey: 'bloodRelativesNri', component: 'radio', options: BLOOD_RELATIVES_NRI_OPTIONS },
901
- areYouNri: { key: 'areYouNri', step: 6, labelKey: 'areYouNri', component: 'radio', options: ARE_YOU_NRI_OPTIONS },
902
- internationalMigrationHistory: { key: 'internationalMigrationHistory', step: 6, labelKey: 'internationalMigrationHistory', component: 'textarea' },
903
- maritalStatus: { key: 'maritalStatus', step: 6, labelKey: 'maritalStatus', component: 'radio', options: MARITAL_STATUS_OPTIONS },
904
- planningMarriageTimeline: { key: 'planningMarriageTimeline', step: 6, labelKey: 'planningMarriageTimeline', component: 'radio', options: PLANNING_MARRIAGE_TIMELINE_OPTIONS },
905
- lookingForMarriagePartner: { key: 'lookingForMarriagePartner', step: 6, labelKey: 'lookingForMarriagePartner', component: 'radio', options: LOOKING_FOR_MARRIAGE_PARTNER_OPTIONS },
906
- familyStructureType: { key: 'familyStructureType', step: 6, labelKey: 'familyStructureType', component: 'radio', options: FAMILY_STRUCTURE_TYPE_OPTIONS },
1222
+ areYouMigrant: {
1223
+ key: 'areYouMigrant',
1224
+ step: 6,
1225
+ labelKey: 'areYouMigrant',
1226
+ component: 'radio',
1227
+ options: ARE_YOU_MIGRANT_OPTIONS,
1228
+ },
1229
+ migrantFromStateDistrict: {
1230
+ key: 'migrantFromStateDistrict',
1231
+ step: 6,
1232
+ labelKey: 'migrantFromStateDistrict',
1233
+ component: 'input',
1234
+ },
1235
+ bloodRelativesOtherState: {
1236
+ key: 'bloodRelativesOtherState',
1237
+ step: 6,
1238
+ labelKey: 'bloodRelativesOtherState',
1239
+ component: 'radio',
1240
+ options: BLOOD_RELATIVES_OTHER_STATE_OPTIONS,
1241
+ },
1242
+ bloodRelativesOtherCountry: {
1243
+ key: 'bloodRelativesOtherCountry',
1244
+ step: 6,
1245
+ labelKey: 'bloodRelativesOtherCountry',
1246
+ component: 'radio',
1247
+ options: BLOOD_RELATIVES_OTHER_COUNTRY_OPTIONS,
1248
+ },
1249
+ bloodRelativesNri: {
1250
+ key: 'bloodRelativesNri',
1251
+ step: 6,
1252
+ labelKey: 'bloodRelativesNri',
1253
+ component: 'radio',
1254
+ options: BLOOD_RELATIVES_NRI_OPTIONS,
1255
+ },
1256
+ areYouNri: {
1257
+ key: 'areYouNri',
1258
+ step: 6,
1259
+ labelKey: 'areYouNri',
1260
+ component: 'radio',
1261
+ options: ARE_YOU_NRI_OPTIONS,
1262
+ },
1263
+ internationalMigrationHistory: {
1264
+ key: 'internationalMigrationHistory',
1265
+ step: 6,
1266
+ labelKey: 'internationalMigrationHistory',
1267
+ component: 'textarea',
1268
+ },
1269
+ maritalStatus: {
1270
+ key: 'maritalStatus',
1271
+ step: 6,
1272
+ labelKey: 'maritalStatus',
1273
+ component: 'radio',
1274
+ options: MARITAL_STATUS_OPTIONS,
1275
+ },
1276
+ planningMarriageTimeline: {
1277
+ key: 'planningMarriageTimeline',
1278
+ step: 6,
1279
+ labelKey: 'planningMarriageTimeline',
1280
+ component: 'radio',
1281
+ options: PLANNING_MARRIAGE_TIMELINE_OPTIONS,
1282
+ },
1283
+ lookingForMarriagePartner: {
1284
+ key: 'lookingForMarriagePartner',
1285
+ step: 6,
1286
+ labelKey: 'lookingForMarriagePartner',
1287
+ component: 'radio',
1288
+ options: LOOKING_FOR_MARRIAGE_PARTNER_OPTIONS,
1289
+ },
1290
+ familyStructureType: {
1291
+ key: 'familyStructureType',
1292
+ step: 6,
1293
+ labelKey: 'familyStructureType',
1294
+ component: 'radio',
1295
+ options: FAMILY_STRUCTURE_TYPE_OPTIONS,
1296
+ },
907
1297
  householdSize: { key: 'householdSize', step: 6, labelKey: 'householdSize', component: 'input' },
908
- housingType: { key: 'housingType', step: 6, labelKey: 'housingType', component: 'radio', options: HOUSING_TYPE_OPTIONS },
909
- familyMemberSettledElsewhere: { key: 'familyMemberSettledElsewhere', step: 6, labelKey: 'familyMemberSettledElsewhere', component: 'radio', options: FAMILY_MEMBER_SETTLED_ELSEWHERE_OPTIONS },
910
- annualPersonalIncomeRange: { key: 'annualPersonalIncomeRange', step: 6, labelKey: 'annualPersonalIncomeRange', component: 'radio', options: ANNUAL_PERSONAL_INCOME_RANGE_OPTIONS },
911
- annualHouseholdIncomeRange: { key: 'annualHouseholdIncomeRange', step: 6, labelKey: 'annualHouseholdIncomeRange', component: 'radio', options: ANNUAL_HOUSEHOLD_INCOME_RANGE_OPTIONS },
912
- bplRationCardHolder: { key: 'bplRationCardHolder', step: 6, labelKey: 'bplRationCardHolder', component: 'radio', options: BPL_RATION_CARD_OPTIONS },
913
- hasLifeInsurance: { key: 'hasLifeInsurance', step: 6, labelKey: 'hasLifeInsurance', component: 'radio', options: HAS_LIFE_INSURANCE_OPTIONS },
914
- lifeInsuranceDetails: { key: 'lifeInsuranceDetails', step: 6, labelKey: 'lifeInsuranceDetails', component: 'textarea' },
915
- digitalAccess: { key: 'digitalAccess', step: 6, labelKey: 'digitalAccess', component: 'multiCheckbox', options: DIGITAL_ACCESS_OPTIONS },
916
- digitalSkillLevel: { key: 'digitalSkillLevel', step: 6, labelKey: 'digitalSkillLevel', component: 'radio', options: DIGITAL_SKILL_LEVEL_OPTIONS },
917
- literacyLevel: { key: 'literacyLevel', step: 6, labelKey: 'literacyLevel', component: 'radio', options: LITERACY_LEVEL_OPTIONS },
918
- caregivingResponsibilities: { key: 'caregivingResponsibilities', step: 6, labelKey: 'caregivingResponsibilities', component: 'multiCheckbox', options: CAREGIVING_RESPONSIBILITIES_OPTIONS },
919
- caregivingHoursPerDay: { key: 'caregivingHoursPerDay', step: 6, labelKey: 'caregivingHoursPerDay', component: 'radio', options: CAREGIVING_HOURS_PER_DAY_OPTIONS },
1298
+ housingType: {
1299
+ key: 'housingType',
1300
+ step: 6,
1301
+ labelKey: 'housingType',
1302
+ component: 'radio',
1303
+ options: HOUSING_TYPE_OPTIONS,
1304
+ },
1305
+ familyMemberSettledElsewhere: {
1306
+ key: 'familyMemberSettledElsewhere',
1307
+ step: 6,
1308
+ labelKey: 'familyMemberSettledElsewhere',
1309
+ component: 'radio',
1310
+ options: FAMILY_MEMBER_SETTLED_ELSEWHERE_OPTIONS,
1311
+ },
1312
+ annualPersonalIncomeRange: {
1313
+ key: 'annualPersonalIncomeRange',
1314
+ step: 6,
1315
+ labelKey: 'annualPersonalIncomeRange',
1316
+ component: 'radio',
1317
+ options: ANNUAL_PERSONAL_INCOME_RANGE_OPTIONS,
1318
+ },
1319
+ annualHouseholdIncomeRange: {
1320
+ key: 'annualHouseholdIncomeRange',
1321
+ step: 6,
1322
+ labelKey: 'annualHouseholdIncomeRange',
1323
+ component: 'radio',
1324
+ options: ANNUAL_HOUSEHOLD_INCOME_RANGE_OPTIONS,
1325
+ },
1326
+ bplRationCardHolder: {
1327
+ key: 'bplRationCardHolder',
1328
+ step: 6,
1329
+ labelKey: 'bplRationCardHolder',
1330
+ component: 'radio',
1331
+ options: BPL_RATION_CARD_OPTIONS,
1332
+ },
1333
+ hasLifeInsurance: {
1334
+ key: 'hasLifeInsurance',
1335
+ step: 6,
1336
+ labelKey: 'hasLifeInsurance',
1337
+ component: 'radio',
1338
+ options: HAS_LIFE_INSURANCE_OPTIONS,
1339
+ },
1340
+ lifeInsuranceDetails: {
1341
+ key: 'lifeInsuranceDetails',
1342
+ step: 6,
1343
+ labelKey: 'lifeInsuranceDetails',
1344
+ component: 'textarea',
1345
+ },
1346
+ digitalAccess: {
1347
+ key: 'digitalAccess',
1348
+ step: 6,
1349
+ labelKey: 'digitalAccess',
1350
+ component: 'multiCheckbox',
1351
+ options: DIGITAL_ACCESS_OPTIONS,
1352
+ },
1353
+ digitalSkillLevel: {
1354
+ key: 'digitalSkillLevel',
1355
+ step: 6,
1356
+ labelKey: 'digitalSkillLevel',
1357
+ component: 'radio',
1358
+ options: DIGITAL_SKILL_LEVEL_OPTIONS,
1359
+ },
1360
+ literacyLevel: {
1361
+ key: 'literacyLevel',
1362
+ step: 6,
1363
+ labelKey: 'literacyLevel',
1364
+ component: 'radio',
1365
+ options: LITERACY_LEVEL_OPTIONS,
1366
+ },
1367
+ caregivingResponsibilities: {
1368
+ key: 'caregivingResponsibilities',
1369
+ step: 6,
1370
+ labelKey: 'caregivingResponsibilities',
1371
+ component: 'multiCheckbox',
1372
+ options: CAREGIVING_RESPONSIBILITIES_OPTIONS,
1373
+ },
1374
+ caregivingHoursPerDay: {
1375
+ key: 'caregivingHoursPerDay',
1376
+ step: 6,
1377
+ labelKey: 'caregivingHoursPerDay',
1378
+ component: 'radio',
1379
+ options: CAREGIVING_HOURS_PER_DAY_OPTIONS,
1380
+ },
920
1381
  // ── Step 07: Education ─────────────────────────────────────────────────────
921
- highestQualification: { key: 'highestQualification', step: 7, labelKey: 'highestQualification', component: 'radio', options: HIGHEST_QUALIFICATION_OPTIONS },
1382
+ highestQualification: {
1383
+ key: 'highestQualification',
1384
+ step: 7,
1385
+ labelKey: 'highestQualification',
1386
+ component: 'radio',
1387
+ options: HIGHEST_QUALIFICATION_OPTIONS,
1388
+ },
922
1389
  // ── Step 08: Employment ────────────────────────────────────────────────────
923
- employmentStatus: { key: 'employmentStatus', step: 8, labelKey: 'employmentStatus', component: 'radio', options: EMPLOYMENT_STATUS_OPTIONS },
1390
+ employmentStatus: {
1391
+ key: 'employmentStatus',
1392
+ step: 8,
1393
+ labelKey: 'employmentStatus',
1394
+ component: 'radio',
1395
+ options: EMPLOYMENT_STATUS_OPTIONS,
1396
+ },
924
1397
  employedSince: { key: 'employedSince', step: 8, labelKey: 'employedSince', component: 'input' },
925
- jobOccupationType: { key: 'jobOccupationType', step: 8, labelKey: 'jobOccupationType', component: 'input' },
926
- currentWorkShift: { key: 'currentWorkShift', step: 8, labelKey: 'currentWorkShift', component: 'radio', options: CURRENT_WORK_SHIFT_OPTIONS },
927
- isCurrentShiftComfortable: { key: 'isCurrentShiftComfortable', step: 8, labelKey: 'isCurrentShiftComfortable', component: 'radio', options: IS_CURRENT_SHIFT_COMFORTABLE_OPTIONS },
928
- desiredShift: { key: 'desiredShift', step: 8, labelKey: 'desiredShift', component: 'radio', options: DESIRED_SHIFT_OPTIONS },
929
- personalIncomeRange: { key: 'personalIncomeRange', step: 8, labelKey: 'personalIncomeRange', component: 'radio', options: PERSONAL_INCOME_RANGE_OPTIONS },
930
- workExperienceSummary: { key: 'workExperienceSummary', step: 8, labelKey: 'workExperienceSummary', component: 'textarea' },
1398
+ jobOccupationType: {
1399
+ key: 'jobOccupationType',
1400
+ step: 8,
1401
+ labelKey: 'jobOccupationType',
1402
+ component: 'input',
1403
+ },
1404
+ currentWorkShift: {
1405
+ key: 'currentWorkShift',
1406
+ step: 8,
1407
+ labelKey: 'currentWorkShift',
1408
+ component: 'radio',
1409
+ options: CURRENT_WORK_SHIFT_OPTIONS,
1410
+ },
1411
+ isCurrentShiftComfortable: {
1412
+ key: 'isCurrentShiftComfortable',
1413
+ step: 8,
1414
+ labelKey: 'isCurrentShiftComfortable',
1415
+ component: 'radio',
1416
+ options: IS_CURRENT_SHIFT_COMFORTABLE_OPTIONS,
1417
+ },
1418
+ desiredShift: {
1419
+ key: 'desiredShift',
1420
+ step: 8,
1421
+ labelKey: 'desiredShift',
1422
+ component: 'radio',
1423
+ options: DESIRED_SHIFT_OPTIONS,
1424
+ },
1425
+ personalIncomeRange: {
1426
+ key: 'personalIncomeRange',
1427
+ step: 8,
1428
+ labelKey: 'personalIncomeRange',
1429
+ component: 'radio',
1430
+ options: PERSONAL_INCOME_RANGE_OPTIONS,
1431
+ },
1432
+ workExperienceSummary: {
1433
+ key: 'workExperienceSummary',
1434
+ step: 8,
1435
+ labelKey: 'workExperienceSummary',
1436
+ component: 'textarea',
1437
+ },
931
1438
  // ── Step 09: Neurodiversity ────────────────────────────────────────────────
932
- neurodivergentSelfIdentification: { key: 'neurodivergentSelfIdentification', step: 9, labelKey: 'neurodivergentSelfIdentification', component: 'radio', options: NEURODIVERGENT_SELF_ID_OPTIONS },
933
- neurodivergentConditions: { key: 'neurodivergentConditions', step: 9, labelKey: 'neurodivergentConditions', component: 'multiCheckbox', options: NEURODIVERGENT_CONDITIONS_OPTIONS },
934
- neurodiversityDiagnosisSource: { key: 'neurodiversityDiagnosisSource', step: 9, labelKey: 'neurodiversityDiagnosisSource', component: 'input' },
935
- sensorySensitivities: { key: 'sensorySensitivities', step: 9, labelKey: 'sensorySensitivities', component: 'multiCheckbox', options: SENSORY_SENSITIVITIES_OPTIONS },
936
- executiveFunctionChallenges: { key: 'executiveFunctionChallenges', step: 9, labelKey: 'executiveFunctionChallenges', component: 'multiCheckbox', options: EXECUTIVE_FUNCTION_CHALLENGES_OPTIONS },
937
- learningStylePreference: { key: 'learningStylePreference', step: 9, labelKey: 'learningStylePreference', component: 'multiCheckbox', options: LEARNING_STYLE_OPTIONS },
938
- communicationPreferences: { key: 'communicationPreferences', step: 9, labelKey: 'communicationPreferences', component: 'multiCheckbox', options: COMMUNICATION_PREFERENCES_OPTIONS },
939
- workplaceStudyAccommodations: { key: 'workplaceStudyAccommodations', step: 9, labelKey: 'workplaceStudyAccommodations', component: 'multiCheckbox', options: WORKPLACE_ACCOMMODATIONS_OPTIONS },
940
- neurodiversitySupportNeeds: { key: 'neurodiversitySupportNeeds', step: 9, labelKey: 'neurodiversitySupportNeeds', component: 'textarea' },
1439
+ neurodivergentSelfIdentification: {
1440
+ key: 'neurodivergentSelfIdentification',
1441
+ step: 9,
1442
+ labelKey: 'neurodivergentSelfIdentification',
1443
+ component: 'radio',
1444
+ options: NEURODIVERGENT_SELF_ID_OPTIONS,
1445
+ },
1446
+ neurodivergentConditions: {
1447
+ key: 'neurodivergentConditions',
1448
+ step: 9,
1449
+ labelKey: 'neurodivergentConditions',
1450
+ component: 'multiCheckbox',
1451
+ options: NEURODIVERGENT_CONDITIONS_OPTIONS,
1452
+ },
1453
+ neurodiversityDiagnosisSource: {
1454
+ key: 'neurodiversityDiagnosisSource',
1455
+ step: 9,
1456
+ labelKey: 'neurodiversityDiagnosisSource',
1457
+ component: 'input',
1458
+ },
1459
+ sensorySensitivities: {
1460
+ key: 'sensorySensitivities',
1461
+ step: 9,
1462
+ labelKey: 'sensorySensitivities',
1463
+ component: 'multiCheckbox',
1464
+ options: SENSORY_SENSITIVITIES_OPTIONS,
1465
+ },
1466
+ executiveFunctionChallenges: {
1467
+ key: 'executiveFunctionChallenges',
1468
+ step: 9,
1469
+ labelKey: 'executiveFunctionChallenges',
1470
+ component: 'multiCheckbox',
1471
+ options: EXECUTIVE_FUNCTION_CHALLENGES_OPTIONS,
1472
+ },
1473
+ learningStylePreference: {
1474
+ key: 'learningStylePreference',
1475
+ step: 9,
1476
+ labelKey: 'learningStylePreference',
1477
+ component: 'multiCheckbox',
1478
+ options: LEARNING_STYLE_OPTIONS,
1479
+ },
1480
+ communicationPreferences: {
1481
+ key: 'communicationPreferences',
1482
+ step: 9,
1483
+ labelKey: 'communicationPreferences',
1484
+ component: 'multiCheckbox',
1485
+ options: COMMUNICATION_PREFERENCES_OPTIONS,
1486
+ },
1487
+ workplaceStudyAccommodations: {
1488
+ key: 'workplaceStudyAccommodations',
1489
+ step: 9,
1490
+ labelKey: 'workplaceStudyAccommodations',
1491
+ component: 'multiCheckbox',
1492
+ options: WORKPLACE_ACCOMMODATIONS_OPTIONS,
1493
+ },
1494
+ neurodiversitySupportNeeds: {
1495
+ key: 'neurodiversitySupportNeeds',
1496
+ step: 9,
1497
+ labelKey: 'neurodiversitySupportNeeds',
1498
+ component: 'textarea',
1499
+ },
941
1500
  // ── Step 10: Psychological ─────────────────────────────────────────────────
942
- mbtiType: { key: 'mbtiType', step: 10, labelKey: 'mbtiType', component: 'radio', options: MBTI_TYPE_OPTIONS },
943
- mbtiTestSource: { key: 'mbtiTestSource', step: 10, labelKey: 'mbtiTestSource', component: 'input' },
1501
+ mbtiType: {
1502
+ key: 'mbtiType',
1503
+ step: 10,
1504
+ labelKey: 'mbtiType',
1505
+ component: 'radio',
1506
+ options: MBTI_TYPE_OPTIONS,
1507
+ },
1508
+ mbtiTestSource: {
1509
+ key: 'mbtiTestSource',
1510
+ step: 10,
1511
+ labelKey: 'mbtiTestSource',
1512
+ component: 'input',
1513
+ },
944
1514
  mbtiTestYear: { key: 'mbtiTestYear', step: 10, labelKey: 'mbtiTestYear', component: 'input' },
945
- enneagramType: { key: 'enneagramType', step: 10, labelKey: 'enneagramType', component: 'radio', options: ENNEAGRAM_TYPE_OPTIONS },
1515
+ enneagramType: {
1516
+ key: 'enneagramType',
1517
+ step: 10,
1518
+ labelKey: 'enneagramType',
1519
+ component: 'radio',
1520
+ options: ENNEAGRAM_TYPE_OPTIONS,
1521
+ },
946
1522
  enneagramWing: { key: 'enneagramWing', step: 10, labelKey: 'enneagramWing', component: 'input' },
947
- enneagramSource: { key: 'enneagramSource', step: 10, labelKey: 'enneagramSource', component: 'input' },
948
- attachmentStyle: { key: 'attachmentStyle', step: 10, labelKey: 'attachmentStyle', component: 'radio', options: ATTACHMENT_STYLE_OPTIONS },
949
- discProfile: { key: 'discProfile', step: 10, labelKey: 'discProfile', component: 'radio', options: DISC_PROFILE_OPTIONS },
950
- psychopathyScaleResult: { key: 'psychopathyScaleResult', step: 10, labelKey: 'psychopathyScaleResult', component: 'input' },
951
- narcissismScaleResult: { key: 'narcissismScaleResult', step: 10, labelKey: 'narcissismScaleResult', component: 'input' },
952
- assessmentAccuracyRating: { key: 'assessmentAccuracyRating', step: 10, labelKey: 'assessmentAccuracyRating', component: 'radio', options: ASSESSMENT_ACCURACY_OPTIONS },
953
- assessmentDataConsent: { key: 'assessmentDataConsent', step: 10, labelKey: 'assessmentDataConsent', component: 'radio', options: ASSESSMENT_DATA_CONSENT_OPTIONS },
954
- assessmentNotes: { key: 'assessmentNotes', step: 10, labelKey: 'assessmentNotes', component: 'textarea' },
1523
+ enneagramSource: {
1524
+ key: 'enneagramSource',
1525
+ step: 10,
1526
+ labelKey: 'enneagramSource',
1527
+ component: 'input',
1528
+ },
1529
+ attachmentStyle: {
1530
+ key: 'attachmentStyle',
1531
+ step: 10,
1532
+ labelKey: 'attachmentStyle',
1533
+ component: 'radio',
1534
+ options: ATTACHMENT_STYLE_OPTIONS,
1535
+ },
1536
+ discProfile: {
1537
+ key: 'discProfile',
1538
+ step: 10,
1539
+ labelKey: 'discProfile',
1540
+ component: 'radio',
1541
+ options: DISC_PROFILE_OPTIONS,
1542
+ },
1543
+ psychopathyScaleResult: {
1544
+ key: 'psychopathyScaleResult',
1545
+ step: 10,
1546
+ labelKey: 'psychopathyScaleResult',
1547
+ component: 'input',
1548
+ },
1549
+ narcissismScaleResult: {
1550
+ key: 'narcissismScaleResult',
1551
+ step: 10,
1552
+ labelKey: 'narcissismScaleResult',
1553
+ component: 'input',
1554
+ },
1555
+ assessmentAccuracyRating: {
1556
+ key: 'assessmentAccuracyRating',
1557
+ step: 10,
1558
+ labelKey: 'assessmentAccuracyRating',
1559
+ component: 'radio',
1560
+ options: ASSESSMENT_ACCURACY_OPTIONS,
1561
+ },
1562
+ assessmentDataConsent: {
1563
+ key: 'assessmentDataConsent',
1564
+ step: 10,
1565
+ labelKey: 'assessmentDataConsent',
1566
+ component: 'radio',
1567
+ options: ASSESSMENT_DATA_CONSENT_OPTIONS,
1568
+ },
1569
+ assessmentNotes: {
1570
+ key: 'assessmentNotes',
1571
+ step: 10,
1572
+ labelKey: 'assessmentNotes',
1573
+ component: 'textarea',
1574
+ },
955
1575
  // ── Step 11: Political ─────────────────────────────────────────────────────
956
- selfPartyAssociation: { key: 'selfPartyAssociation', step: 11, labelKey: 'selfPartyAssociation', component: 'radio', options: SELF_PARTY_ASSOCIATION_OPTIONS },
1576
+ selfPartyAssociation: {
1577
+ key: 'selfPartyAssociation',
1578
+ step: 11,
1579
+ labelKey: 'selfPartyAssociation',
1580
+ component: 'radio',
1581
+ options: SELF_PARTY_ASSOCIATION_OPTIONS,
1582
+ },
957
1583
  selfPartyName: { key: 'selfPartyName', step: 11, labelKey: 'selfPartyName', component: 'input' },
958
- selfPartyRole: { key: 'selfPartyRole', step: 11, labelKey: 'selfPartyRole', component: 'radio', options: SELF_PARTY_ROLE_OPTIONS },
959
- selfPartyDuration: { key: 'selfPartyDuration', step: 11, labelKey: 'selfPartyDuration', component: 'input' },
960
- selfPartyDetails: { key: 'selfPartyDetails', step: 11, labelKey: 'selfPartyDetails', component: 'textarea' },
961
- familyPartyAssociation: { key: 'familyPartyAssociation', step: 11, labelKey: 'familyPartyAssociation', component: 'radio', options: FAMILY_PARTY_ASSOCIATION_OPTIONS },
962
- familyPartyDetails: { key: 'familyPartyDetails', step: 11, labelKey: 'familyPartyDetails', component: 'textarea' },
963
- publicOfficeHistory: { key: 'publicOfficeHistory', step: 11, labelKey: 'publicOfficeHistory', component: 'radio', options: PUBLIC_OFFICE_HISTORY_OPTIONS },
964
- publicOfficeDetails: { key: 'publicOfficeDetails', step: 11, labelKey: 'publicOfficeDetails', component: 'textarea' },
965
- electionContested: { key: 'electionContested', step: 11, labelKey: 'electionContested', component: 'radio', options: ELECTION_CONTESTED_OPTIONS },
966
- electionResult: { key: 'electionResult', step: 11, labelKey: 'electionResult', component: 'radio', options: ELECTION_RESULT_OPTIONS },
967
- politicalNetworkLevel: { key: 'politicalNetworkLevel', step: 11, labelKey: 'politicalNetworkLevel', component: 'radio', options: POLITICAL_NETWORK_LEVEL_OPTIONS },
968
- civicOrganisationTypes: { key: 'civicOrganisationTypes', step: 11, labelKey: 'civicOrganisationTypes', component: 'multiCheckbox', options: CIVIC_ORGANISATION_TYPES_OPTIONS },
969
- civicOrganisationDetails: { key: 'civicOrganisationDetails', step: 11, labelKey: 'civicOrganisationDetails', component: 'textarea' },
1584
+ selfPartyRole: {
1585
+ key: 'selfPartyRole',
1586
+ step: 11,
1587
+ labelKey: 'selfPartyRole',
1588
+ component: 'radio',
1589
+ options: SELF_PARTY_ROLE_OPTIONS,
1590
+ },
1591
+ selfPartyDuration: {
1592
+ key: 'selfPartyDuration',
1593
+ step: 11,
1594
+ labelKey: 'selfPartyDuration',
1595
+ component: 'input',
1596
+ },
1597
+ selfPartyDetails: {
1598
+ key: 'selfPartyDetails',
1599
+ step: 11,
1600
+ labelKey: 'selfPartyDetails',
1601
+ component: 'textarea',
1602
+ },
1603
+ familyPartyAssociation: {
1604
+ key: 'familyPartyAssociation',
1605
+ step: 11,
1606
+ labelKey: 'familyPartyAssociation',
1607
+ component: 'radio',
1608
+ options: FAMILY_PARTY_ASSOCIATION_OPTIONS,
1609
+ },
1610
+ familyPartyDetails: {
1611
+ key: 'familyPartyDetails',
1612
+ step: 11,
1613
+ labelKey: 'familyPartyDetails',
1614
+ component: 'textarea',
1615
+ },
1616
+ publicOfficeHistory: {
1617
+ key: 'publicOfficeHistory',
1618
+ step: 11,
1619
+ labelKey: 'publicOfficeHistory',
1620
+ component: 'radio',
1621
+ options: PUBLIC_OFFICE_HISTORY_OPTIONS,
1622
+ },
1623
+ publicOfficeDetails: {
1624
+ key: 'publicOfficeDetails',
1625
+ step: 11,
1626
+ labelKey: 'publicOfficeDetails',
1627
+ component: 'textarea',
1628
+ },
1629
+ electionContested: {
1630
+ key: 'electionContested',
1631
+ step: 11,
1632
+ labelKey: 'electionContested',
1633
+ component: 'radio',
1634
+ options: ELECTION_CONTESTED_OPTIONS,
1635
+ },
1636
+ electionResult: {
1637
+ key: 'electionResult',
1638
+ step: 11,
1639
+ labelKey: 'electionResult',
1640
+ component: 'radio',
1641
+ options: ELECTION_RESULT_OPTIONS,
1642
+ },
1643
+ politicalNetworkLevel: {
1644
+ key: 'politicalNetworkLevel',
1645
+ step: 11,
1646
+ labelKey: 'politicalNetworkLevel',
1647
+ component: 'radio',
1648
+ options: POLITICAL_NETWORK_LEVEL_OPTIONS,
1649
+ },
1650
+ civicOrganisationTypes: {
1651
+ key: 'civicOrganisationTypes',
1652
+ step: 11,
1653
+ labelKey: 'civicOrganisationTypes',
1654
+ component: 'multiCheckbox',
1655
+ options: CIVIC_ORGANISATION_TYPES_OPTIONS,
1656
+ },
1657
+ civicOrganisationDetails: {
1658
+ key: 'civicOrganisationDetails',
1659
+ step: 11,
1660
+ labelKey: 'civicOrganisationDetails',
1661
+ component: 'textarea',
1662
+ },
970
1663
  // ── Step 12: Electoral ─────────────────────────────────────────────────────
971
1664
  epicNumber: { key: 'epicNumber', step: 12, labelKey: 'epicNumber', component: 'input' },
972
- willVoteThisTime: { key: 'willVoteThisTime', step: 12, labelKey: 'willVoteThisTime', component: 'radio', options: WILL_VOTE_OPTIONS },
973
- votedLastTime: { key: 'votedLastTime', step: 12, labelKey: 'votedLastTime', component: 'radio', options: VOTED_LAST_TIME_OPTIONS },
974
- votingFrequency: { key: 'votingFrequency', step: 12, labelKey: 'votingFrequency', component: 'radio', options: VOTING_FREQUENCY_OPTIONS },
975
- primaryVotingIssues: { key: 'primaryVotingIssues', step: 12, labelKey: 'primaryVotingIssues', component: 'multiCheckbox', options: PRIMARY_VOTING_ISSUES_OPTIONS },
976
- politicalSpectrumSelf: { key: 'politicalSpectrumSelf', step: 12, labelKey: 'politicalSpectrumSelf', component: 'radio', options: POLITICAL_SPECTRUM_SELF_OPTIONS },
977
- voterIdUpdatePending: { key: 'voterIdUpdatePending', step: 12, labelKey: 'voterIdUpdatePending', component: 'radio', options: VOTER_ID_UPDATE_PENDING_OPTIONS },
978
- voterIdUpdateDetails: { key: 'voterIdUpdateDetails', step: 12, labelKey: 'voterIdUpdateDetails', component: 'input' },
979
- aadhaarVoterLinkStatus: { key: 'aadhaarVoterLinkStatus', step: 12, labelKey: 'aadhaarVoterLinkStatus', component: 'radio', options: AADHAAR_VOTER_LINK_STATUS_OPTIONS },
980
- mostHonestPersonLocality: { key: 'mostHonestPersonLocality', step: 12, labelKey: 'mostHonestPersonLocality', component: 'input' },
981
- mostIntellectualPersonLocality: { key: 'mostIntellectualPersonLocality', step: 12, labelKey: 'mostIntellectualPersonLocality', component: 'input' },
982
- mostInfluentialPersonLocality: { key: 'mostInfluentialPersonLocality', step: 12, labelKey: 'mostInfluentialPersonLocality', component: 'input' },
983
- pollingBoothNameOrCode: { key: 'pollingBoothNameOrCode', step: 12, labelKey: 'pollingBoothNameOrCode', component: 'input' },
984
- localElectionConstituency: { key: 'localElectionConstituency', step: 12, labelKey: 'localElectionConstituency', component: 'input' },
985
- assemblyConstituency: { key: 'assemblyConstituency', step: 12, labelKey: 'assemblyConstituency', component: 'input' },
986
- parliamentaryConstituency: { key: 'parliamentaryConstituency', step: 12, labelKey: 'parliamentaryConstituency', component: 'input' },
1665
+ willVoteThisTime: {
1666
+ key: 'willVoteThisTime',
1667
+ step: 12,
1668
+ labelKey: 'willVoteThisTime',
1669
+ component: 'radio',
1670
+ options: WILL_VOTE_OPTIONS,
1671
+ },
1672
+ votedLastTime: {
1673
+ key: 'votedLastTime',
1674
+ step: 12,
1675
+ labelKey: 'votedLastTime',
1676
+ component: 'radio',
1677
+ options: VOTED_LAST_TIME_OPTIONS,
1678
+ },
1679
+ votingFrequency: {
1680
+ key: 'votingFrequency',
1681
+ step: 12,
1682
+ labelKey: 'votingFrequency',
1683
+ component: 'radio',
1684
+ options: VOTING_FREQUENCY_OPTIONS,
1685
+ },
1686
+ primaryVotingIssues: {
1687
+ key: 'primaryVotingIssues',
1688
+ step: 12,
1689
+ labelKey: 'primaryVotingIssues',
1690
+ component: 'multiCheckbox',
1691
+ options: PRIMARY_VOTING_ISSUES_OPTIONS,
1692
+ },
1693
+ politicalSpectrumSelf: {
1694
+ key: 'politicalSpectrumSelf',
1695
+ step: 12,
1696
+ labelKey: 'politicalSpectrumSelf',
1697
+ component: 'radio',
1698
+ options: POLITICAL_SPECTRUM_SELF_OPTIONS,
1699
+ },
1700
+ voterIdUpdatePending: {
1701
+ key: 'voterIdUpdatePending',
1702
+ step: 12,
1703
+ labelKey: 'voterIdUpdatePending',
1704
+ component: 'radio',
1705
+ options: VOTER_ID_UPDATE_PENDING_OPTIONS,
1706
+ },
1707
+ voterIdUpdateDetails: {
1708
+ key: 'voterIdUpdateDetails',
1709
+ step: 12,
1710
+ labelKey: 'voterIdUpdateDetails',
1711
+ component: 'input',
1712
+ },
1713
+ aadhaarVoterLinkStatus: {
1714
+ key: 'aadhaarVoterLinkStatus',
1715
+ step: 12,
1716
+ labelKey: 'aadhaarVoterLinkStatus',
1717
+ component: 'radio',
1718
+ options: AADHAAR_VOTER_LINK_STATUS_OPTIONS,
1719
+ },
1720
+ mostHonestPersonLocality: {
1721
+ key: 'mostHonestPersonLocality',
1722
+ step: 12,
1723
+ labelKey: 'mostHonestPersonLocality',
1724
+ component: 'input',
1725
+ },
1726
+ mostIntellectualPersonLocality: {
1727
+ key: 'mostIntellectualPersonLocality',
1728
+ step: 12,
1729
+ labelKey: 'mostIntellectualPersonLocality',
1730
+ component: 'input',
1731
+ },
1732
+ mostInfluentialPersonLocality: {
1733
+ key: 'mostInfluentialPersonLocality',
1734
+ step: 12,
1735
+ labelKey: 'mostInfluentialPersonLocality',
1736
+ component: 'input',
1737
+ },
1738
+ pollingBoothNameOrCode: {
1739
+ key: 'pollingBoothNameOrCode',
1740
+ step: 12,
1741
+ labelKey: 'pollingBoothNameOrCode',
1742
+ component: 'input',
1743
+ },
1744
+ localElectionConstituency: {
1745
+ key: 'localElectionConstituency',
1746
+ step: 12,
1747
+ labelKey: 'localElectionConstituency',
1748
+ component: 'input',
1749
+ },
1750
+ assemblyConstituency: {
1751
+ key: 'assemblyConstituency',
1752
+ step: 12,
1753
+ labelKey: 'assemblyConstituency',
1754
+ component: 'input',
1755
+ },
1756
+ parliamentaryConstituency: {
1757
+ key: 'parliamentaryConstituency',
1758
+ step: 12,
1759
+ labelKey: 'parliamentaryConstituency',
1760
+ component: 'input',
1761
+ },
987
1762
  // ── Step 13: Health ────────────────────────────────────────────────────────
988
- disabilityStatus: { key: 'disabilityStatus', step: 13, labelKey: 'disabilityStatus', component: 'radio', options: DISABILITY_STATUS_OPTIONS },
989
- disabilityDetails: { key: 'disabilityDetails', step: 13, labelKey: 'disabilityDetails', component: 'textarea' },
990
- overallHealthStatus: { key: 'overallHealthStatus', step: 13, labelKey: 'overallHealthStatus', component: 'radio', options: OVERALL_HEALTH_STATUS_OPTIONS },
991
- knownHealthConditions: { key: 'knownHealthConditions', step: 13, labelKey: 'knownHealthConditions', component: 'multiCheckbox', options: KNOWN_HEALTH_CONDITIONS_OPTIONS },
992
- knownHealthConditionsDetails: { key: 'knownHealthConditionsDetails', step: 13, labelKey: 'knownHealthConditionsDetails', component: 'textarea' },
993
- currentMedications: { key: 'currentMedications', step: 13, labelKey: 'currentMedications', component: 'textarea' },
994
- bloodGroup: { key: 'bloodGroup', step: 13, labelKey: 'bloodGroup', component: 'radio', options: BLOOD_GROUP_OPTIONS },
995
- lastHealthCheckupYear: { key: 'lastHealthCheckupYear', step: 13, labelKey: 'lastHealthCheckupYear', component: 'input' },
996
- hasHealthInsurance: { key: 'hasHealthInsurance', step: 13, labelKey: 'hasHealthInsurance', component: 'radio', options: HAS_HEALTH_INSURANCE_OPTIONS },
997
- healthInsuranceDetails: { key: 'healthInsuranceDetails', step: 13, labelKey: 'healthInsuranceDetails', component: 'textarea' },
998
- hasAyushmanBharatCard: { key: 'hasAyushmanBharatCard', step: 13, labelKey: 'hasAyushmanBharatCard', component: 'radio', options: HAS_AYUSHMAN_BHARAT_CARD_OPTIONS },
999
- foodHabitType: { key: 'foodHabitType', step: 13, labelKey: 'foodHabitType', component: 'radio', options: FOOD_HABIT_TYPE_OPTIONS },
1000
- foodHabitNotes: { key: 'foodHabitNotes', step: 13, labelKey: 'foodHabitNotes', component: 'textarea' },
1001
- physicalActivityLevel: { key: 'physicalActivityLevel', step: 13, labelKey: 'physicalActivityLevel', component: 'radio', options: PHYSICAL_ACTIVITY_LEVEL_OPTIONS },
1002
- physicalActivityTypes: { key: 'physicalActivityTypes', step: 13, labelKey: 'physicalActivityTypes', component: 'multiCheckbox', options: PHYSICAL_ACTIVITY_TYPES_OPTIONS },
1003
- sleepHoursPerDay: { key: 'sleepHoursPerDay', step: 13, labelKey: 'sleepHoursPerDay', component: 'radio', options: SLEEP_HOURS_OPTIONS },
1004
- perceivedStressLevel: { key: 'perceivedStressLevel', step: 13, labelKey: 'perceivedStressLevel', component: 'radio', options: PERCEIVED_STRESS_LEVEL_OPTIONS },
1005
- stressMainCauses: { key: 'stressMainCauses', step: 13, labelKey: 'stressMainCauses', component: 'textarea' },
1006
- tobaccoUse: { key: 'tobaccoUse', step: 13, labelKey: 'tobaccoUse', component: 'radio', options: TOBACCO_USE_OPTIONS },
1007
- tobaccoTypes: { key: 'tobaccoTypes', step: 13, labelKey: 'tobaccoTypes', component: 'multiCheckbox', options: TOBACCO_TYPES_OPTIONS },
1008
- alcoholUse: { key: 'alcoholUse', step: 13, labelKey: 'alcoholUse', component: 'radio', options: ALCOHOL_USE_OPTIONS },
1009
- interestedInHealthPrograms: { key: 'interestedInHealthPrograms', step: 13, labelKey: 'interestedInHealthPrograms', component: 'multiCheckbox', options: INTERESTED_IN_HEALTH_PROGRAMS_OPTIONS },
1010
- viewOnAnimalWelfareStatements: { key: 'viewOnAnimalWelfareStatements', step: 13, labelKey: 'viewOnAnimalWelfareStatements', component: 'multiCheckbox', options: ANIMAL_WELFARE_STATEMENTS_OPTIONS },
1011
- viewOnAnimalCrueltyOpinion: { key: 'viewOnAnimalCrueltyOpinion', step: 13, labelKey: 'viewOnAnimalCrueltyOpinion', component: 'textarea' },
1012
- mobilityOrTravelLimitations: { key: 'mobilityOrTravelLimitations', step: 13, labelKey: 'mobilityOrTravelLimitations', component: 'multiCheckbox', options: MOBILITY_LIMITATIONS_OPTIONS },
1763
+ disabilityStatus: {
1764
+ key: 'disabilityStatus',
1765
+ step: 13,
1766
+ labelKey: 'disabilityStatus',
1767
+ component: 'radio',
1768
+ options: DISABILITY_STATUS_OPTIONS,
1769
+ },
1770
+ disabilityDetails: {
1771
+ key: 'disabilityDetails',
1772
+ step: 13,
1773
+ labelKey: 'disabilityDetails',
1774
+ component: 'textarea',
1775
+ },
1776
+ overallHealthStatus: {
1777
+ key: 'overallHealthStatus',
1778
+ step: 13,
1779
+ labelKey: 'overallHealthStatus',
1780
+ component: 'radio',
1781
+ options: OVERALL_HEALTH_STATUS_OPTIONS,
1782
+ },
1783
+ knownHealthConditions: {
1784
+ key: 'knownHealthConditions',
1785
+ step: 13,
1786
+ labelKey: 'knownHealthConditions',
1787
+ component: 'multiCheckbox',
1788
+ options: KNOWN_HEALTH_CONDITIONS_OPTIONS,
1789
+ },
1790
+ knownHealthConditionsDetails: {
1791
+ key: 'knownHealthConditionsDetails',
1792
+ step: 13,
1793
+ labelKey: 'knownHealthConditionsDetails',
1794
+ component: 'textarea',
1795
+ },
1796
+ currentMedications: {
1797
+ key: 'currentMedications',
1798
+ step: 13,
1799
+ labelKey: 'currentMedications',
1800
+ component: 'textarea',
1801
+ },
1802
+ bloodGroup: {
1803
+ key: 'bloodGroup',
1804
+ step: 13,
1805
+ labelKey: 'bloodGroup',
1806
+ component: 'radio',
1807
+ options: BLOOD_GROUP_OPTIONS,
1808
+ },
1809
+ lastHealthCheckupYear: {
1810
+ key: 'lastHealthCheckupYear',
1811
+ step: 13,
1812
+ labelKey: 'lastHealthCheckupYear',
1813
+ component: 'input',
1814
+ },
1815
+ hasHealthInsurance: {
1816
+ key: 'hasHealthInsurance',
1817
+ step: 13,
1818
+ labelKey: 'hasHealthInsurance',
1819
+ component: 'radio',
1820
+ options: HAS_HEALTH_INSURANCE_OPTIONS,
1821
+ },
1822
+ healthInsuranceDetails: {
1823
+ key: 'healthInsuranceDetails',
1824
+ step: 13,
1825
+ labelKey: 'healthInsuranceDetails',
1826
+ component: 'textarea',
1827
+ },
1828
+ hasAyushmanBharatCard: {
1829
+ key: 'hasAyushmanBharatCard',
1830
+ step: 13,
1831
+ labelKey: 'hasAyushmanBharatCard',
1832
+ component: 'radio',
1833
+ options: HAS_AYUSHMAN_BHARAT_CARD_OPTIONS,
1834
+ },
1835
+ foodHabitType: {
1836
+ key: 'foodHabitType',
1837
+ step: 13,
1838
+ labelKey: 'foodHabitType',
1839
+ component: 'radio',
1840
+ options: FOOD_HABIT_TYPE_OPTIONS,
1841
+ },
1842
+ foodHabitNotes: {
1843
+ key: 'foodHabitNotes',
1844
+ step: 13,
1845
+ labelKey: 'foodHabitNotes',
1846
+ component: 'textarea',
1847
+ },
1848
+ physicalActivityLevel: {
1849
+ key: 'physicalActivityLevel',
1850
+ step: 13,
1851
+ labelKey: 'physicalActivityLevel',
1852
+ component: 'radio',
1853
+ options: PHYSICAL_ACTIVITY_LEVEL_OPTIONS,
1854
+ },
1855
+ physicalActivityTypes: {
1856
+ key: 'physicalActivityTypes',
1857
+ step: 13,
1858
+ labelKey: 'physicalActivityTypes',
1859
+ component: 'multiCheckbox',
1860
+ options: PHYSICAL_ACTIVITY_TYPES_OPTIONS,
1861
+ },
1862
+ sleepHoursPerDay: {
1863
+ key: 'sleepHoursPerDay',
1864
+ step: 13,
1865
+ labelKey: 'sleepHoursPerDay',
1866
+ component: 'radio',
1867
+ options: SLEEP_HOURS_OPTIONS,
1868
+ },
1869
+ perceivedStressLevel: {
1870
+ key: 'perceivedStressLevel',
1871
+ step: 13,
1872
+ labelKey: 'perceivedStressLevel',
1873
+ component: 'radio',
1874
+ options: PERCEIVED_STRESS_LEVEL_OPTIONS,
1875
+ },
1876
+ stressMainCauses: {
1877
+ key: 'stressMainCauses',
1878
+ step: 13,
1879
+ labelKey: 'stressMainCauses',
1880
+ component: 'textarea',
1881
+ },
1882
+ tobaccoUse: {
1883
+ key: 'tobaccoUse',
1884
+ step: 13,
1885
+ labelKey: 'tobaccoUse',
1886
+ component: 'radio',
1887
+ options: TOBACCO_USE_OPTIONS,
1888
+ },
1889
+ tobaccoTypes: {
1890
+ key: 'tobaccoTypes',
1891
+ step: 13,
1892
+ labelKey: 'tobaccoTypes',
1893
+ component: 'multiCheckbox',
1894
+ options: TOBACCO_TYPES_OPTIONS,
1895
+ },
1896
+ alcoholUse: {
1897
+ key: 'alcoholUse',
1898
+ step: 13,
1899
+ labelKey: 'alcoholUse',
1900
+ component: 'radio',
1901
+ options: ALCOHOL_USE_OPTIONS,
1902
+ },
1903
+ interestedInHealthPrograms: {
1904
+ key: 'interestedInHealthPrograms',
1905
+ step: 13,
1906
+ labelKey: 'interestedInHealthPrograms',
1907
+ component: 'multiCheckbox',
1908
+ options: INTERESTED_IN_HEALTH_PROGRAMS_OPTIONS,
1909
+ },
1910
+ viewOnAnimalWelfareStatements: {
1911
+ key: 'viewOnAnimalWelfareStatements',
1912
+ step: 13,
1913
+ labelKey: 'viewOnAnimalWelfareStatements',
1914
+ component: 'multiCheckbox',
1915
+ options: ANIMAL_WELFARE_STATEMENTS_OPTIONS,
1916
+ },
1917
+ viewOnAnimalCrueltyOpinion: {
1918
+ key: 'viewOnAnimalCrueltyOpinion',
1919
+ step: 13,
1920
+ labelKey: 'viewOnAnimalCrueltyOpinion',
1921
+ component: 'textarea',
1922
+ },
1923
+ mobilityOrTravelLimitations: {
1924
+ key: 'mobilityOrTravelLimitations',
1925
+ step: 13,
1926
+ labelKey: 'mobilityOrTravelLimitations',
1927
+ component: 'multiCheckbox',
1928
+ options: MOBILITY_LIMITATIONS_OPTIONS,
1929
+ },
1013
1930
  // ── Step 14: Priorities ────────────────────────────────────────────────────
1014
- topPrioritiesThisYear: { key: 'topPrioritiesThisYear', step: 14, labelKey: 'topPrioritiesThisYear', component: 'textarea' },
1015
- priorityCategoryTags: { key: 'priorityCategoryTags', step: 14, labelKey: 'priorityCategoryTags', component: 'multiCheckbox', options: PRIORITY_CATEGORY_TAGS_OPTIONS },
1016
- fiveYearVision: { key: 'fiveYearVision', step: 14, labelKey: 'fiveYearVision', component: 'textarea' },
1017
- biggestPersonalChallenge: { key: 'biggestPersonalChallenge', step: 14, labelKey: 'biggestPersonalChallenge', component: 'textarea' },
1018
- skillsWantToLearn: { key: 'skillsWantToLearn', step: 14, labelKey: 'skillsWantToLearn', component: 'multiCheckbox', options: SKILLS_WANT_TO_LEARN_OPTIONS },
1019
- alignmentWithMovement: { key: 'alignmentWithMovement', step: 14, labelKey: 'alignmentWithMovement', component: 'textarea' },
1020
- openToVolunteering: { key: 'openToVolunteering', step: 14, labelKey: 'openToVolunteering', component: 'radio', options: OPEN_TO_VOLUNTEERING_OPTIONS },
1021
- volunteeringCapacityPerWeek: { key: 'volunteeringCapacityPerWeek', step: 14, labelKey: 'volunteeringCapacityPerWeek', component: 'radio', options: VOLUNTEERING_CAPACITY_OPTIONS },
1022
- helpNeededFromOrg: { key: 'helpNeededFromOrg', step: 14, labelKey: 'helpNeededFromOrg', component: 'multiCheckbox', options: HELP_NEEDED_FROM_ORG_OPTIONS },
1023
- personalMessage: { key: 'personalMessage', step: 14, labelKey: 'personalMessage', component: 'textarea' },
1931
+ topPrioritiesThisYear: {
1932
+ key: 'topPrioritiesThisYear',
1933
+ step: 14,
1934
+ labelKey: 'topPrioritiesThisYear',
1935
+ component: 'textarea',
1936
+ },
1937
+ priorityCategoryTags: {
1938
+ key: 'priorityCategoryTags',
1939
+ step: 14,
1940
+ labelKey: 'priorityCategoryTags',
1941
+ component: 'multiCheckbox',
1942
+ options: PRIORITY_CATEGORY_TAGS_OPTIONS,
1943
+ },
1944
+ fiveYearVision: {
1945
+ key: 'fiveYearVision',
1946
+ step: 14,
1947
+ labelKey: 'fiveYearVision',
1948
+ component: 'textarea',
1949
+ },
1950
+ biggestPersonalChallenge: {
1951
+ key: 'biggestPersonalChallenge',
1952
+ step: 14,
1953
+ labelKey: 'biggestPersonalChallenge',
1954
+ component: 'textarea',
1955
+ },
1956
+ skillsWantToLearn: {
1957
+ key: 'skillsWantToLearn',
1958
+ step: 14,
1959
+ labelKey: 'skillsWantToLearn',
1960
+ component: 'multiCheckbox',
1961
+ options: SKILLS_WANT_TO_LEARN_OPTIONS,
1962
+ },
1963
+ alignmentWithMovement: {
1964
+ key: 'alignmentWithMovement',
1965
+ step: 14,
1966
+ labelKey: 'alignmentWithMovement',
1967
+ component: 'textarea',
1968
+ },
1969
+ openToVolunteering: {
1970
+ key: 'openToVolunteering',
1971
+ step: 14,
1972
+ labelKey: 'openToVolunteering',
1973
+ component: 'radio',
1974
+ options: OPEN_TO_VOLUNTEERING_OPTIONS,
1975
+ },
1976
+ volunteeringCapacityPerWeek: {
1977
+ key: 'volunteeringCapacityPerWeek',
1978
+ step: 14,
1979
+ labelKey: 'volunteeringCapacityPerWeek',
1980
+ component: 'radio',
1981
+ options: VOLUNTEERING_CAPACITY_OPTIONS,
1982
+ },
1983
+ helpNeededFromOrg: {
1984
+ key: 'helpNeededFromOrg',
1985
+ step: 14,
1986
+ labelKey: 'helpNeededFromOrg',
1987
+ component: 'multiCheckbox',
1988
+ options: HELP_NEEDED_FROM_ORG_OPTIONS,
1989
+ },
1990
+ personalMessage: {
1991
+ key: 'personalMessage',
1992
+ step: 14,
1993
+ labelKey: 'personalMessage',
1994
+ component: 'textarea',
1995
+ },
1024
1996
  };
1025
1997
  //# sourceMappingURL=field-meta.js.map