create-dql-app 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/templates/acme-bank/apps/cards-ops/dashboards/daily-ops.dqld +5 -1
- package/templates/acme-bank/apps/cards-ops/dql.app.json +13 -0
- package/templates/acme-bank/package.json +1 -1
- package/templates/empty/package.json +1 -1
- package/templates/jaffle-shop/package.json +1 -1
package/package.json
CHANGED
|
@@ -5,6 +5,11 @@
|
|
|
5
5
|
"title": "Cards Daily Ops",
|
|
6
6
|
"description": "Certified cards operating dashboard for volume, approvals, and fraud exposure.",
|
|
7
7
|
"domain": "cards",
|
|
8
|
+
"subdomain": "fraud",
|
|
9
|
+
"groups": ["daily-ops", "merchant-risk"],
|
|
10
|
+
"audience": "operations",
|
|
11
|
+
"visibility": "shared",
|
|
12
|
+
"lifecycle": "review",
|
|
8
13
|
"tags": ["cards", "fraud", "ops"]
|
|
9
14
|
},
|
|
10
15
|
"filters": [
|
|
@@ -58,4 +63,3 @@
|
|
|
58
63
|
]
|
|
59
64
|
}
|
|
60
65
|
}
|
|
61
|
-
|
|
@@ -3,9 +3,22 @@
|
|
|
3
3
|
"id": "cards-ops",
|
|
4
4
|
"name": "Cards Operations",
|
|
5
5
|
"description": "Daily cards volume, approval health, and fraud monitoring for operations leaders.",
|
|
6
|
+
"visibility": "shared",
|
|
6
7
|
"domain": "cards",
|
|
8
|
+
"subdomain": "fraud",
|
|
9
|
+
"groups": ["daily-ops", "merchant-risk"],
|
|
10
|
+
"audience": "operations",
|
|
11
|
+
"lifecycle": "review",
|
|
7
12
|
"owners": ["raj.kumar@acme-bank.com"],
|
|
8
13
|
"tags": ["cards", "fraud", "daily", "ops", "audience:operations"],
|
|
14
|
+
"notebooks": [
|
|
15
|
+
{
|
|
16
|
+
"path": "notebooks/cards_fraud_ops.dqlnb",
|
|
17
|
+
"title": "Cards Fraud Ops Investigation",
|
|
18
|
+
"role": "analysis",
|
|
19
|
+
"visibility": "shared"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
9
22
|
"members": [
|
|
10
23
|
{
|
|
11
24
|
"userId": "raj.kumar@acme-bank.com",
|