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

Send copy of call for speakers email to the speaker itself #1053

Merged
merged 2 commits into from
Apr 29, 2024

Conversation

timiwahalahti
Copy link
Collaborator

When the speaker submits a talk to WordCamp, send a "receipt" of that to the speaker. It will help people keep track of what talks they’ve submitted to WordCamps, and when.

Instead of sending out separate emails and handling logic for that, I decided to just modify the email that goes out in any case. This helps to keep the code a tad cleaner, but has also the added benefit of organisers being able to reply to that email and continue the discussion with the speaker on a thread that has all of the submitted information. In addition, the same code can be extended for sponsor and volunteer applications easily.

Fixes #376

Props @melchoyce

Screenshots

CleanShot 2023-09-21 at 11 36 13@2x

How to test the changes in this Pull Request:

  1. Head to WordCamp site and open a Call for Speakers post
  2. Fill the form
  3. Check the email (on Docker, use Mailcatcher for that)

@timiwahalahti timiwahalahti added [Priority] 2 [Component] WC-Post-Types Organizers, Speakers, Sessions, Schedule, Sponsors, Volunteers labels Sep 21, 2023
@timiwahalahti
Copy link
Collaborator Author

The linting errors are due to action/filter list styling that has been the preferred way in WordCamp.org but for some reason, phpcs decided to nag about it...

Copy link
Contributor

@renintw renintw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and saw the expected result.
Screenshot 2024-04-29 at 21 43 52

@renintw renintw merged commit 4bbcc10 into WordPress:production Apr 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Component] WC-Post-Types Organizers, Speakers, Sessions, Schedule, Sponsors, Volunteers Migrated from Trac [Priority] High
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Email receipt after submitting WordCamp talk
2 participants