You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to send an email that uses the (yet unfinished) task matcher to send an email digest with perhaps the top three most recommended, unassigned, open tasks for a user based on their skills.
We can attempt to send this once a week using Quantum jobs.
We'll likely need to be add in some sort of system for being able to unsubscribe from these emails so that future emails don't accidentally end up in spam.
Each task should list:
skills (both matching and not matching)
when the task was created
Ideally we would also factor in the task priority, but that might be a polish step.
The text was updated successfully, but these errors were encountered:
write module which uses task matcher to load data and create the email ~2 hours
write module which performs the above for each user ~4 hours. I'm expecting difficulties here as to how the users are loaded and their own email template data is generated
add quantum, add config schedule to call the above module at a certain time in the week ~ 1 hour
The last step is the easy part. Past the initial setup described in the documentation, we just need to add something like
Problem
We want to send an email that uses the (yet unfinished) task matcher to send an email digest with perhaps the top three most recommended, unassigned, open tasks for a user based on their skills.
We can attempt to send this once a week using Quantum jobs.
We'll likely need to be add in some sort of system for being able to unsubscribe from these emails so that future emails don't accidentally end up in spam.
Each task should list:
Ideally we would also factor in the task priority, but that might be a polish step.
The text was updated successfully, but these errors were encountered: