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
It might be helpful to store a list of sent email types per mentor on the server. This could be stored as an array of emailTypes on each mentor (since postEmail has $emailType from the request url), i.e. "permitEmail", "scheduleEmail". Then, the mentorPanel UI could use this to show you that certain emails have already been sent, so you don't have to try and remember yourself :)
It might be helpful to store a list of sent email types per mentor on the server. This could be stored as an array of emailTypes on each mentor (since postEmail has $emailType from the request url), i.e. "permitEmail", "scheduleEmail". Then, the mentorPanel UI could use this to show you that certain emails have already been sent, so you don't have to try and remember yourself :)
mpcc-assistant/src/server/controllers/postEmail.js
Line 1 in 6c0d9f5
The text was updated successfully, but these errors were encountered: