feat: item_fields 테이블에 is_active 컬럼 추가
- 마이그레이션: is_active 컬럼 추가 (기본값 true) - ItemField 모델: fillable, casts에 is_active 추가 - ItemFieldService: store, storeIndependent, clone, update 메서드에 is_active 처리 - FormRequest: is_active 유효성 검사 규칙 추가 - API Flow 테스트 시나리오 추가 (docs/api-flows/) - docs/INDEX.md에 api-flows 섹션 추가 ModelTrait::scopeActive() 메서드 사용을 위한 필수 컬럼
This commit is contained in:
@@ -33,8 +33,17 @@ ## 🔗 관련 문서
|
||||
|
||||
---
|
||||
|
||||
## 🧪 API Flow 테스트
|
||||
|
||||
API Flow Tester용 테스트 시나리오입니다.
|
||||
|
||||
- **[ItemField is_active 테스트](api-flows/item-fields-is-active-test.json)** - item_fields is_active 컬럼 검증
|
||||
|
||||
---
|
||||
|
||||
## 📝 문서 추가
|
||||
|
||||
새로운 API 문서는 다음 디렉토리에 추가:
|
||||
- Swagger 문서 → `swagger/`
|
||||
- 분석 문서 → `analysis/`
|
||||
- API Flow 테스트 → `api-flows/`
|
||||
|
||||
Reference in New Issue
Block a user