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/Tutorial.md
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,6 @@ The system creates a JSON:API with end points for each table, providing filterin
79
79
80
80
The API is [**self-serve**](https://apilogicserver.github.io/Docs/API-Self-Serve/): consumers can select their own attributes and related data, eliminating reliance on custom API development. Our self-serve API meets requirements for Ad Hoc Application Integration, and Custom UI Dev.
@@ -182,7 +180,7 @@ To see customized Admin app in action, with the restarted server:
182
180
183
181
One customization has been to hide several Order fields (search `ui/admin/admin.yml` for `show_when: isInserting == false`). This makes it convenient to use the Admin App to enter an Order and OrderDetails:
Declarative row-level security ensures that users see only the rows authorized for their roles. Observe you now see only customer ALFKI, per the security declared below. Note the console log at the bottom shows how the filter worked.
> **Key Takeway - Extensible Rules, Kafka Message Produced**<br>Rule-based logic is extensible with Python, here producing a Kafka message with 20 lines of code.
0 commit comments