From a56b80d8bd5ae4c2ca49a32ab730e26ea84e2938 Mon Sep 17 00:00:00 2001
From: Shivansh Sharma Life happens and we understand that. That’s why we allow 5 of them before taking action. This action usually includes removal from our team though, so please let your direct supervisor know what happened and do your best to avoid future blue squares if you are getting close to 5 and wish to avoid termination. Each blue square drops off after a year. Life happens and we understand that. Please make up the missed hours this following week though to avoid getting another blue square. So you know what’s needed, the missing/incomplete hours (${timeRemaining} hours) have been added to your current week and this new weekly total can be seen at the top of your dashboard. Reminder also that each blue square is removed from your profile 1 year after it was issued. Oops, it looks like something happened and you’ve managed to get a blue square. Date Assigned: ${infringement.date} Description: ${infringement.description} Total Infringements: This is your ${moment
- .localeData()
- .ordinal(totalInfringements)} blue square of 5. Life happens and we understand that. That’s why we allow 5 of them before taking action. This action usually includes removal from our team though, so please let your direct supervisor know what happened and do your best to avoid future blue squares if you are getting close to 5 and wish to avoid termination. Each blue square drops off after a year.
Thank you,
One Community
[Feature Name] Bug Title:
@@ -130,32 +130,32 @@ const dashboardcontroller = function () { expected, actual, visual, - severity + severity, ); try { emailSender( - "onecommunityglobal@gmail.com", + 'onecommunityglobal@gmail.com', `Bug Rport from ${firstName} ${lastName}`, emailBody, - email + email, ); - res.status(200).send("Success"); + res.status(200).send('Success'); } catch { - res.status(500).send("Failed"); + res.status(500).send('Failed'); } }; const suggestionData = { suggestion: [ - "Identify and remedy poor client and/or user service experiences", - "Identify bright spots and enhance positive service experiences", - "Make fundamental changes to our programs and/or operations", - "Inform the development of new programs/projects", - "Identify where we are less inclusive or equitable across demographic groups", - "Strengthen relationships with the people we serve", + 'Identify and remedy poor client and/or user service experiences', + 'Identify bright spots and enhance positive service experiences', + 'Make fundamental changes to our programs and/or operations', + 'Inform the development of new programs/projects', + 'Identify where we are less inclusive or equitable across demographic groups', + 'Strengthen relationships with the people we serve', "Understand people's needs and how we can help them achieve their goals", - "Other", + 'Other', ], field: [], }; @@ -164,42 +164,54 @@ const dashboardcontroller = function () { let fieldaaray = []; if (suggestionData.field.length) { fieldaaray = suggestionData.field.map( - (item) => `${item}
-${args[3][item]}
` + item => `${item}
+${args[3][item]}
`, ); } - const text = `New Suggestion: -Suggestion Category:
-${args[0]}
-Suggestion:
-${args[1]}
- ${fieldaaray.length > 0 ? fieldaaray : ""} -Wants Feedback:
-${args[2]}
-Thank you,
- One Community
Suggestion Category:
+${args[0]}
+Suggestion:
+${args[1]}
+ ${fieldaaray.length > 0 ? fieldaaray : ''} +Name of Suggester:
+${args[3].firstName} ${args[3].lastName}
+Email of Suggester:
+${args[4]}
+Wants Feedback:
+${args[2]}
+Thank you,
+ One Community
[Feature Name] Bug Title:
@@ -130,32 +130,32 @@ const dashboardcontroller = function () { expected, actual, visual, - severity, + severity ); try { emailSender( - 'onecommunityglobal@gmail.com', + "onecommunityglobal@gmail.com", `Bug Rport from ${firstName} ${lastName}`, emailBody, - email, + email ); - res.status(200).send('Success'); + res.status(200).send("Success"); } catch { - res.status(500).send('Failed'); + res.status(500).send("Failed"); } }; const suggestionData = { suggestion: [ - 'Identify and remedy poor client and/or user service experiences', - 'Identify bright spots and enhance positive service experiences', - 'Make fundamental changes to our programs and/or operations', - 'Inform the development of new programs/projects', - 'Identify where we are less inclusive or equitable across demographic groups', - 'Strengthen relationships with the people we serve', + "Identify and remedy poor client and/or user service experiences", + "Identify bright spots and enhance positive service experiences", + "Make fundamental changes to our programs and/or operations", + "Inform the development of new programs/projects", + "Identify where we are less inclusive or equitable across demographic groups", + "Strengthen relationships with the people we serve", "Understand people's needs and how we can help them achieve their goals", - 'Other', + "Other", ], field: [], }; @@ -164,54 +164,53 @@ const dashboardcontroller = function () { let fieldaaray = []; if (suggestionData.field.length) { fieldaaray = suggestionData.field.map( - item => `${item}
-${args[3][item]}
`, + (item) => `${item}
+${args[3][item]}
` ); } const text = `New Suggestion From ${args[3].firstName} ${ args[3].lastName - }: -Suggestion Category:
+ } + : + ⚹ Suggestion Category:${args[0]}
-Suggestion:
+ ⚹ Suggestion:${args[1]}
- ${fieldaaray.length > 0 ? fieldaaray : ''} -Name of Suggester:
+ ${fieldaaray.length > 0 ? fieldaaray : ""} + ⚹ Name of Suggester:${args[3].firstName} ${args[3].lastName}
-Email of Suggester:
+ ⚹ Email of Suggester:${args[4]}
-Wants Feedback:
+ ⚹ Wants Feedback:${args[2]}
-Thank you,
- One Community