You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Extend the aggregation system to allow for basic grouping and counting based on the meta field. For example, count reactions grouped by reaction and meta.source.
Acceptance Criteria:
New method: Model.getReactionCountsByMeta(reactableId, metaFieldPath).
Returns counts grouped by both reaction and the value at the specified metaFieldPath (e.g., meta.source).
Feature: Aggregate on Meta Fields
Description:
Extend the aggregation system to allow for basic grouping and counting based on the
metafield. For example, count reactions grouped byreactionandmeta.source.Acceptance Criteria:
Model.getReactionCountsByMeta(reactableId, metaFieldPath).reactionand the value at the specifiedmetaFieldPath(e.g.,meta.source).{ like: { mobile: 5, web: 3 }, love: { web: 2 } }.