Skip to content

Commit

Permalink
update section jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Jun 7, 2024
1 parent 607d5a4 commit d063444
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 45 deletions.
17 changes: 4 additions & 13 deletions public/assets/data/profile-sections/children.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,10 @@
"title": "Children",
"fields": [
{
"datafield": "ff:hasBirthday",
"title": "When is your birthday?",
"datatype": "date"
},
{
"datafield": "ff:hasBirthPlace",
"title": "Where were you born?",
"datatype": "string"
},
{
"datafield": "ff:hasResidence",
"title": "Where do you live?",
"datatype": "string"
"datafield": "ff:hasChild",
"title": "If any how many children do you want to add?",
"datatype": "class",
"objectClass": "ff:Child"
}
]
}
14 changes: 2 additions & 12 deletions public/assets/data/profile-sections/education.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,8 @@
"title": "Education",
"fields": [
{
"datafield": "ff:hasBirthday",
"title": "When is your birthday?",
"datatype": "date"
},
{
"datafield": "ff:hasBirthPlace",
"title": "Where were you born?",
"datatype": "string"
},
{
"datafield": "ff:hasResidence",
"title": "Where do you live?",
"datafield": "ff:hasEducationLevel",
"title": "What is your highest level of eduction?",
"datatype": "string"
}
]
Expand Down
17 changes: 6 additions & 11 deletions public/assets/data/profile-sections/income.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,14 @@
"title": "Income",
"fields": [
{
"datafield": "ff:hasBirthday",
"title": "When is your birthday?",
"datatype": "date"
"datafield": "ff:hasIncomeBrutto",
"title": "What is your income BEFORE taxes?",
"datatype": "integer"
},
{
"datafield": "ff:hasBirthPlace",
"title": "Where were you born?",
"datatype": "string"
},
{
"datafield": "ff:hasResidence",
"title": "Where do you live?",
"datatype": "string"
"datafield": "ff:hasIncomeNetto",
"title": "What is your income AFTER taxes?",
"datatype": "integer"
}
]
}
13 changes: 4 additions & 9 deletions public/assets/data/profile-sections/job.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@
"title": "Job",
"fields": [
{
"datafield": "ff:hasBirthday",
"title": "When is your birthday?",
"datatype": "date"
},
{
"datafield": "ff:hasBirthPlace",
"title": "Where were you born?",
"datafield": "ff:hasEmployment",
"title": "Where are you employed?",
"datatype": "string"
},
{
"datafield": "ff:hasResidence",
"title": "Where do you live?",
"datafield": "ff:hasEmploymentType",
"title": "What is your employment type?",
"datatype": "string"
}
]
Expand Down

0 comments on commit d063444

Please sign in to comment.