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

[CAPT-1729] use GOVUK formbuilder for existing session form #2895

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

asmega
Copy link
Contributor

@asmega asmega commented Jun 21, 2024

Context

Changes

  • Update existing sessions page to use GOVUK form builder

Comment on lines +5 to +8
<% radio_options = [
OpenStruct.new(id: true, name: "Yes, start claim #{journey_description(current_journey_routing_name)} and lose my progress on my first claim"),
OpenStruct.new(id: false, name: "No, finish the claim I have in progress"),
] %>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

i think leaving this inline for now is sufficient. we may want to switch to a view component at a later date but starting to get diminishing returns for effort spent

@asmega asmega marked this pull request as ready for review June 21, 2024 10:40
@asmega asmega force-pushed the minor-form-tweaks-12 branch from 354a975 to 816d6c6 Compare June 24, 2024 08:22
@asmega asmega merged commit 6d78e2a into master Jun 24, 2024
16 checks passed
@asmega asmega deleted the minor-form-tweaks-12 branch June 24, 2024 08:38
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.

2 participants