Skip to content

Commit 08016c4

Browse files
committed
Fix for meeting - AppGyver
1 parent 6cea2d6 commit 08016c4

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

tutorials/appgyver-configure-camera/appgyver-configure-camera.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,6 @@ As an example:
9999

100100
![View results](iphoneapp3.png)
101101

102+
If you can't find a barcode, here's an example:
103+
104+
![Barcode example](barcode.gif)
3.29 KB
Loading

tutorials/appgyver-connect-publicapi/appgyver-connect-publicapi.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ Open your draft application in the Composer account.
4747
| **Short description** | Data from Open Food Facts API |
4848
| **Resource URL** | <https://world.openfoodfacts.org/api/v0> |
4949

50-
4. Click **Save**, saving the data resource.
51-
52-
![Enter data resource information](Enter_data_resource.png)
50+
![Enter data resource information](Enter_data_resource.png)
5351

5452

5553
### Configure Get Record data
@@ -62,7 +60,7 @@ You now need to configure which information is taken from the Open Food Facts AP
6260

6361
![Configure relative path field](Configure_path.png)
6462

65-
3. Click the existing **URL placeholder key**, and then configure the following settings:
63+
3. Click the existing **URL placeholder**,(`id`) and then configure the following settings:
6664

6765
| Field | Value |
6866
|-------|-------|
@@ -79,7 +77,7 @@ You now need to configure which information is taken from the Open Food Facts AP
7977

8078
### Test data sources
8179

82-
1. To now test that the HTTPS is configured and able to fetch information, click **Test**.
80+
1. To now test that the data resource is configured properly and able to fetch information, click the **Test** tab.
8381

8482
![Test configuration](test_config.png)
8583

@@ -99,7 +97,7 @@ You now need to configure which information is taken from the Open Food Facts AP
9997

10098
![Click to run test](Run_test.png)
10199

102-
The test now runs, displaying a Test API call response. In this response, you can see information about the confectionary. This includes the product categories, allergen information, and the brand who manufactured the product.
100+
The test now runs, displaying a test API call response. In this response, you can see information about the product. This includes the product categories, allergen information, and the brand who manufactured the product.
103101

104102
![View the results](test_results.png)
105103

@@ -113,7 +111,7 @@ To do this, click **Set Schema from Response**.
113111

114112
![Link text e.g., Destination screen](set_schema.png)
115113

116-
Click **Save**.
114+
Click **Save Data Entity** (bottom right), and then click **Save** (upper right).
117115

118116
![Link text e.g., Destination screen](save_response.png)
119117

tutorials/appgyver-create-application/appgyver-create-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Click the existing **Headline** field and edit the text to read: `Barcode Scann
8484

8585
![Edit UI Headline](EditHeadline.png)
8686

87-
Click the **Paragraph** field and edit the text to read: `Scan a barcode of a food product using your smartphone`
87+
Click the **Paragraph** (Text) field and edit the text to read: `Scan a barcode of a food product using your smartphone`
8888

8989
![Barcode Scanner](BarcodeScanner.png)
9090

@@ -94,7 +94,7 @@ Click the **Paragraph** field and edit the text to read: `Scan a barcode of a fo
9494

9595
Next, you'll need to add a Scan button which, when tapped, will open the camera device on your smartphone.
9696

97-
To do this, locate the **Button** component (found under **Core > Forms**) and drag and drop this underneath the paragraph field.
97+
To do this, locate the **Button** component (found under **Core > Forms**) and drag and drop this underneath the paragraph/text field.
9898

9999
![Adding a button](AddButton.png)
100100

0 commit comments

Comments
 (0)