Opened 10 years ago
Closed 7 years ago
#720 closed enhancement (fixed)
Notify sponsors whether venues have exhibition space or not
Reported by: | iandunn | Owned by: | iandunn |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordCamp Site & Plugins | Keywords: | good-first-bug needs-testing |
Cc: |
Description
When sponsors are sent automated e-mails about new WordCamps, they should be notified whether or not the venue has exhibition space.
To do this, we need to:
- Add a checkbox to the WordCamp post type
- Add a placeholder shortcode to Organizer Reminders plugin
Attachments (2)
Change History (7)
#4
@
10 years ago
- Keywords dev-feedback removed
- Owner set to iandunn
- Status changed from new to accepted
This looks good, thanks :)
I committed the first part in r1232. One small change I made was to use checked()
instead of manually outputting the attribute.
I haven't committed the other part yet, because we now also want to tie the new shortcode to sponsorship packages, because only certain packages include exhibition space, so only those sponsors should have the information included in their email.
The packages are currently being updated, though, so we'll need to wait until they're settled in order to know what criteria we can use to programmatically determine whether or not to include the message about space being available. That may be done later today, though.
Once that's added, the second part just needs a final review/test and then it can be merged.
Added a Patch.
Needs Testing though I could not test if the mails are going as expected or not.