커밋 그래프

22 커밋

작성자 SHA1 메시지 날짜
924135e360 feat(동기화현황): 동기화 현황 메뉴 추가 (#1)
Backend:
- SyncStatusService: batch_flag 기반 테이블별 N/P/S 집계 (병렬 조회)
- SyncDataPreviewResponse/SyncStatusResponse DTO 추가
- BatchController: sync-status 조회/미리보기/P상태조회/리셋 API 4개
- BatchTableProperties: application.yml 테이블 매핑 ConfigurationProperties
- WebViewController: /sync-status SPA 라우트 추가

Frontend:
- SyncStatus 페이지: 도메인 탭 + 테이블 아코디언 + 인라인 데이터 테이블
- SyncDataPreviewModal/StuckRecordsModal 컴포넌트
- batchApi.ts: SyncStatus 관련 타입 및 API 함수 추가
- App.tsx 라우트 + Navbar 메뉴 추가

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 17:12:20 +09:00
75478266a6 chore: 팀 워크플로우 초기화 및 CLAUDE.md 프로젝트 특화 (#2) 2026-03-23 14:24:41 +09:00
f6683b269e chore: .gitignore 팀 워크플로우 패턴 적용 2026-03-23 13:52:41 +09:00
56d225d1b2 chore: 팀 워크플로우 부트스트랩 - CLAUDE.md 2026-03-23 13:52:41 +09:00
d9b7665ae6 chore: 팀 워크플로우 부트스트랩 - .mvn/settings.xml 2026-03-23 13:52:40 +09:00
4a89caf7d7 chore: 팀 워크플로우 부트스트랩 - .sdkmanrc 2026-03-23 13:52:40 +09:00
3adb405654 chore: 팀 워크플로우 부트스트랩 - .githooks/pre-commit 2026-03-23 13:52:40 +09:00
3ebb1604dc chore: 팀 워크플로우 부트스트랩 - .claude/rules/testing.md 2026-03-23 13:52:39 +09:00
2dfa4f1cb1 chore: 팀 워크플로우 부트스트랩 - .claude/rules/naming.md 2026-03-23 13:52:39 +09:00
f1bff3d6f0 chore: 팀 워크플로우 부트스트랩 - .claude/rules/code-style.md 2026-03-23 13:52:39 +09:00
3d0ffe222d chore: 팀 워크플로우 부트스트랩 - .claude/settings.json 2026-03-23 13:52:38 +09:00
a4cadff8a7 chore: 팀 워크플로우 부트스트랩 - workflow-version.json 2026-03-23 13:52:38 +09:00
add62a3a68 chore: 팀 워크플로우 부트스트랩 - .editorconfig 2026-03-23 13:52:37 +09:00
2259e99dbc chore: 팀 워크플로우 부트스트랩 - .githooks/post-checkout 2026-03-23 13:52:37 +09:00
8e7b8ffadf chore: 팀 워크플로우 부트스트랩 - .githooks/commit-msg 2026-03-23 13:52:37 +09:00
380765cba8 chore: 팀 워크플로우 부트스트랩 - .claude/rules/git-workflow.md 2026-03-23 13:52:36 +09:00
48286525e9 chore: 팀 워크플로우 부트스트랩 - .claude/rules/team-policy.md 2026-03-23 13:52:36 +09:00
0f42668baf chore: 팀 워크플로우 부트스트랩 - .claude/skills/fix-issue/SKILL.md 2026-03-23 13:52:36 +09:00
7b6be10b5e chore: 팀 워크플로우 부트스트랩 - .claude/skills/create-mr/SKILL.md 2026-03-23 13:52:35 +09:00
5fa7af9a20 chore: 팀 워크플로우 부트스트랩 - .claude/skills/sync-team-workflow/SKILL.md 2026-03-23 13:52:35 +09:00
15352c2049 chore: 팀 워크플로우 부트스트랩 - .claude/skills/init-project/SKILL.md 2026-03-23 13:52:35 +09:00
744cc02f36 feat: snp-sync-batch 프로젝트 초기 설정
mda-snp-batch 기반으로 snp-sync-batch 프로젝트 생성
- 프론트엔드: Thymeleaf → React + TypeScript + Vite + Tailwind CSS 전환
- 컨텍스트: /snp-sync, 포트 8051
- 재수집(Recollection) 관련 코드 제거
- displayName → job_schedule.description 기반으로 전환
- 누락 API 추가 (statistics, jobs/detail, executions/recent)
- 실행 이력 조회 속도 개선 (JDBC 경량 쿼리)
- 스케줄 CRUD API 메서드 매핑 수정 (PUT/DELETE)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 13:33:31 +09:00