-
Notifications
You must be signed in to change notification settings - Fork 106
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
Refactor of User Action Executor #820
Conversation
…into feature/js-argument-form
… feature/user-action
Codecov Report
@@ Coverage Diff @@
## develop #820 +/- ##
=============================================
- Coverage 76.4% 73.17% -3.24%
- Complexity 2297 2544 +247
=============================================
Files 119 122 +3
Lines 5434 5916 +482
=============================================
+ Hits 4152 4329 +177
- Misses 1282 1587 +305
Continue to review full report at Codecov.
|
move loader set function to jsRender so we could apply afterSuccess or jsSuccess after setAction is done. Add jsSuccess and stateContext
add demos/test to gitignore
Codecov Report
@@ Coverage Diff @@
## develop #820 +/- ##
==========================================
Coverage ? 71.85%
Complexity ? 2446
==========================================
Files ? 122
Lines ? 5931
Branches ? 0
==========================================
Hits ? 4262
Misses ? 1669
Partials ? 0
Continue to review full report at Codecov.
|
Action that required an event must be expicitly set using jsEvent
User Action Executor allows you to bind UI elements with User Actions defined in the model.
Conveniently executor will ask user for missing arguments, provide user with a preview, if action supports a preview and will also show the result of action execution.
More information is comming.