Add Likes Statistics Service #3
Unanswered
antonkomarev
asked this question in
Ideas
Replies: 2 comments
-
Counts by date could use Counting related models |
Beta Was this translation helpful? Give feedback.
0 replies
-
This feature is on hold before v7 because I've completely revised an API of the next package version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What to do
API Design Mockup
Where Scopes
scopeWhereLikedByDate
to service layer.scopeWhereLikedByDate
to Likeable models.scopeWhereLikedBetweenDates
to service layer.scopeWhereLikedBetweenDates
to Likeable models.scopeWhereDislikedByDate
to service layer.scopeWhereDislikedByDate
to Likeable models.scopeWhereDislikedBetweenDates
to service layer.scopeWhereDislikedBetweenDates
to Likeable models.Counters
countLikesByDate
to service layer.countLikesByDate
to Likeable models.countLikesBetweenDates
to sevice layer.countLikesBetweenDates
to Likeable models.Split LikeableService by adding CounterService (?)
incrementLikesCount
toCounterService
fromLikeableService
decrementLikesCount
toCounterService
fromLikeableService
incrementDislikesCount
toCounterService
fromLikeableService
decrementDislikesCount
toCounterService
fromLikeableService
removeLikeCountersOfType
toCounterService
fromLikeableService
scopeOrderByLikesCount
toCounterService
fromLikeableService
fetchLikesCounters
toCounterService
fromLikeableService
Beta Was this translation helpful? Give feedback.
All reactions