Skip to content

Commit c58fc3f

Browse files
update prerequisites
1 parent 847632e commit c58fc3f

8 files changed

Lines changed: 12 additions & 5 deletions

File tree

tutorials/cp-cf-sapui5-local-debug/cp-cf-sapui5-local-debug.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ author_profile: https://github.com/nicoschoenteich
1111
# Debug Your SAPUI5 App
1212
<!-- description --> Debugging and logging are the nut and bolts to inspect your application. Learn how to debug and test your web apps with the Google Chrome Dev Tools.
1313

14+
## Prerequisites
15+
- You have previously [created an SAPUI5 application](cp-cf-sapui5-local).
16+
1417
## You will learn
1518
- How to do add breakpoints to your JavaScript code.
1619
- How to log data to the browser console.
-581 Bytes
Loading
-607 Bytes
Loading
-405 Bytes
Loading

tutorials/sapui5-fiori-cf-data-visualization/sapui5-fiori-cf-data-visualization.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ author_profile: https://github.com/nicoschoenteich
1212
<!-- description --> Learn how to visualize data with a VizFrame.
1313

1414
## Prerequisites
15-
- You have previously created a SAPUI5 based project, e.g. with the [easy-ui5 generator](sapui5-fiori-cf-create-project).
16-
- You have [added the Northwind Service as a data source and default model](sapui5-fiori-cf-display-data) to your application.
17-
- You have version 3.1.4 or higher of the [easy-ui5 generator](cp-cf-sapui5-local-setup) installed.
15+
- You have previously [created an SAPUI5 application](cp-cf-sapui5-local) and selected `SAP Build Work Zone, standard edition` as the deployment target.
16+
- You have also completed all other tutorial as part of the mission [Develop an App for SAP Build Work Zone, standard edition with Your Own Dev Tools](mission.sapui5-cf-launchpad).
1817

1918
## You will learn
2019
- How to use a sub-generator to add a new view.
@@ -135,7 +134,7 @@ In order to see the new view in your application in the browser, you have to nav
135134

136135
### Implement a popover
137136

138-
You might have noticed that you can hover over the single data points of the line chart and click them, but nothing happens yet. Insert the below `onAfterRendering` method into the `myui5app/webapp/controller/Sales.controller.js` file to connect the `VizFrame` with the popover, which is already defined in the `myui5app/webapp/view/Sales.view.xml` (step 3).
137+
You might have noticed that you can click on single data points of the line chart, but nothing happens (yet). Insert the below `onAfterRendering` method into the `myui5app/webapp/controller/Sales.controller.js` file to connect the `VizFrame` with the popover, which is already defined in the `myui5app/webapp/view/Sales.view.xml` (step 3).
139138

140139
```javascript [14-18]
141140
sap.ui.define([

tutorials/sapui5-fiori-cf-deploy/sapui5-fiori-cf-deploy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ author_profile: https://github.com/nicoschoenteich
1313

1414
## Prerequisites
1515
- You have previously [created an SAPUI5 application](cp-cf-sapui5-local) and select `SAP Build Work Zone, standard edition` as the deployment target.
16+
- You have also completed all other tutorial as part of the mission [Develop an App for SAP Build Work Zone, standard edition with Your Own Dev Tools](mission.sapui5-cf-launchpad).
1617
- You have [set up an SAP BTP account for tutorials](group.btp-setup). Follow the instructions to get an account, and then to set up entitlements and service instances for the following BTP services:
1718
- **SAP Build Work Zone, standard edition**
1819
- **Destination Service**

tutorials/sapui5-fiori-cf-display-data/sapui5-fiori-cf-display-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author_profile: https://github.com/nicoschoenteich
1212
<!-- description --> Learn how to display data in your SAPUI5 application and how to navigate between views.
1313

1414
## Prerequisites
15-
- You have previously created a SAPUI5 based project, for instance with the [easy-ui5 generator](sapui5-fiori-cf-create-project).
15+
- You have previously [created an SAPUI5 application](cp-cf-sapui5-local).
1616

1717
## You will learn
1818
- How to use a subgenerator to add an OData model to the SAPUI5 application.

tutorials/sapui5-fiori-cf-fiorify/sapui5-fiori-cf-fiorify.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ author_profile: https://github.com/nicoschoenteich
1212
# Add Smart Controls to the User Interface
1313
<!-- description --> Replace the current UI controls with more complex (smart) controls that fully leverage the OData protocol.
1414

15+
## Prerequisites
16+
- You have previously [created an SAPUI5 application](cp-cf-sapui5-local) and selected `SAP Build Work Zone, standard edition` as the deployment target.
17+
- You have also completed all other tutorial as part of the mission [Develop an App for SAP Build Work Zone, standard edition with Your Own Dev Tools](mission.sapui5-cf-launchpad).
18+
1519
## You will learn
1620
- How to use smart controls like the SmartFilterBar, SmartList, or the ObjectPage.
1721
- Why smart controls can save you much boilerplate code.

0 commit comments

Comments
 (0)