happeninghq / happening

Open Source Event/Community management
MIT License
2 stars 1 forks source link

Serializing data in notifications #91

Open jscott1989 opened 9 years ago

jscott1989 commented 9 years ago

Serializing the data in notifications is making it difficult to do anything complex

(e.g. in this case, listing the tickets purchased - rather than just the count)

We should get rid of this and instead just generate the content once and save the generated html + markdown.

(The disadvantage is that we couldn't change the design of the notification box without it breaking old notifications)