브랜치/코드 정리: 단일 서버 파일 모듈화 및 화면 스크립트 분리 #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
대상 브랜치: manage
배경
현재 핵심 로직이
server/ptc_api_server.py와PTC/management_dashboard_preview.html에 집중되어 있어,기능 추가 시 회귀 위험과 리뷰 난이도가 빠르게 증가하고 있습니다.
목표
정리 범위
완료 기준 (Acceptance Criteria)
제안 산출물
server/api/*.py,server/services/*.py,server/repository/*.py(예시)PTC/js/manage/*.js(예시)tests/smoke/*.js또는 간단한 API 검증 스크립트참조 커밋
6e8f606bc611c390042a0[manage] 브랜치/코드 정리: 단일 서버 파일 모듈화 및 화면 스크립트 분리to 브랜치/코드 정리: 단일 서버 파일 모듈화 및 화면 스크립트 분리