Skip to content
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

Feature branch GRO 165 #313

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

Feature branch GRO 165 #313

wants to merge 30 commits into from

Conversation

PaolaDMadd-Pro
Copy link

What?

Add new pages to form for verify email and use a different form for countries outside UK.

Why?

request by product Owners on tickets GRO-166-167 and GRO-165

How?

Updated the field.js to include new field "nonUkAddress" then updated the routes to include new url for new page "/address-nonuk" Then updated the applicant_emailer.js and caseworker_emailer.js and summary page to include the nonUkAddress field
and
create a new step: check-email in app.index.js update all the files related to check-email step to render the view check-email.html

Testing?

update test suit where possible. BDD will be update by QAT team

Screenshots (optional)

Anything Else? (optional)

Check list

  • I have reviewed my own pull request for linting issues (e.g. adding new lines)
  • I have written tests (if relevant)
  • I have created a JIRA number for my branch
  • I have created a JIRA number for my commit
  • I have followed the chris beams method for my commit https://cbea.ms/git-commit/
    here is an example commit
  • Ensure drone builds are green especially tests
  • I will squash the commits before merging

mixin: 'radio-group',
validate: ['required'],
legend: {
className: 'visuallyhidden'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this an existing css class name? if not, just call the class hidden, this is overly specific

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what is used for Hof components. The GDS class is govuk-visually-hidden .

Copy link

@william-gu-hof william-gu-hof left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

went through the changed files apart form tests, looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants