Skip to content

Commit

Permalink
🐛 set logement . chauffage . bois . type as priority
Browse files Browse the repository at this point in the history
I have no explanation why missing variable score for `logement . chauffage . bois . type` is so low.
  • Loading branch information
Clemog committed Dec 26, 2024
1 parent 8b0e996 commit 9c5b68a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/publicodes-state/providers/formProvider/useQuestions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ export default function useQuestions({
rawMissingVariables,
}: Props) {
// We use the DottedName type from nosgestesclimat to make sure the build will break when using rules that are not in the model.
const priorityQuestions: DottedName[] = ['alimentation . plats']
const priorityQuestions: DottedName[] = [
'alimentation . plats',
'logement . chauffage . bois . type',
]

const nonPriorityQuestions: DottedName[] = [
'logement . électricité . réseau . consommation',
Expand Down

0 comments on commit 9c5b68a

Please sign in to comment.