Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC : Articulation de questionnaire #1171

Open
wants to merge 8 commits into
base: 3.0
Choose a base branch
from
Open

Conversation

Grafikart
Copy link
Collaborator

@Grafikart Grafikart commented Nov 8, 2024

Proof of concept du système d'articulation.

Principe

L'objectif est de fournir un hook permettant d'avoir une fenêtre sur l'état de remplissage à l'intérieur d'un roundabout. Cela permettra aux orchestrateur de pouvoir afficher un état de remplissage d'un questionnaire articulé et de pouvoir aller à une page particulière.

image

Ce hook se repose sur des données supplémentaire injectée dans le JSON.

{
       //....
	"articulation": {
		"source": "roundabout",
		"items": [
			{
				"label": "Prénom",
				"value": "PRENOMS"
			},
			{
				"label": "Sexe",
				"value": "if SEXE = \"H\" then \"Homme\" else \"Femme\""
			},
			{
				"label": "Age",
				"value": "cast(AGE, string) || \" ans\""
			}
		]
	},
}

On peut imaginer d'autres propriétées en fonction des besoins métier.

Contenu de la MR

  • Fix du système d'initial page qui permet d'entrer directement dans une sous page du roundabout (la fonction était limité aux boucles)
  • Ajout du hook useArticulation()

Le système d'articulation n'a aucun impact sur le système useLunatic().

Copy link

sonarqubecloud bot commented Nov 8, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
23.0% Coverage on New Code (required ≥ 50%)
B Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants