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: decisioncenter/guicustomization/README-DOCKER.md
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
This readme explains how to run the GUI Customization sample in Docker.
5
5
6
-
Doing so, you do not need to have ODM installed. Instead we are relying on the 'ODM for developer' container image.
6
+
Doing so, you do not need to have ODM installed. Instead we are relying on the 'ODM for Developer' container image.
7
7
8
8
Before following the steps below, make sure you have built the images as explained in [README.md](README.md).
9
9
@@ -14,20 +14,20 @@ Before following the steps below, make sure you have built the images as explain
14
14
cd decisioncenter/guicustomization/guicustomization-source
15
15
```
16
16
17
-
Run ODM and Notifiers docker images
17
+
Run ODM docker images containing GUI customization:
18
18
```bash
19
19
docker-compose -f compose-odm-dev.yml up odm-with-gui-customization &
20
20
```
21
21
22
-
### Using the Sample
22
+
### Using the sample
23
23
24
24
**Log in** to the Business Console at [http://localhost:9060/decisioncenter](http://localhost:9060/decisioncenter) using the credentials:
25
25
-**Username**: `Paul`
26
26
-**Password**: `Paul`
27
27
28
-
Load the [LoanValidationService.zip](./projects/LoanValidationService.zip) Decision Service.
28
+
Open the **Library** tab. Import the [LoanValidationService.zip](./projects/LoanValidationService.zip) Decision Service.
29
29
30
-
To activate the Custom Value Editor, after login in Decision Center :
30
+
To activate the GUI customization:
31
31
- Go in the menu **Administration>Settings>Custom Settings**
32
32
- Register a new setting named **decisioncenter.web.core.extensions.entrypoints** keeping blank the **default value of the setting** field.
33
33
@@ -43,51 +43,51 @@ Log in to the Business console by using **Paul** as the username and password.
43
43
44
44
Open the **Library** tab. Click the **Loan Validation Service** box anywhere but the name, and select the **main** branch.
45
45
46
-
Click the new button **My Admin Button**. A dialog displays metrics on the decision service.
46
+
Click the new button **My Admin Button** in the main toolbar. A dialog displays metrics on the decision service. Close the dialog.
47
47
48
48
Click the new tab **My Admin Tab**. The tab displays the same metrics on the decision service.
49
49
50
-
Click the **Decision Artifacts** tab. Expand the **Loan Validation Scoring computation**package, and edit the rule **neverBankruptcy** (accept any default settings if prompted).
50
+
Click the **Decision Artifacts** tab. Expand the **computation** package of the **Loan Validation Scoring**project. Edit the rule **neverBankruptcy** (accept any default settings if prompted).
51
51
52
52
Click the button **My Info**. A dialog displays information on the rule.
53
53
54
-
Close the dialog and cancel the editing session. Click **main**in the breadcrumbs.
54
+
Close the dialog and cancel the editing session to go back to the **Decision Artifacts**tab.
55
55
56
-
Click the **Decision Artifacts**tab and make sure that the operations are displayed. To display them, click **Types** and select **Operations**.
56
+
Make sure that the **Operations**type are displayed. To display them, click **Types** and select **Operations**.
57
57
58
-
Expand the **Operations**folder under **Loan Validation Scoring**to edit the scoring operation.
58
+
Click the **Operations**element under **Loan Validation Scoring**project and edit the **scoring** operation.
59
59
60
60
Click the button **My Operation Info**. A dialog displays information on the operation.
61
61
62
-
Close the dialog, and cancel the editing session. Click **main**in the breadcrumbs.
62
+
Close the dialog, and cancel the editing session to go back to the **Decision Artifacts**tab.
63
63
64
-
Click the tab **Deployments** and edit the **test deployment configuration**.
64
+
Click the **Deployments**tab and edit the **test deployment** configuration.
65
65
66
-
Click the **Targets** tab and select the **Decision Service Execution server**. Save the test deployment configuration.
66
+
Click the **Targets** tab and make sure the **Decision Service Execution** server is well selected. Save the **test deployment** configuration and create a new version.
67
67
68
-
Click the name of the test deployment configuration.
68
+
Click the name of the **test deployment** configuration.
69
69
70
-
Click the **Custom Deploy** button in the toolbar. A dialog shows the status of the deployment.
70
+
Click the **Custom Deploy** button in the toolbar. This will start the deployment and a dialog shows its status: _Deploying..._ to _Report status: COMPLETED_
71
71
72
-
Close the dialog and log out of the Business console.
72
+
Close the dialog and log out of the Business Console.
#### To see the customization for a non-administrative user:
77
77
78
-
Log in to the Business console by using **Bea** as the username and password.
78
+
Log in to the Business Console by using **Bea** as the username and password.
79
79
80
-
Open the **Library** tab. Click the **Loan Validation Service** box anywhere but the name, and then select the main branch.
80
+
Open the **Library** tab. Click the **Loan Validation Service** box anywhere but the name, and then select the **main** branch.
81
81
82
-
Click the new button **My Button**. A dialog displays some metrics on the decision service. The dialog content is different from the content that is provided for the administrator.
82
+
Click the new button **My Button**. A dialog displays some metrics on the decision service. The dialog content is different from the content that is provided for the an administrator user.
83
83
84
-
Close the dialog and then click the new tab **My Tab**. The tab displays the same metrics on the decision service. The tab content is different from the content that is provided for the administrator.
84
+
Close the dialog and then click the new tab **My Tab**. The tab displays the same metrics on the decision service. The tab content is different from the content that is provided for an administrator user.
0 commit comments