Remove final references to send_link step#8083
Conversation
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
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 |
Zach and I talked and we're going to leave this part of the cleanup to a separate ticket. |
🎫 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.