From 1ffb1bff782a5053c5e0ebff784aedee005b3908 Mon Sep 17 00:00:00 2001 From: HYOJIN Date: Tue, 7 Apr 2026 15:23:07 +0900 Subject: [PATCH 1/2] =?UTF-8?q?refactor:=20=EA=B5=AC=20=ED=94=84=EB=A1=9C?= =?UTF-8?q?=EC=A0=9D=ED=8A=B8=EB=AA=85=20snp-batch-validation=20=EC=9E=94?= =?UTF-8?q?=EC=97=AC=20=EC=B0=B8=EC=A1=B0=EB=A5=BC=20snp-collector?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - application-dev.yml: spring.application.name 변경 - application-prod.yml: spring.application.name 변경 - useTheme.ts: localStorage 키 snp-batch-theme → snp-collector-theme - CLAUDE.md: 배포 경로 /deploy/snp-batch → /deploy/snp-collector --- CLAUDE.md | 2 +- frontend/src/hooks/useTheme.ts | 2 +- src/main/resources/application-dev.yml | 2 +- src/main/resources/application-prod.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index ca66d12..613512d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -96,4 +96,4 @@ BaseJobConfig # 단일 Step chunk-oriented Job - Gitea Actions (`.gitea/workflows/deploy.yml`) - Maven Docker 이미지 (maven:3.9-eclipse-temurin-17) -- 빌드 산출물: `/deploy/snp-batch/app.jar` +- 빌드 산출물: `/deploy/snp-collector/app.jar` diff --git a/frontend/src/hooks/useTheme.ts b/frontend/src/hooks/useTheme.ts index a62aa00..8a19ade 100644 --- a/frontend/src/hooks/useTheme.ts +++ b/frontend/src/hooks/useTheme.ts @@ -2,7 +2,7 @@ import { useState, useEffect, useCallback } from 'react'; type Theme = 'dark' | 'light'; -const STORAGE_KEY = 'snp-batch-theme'; +const STORAGE_KEY = 'snp-collector-theme'; function getInitialTheme(): Theme { if (typeof window === 'undefined') return 'dark'; diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 42bca83..2db9077 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -1,6 +1,6 @@ spring: application: - name: snp-batch-validation + name: snp-collector # PostgreSQL Database Configuration datasource: diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 52069a0..f2a3471 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -1,6 +1,6 @@ spring: application: - name: snp-batch-validation + name: snp-collector # PostgreSQL Database Configuration datasource: -- 2.45.2 From f55a7e91997abc771738758c4249d3a290415b16 Mon Sep 17 00:00:00 2001 From: HYOJIN Date: Tue, 7 Apr 2026 15:23:30 +0900 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=EB=A6=B4=EB=A6=AC=EC=A6=88=20?= =?UTF-8?q?=EB=85=B8=ED=8A=B8=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/RELEASE-NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/RELEASE-NOTES.md b/docs/RELEASE-NOTES.md index b303219..a40a402 100644 --- a/docs/RELEASE-NOTES.md +++ b/docs/RELEASE-NOTES.md @@ -4,6 +4,9 @@ ## [Unreleased] +### 변경 +- 구 프로젝트명(snp-batch-validation) 잔여 참조를 snp-collector로 통일 + ## [2026-04-07.1] ### 수정 -- 2.45.2