-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement if
procedure
#37
Comments
Im really unsure of what you are talking about here. An if basically have the same representation as the concurrencen: two paths. The only difference is only one of the path is ever used and the partial needs to display the condition. Also, concurrence is implemented, just like sequence. Please explain. |
Related to mantor#37
…aling with nested children sequence/concurence/if. Related to mantor#37
* Introduce reference to "raw" params * Delegate accessor :raw_params to @parameters (parameter_interpreter) * Add duration method to Sleep model to move out parameters handling out of the partial * Introduce Att model. Related to #37 * Fix child nid, prepending exid twice or many times before nid when dealing with nested children sequence/concurence/if. Related to #37 * Unskip if spec, update fixture, and complete if spec Related to #37 * Make If a branch procedure, and v1 of view * Align sqlite version (1.3.6) with ActiveRecord 4.2.8 requirement * Fix edit spec: current nid format
Will be working on accessing the payload from the |
Well need to define our communication format/standard.
We should inspire ourselves from Unix.
… |
Related to mantor#37
* If condition rendering. Related to #37 * Remove except clause from payload rendering in FloTask view.
Implement the
if
Leaf Procedure.Review how
Floristry::ParametersInterpreter
handles Flor constructs.We need to display in the
_if.html.erb
partial the condition, the else, and their sequences:View
Flor definition
Solution should define a reusable pattern for the other 2 unimplemented procedures:
concurrence
andcron
.The text was updated successfully, but these errors were encountered: