Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract logic from Reactant Listeners to Reactant Jobs #146

Merged
merged 2 commits into from
Feb 8, 2020

Conversation

antonkomarev
Copy link
Member

@antonkomarev antonkomarev commented Feb 8, 2020

First part of configurable events behavior concept #145

Extracted logic from Cog\Laravel\Love\Reactant\Listeners\IncrementAggregates listener to Cog\Laravel\Love\Reactant\Jobs\IncrementAggregatesJob

Extracted logic from Cog\Laravel\Love\Reactant\Listeners\DecrementAggregates listener to Cog\Laravel\Love\Reactant\Jobs\DecrementAggregatesJob

@antonkomarev antonkomarev added this to the v8.3.0 milestone Feb 8, 2020
@antonkomarev antonkomarev self-assigned this Feb 8, 2020
@antonkomarev antonkomarev merged commit be15cae into master Feb 8, 2020
@antonkomarev antonkomarev deleted the add/increment-and-decrement-aggregates-jobs branch February 8, 2020 12:45
@antonkomarev
Copy link
Member Author

Class names were changed in #149

  • IncrementAggregatesJob was renamed do IncrementReactionAggregatesJob
  • DecrementAggregatesJob was renamed do DecrementReactionAggregatesJob

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant