Small refactor to logging for send submission job#1757
Small refactor to logging for send submission job#1757
Conversation
a4c8dfd to
0d9be1e
Compare
0d9be1e to
44dc0a4
Compare
In future the send submission job could send submissions by methods other than email, so the name of this event should be more generic.
44dc0a4 to
4572702
Compare
Refactor the `submission_sent` event logging so that it is similar to the logging of the `submit` event; add a method for it to the LogEventService, change the event name depending on whether the submission is for a form preview or not, and log the submission type and format.
4572702 to
d64caba
Compare
|
|
🎉 A review copy of this PR has been deployed! It is made of up two components Important Not all of the functionality of forms-runner is present in review apps. You should use the full dev environment to test the functionality which is disabled here. It may take 5 minutes or so for the application to be fully deployed and working. If it still isn't ready For the sign in details and more information, see the review apps wiki page. |



What problem does this pull request solve?
submission_email_sentevent tosubmission_sentSee commits for more details.
Things to consider when reviewing