From ebc7017ded7e864c095f9dad4cc4d51dd4c4513f Mon Sep 17 00:00:00 2001 From: Iwona Hahn Date: Mon, 1 Mar 2021 20:42:23 +0100 Subject: [PATCH 1/4] UA review --- reviews/readme.md | 9 ++++++--- samples.md | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/reviews/readme.md b/reviews/readme.md index 5574f752..29f8eff0 100644 --- a/reviews/readme.md +++ b/reviews/readme.md @@ -3,19 +3,22 @@ ## Run all-in-one Open a terminal window and run the bookshop in it: + ```sh npm run bookshop ``` -## Run as separate services +## Run as Separate Services + +Open two terminal windows. In the first one start the reviews service stand-alone: -Open two terminal windows, and in the first one start the reviews service stand-alone: ```sh npm run reviews-service ``` -In the the second one start the bookshop: +In the second one start the bookshop: + ```sh npm run bookshop ``` diff --git a/samples.md b/samples.md index bc5f7f81..0edc9e2e 100644 --- a/samples.md +++ b/samples.md @@ -57,7 +57,7 @@ Each sub directory essentially is an individual npm package arranged in an [all- - [@capire/reviews](reviews) - [@capire/orders](orders) - [@capire/common](common) -- [Adds a SAP Fiori elements application](https://cap.cloud.sap/docs/guides/fiori/) to bookshop, thereby introducing to: +- [Adds an SAP Fiori elements application](https://cap.cloud.sap/docs/guides/fiori/) to bookshop, thereby introducing to: - [OData Annotations](https://cap.cloud.sap/docs/guides/fiori#adding-odata-annotations) in `.cds` files - Support for [Fiori Draft](https://cap.cloud.sap/docs/guides/fiori#draft) - Support for [Value Helps](https://cap.cloud.sap/docs/guides/fiori#value-help) From ae788414f8644a9ab1bcb446796fd18d6c74f0ab Mon Sep 17 00:00:00 2001 From: Iwona Hahn Date: Mon, 1 Mar 2021 20:42:43 +0100 Subject: [PATCH 2/4] promote code tours --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38e5cef7..21a8310b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Find here a collection of samples for the [SAP Cloud Application Programming Mod ### Download -If you have [Git](https://git-scm.com/downloads) installed, clone this repo as shown below, otherwise [download as ZIP file](archive/master.zip). +If you've [Git](https://git-scm.com/downloads) installed, clone this repo as shown below, otherwise [download as ZIP file](archive/master.zip). ```sh git clone https://github.com/sap-samples/cloud-cap-samples samples @@ -72,10 +72,14 @@ npm add @capire/common @capire/bookshop ``` +## Code Tours + +Take one of the [guideded tours](.tours) in VS Code through our CAP samples and learn which CAP features are showcased by the different parts of the repository. Just install the [CodeTour extension](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour) for VS Code. We'll add more code tours in the future. Stay tuned! + ## Get Support Check out the documentation at [https://cap.cloud.sap](https://cap.cloud.sap).
-In case you have a question, find a bug, or otherwise need support, please use our [community](https://answers.sap.com/tags/9f13aee1-834c-4105-8e43-ee442775e5ce). +In case you've a question, find a bug, or otherwise need support, use our [community](https://answers.sap.com/tags/9f13aee1-834c-4105-8e43-ee442775e5ce) to get more visibility. ## License From 22ece2e586603f6beba5f39a5d3a6523e3abee9f Mon Sep 17 00:00:00 2001 From: Iwona Hahn Date: Mon, 1 Mar 2021 20:44:05 +0100 Subject: [PATCH 3/4] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21a8310b..7bc409bf 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ npm add @capire/common @capire/bookshop ## Code Tours -Take one of the [guideded tours](.tours) in VS Code through our CAP samples and learn which CAP features are showcased by the different parts of the repository. Just install the [CodeTour extension](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour) for VS Code. We'll add more code tours in the future. Stay tuned! +Take one of the [guided tours](.tours) in VS Code through our CAP samples and learn which CAP features are showcased by the different parts of the repository. Just install the [CodeTour extension](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour) for VS Code. We'll add more code tours in the future. Stay tuned! ## Get Support From 2368913612ac07533a4e78dc3aafa1b7f0799934 Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Tue, 2 Mar 2021 09:09:51 +0100 Subject: [PATCH 4/4] Dummy change --- samples.md | 1 - 1 file changed, 1 deletion(-) diff --git a/samples.md b/samples.md index 0edc9e2e..cf9a60b4 100644 --- a/samples.md +++ b/samples.md @@ -64,7 +64,6 @@ Each sub directory essentially is an individual npm package arranged in an [all- - Serving SAP Fiori apps locally - [The Vue.js app](bookshop/app/vue) imported from bookshop is served as well -
# All-in-one Monorepo