email states, writing and reading from cassandra
Writing and reading email states from Cassandra
Refactored the user state emails into delegates\senders which are in charge of talking to all the managers and getting the data for the given user state
Once we get the other emails in line, we'll be able to query cassandra and just
5/6 discussions resolved
added 4 commits
- 067bcab3...fbbe6842 - 2 commits from branch
minds:master
- 1cc12f34 - Merge remote-tracking branch 'upstream/master' into email_schema
- 30a2f094 - Delegates for sending campaign emails
- 067bcab3...fbbe6842 - 2 commits from branch
unmarked as a Work In Progress
assigned to @brianhatchet
changed the description 2 times within 3 minutes
changed milestone to %sprint: Funny Frog
approved this merge request
- Resolved by Brian Hatchet
- Resolved by Brian Hatchet
- Resolved by Brian Hatchet
- Last updated by Brian Hatchet
65 66 66 67 return true; 67 68 } 69 70 /** 71 * Returns the short name of the class as the template name. 72 */ 73 public function getEmailCampaignId() 74 { 75 return (new \ReflectionClass($this))->getShortName(); - Developer
I love this, but check with @markeharding if he's OK using Reflection on production.
- Maintainer
- Resolved by Brian Hatchet
- Resolved by Brian Hatchet
added 36 commits
- 30a2f094...38958c20 - 35 commits from branch
minds:master
- ec2a1c71 - Merge remote-tracking branch 'upstream/master' into email_schema
- 30a2f094...38958c20 - 35 commits from branch