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
**Playground** is a tool that allows the development and QA of a module without the need for the real environment. This tool creates a _module payload_ (input config for Module) with mock data using the configuration specified in [**Setup JSON**](/learning/setup-file).
16
+
**Playground** is a preview tool on a sandbox environment that enables the development and QA of a Registry airModule. This tool creates a module payload (input config for the airModule) with mock data using the configuration specified in the[**Setup JSON**](/learning/setup-file).
@@ -26,46 +26,70 @@ The **Module Preview** shows how the module responds to the combinations that ha
26
26
27
27
## Tabs
28
28
29
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
30
-
31
29
### Overview
32
30
33
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
31
+
The overview tab shows the details of the module displayed.
32
+
33
+
-**Module URL
34
+
35
+
-**Setup.JSON URL used for the module rendering
36
+
37
+
-**Viewport - adjustable settings to render the module based on changing viewports
38
+
39
+
-**Template - render the module in various positions within a page
40
+
41
+
-**Context - the context of the module currently rendered. The context can be changed, by Editing the Module Payload
34
42
35
43
#### Module Payload
36
44
45
+
The Module Payload, displays the payload used to render the module. This is the information defined within the Setup.JSON.
46
+
47
+
The Module Payload can be edited, to adjust the module context and details, in order to change the module rendering based on changing Module Payloads.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
65
+
The Settings tab allows configuring the module, using the available configuration available for the modules. For example, if a module allows adjusting the filters within the module, those settings can be set within the Settings tab, to test the module based on changing configurations.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
56
-
57
-

71
+
The Styles tab, allows updating the style of the module to preview any desired change to the module styling. The user can manually set the objects styling or select between a few generic themes.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
77
+
In the I18n tab, the module labels can be set to update and preview the module components verbiage and language.
The Test Tab can be used to render the module just as it will appear on a live airTRFX page.
84
+
85
+
This includes any page of a valid tenant, site edition, page slug, and defined theme.
86
+
87
+
The user can either manually enter test scenarios, or upload a JSON file, to populate pre-set scenarios.
88
+
89
+
*The test scenarios parameters are case sensitive*
90
+
67
91
### Logs
68
92
69
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
93
+
This tab can be used to troubleshoot and get visibility over the API calls used to load data.
0 commit comments