I adapted your lovely bash script for the completed alert to generate a second alert for the project, to nudge participants who are inactive for at least 14 days. This PR adds the new alert, and also tweaks the script for your original completed alert to change the csv to just "alerts.csv" instead of "completed_alert.csv", so folks only have to upload one csv instead of two. Please take a look at it though to make sure I'm not unintentionally messing up your alert script.
I also discovered an error in the way I was writing my nudge alert to csv before, so I corrected that here, too (darn quotes!)
I adapted your lovely bash script for the completed alert to generate a second alert for the project, to nudge participants who are inactive for at least 14 days. This PR adds the new alert, and also tweaks the script for your original completed alert to change the csv to just "alerts.csv" instead of "completed_alert.csv", so folks only have to upload one csv instead of two. Please take a look at it though to make sure I'm not unintentionally messing up your alert script. I also discovered an error in the way I was writing my nudge alert to csv before, so I corrected that here, too (darn quotes!)