-
Notifications
You must be signed in to change notification settings - Fork 17
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
Added trigger action model #1003
Conversation
…iggerCondition.register()
…nted from user through Entry update APIv2
Note
|
0db572b
to
406fcc5
Compare
Up to this point, it's completed to implement feature of TriggerCondition and TriggerAction that changes configured Attribute values when an Entry is updated through APIv2. |
ca28920
to
95555fd
Compare
⚡ ⚡ ⚡ Now the latest apiv2 client npm package is available at: |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1003 +/- ##
==========================================
- Coverage 71.82% 71.75% -0.08%
==========================================
Files 120 120
Lines 4274 4287 +13
Branches 1134 1140 +6
==========================================
+ Hits 3070 3076 +6
- Misses 1116 1120 +4
- Partials 88 91 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Summary
Added new feature to be able to update Entry automatically in association with user-defined condition (named
TriggerCondition
that describes which Attribute will be updated by specified value(TriggerAction
) when specified Attribute(s) are updated with expected value(s)).