Andrew commited on
Commit
cfbd766
·
1 Parent(s): 5d8b356

refactor(ui): update persona options

Browse files
src/routes/settings/(nav)/personas/[...persona]/+page.svelte CHANGED
@@ -125,20 +125,21 @@
125
 
126
  // Options for SelectFields
127
  const ageOptions = ["18-25", "26-35", "36-45", "46-55", "56-65", "66+"];
128
- const genderOptions = ["Male", "Female", "Prefer not to say"];
129
- const incomeBracketOptions = ["Low", "Middle", "High", "Comfortable", "Struggling"];
130
  const politicalLeaningsOptions = ["Liberal", "Conservative", "Moderate", "Libertarian", "Non-affiliated", "Progressive"];
131
  const geographicContextOptions = ["Rural", "Urban", "Suburban"];
132
 
133
  // Suggestions for ComboboxFields
134
  const jobSectorSuggestions = [
 
135
  "Healthcare provider",
 
136
  "Small business owner",
137
- "Tech worker",
138
  "Teacher",
139
- "Unemployed/Retired",
140
- "Government worker",
141
- "Student"
142
  ];
143
  const stanceSuggestions = [
144
  "In Favor of Medicare for All",
@@ -148,7 +149,7 @@
148
  "Status Quo"
149
  ];
150
  const communicationStyleSuggestions = [
151
- "Direct",
152
  "Technical/Jargon use",
153
  "Informal",
154
  "Philosophical",
 
125
 
126
  // Options for SelectFields
127
  const ageOptions = ["18-25", "26-35", "36-45", "46-55", "56-65", "66+"];
128
+ const genderOptions = ["Male", "Female"];
129
+ const incomeBracketOptions = ["Low income", "Middle class", "Wealthy", "Top 1%"];
130
  const politicalLeaningsOptions = ["Liberal", "Conservative", "Moderate", "Libertarian", "Non-affiliated", "Progressive"];
131
  const geographicContextOptions = ["Rural", "Urban", "Suburban"];
132
 
133
  // Suggestions for ComboboxFields
134
  const jobSectorSuggestions = [
135
+ "Government worker",
136
  "Healthcare provider",
137
+ "Retired",
138
  "Small business owner",
139
+ "Student",
140
  "Teacher",
141
+ "Tech worker",
142
+ "Unemployed"
 
143
  ];
144
  const stanceSuggestions = [
145
  "In Favor of Medicare for All",
 
149
  "Status Quo"
150
  ];
151
  const communicationStyleSuggestions = [
152
+ "Concise",
153
  "Technical/Jargon use",
154
  "Informal",
155
  "Philosophical",