-
Notifications
You must be signed in to change notification settings - Fork 7
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
AP-5572 Use summary card component for CYA income page #7567
Conversation
e5e795d
to
2ecacfe
Compare
65ef246
to
b5bac5e
Compare
Update partials used on the income CYA page to use the summary card component
update rest of partials to use summary card component
fa0e128
to
b2c894a
Compare
b2c894a
to
7770fb8
Compare
95e7940
to
6eabf0c
Compare
6eabf0c
to
f532a6b
Compare
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.
Looking good 👍
I have made a start but have to head off so will try and finish tomorrow
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.
Cannot see any obvious issues other than those listed individually.
I guess it will just need some careful UAT on the client partner stuff.
app/views/shared/review_application/_income_payments_and_assets.html.erb
Outdated
Show resolved
Hide resolved
...ews/shared/review_application/_income_payments_and_assets_for_bank_statement_upload.html.erb
Outdated
Show resolved
Hide resolved
c366969
to
b250880
Compare
Quality Gate passedIssues Measures |
What
Link to story
Replace instances of
govuk-summary-list(card)
with the actual summary card component (govuk-summary-card
) on the Check your answers Income page.Make other visual changes such as updating headings and content.
Change the page template width to full, and the card columns widths to one third each.
Update rspecs and feature tests and ensure all CYA income sections are covered in feature tests.
Checklist
Before you ask people to review this PR:
bundle exec rake
git rebase main
.