refactoring
This commit is contained in:
32
config/review_rules.yaml
Normal file
32
config/review_rules.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
# ─────────────────────────────────────────────────
|
||||
# review_rules.yaml
|
||||
# 합의판정 항목 → 결과 그룹 매핑
|
||||
# ─────────────────────────────────────────────────
|
||||
|
||||
# 합의판정 항목별 결과 그룹 (game_report.py + record_game_playwright.py 통합)
|
||||
# type1 = 페어/파울, type2 = 아웃/세이프, type3 = 인정/불인정
|
||||
review_result_groups:
|
||||
홈런타구 페어 파울:
|
||||
type: type1
|
||||
options: [페어, 파울]
|
||||
외야타구 페어 파울:
|
||||
type: type1
|
||||
options: [페어, 파울]
|
||||
포수/태그플레이 아웃/세이프:
|
||||
type: type2
|
||||
options: [아웃, 세이프]
|
||||
야수의 포구:
|
||||
type: type2
|
||||
options: [아웃, 세이프]
|
||||
몸에 맞는 공:
|
||||
type: type3
|
||||
options: [인정, 불인정]
|
||||
파울:
|
||||
type: type3
|
||||
options: [인정, 불인정]
|
||||
헛스윙:
|
||||
type: type3
|
||||
options: [인정, 불인정]
|
||||
기타:
|
||||
type: type3
|
||||
options: [인정, 불인정]
|
||||
Reference in New Issue
Block a user