From 7aa8912276cd323e9709fea01a308dcf286b1686 Mon Sep 17 00:00:00 2001 From: camille Date: Sun, 29 Mar 2026 12:54:47 +0200 Subject: [PATCH] =?UTF-8?q?Claude=20m'a=20aid=C3=A9=20tout=20au=20long=20d?= =?UTF-8?q?u=20projet,=20mais=20la=20ca=20atteint=20des=20sommets.=20En=20?= =?UTF-8?q?meme=20temps,=20je=20suis=20en=20retard=20de=20fou=20!!=20Heure?= =?UTF-8?q?suement=20quil=20explique=20mega=20bien=20sinon=20je=20ne=20com?= =?UTF-8?q?prendrais=20rien...=20et=20encore,=20je=20comprends=20deja=20as?= =?UTF-8?q?sez=20peu=20les=20lignes=20que=20je=20rentre=20moi=20meme.=20tr?= =?UTF-8?q?op=20de=20balises=20tuent=20les=20balises......?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/comparateur.riot | 106 ++++++++++++++ .../src/components/estimation-chances.riot | 132 ++++++++++++++++++ .../src/components/ligne-resultat.riot | 33 ++++- .../src/components/page-detail.riot | 105 +++++++++++++- parcoursup-app/src/main.js | 25 +++- parcoursup-app/src/style.css | 128 +++++++++++++++++ 6 files changed, 516 insertions(+), 13 deletions(-) create mode 100644 parcoursup-app/src/components/comparateur.riot create mode 100644 parcoursup-app/src/components/estimation-chances.riot create mode 100644 parcoursup-app/src/style.css diff --git a/parcoursup-app/src/components/comparateur.riot b/parcoursup-app/src/components/comparateur.riot new file mode 100644 index 0000000..569dc27 --- /dev/null +++ b/parcoursup-app/src/components/comparateur.riot @@ -0,0 +1,106 @@ + + +

Comparateur de formations

+ + ← Retour Γ  la recherche + 🎯 Estimer mes chances + + +
+ Aucune formation sΓ©lectionnΓ©e. +
+ + + + +
+ +
+ +

{ formation.fil_lib_voe_acc }

+

{ formation.g_ea_lib_vx }

+

{ formation.ville_etab } ({ formation.dep_lib })

+

Taux d'accès : { formation.taux_acces_ens }%

+

Places : { formation.capa_fin }

+

Candidatures : { formation.voe_tot }

+

Admis : { formation.acc_tot }

+

Bac GΓ©nΓ©ral : { formation.pct_bg }%

+

Bac Techno : { formation.pct_bt }%

+

Bac Pro : { formation.pct_bp }%

+

Mention AB : { formation.pct_ab }%

+

Mention B : { formation.pct_b }%

+

Mention TB : { formation.pct_tb }%

+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/parcoursup-app/src/components/estimation-chances.riot b/parcoursup-app/src/components/estimation-chances.riot new file mode 100644 index 0000000..9095ef7 --- /dev/null +++ b/parcoursup-app/src/components/estimation-chances.riot @@ -0,0 +1,132 @@ + + +

Estimer mes chances

+ +
+ + + + + + + +
+ +
+ Aucune formation dans le comparateur. +
+ +
+ +

{ f.fil_lib_voe_acc } β€” { f.g_ea_lib_vx }

+ +
+

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

+

% admis de ta sΓ©rie : { getPctSerie(f) }%

+

Estimation : { getEstimation(f) }

+
+ +
+ Remplis le formulaire ci-dessus pour voir ton estimation. +
+ +
+ + ← Retour au comparateur + + + + + +
\ No newline at end of file diff --git a/parcoursup-app/src/components/ligne-resultat.riot b/parcoursup-app/src/components/ligne-resultat.riot index ad688fb..189efbd 100644 --- a/parcoursup-app/src/components/ligne-resultat.riot +++ b/parcoursup-app/src/components/ligne-resultat.riot @@ -1,20 +1,16 @@ -
-

{ props.formation.fil_lib_voe_acc } β€” { props.formation.g_ea_lib_vx }

{ props.formation.ville_etab } ({ props.formation.dep_lib })

Taux d'accès : { props.formation.taux_acces_ens }%

Voir le dΓ©tail - +
- - - + + +
\ No newline at end of file diff --git a/parcoursup-app/src/components/page-detail.riot b/parcoursup-app/src/components/page-detail.riot index 2bab7e9..fa72c69 100644 --- a/parcoursup-app/src/components/page-detail.riot +++ b/parcoursup-app/src/components/page-detail.riot @@ -4,12 +4,34 @@ Chargement... + + + + + + + + +

{ state.formation.fil_lib_voe_acc }

{ state.formation.g_ea_lib_vx }

{ state.formation.ville_etab } ({ state.formation.dep_lib })

← Retour Γ  la recherche + + Voir le comparateur + + + + + + + + + + +

Phase d'admission

@@ -42,6 +64,15 @@ + + + + + + + + +

Profil des admis β€” Type de bac

@@ -72,8 +103,20 @@
+ + + + + + + + +

Profil des admis β€” Mentions

+ + + @@ -116,6 +159,12 @@
+ + + + + +

Évolution du taux d'accès depuis 2020

@@ -135,10 +184,41 @@ + + + + +

Phase complΓ©mentaire

+ +
+

Candidatures en phase complΓ©mentaire : { state.formation.nb_voe_pc }

+

Admis en phase complΓ©mentaire : { state.formation.acc_pc }

+

Dont bac gΓ©nΓ©ral : { state.formation.nb_voe_pc_bg }

+

Dont bac techno : { state.formation.nb_voe_pc_bt }

+

Dont bac pro : { state.formation.nb_voe_pc_bp }

+
+ +
+ Pas de phase complΓ©mentaire pour cette formation. +
+ + + +
- + + + + + + + + + + +