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
Uh oh!
There was an error while loading. Please reload this page.
-
What to do
API Design Mockup
Where Scopes
scopeWhereLikedByDateto service layer.scopeWhereLikedByDateto Likeable models.scopeWhereLikedBetweenDatesto service layer.scopeWhereLikedBetweenDatesto Likeable models.scopeWhereDislikedByDateto service layer.scopeWhereDislikedByDateto Likeable models.scopeWhereDislikedBetweenDatesto service layer.scopeWhereDislikedBetweenDatesto Likeable models.Counters
countLikesByDateto service layer.countLikesByDateto Likeable models.countLikesBetweenDatesto sevice layer.countLikesBetweenDatesto Likeable models.Split LikeableService by adding CounterService (?)
incrementLikesCounttoCounterServicefromLikeableServicedecrementLikesCounttoCounterServicefromLikeableServiceincrementDislikesCounttoCounterServicefromLikeableServicedecrementDislikesCounttoCounterServicefromLikeableServiceremoveLikeCountersOfTypetoCounterServicefromLikeableServicescopeOrderByLikesCounttoCounterServicefromLikeableServicefetchLikesCounterstoCounterServicefromLikeableServiceBeta Was this translation helpful? Give feedback.
All reactions