Skip to content

Commit 2df83ee

Browse files
committed
add some more beta
1 parent baca4ef commit 2df83ee

5 files changed

Lines changed: 17 additions & 6 deletions

File tree

public/assets/data/requirement-profiles/requirement-profiles-hydration.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1941,5 +1941,18 @@
19411941
"de": "Die Rente wegen teilweiser Erwerbsminderung wird gewährt, wenn Sie aufgrund gesundheitlicher Einschränkungen nicht mehr in der Lage sind, mindestens sechs Stunden täglich zu arbeiten. Sie erhalten eine monatliche Rente, die auf Ihren bisherigen Beiträgen zur Rentenversicherung basiert.",
19421942
"en": "The pension for partial disability is granted if you are unable to work at least six hours a day due to health limitations. You receive a monthly pension based on your previous contributions to the pension insurance."
19431943
}
1944+
},
1945+
"ff:substitutionstherapie-regulaer": {
1946+
"id": "ff:substitutionstherapie-regulaer",
1947+
"status": "beta",
1948+
"category": "social_benefit",
1949+
"title": {
1950+
"de": "Substitutionstherapie",
1951+
"en": "Substitution Therapy"
1952+
},
1953+
"description": {
1954+
"de": "Die Substitutionstherapie ist eine medizinische Behandlung für Menschen mit einer Opioidabhängigkeit. Sie dient der Linderung von Entzugserscheinungen und der Stabilisierung des Gesundheitszustands. Die Kosten werden in der Regel von den Krankenkassen übernommen.",
1955+
"en": "Substitution therapy is a medical treatment for people with opioid addiction. It helps alleviate withdrawal symptoms and stabilise health conditions. Costs are usually covered by health insurance."
1956+
}
19441957
}
19451958
}

public/assets/data/requirement-profiles/requirement-profiles.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@
117117
{
118118
"fileUrl": "https://raw.githubusercontent.com/Citizen-Knowledge-Graph/knowledge-base/main/bielefeld/shacl/erwerbsminderungsrente-teilweise.ttl",
119119
"rpUri": "https://foerderfunke.org/default#erwerbsminderungsrente-teilweise"
120+
},
121+
{
122+
"fileUrl": "https://raw.githubusercontent.com/Citizen-Knowledge-Graph/knowledge-base/main/bielefeld/shacl/substitutionstherapie-regulaer.ttl",
123+
"rpUri": "https://foerderfunke.org/default#substitutionstherapie-regulaer"
120124
}
121125
]
122126
}

src/core/utils/buildCurrentQuestion.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const buildCurrentQuestion = (questionId, metadata) => {
2-
console.log("Building current question with ID:", questionId, metadata);
32
return metadata?.['ff:hasDF']?.find(df => df?.["@id"] === questionId);
43
}
54

src/ui/screens/benefit-page/components/RuleTypes.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ export const RuleSwitch = ({ node, parentField, dfMetadata, negate, t }) => {
126126
const missing = node?.eval?.status === 'missing';
127127
const Comp = constraintMap[node?.rule?.type];
128128

129-
console.log('RuleSwitch', {
130-
node
131-
});
132-
133129
if (Comp) {
134130
return (
135131
<VBox gap={1}>

src/ui/screens/question-pages/hooks/useSetupQuestionPage.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const useSetupQuestionPage = (
3838
}
3939
}
4040

41-
console.log("we are here 4: ", nextQuestion, "current question: ", currentQuestion);
4241
if (nextQuestion && currentQuestion?.['@id'] !== nextQuestion?.['@id']) {
4342
setCurrentQuestion(nextQuestion);
4443
setProfileFieldUpdateError(null);

0 commit comments

Comments
 (0)