utm_source has disabled-send-email, the reason for this validation is Option 2: Import Resume From CSV in Buckets, this option allows to import applicants using easy_apply logic.
Send a Message to the new Applicant
Send a Message for a complete Application

The interview Guide is not added to the activity log.


show_purple will be = True and the state will be Application Completed, which means the count for new applicants increases by 1.
Do we want to maintain this behavior?
What happened with the current logic to order the app list?
#current logic
order by using the major date_created between 1st_app.date_created and 2nd_app.date_created.
#New Logic
should we use the application_source?
#create new column in application_form for last_applied
#migrations
FORM_SUBMITTED (in view)APPLICANTS_ACTION_CLICK (in view)ACTIVITY_LOG_INTERVIEW_GUIDE (in view)ACTIVITY_LOG_APP_SUBMITTED (in view)ACTIVITY_LOG_APP_SUBMITTED (in view)ACTIVITY_LOG_SECOND_STAGE_APP_SUBMITTED (in view)