Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MVP] Function that generates email template to send out #83

Open
lpatmo opened this issue Jun 18, 2019 · 1 comment
Open

[MVP] Function that generates email template to send out #83

lpatmo opened this issue Jun 18, 2019 · 1 comment
Assignees

Comments

@lpatmo
Copy link
Member

lpatmo commented Jun 18, 2019

The template:

Hey [NAME],

After sifting through all of the submissions, we narrowed down the perfect [OPPOSITE CATEGORY NAME] for you this week.

People who have connected through CodeBuddies have gone on to make projects together, host hangouts together, and keep each other accountable to their goals.

As a reminder, you said you were looking for:

[CATEGORY]
One-line intro of yourself: [ONE-LINE INTRO]
What skills can you help others with? [SKILLS HELP OTHERS]
What skills are you trying to improve? [SKILLS TO IMPROVE]
Timezone: [TIMEZONE]
General availability this week: [AVAILABILITY]

Your CodeBuddy is [NAME OF PARTNER].

[NAME OF PARTNER] is looking for [CATEGORY NAME]
One-line intro of [NAME OF PARTNER]: [PARTNER INTRO]
Skill(s) [NAME OF PARTNER] can help others with: [SKILLS HELP OTHERS]
Skill(s) [NAME OF PARTNER] is trying to improve: [SKILLS IMPROVE]
Timezone: [TIMEZONE]
General availability this week: [AVAILABILITY]
@lpatmo
Copy link
Member Author

lpatmo commented Jun 18, 2019

  • Moderator clicks on two cards
  • Each card is bolded
  • Cannot click no more than two cards
  • When two cards are clicked on, preview text appears below showing the email
  • Moderator sees a "Submit email" button that is highlighted
  • This function takes two inputs (two entries) and generates an output representing a blob of text that is passed into the API call that sends the email.
  • We run this function twice with the same inputs and the order switched the second time.
  • The 'active: false' flag is only triggered after the email API call is successful

@lpatmo lpatmo changed the title Function that generates email template to send out [MVP] Function that generates email template to send out Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants