Skip to content

Remove final references to send_link step#8083

Merged
soniaconnolly merged 1 commit intomainfrom
sonia-send-link-cleanup
Mar 28, 2023
Merged

Remove final references to send_link step#8083
soniaconnolly merged 1 commit intomainfrom
sonia-send-link-cleanup

Conversation

@soniaconnolly
Copy link
Contributor

🎫 Ticket

Tail end of LG-8903

🛠 Summary of changes

The Send Link Step was removed in favor of the Combined Hybrid Handoff screen. This removes some remaining references to that step.

Note that Funnel::DocAuth::RegisterStep still refers to send_link and the doc_auth_logs table still has columns for send_link_view_at and send_link_view_count.

Note that Funnel::DocAuth::RegisterStep still refers to send_link and the doc_auth_logs table still has columns for send_link_view_at and send_link_view_count

changelog: Internal, Identity Verification, Remove final references to SendLinkStep
@soniaconnolly soniaconnolly requested review from a team, eric-gade and kbighorse March 27, 2023 23:37
@aduth
Copy link
Contributor

aduth commented Mar 28, 2023

Note that Funnel::DocAuth::RegisterStep still refers to send_link and the doc_auth_logs table still has columns for send_link_view_at and send_link_view_count.

Will those be removed?

@soniaconnolly
Copy link
Contributor Author

Note that Funnel::DocAuth::RegisterStep still refers to send_link and the doc_auth_logs table still has columns for send_link_view_at and send_link_view_count.

Will those be removed?

I left them in because I'm not sure they can be removed. I'm assuming we want to keep past data about visitors to the SendLink step, so the db column stays, and then I'm guessing the send_link accessor is needed to query for data. @zachmargolis, do you have any thoughts about that, or how this is usually handled when steps are deleted from the FSM?

@zachmargolis
Copy link
Contributor

Note that Funnel::DocAuth::RegisterStep still refers to send_link and the doc_auth_logs table still has columns for send_link_view_at and send_link_view_count.

Will those be removed?

I left them in because I'm not sure they can be removed. I'm assuming we want to keep past data about visitors to the SendLink step, so the db column stays, and then I'm guessing the send_link accessor is needed to query for data. @zachmargolis, do you have any thoughts about that, or how this is usually handled when steps are deleted from the FSM?

Since send_link/link_sent are not included in our report, I think we could remove them if we wanted to

@soniaconnolly
Copy link
Contributor Author

Since send_link/link_sent are not included in our report, I think we could remove them if we wanted to

Zach and I talked and we're going to leave this part of the cleanup to a separate ticket.

@soniaconnolly soniaconnolly merged commit fe1d70a into main Mar 28, 2023
@soniaconnolly soniaconnolly deleted the sonia-send-link-cleanup branch March 28, 2023 22:02
@aduth aduth mentioned this pull request Mar 29, 2023
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