Ghost/ghost/member-attribution/lib
Simon Backx f124d142c9 Added member attributions to activity feed (#15283)
refs https://github.com/TryGhost/Team/issues/1833
refs https://github.com/TryGhost/Team/issues/1834

We've added the attribution property to subscription and signup events when the
flag is enabled. The attributions resource is fetched by creating multiple relations
on the model, rather than polymorphic as we ran into issues with that as they can't
be nullable/optional.

The parse-member-event structure has been updated to make it easier to work with,
specifically `getObject` is only used when the event is clickable, and there is now a 
join property which makes it easier to join the action and the object.
2022-08-24 11:17:28 -04:00
..
attribution.js Added member attributions to activity feed (#15283) 2022-08-24 11:17:28 -04:00
event-handler.js
history.js
service.js Added member attributions to activity feed (#15283) 2022-08-24 11:17:28 -04:00
url-translator.js Added member attributions to activity feed (#15283) 2022-08-24 11:17:28 -04:00