PyCon / pycon2019

Website for PyCon 2019
BSD 3-Clause "New" or "Revised" License
157 stars 89 forks source link

Mass email targeted groups #66

Open dpoirier opened 11 years ago

dpoirier commented 11 years ago

From the RFP:

You should be able to mass email the following targeted groups:

◦ All accepted poster presenters

◦ All accepted talk presenters

◦ All accepted tutorial presenters

◦ All tutorial attendees (scoped to a particular tutorial)

daaray commented 11 years ago

Presumably we need to extend this to Lightning Talk presenters now that it is a first class proposal type?

daaray commented 11 years ago

Poking around at the Review Section, most of this functionality exists (save for mass email for tutorial attendees)

For instance:

/2014/reviews/section/talks/notification/accepted/ provides a UX to select some/all accepted Talk Speakers, selected either a preexisting email template to base a message off of, or a blank template to send an arbitrary message.

Is this sufficient to meet the use cases for Accepted Talk/Poster/Tutorial/Lightning Talk speaker mass emailing?