Skip to content

Retire the SsnForm#9550

Merged
jmhooper merged 1 commit intomainfrom
jmhooper-retire-ssn-form
Nov 6, 2023
Merged

Retire the SsnForm#9550
jmhooper merged 1 commit intomainfrom
jmhooper-retire-ssn-form

Conversation

@jmhooper
Copy link
Contributor

@jmhooper jmhooper commented Nov 6, 2023

The SsnForm class is a form object that does a lot of footwork to check if the SSN is unique and add that to the analytics. This form uses a service object to do that.

This commit removes the middleman and calls the service object in the controller (actually it is a concern shared between 2 controllers) that previously consumed this form.

The `SsnForm` class is a form object that does a lot of footwork to check if the SSN is unique and add that to the analytics. This form actually uses a service object to do that.

This commit removes the middleman and calls the service object in the controller (actually it is a concern shared between 2 controllers) that previuosly consumed this form.

[skip changelog]
@jmhooper
Copy link
Contributor Author

jmhooper commented Nov 6, 2023

This is related to #9547

Copy link
Contributor

@soniaconnolly soniaconnolly left a comment

Choose a reason for hiding this comment

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

LGTM

@jmhooper jmhooper merged commit 6435383 into main Nov 6, 2023
@jmhooper jmhooper deleted the jmhooper-retire-ssn-form branch November 6, 2023 19:26
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