bcgov / ExitSurveyAdmin

The Exit Survey Administration Tool will assist BC Stats in administering the BCPS Exit Survey.
https://www2.gov.bc.ca/gov/content/data/statistics/government/employee-research/exit-survey
Apache License 2.0
3 stars 1 forks source link

Survey status no longer set to 'Expired' after csv import #161

Closed robinwn closed 3 years ago

robinwn commented 3 years ago

see #151 @karmour identified a case where, when a participant is added from the csv and their EFFDT is before the current date minus AdminSetting.EmployeeExpirationThreshold days they are not set to Expired since UpdateEmployeeStatus was moved to occur before the csv import. Resolution appears to be to perform UpdateEmployeeStatus both before and after the csv import.