Ghost/ghost/members-api/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
..
controllers Allowed comped members to go through checkout flow 2022-08-19 20:55:31 +05:30
repositories Added member attributions to activity feed (#15283) 2022-08-24 11:17:28 -04:00
services Added member attribution to member details page (#15266) 2022-08-19 16:39:18 -04:00
MembersAPI.js Added member attributions to activity feed (#15283) 2022-08-24 11:17:28 -04:00