Skip to content

Commit 95d5a92

Browse files
committed
Small edits before Hamburg-Bielefeld CodeJams
1 parent 5e65726 commit 95d5a92

File tree

6 files changed

+22
-16
lines changed

6 files changed

+22
-16
lines changed

tutorials/codejam-01-homepage/codejam-01-homepage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parser: v2
33
author_name: Shrinivasan Neelamegam
44
author_profile: https://github.com/neelamegams
55
auto_validation: true
6-
time: 30
6+
time: 25
77
tags: [ tutorial>beginner, software-product>sap-build, software-product>sap-build-apps]
88
primary_tag: software-product>sap-build
99
---
@@ -240,7 +240,7 @@ Containers are components that can hold other components, and let you configure
240240

241241
![View](images/9-switch-uicanvas-toggle-variables.png)
242242

243-
Since we want eventually our app o be a mobile app, let's change the form factor by clicking the UI size dropdown on the upper right, and selecting **Mobile**.
243+
Since we want eventually our app to be a mobile app, let's change the form factor by clicking the UI size dropdown on the upper right, and selecting **Mobile**.
244244

245245
![Mobile](images/9-switch-mobile.png)
246246

@@ -472,6 +472,6 @@ To do this, you create bindings for your UI components, indicating what data you
472472
>
473473
>In order to set repeat, what type of binding do you need (trick question)?
474474
>
475-
>When you create a Repeat, what binding type do you now have access to?
475+
>When you create a repeat, what binding type do you now have access to?
476476
477477

tutorials/codejam-03-cart-page/codejam-03-cart-page.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parser: v2
33
author_name: Shrinivasan Neelamegam
44
author_profile: https://github.com/neelamegams
55
auto_validation: true
6-
time: 15
6+
time: 20
77
tags: [ tutorial>beginner, software-product>sap-build, software-product>sap-build-apps]
88
primary_tag: software-product>sap-build
99
---
@@ -262,7 +262,7 @@ Now that you have a cart ID, you can add an item to the cart.
262262

263263
![Open details page](images/add-items-1.png)
264264

265-
2. Select the **Add to Cart** button and click at the bottom **Add logic to Button - Add to Cart**. This opens the logic canvas pane.
265+
2. Select the **Add to Cart** button and make sure the logic canvas at the bottom is open (if not, click at the bottom **Add logic to Button - Add to Cart** to open the logic canvas).
266266

267267
![Open Logic Canvas](images/1-add-logic-link.png)
268268

@@ -416,6 +416,8 @@ And behind the scenes, you are reading and updating a CAP service.
416416
>What other types of events can I capture and create logic for?
417417
>
418418
>What are the 2 ways you can navigate to a new page?
419+
>
420+
>When we deleted an item in the cart, we wanted to refresh the cart, so we retrieved the item records again and saved them to the data variable. How else could we have updated our UI, that perhaps would have been faster?
419421
420422
421423

tutorials/codejam-04-spa-empty-process/codejam-04-spa-empty-process.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parser: v2
33
author_name: Rekha DR
44
author_profile: https://github.com/Rekha-DR
55
auto_validation: true
6-
time: 20
6+
time: 15
77
tags: [ tutorial>beginner, software-product>sap-build, software-product>sap-build-apps, software-product>sap-build-process-automation]
88
primary_tag: software-product>sap-build
99
---
@@ -133,9 +133,9 @@ In this step, you will specify the inputs required for the process.
133133
134134
| Field Name | Type | Required |
135135
| :------------- | :------------- | :-------------
136-
| `Order ID` | **String** | Yes |
137-
| `Total` | **Number** | Yes |
138-
| `Business Partner` | **String** | Yes |
136+
| `Order ID` | **String** | ☑️ |
137+
| `Total` | **Number** | ☑️ |
138+
| `Business Partner` | **String** | ☑️ |
139139

140140
>The editor will remove leading and trailing spaces.
141141
@@ -421,4 +421,6 @@ Once triggered, you can monitor the process instance from the **Monitor** sectio
421421
>What are the different ways to trigger (start) a process instance?
422422
>
423423
>You deployed the process to an environment. What is the purpose of an environment?
424+
>
425+
>When we created a process project, it asked us to create a process artifact separately. Why did it not just automatically create a process artifact?
424426

tutorials/codejam-05-spa-approval-flow/codejam-05-spa-approval-flow.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Now that you have a data type, you want to add to the process another input for
111111

112112
| Name | Type | Required | List |
113113
|------|------|------|------|
114-
| `Order Items` | **Order Item Type** | ☑️ | ☑️ |
114+
| `Order Items` | **Order Item Type** | ☑️ | ☑️ |
115115

116116
Click **Apply**.
117117

@@ -260,7 +260,7 @@ To do this, you will use the Script Task, which lets you write JavaScript snippe
260260

261261
This value can now be used elsewhere in the process.
262262

263-
>Note: If you get an error at this step, redo the **Step 2: Update inputs** of this tutorial.
263+
>If you get an error at this step, redo the **Step 2: Update inputs** of this tutorial.
264264

265265
6. Click **Apply**.
266266

@@ -555,7 +555,7 @@ Note that all forms will be sent to **Process started by** – which is you. You
555555
### Monitor the Process
556556
Once triggered, you can monitor the process instance from the **Monitor** section of the **Monitoring** tab.
557557

558-
1. You can use the shortcut of the **Show Instances** from the **Manage** tab to show your instances.
558+
1. You can use the shortcut button **Show Instances** to show your instances.
559559

560560
![Show instances](showinstances.png)
561561

@@ -571,11 +571,13 @@ Once triggered, you can monitor the process instance from the **Monitor** sectio
571571
572572
- Under **Logs**, you can see a condition was completed, and you can see that because the total was under 1000, it was automatically approved.
573573
574+
![Logs](images/test-3.png)
575+
574576
>The entire process is not yet completed because the notification form must still be acknowledged.
575577
576578
- Under **Context**, you can see all the data you provided in the JSON when you started the instance.
577579
578-
![Monitoring](images/test-3.png)
580+
![Context](images/test-3a.png)
579581
580582
4. Open the Inbox by clicking the **My Inbox** icon in the header.
581583
225 KB
Loading

tutorials/codejam-06-connect-app-process/codejam-06-connect-app-process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parser: v2
33
author_name: Daniel Wroblewski
44
author_profile: https://github.com/thecodester
55
auto_validation: true
6-
time: 20
6+
time: 15
77
tags: [ tutorial>beginner, software-product>sap-build, software-product>sap-build-apps, software-product>sap-build-process-automation]
88
primary_tag: software-product>sap-build
99
---
@@ -126,7 +126,7 @@ In order to trigger a process from SAP Build Apps, you must first publish the pr
126126

127127
![Select project](images/publish-process.png)
128128

129-
The side panel sould open.
129+
The side panel should open.
130130

131131
2. Click **Versions**.
132132

@@ -140,7 +140,7 @@ In order to trigger a process from SAP Build Apps, you must first publish the pr
140140

141141
A confirmation dialog is displayed. Click **Publish**.
142142

143-
You should get a dialog that the process was published.
143+
**Published to Library** should now appear next to the latest version of you project.
144144

145145
![All OK](images/publish-process-ok.png)
146146

0 commit comments

Comments
 (0)