first commit

This commit is contained in:
Chris
2026-03-23 20:23:58 +08:00
commit 74d612aca1
3193 changed files with 692056 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# Minimal Test Data Template
## 最小資料集
- corporate_customer
- site
- experiment
- variants
- variant_changes
- experiment_releases
- goals
- sdk_configs
## 建議命名
- site_key`ose-main-site`
- experiment_key`EX+timestamp`(系統生成)
- variant_key`VA+timestamp`(系統生成)
- control variant`control`
- challenger variant`v1`
## 驗證時常用值
- site_id
- experiment_id
- variant_id(control)
- variant_id(challenger)
- release_id

View File

@@ -0,0 +1,20 @@
# Staging Reply Template
## 回填模板
- frontend URL
- API URL
- Directus URL
- 測試帳號:
- 權限角色:
- token / session 方式:
- site_id
- experiment_id
- variant_id
- release_id
## 備註
- 本輪限制:
- 已知問題:

View File

@@ -0,0 +1,24 @@
# Staging Request Package
## 目的
向環境管理者索取 staging 驗證必需資訊。
## 最小需要項目
1. 環境入口
- frontend URL
- API URL
- Directus URL
2. 身份與權限
- 測試帳號
- 權限角色
- token 提供方式
3. 最小測試資料
- site / experiment / variant / release
4. 驗證範圍
- 本輪要驗證的流程與限制