feat: DB 연결 오버라이딩 및 대시보드 통계 위젯 추가
- DB 연결: 로컬/Docker 환경 오버라이딩 설정 (.env) - 테넌트 위젯: redirect 버그 수정 (TenantSelectorWidget) - 통계 위젯: 사용자/제품/자재/주문 카드 추가 (StatsOverviewWidget) - 리소스 한국어화: Product, Material 모델 레이블 추가 - 대시보드: 위젯 등록 및 캐시 최적화 🤖 Generated with [Claude Code](https://claude.ai/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
49
tests/postman/parametric_bom.postman_environment.json
Normal file
49
tests/postman/parametric_bom.postman_environment.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"id": "parametric-bom-test-env",
|
||||
"name": "Parametric BOM Test Environment",
|
||||
"values": [
|
||||
{
|
||||
"key": "base_url",
|
||||
"value": "http://localhost:8000/api/v1",
|
||||
"description": "Base API URL for the SAM application",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"key": "api_key",
|
||||
"value": "your-api-key-here",
|
||||
"description": "API key for authentication (update with actual key)",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"key": "user_email",
|
||||
"value": "demo@kss01.com",
|
||||
"description": "Test user email (from KSS01ModelSeeder)",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"key": "user_password",
|
||||
"value": "kss01demo",
|
||||
"description": "Test user password (from KSS01ModelSeeder)",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"key": "auth_token",
|
||||
"value": "",
|
||||
"description": "Bearer token obtained from login (auto-populated)",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"key": "tenant_id",
|
||||
"value": "",
|
||||
"description": "Current tenant ID (auto-populated)",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"key": "model_id",
|
||||
"value": "",
|
||||
"description": "KSS01 model ID (auto-populated from collection)",
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
"_postman_variable_scope": "environment"
|
||||
}
|
||||
Reference in New Issue
Block a user