Plots2: Email for welcoming newcomer at time of Sign up

Created on 5 Feb 2018  Â·  24Comments  Â·  Source: publiclab/plots2

Welcome Email should be sent to a newcomer at time of Sign up.The content of Email can include a brief about the PublicLabs, about exploring website features, etc.We can also include in mail links which are shown on Dashboard of the newcomer.Current mail sent at sign up prompts user to join Gooogle group looks like this:-
join_mail

We can add more content in above Mailer or can form new mailer.

@jywarren @ebarry please provide your input.Thanks.

enhancement more-detail-please

Most helpful comment

Here's an edit!

Welcome to Public Lab!

We're an open community dedicated to making environmental monitoring more accessible to all. In Public Lab, our public questions, ideas, and exploration help to build the resources available for everyone to use.

_UN INFO HERE_

There’s a lot you can do in Public Lab: learn how to do environmental investigation in your community, help to build and develop research tools, and work with others to advocate for change.

Ready to jump in?

  • Join an open call (https://publiclab.org/open-call)
  • Find an upcoming event (www.publiclab.org/events)
  • Ask a question (www.publiclab.org/questions)
  • Follow Public Lab on social media (https://www.facebook.com/PublicLab/)
  • Help support our work (www.publiclab.org/donate)

Looking forward to hearing from you soon,

The Public Lab Community

All 24 comments

I'd like to help out in this

hi @visheshruparelia most welcome, once final template of mail is decided we'll divide this in parts.

This is an excellent project!!!!! @steviepubliclab check this out --

@publiclab/community-reps maybe some text like:

Welcome to Public Lab! Let's get you started.

Your username is _____.
If you forget your password, enter the email address you received this message at into the prompt at https://publiclab.org/reset to reset it.

What else would we want to send?

How about adding getting started links which we display at the dashboard of newcomers for a week?

That's a great thing to start with -- super! We can modify the text later :-)

We can even base it on a Feature -- https://github.com/publiclab/plots2/blob/master/doc/DATA_MODEL.md#nodes

that way we can easily update the welcome message text (the part that doesn't include the current user's username, though, since we can't use variables in a feature)

How does that sound?

hi @publiclab/community-reps I am working on this one. Thanks.

awesome!!!

On Sat, Jun 16, 2018 at 4:19 AM Gaurav Sachdeva notifications@github.com
wrote:

hi @publiclab/community-reps
https://github.com/orgs/publiclab/teams/community-reps I am working on
this one. Thanks.

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/2241#issuecomment-397796650,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AABfJ4PALCAgnOTfJVCeiJyLRmGqYjJmks5t9L-JgaJpZM4R6MZ1
.

hi @jywarren , I tried signing up again from 2 accounts but haven't received any mail. Could you see logs? Thanks.

What do you think, should we use inline CSS for formatting or use gems? Thanks

hi @publiclab/community-reps sorry to bother you again, but as welcome email to a user is a crucial and can be helpful to the user in getting familiar with the website. So, if you all can point to some important points to include that would be really helpful.

Current considerations-

  1. first_mail_1

Thanks .

Hi! Can you clarify if this is showing up in an email or as a pop up?

I think you mean email.

Let me sync up with @ebarry when she gets back. First week in July ok? Is there some holder text you can use in the meantime as you're working on this? I'm looking for some text we recently put together that might be useful for this. (Liz where is that script? I can't find it!).

Hi @steviepubliclab, I will work on this issue at the start of July then, after @ebarry join us if you have any other ideas regarding design and content about the welcome emails, you can always drop here. Thanks.

Hi @publiclab/community-reps can we start working on this now? Sorry, I am just a little excited to design new mailer for newcomers :smile:

Hi @Gauravano -- i just checked with Stevie and we have this draft, although we'll want to make final changes before merging it:

https://gist.github.com/jywarren/893de8c52d7d977c16289eea98bb2035

However, if it's implemented as part of a feature at /features, we can tweak this any time, so it doesn't have to block.

How's that sound?

Here's an edit!

Welcome to Public Lab!

We're an open community dedicated to making environmental monitoring more accessible to all. In Public Lab, our public questions, ideas, and exploration help to build the resources available for everyone to use.

_UN INFO HERE_

There’s a lot you can do in Public Lab: learn how to do environmental investigation in your community, help to build and develop research tools, and work with others to advocate for change.

Ready to jump in?

  • Join an open call (https://publiclab.org/open-call)
  • Find an upcoming event (www.publiclab.org/events)
  • Ask a question (www.publiclab.org/questions)
  • Follow Public Lab on social media (https://www.facebook.com/PublicLab/)
  • Help support our work (www.publiclab.org/donate)

Looking forward to hearing from you soon,

The Public Lab Community

We can also add PublicLab logo at top-center position of email.

Any other image you guys wanna suggest @jywarren @steviepubliclab ? Also, any design or should we keep it simple text email?
Thanks!

Let's keep it pretty simple text for now, but if this is implemented as a
Feature, we can add images later, right?

Thanks, Gaurav!!!

On Fri, Jul 6, 2018 at 3:41 PM Gaurav Sachdeva notifications@github.com
wrote:

We can also add PublicLab logo at top-center position of email.

Any other image you guys wanna suggest @jywarren
https://github.com/jywarren @steviepubliclab
https://github.com/steviepubliclab ? Also, any design or should we keep
it simple text email?
Thanks!

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/2241#issuecomment-403128542,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AABfJyr9wX2YYgI58ALwrRyqvbsfFbiQks5uD71HgaJpZM4R6MZ1
.

Making a feature is fine. But, I doubt images can be added via feature. Are we displaying images via feature anywhere @jywarren ?

I found this
without_image

we pass feature body as a string, so we can make a new helper function which would return us the node and then we can render node content just like we do for normal node in Email. How does that sound @jywarren ?

That sounds great!

On Sat, Jul 7, 2018 at 2:42 AM Gaurav Sachdeva notifications@github.com
wrote:

I found this
[image: without_image]
https://user-images.githubusercontent.com/20878070/42407735-a7e017fc-81de-11e8-9d10-41cdc0ebe183.png

we pass feature body as a string, so we can make a new helper function
which would return us the node and then we can render node content just
like we do for normal node in Email. How does that sound @jywarren
https://github.com/jywarren ?

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/2241#issuecomment-403193353,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AABfJ7Oy4Nbl-VCvefD7ZF6HEnQTOukfks5uEFhBgaJpZM4R6MZ1
.

Hi @jywarren @steviepubliclab, I have raised PR at #3025 for this issue. Please create a new feature by name welcome-email-body . Thanks!

awesome!!!

On Tue, Jul 10, 2018 at 9:22 AM Gaurav Sachdeva notifications@github.com
wrote:

Hi @jywarren https://github.com/jywarren @steviepubliclab
https://github.com/steviepubliclab I have raised PR at #3025
https://github.com/publiclab/plots2/pull/3025 for this issue. Please
create a new feature by name welcome-email-body . Thanks!

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/2241#issuecomment-403819732,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AABfJ7xQkaA_An-n2e8eLv0ggfGN0CV8ks5uFKqGgaJpZM4R6MZ1
.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jywarren picture jywarren  Â·  3Comments

bronwen9 picture bronwen9  Â·  3Comments

grvsachdeva picture grvsachdeva  Â·  3Comments

shapironick picture shapironick  Â·  3Comments

keshavsethi picture keshavsethi  Â·  3Comments