-
Notifications
You must be signed in to change notification settings - Fork 11
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
Routes Wizard #4411
Draft
spencerldixon
wants to merge
12
commits into
master
Choose a base branch
from
feature/routes_wizard
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Routes Wizard #4411
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Quality Gate passedIssues Measures |
* recreated results box component and associated styling * added spec test for results box component * added results box to completed page of routes wizard * adjusted media query to improve responsiveness on mobile/tablet * Fixed spacing * removed results box from completed page of routes wizard * fixed indenting on results box css file --------- Co-authored-by: Spencer Dixon <[email protected]>
spencerldixon
changed the title
Build initial question and results pages for routes wizard
Routes Wizard
Jan 10, 2025
* WIP routes wizard logic * Completed matching logic for each route into teaching * Lint and exclude from orphan variables check * Ammend logic to support multiple answers to a question * WIP move logic to routes class * WIP adding tests * WIP adding tests * Add results box component * Add basic layout to completed page and add results boxes * Remove substitute values from most fields in results box * Amend routes mapping * Added not yet answers for routes mapping * Remove two routes
* WIP routes wizard logic * Completed matching logic for each route into teaching * Lint and exclude from orphan variables check * Ammend logic to support multiple answers to a question * WIP move logic to routes class * WIP adding tests * WIP adding tests * Add results box component * Add basic layout to completed page and add results boxes * Remove substitute values from most fields in results box * Amend routes mapping * Added not yet answers for routes mapping * WIP adding page layout * Added mailing list form component * Change case-when to hash to satisfy rubocop * Swap order of privacy policy and next step button * Improve error messaging and spacing of results cards * Add start page and extra spacing to bottom of mailer form submit button * Linting * Update app/views/routes_into_teaching/steps/completed.html.erb Co-authored-by: Gemma Dallman <[email protected]> * Stylelint fixes to results box css * Added default heading tag to QuoteWithImageComponent and changed ResultsBoxComponent to render a h3 * Fix renaming of quote with image component attribute --------- Co-authored-by: Gemma Dallman <[email protected]>
* Add cta component to routes wizard results box * Fix responsiveness of cta circle icon
* Added no results text * updating link to help and support instead of TTA * Remove results override --------- Co-authored-by: Sarah-DfE <[email protected]>
* Add start page content * updating start page content --------- Co-authored-by: Sarah-DfE <[email protected]>
Review app deployed to https://get-into-teaching-app-review-4411.test.teacherservices.cloud |
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Trello card
https://trello.com/c/nRCbhphO/7084-build-question-pages-and-initial-output-for-routes-wizard?filter=member:spencerldixon
Context
We want to ask candidates three simple questions and then display appropriate route information depending on their answers
We want to build the three question pages and render the answers on a results page as a first step - (adding logic to determine the route(s) to be displayed will be done in a later ticket)
Changes proposed in this pull request
/routes-into-teaching
pathGuidance to review