Skip to content

Commit

Permalink
Merge pull request #112 from SAP-samples/updates-november-2023
Browse files Browse the repository at this point in the history
Updates november 2023
  • Loading branch information
matthieupelatan committed Dec 6, 2023
2 parents 493d5f9 + 2775434 commit d521375
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion code/day2-operations/source/day2-approuter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "day2-approuter",
"dependencies": {
"@sap/approuter": "10.15.0"
"@sap/approuter": "14.4.2"
},
"scripts": {
"start": "node node_modules/@sap/approuter/approuter.js"
Expand Down
4 changes: 2 additions & 2 deletions code/easyfranchise/source/approuter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "node approuter-start.js"
},
"dependencies": {
"@sap/approuter": "14.3.4",
"@sap/approuter": "14.4.2",
"@sap/xsenv": "^4.0.0",
"@sap/xssec": "^3.4.0",
"@sap/xssec": "^3.6.0",
"jwt-decode": "^4.0.0"
},
"devDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion code/easyfranchise/source/broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@kubernetes/client-node": "~0.15.0",
"@sap/xsenv": "~3.1.0",
"@sap/xssec": "~3.2.8",
"@sap/xssec": "^3.6.0",
"axios": "^0.23.0",
"express": "~4.17.1",
"passport": "^0.5.0"
Expand Down
6 changes: 1 addition & 5 deletions documentation/meter/discover-metering-usecase/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Discover the Metering Use Case

Measuring usage of a business service or application is useful for commercial purposes such as billing, license compliance and cost assessments.

Which measurable values could be used for commercial purposes depends on the business logic of your application. This value should be comprehensible for tenants (City Scooter or Bicycle Sharing).

The number of active users seems like a good example of metering, lets have a deeper look at it. Here is the user story:
Measuring the usage of a business service or an application is useful for commercial purposes such as billing, license compliance and cost assessments. The measurable values that could be used for commercial purposes depends often on the business logic of your application. As the number of active users seems to be a good example of metering, let us have a closer look at it. Here is the user story:

* As an SAP partner, I would like to know the number of active users per month and per tenant, so that I can check those numbers against the sold licenses and use those metrics as basis for billing.
* As an SAP partner, I want to have a dashboard, where I can see the number of active users and eventually other metrics, so that I can quickly get a good overview of application usage.
Expand Down
2 changes: 1 addition & 1 deletion documentation/meter/learn-other-metrics/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Learn More About Other Business Logic Metrics

When looking at the **Easy Franchise Application**, you might want to meter other metrics. For example, you might want to count when an email is sent or when a new Mentor is assigned.
When looking at the **Easy Franchise Application**, you might want to meter other metrics. For example, you might want to count when an email is sent or when a new mentor is assigned.

In your own scenario you might face completely different requirements.

Expand Down
2 changes: 1 addition & 1 deletion documentation/meter/understand-day2-app/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Understand the Implementation of the Day2 Application

Lets first recap the architecture of the EasyFranchise application without metering:
Let us first recap the architecture of the EasyFranchise application without metering:

![](https://raw.githubusercontent.com/SAP-samples/btp-kyma-multitenant-extension/main/documentation/images/easyfranchise-diagrams/Slide4.jpeg)

Expand Down

0 comments on commit d521375

Please sign in to comment.