Skip to content

Commit

Permalink
Update of SelectBot and SaveBot
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Edmonds committed Feb 6, 2017
1 parent 472581e commit ed66993
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ There are several stages

+ [Select a bot to edit](SelectBot)
+ [Edit the Bot](EditTree)
+ [Change the rule framework](RuleFrameWork)
+ [Change the rule framework](RuleFramework)
+ [Save the changes to the Bot](SaveBot)
11 changes: 11 additions & 0 deletions RuleFramework.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Editing the rule framework
=============

# Overview
Darl rules are normally evaluated inside a rule set that contains definitions for inputs and outputs and their types.
With DarlBot rules get separated from their rule set as rule fragments associated with leaf nodes in the main tree.

This page permits the editing of the rule set wrapper that will be placed around the rule sets. Which will be placed in the location marked as /*%% rule_insertion_point %%*/.

## Save changes
Saves any changes to the mode, but the model must be saved to storage before those changes become permanent.
3 changes: 3 additions & 0 deletions SaveBot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Save the Bot model
=====================
The Bot model will not be saved to storage until this button is selected.
13 changes: 13 additions & 0 deletions SelectBot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Select a bot
====================
#Select to edit
Select a bot in the dropdown and click on "Edit model".

#Select for publication
Select a bot in the dropdown and click on "Publish".

#Clone
Select a bot in the drop down , click on "Clone" and provide a new name.

#Delete
Select a bot for deletion and click on "Delete".

0 comments on commit ed66993

Please sign in to comment.