diff --git a/parcoursup/app.riot b/parcoursup/app.riot index 28382a3..e011e75 100644 --- a/parcoursup/app.riot +++ b/parcoursup/app.riot @@ -66,81 +66,12 @@ -
0 }> -

Comparateur de formations

+ + -

Choisis ton profil pour estimer tes chances d'intégration.

- -
-
-
- -
- -
-
- -
- -
-
- -
-
- - - -
- -
-

{ f.nom }

- -

Établissement : { f.etablissement }

-

Ville : { f.ville }

-

Filière : { f.filiere }

-

Capacité : { f.capacite }

-

Taux d'accès : { f.tauxAcces }%

- -

- Intégrés : - Général { f.pctGeneral }% / - Techno { f.pctTechno }% / - Pro { f.pctPro }% -

- -

- - { estimerFormation(f) } - - { detailEstimation(f) } -

- - -
-
- -
-

Aucune formation sélectionnée

-

Retourne à la recherche et clique sur "Ajouter à la sélection" pour comparer des formations.

-
@@ -148,21 +79,18 @@ + diff --git a/parcoursup/components/comparateur.riot b/parcoursup/components/comparateur.riot new file mode 100644 index 0000000..b2b292d --- /dev/null +++ b/parcoursup/components/comparateur.riot @@ -0,0 +1,218 @@ + + + +
0 }> +

Comparateur de formations

+ +

Choisis ton profil pour estimer tes chances d'intégration.

+ +
+
+
+ +
+ +
+
+ +
+ +
+
+ +
+
+ + + +
+ +
+

{ f.nom }

+ +

Établissement : { f.etablissement }

+

Ville : { f.ville }

+

Filière : { f.filiere }

+

Capacité : { f.capacite }

+

Taux d'accès : { f.tauxAcces }%

+ +

+ Intégrés : + Général { f.pctGeneral }% / + Techno { f.pctTechno }% / + Pro { f.pctPro }% +

+ +

+ + { estimerFormation(f) } + + { detailEstimation(f) } +

+ + +
+
+ + +
+

Aucune formation sélectionnée

+

Retourne à la recherche et clique sur "Ajouter à la sélection" pour comparer des formations.

+
+ + + +
diff --git a/parcoursup/index.html b/parcoursup/index.html index da008b8..0cf5ce3 100644 --- a/parcoursup/index.html +++ b/parcoursup/index.html @@ -20,6 +20,7 @@ +