-
Notifications
You must be signed in to change notification settings - Fork 20
[#475] Création de la page engagement pour les établissement scolaire et supérieur (US-573). #475
Conversation
I've deployed this PR to http://573-page-sco-sup-enrollment.pix.beta.gouv.fr. Please check it out |
I've deployed this PR to http://573-page-sco-sup-enrollment.pix.beta.gouv.fr. Please check it out |
I've deployed this PR to http://573-page-sco-sup-enrollment.pix.beta.gouv.fr. Please check it out |
I've deployed this PR to http://573-page-sco-sup-enrollment.pix.beta.gouv.fr. Please check it out |
app/templates/enrollment.hbs
Outdated
@@ -0,0 +1 @@ | |||
{{outlet}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On vire celui-ci ?
app/routes/enrollment.js
Outdated
@@ -0,0 +1,4 @@ | |||
import Ember from 'ember'; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il est utile ce composant ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non, bien vu, j'ai éxécuté la commande pour générer la route au mauvais endroit par erreur.
I've deployed this PR to http://573-page-sco-sup-enrollment.pix.beta.gouv.fr. Please check it out |
I've deployed this PR to http://573-page-sco-sup-enrollment.pix.beta.gouv.fr. Please check it out |
I've deployed this PR to http://573-page-sco-sup-enrollment.pix.beta.gouv.fr. Please check it out |
…bouton déconnexion (US-214) (#473) * In progress * Add user details to navbar * Refacto according to code review * Add email field to profile-serializer in api * Add sub-menu to user profile * Add user-logged-menu * fix url for redirection * Add char to rebuild * In progress * Add user details to navbar * Refacto according to code review * Add sub-menu to user profile * BSR * Add compte button font size support for mobile * Add support size for mobile * Move email in user logged menu to bottom * Refacto menu * constraint * constraint * BSR responsive navbar * Add acceptance to check redirection when queryRecord fails * Add test for session in navbar component * Extract user menu details to other component * Add new component user logged menu * Add retrieve and display user info from the store * Move user-logged-menu css from navbar to own sass file * [#475] Création de la page engagement pour les établissement scolaire et supérieur (US-573). (#475) * [US-573] Create new route to enrollment page * [US-573] Create page HTML skeleton * [US-573] Include placeholder for images * [US-573] add pictures, WIP front page rejoindre * [US-573] Finish css on enrollment page * [US-573] Finish style of the page, add collapsible panel * [US-573] accessibility on collabpsible panel * [US-573] BSR on navbar header * [US-573] Make front test passed * [US-573] Change from functional validation + BSR navbar-header * [US-573] Test without cp-panel collapsible panel to see if it is working on chrome mobile * [US-573] Change tex * [US-573] Change to have collapsible panels * [US-573] Add link to framaform * [US-573] delete unuseful route * [US-573] Do not change color and style of the form link when visited * Refacto with toggleProperty awesome method * [#481] [FEATURE] Redirection automatique vers sa page de profile lorsqu'un utilisateur fini de créer son compte (US-577) (#481) * [#472] [FEATURE] Affichage du nom et du prénom lorsqu'un utilisateur connecté accède à son profil (US-624) (#472) * In progress * Add user details to navbar * Use concat ember native function and remove useless css property * Refacto according to code review * ADD capitalize style * [BUGFIX] Fixing estimatedLevel evaluation when having no skill associated * [TECH] Updating .gitignore to ignore pix.log.* * Releasing 1.15.1 version * Update CHANGELOG.md * Add new action to signup-form component and improve tests * Add action redirectToCompte to authenticate user and redirect him to his compte page * Add action redirectToCompte in inscription route * Add sendAction to handle route action (redirection) * Rename redirectToCompte to redirectToProfileRoute * Little test name refacto * Refacto test with sinon * In progress * In progress * Add user details to navbar * Add user details to navbar * Refacto according to code review * Refacto according to code review * Add email field to profile-serializer in api * Add sub-menu to user profile * Add sub-menu to user profile * Add user-logged-menu * fix url for redirection * Add char to rebuild * BSR * Add compte button font size support for mobile * Add support size for mobile * Move email in user logged menu to bottom * Refacto menu * constraint * constraint * BSR responsive navbar * Add acceptance to check redirection when queryRecord fails * Add test for session in navbar component * Extract user menu details to other component * Add new component user logged menu * Add retrieve and display user info from the store * Move user-logged-menu css from navbar to own sass file * Refacto with toggleProperty awesome method
No description provided.