Skip to content

Feature/batch sendgrid events#53

Open
hoddez wants to merge 84 commits intodevelopfrom
feature/batch_sendgrid_events
Open

Feature/batch sendgrid events#53
hoddez wants to merge 84 commits intodevelopfrom
feature/batch_sendgrid_events

Conversation

@hoddez
Copy link
Collaborator

@hoddez hoddez commented Dec 7, 2012

Added support for batched events.
Also contains some initial refactoring for newsletter event behaviour.
The handling of json or form data could probably be cleaner.

Tom Hoddes and others added 21 commits December 6, 2012 10:31
…ss code duplication with batched events coming up
…z/django-sendgrid into feature/batch_sendgrid_events

Conflicts:
	sendgrid/tests.py
	sendgrid/views.py
…z/django-sendgrid into feature/batch_sendgrid_events

Conflicts:
	sendgrid/views.py
…z/django-sendgrid into feature/batch_sendgrid_events
…go way to do this already but I couldn't find it
… test if SENDGRID_CREATE_EVENTS_AND_EMAILS_FOR_NEWSLETTERS = True
Copy link
Owner

Choose a reason for hiding this comment

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

What about building an intermediate flattened dict?

Subkeys like ["foo"]["bar"] become ["foo["bar"]], since that's the same format you're expecting AFAIK. The nesting will never go past two levels, right? Seems more straightforward to manipulate data structures and not as fragile… ?

Tom Hoddes added 29 commits December 31, 2012 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants