Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:30 +08:00
commit 484fdd0c02
27 changed files with 6103 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Parameter Mapping Template
| ID | Type (Number/Member/Measure/String/DateTime) | Model/Dimension (if member) | Level (Any/Leaf) | Cardinality (Single/Any) | Default | Prompt Label | Used In (step) |
|----|---------------------------------------------|-----------------------------|------------------|---------------------------|---------|--------------|----------------|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
Usage notes:
- For cross-model parameters, ensure dimension is public and shared; reuse across steps with same dimension.
- Keep Level=Leaf when targeting booking destinations; allow Any when used for filters/prompts.
- Sort prompts in data action designer to present critical parameters first.