Feature: Add getReactionStats Method for Time Periods
Description:
Add a method getReactionStats(reactableId, startDate, endDate) that returns reaction counts broken down by time periods (e.g., daily or weekly) within a date range.
Acceptance Criteria:
Feature: Add
getReactionStatsMethod for Time PeriodsDescription:
Add a method
getReactionStats(reactableId, startDate, endDate)that returns reaction counts broken down by time periods (e.g., daily or weekly) within a date range.Acceptance Criteria:
Model.getReactionStats(reactableId, startDate, endDate, interval?).date,reaction, andcountproperties.intervalparameter can beday,week, ormonth.