You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Sample-Basic-Demo.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -77,18 +77,18 @@ The sections below explore the system that has been created (which would be simi
77
77
78
78
While API/UI automation is a great start, it's critical to enforce logic and security. Here's how.
79
79
80
-
The following `apply_customizations` process simulates:
80
+
The following `add_customizations` process simulates:
81
81
82
82
* Adding security to your project, and
83
83
* Using your IDE to declare logic and security in `logic/declare_logic.sh` and `security/declare_security.py`.
84
84
85
85
> Declared security and logic are shown in the screenshots below.<br>It's quite short - 5 rules, 7 security settings.
86
86
87
-
To apply customizations, in a terminal window for your project:
87
+
To add customizations, in a terminal window for your project:
88
88
89
89
**1. Stop the Server** (Red Stop button, or Shift-F5 -- see Appendix)
90
90
91
-
**2. Apply Customizations**
91
+
**2. Add Customizations**
92
92
93
93
```bash
94
94
als add-cust
@@ -97,7 +97,7 @@ als add-cust
97
97
98
98
### Declare Security
99
99
100
-
The `apply_customizations` process above has simulated the `ApiLogicServer add-auth` command, and using your IDE to declare security in `logic/declare_logic.sh`.
100
+
The `add_customizations` process above has simulated the `ApiLogicServer add-auth` command, and using your IDE to declare security in `logic/declare_logic.sh`.
101
101
102
102
To see security in action:
103
103
@@ -137,7 +137,7 @@ Logic (multi-table derivations and constraints) is a significant portion of a sy
137
137
138
138
Rules are declared in Python, simplified with IDE code completion. The screen below shows the 5 rules for **Check Credit Logic.**
139
139
140
-
The `apply_customizations` process above has simulated the process of using your IDE to declare logic in `logic/declare_logic.sh`.
140
+
The `add_customizations` process above has simulated the process of using your IDE to declare logic in `logic/declare_logic.sh`.
141
141
142
142
To see logic in action:
143
143
@@ -192,7 +192,7 @@ Not only are spreadsheet-like rules 40X more concise, they meaningfully simplify
192
192
193
193
194
194
195
-
The following `apply_iteration` process simulates an iteration:
195
+
The following `add_iteration` process simulates an iteration:
196
196
197
197
* acquires a new database with `Product.CarbonNeutral`
198
198
@@ -214,11 +214,11 @@ The following `apply_iteration` process simulates an iteration:
214
214
215
215
216
216
217
-
To apply this iteration, in a terminal window for your project:
217
+
To add this iteration, repeat the process above - in a terminal window for your project:
218
218
219
219
**1. Stop the Server** (Red Stop button, or Shift-F5 -- see Appendix)
0 commit comments