Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
CODE-LG
/
code-l-server
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
15
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
KPI 대시보드 구현 및 버그 수정
- #383
#383
Merged
sgo722
merged 27 commits into
main
CODE-LG/code-l-server:main
from
develop
CODE-LG/code-l-server:develop
Copy head branch name to clipboard
Jan 7, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
KPI 대시보드 구현 및 버그 수정
#383
sgo722
merged 27 commits into
main
CODE-LG/code-l-server:main
from
develop
CODE-LG/code-l-server:develop
Copy head branch name to clipboard
Commits
Commits on Jan 2, 2026
[feat] KPI 대시보드 DB 마이그레이션 - ChatRoomQuestion is_initial 필드 추가, DailyKpi 테이블 생성
sgo722
committed
c9b333f
View commit details
Copy full SHA for c9b333f
Browse repository at this point
[feat] KPI 도메인 레이어 구현 - DailyKpi 엔티티, ChatRoomQuestion isInitial 필드 추가
sgo722
committed
7b7e07e
View commit details
Copy full SHA for 7b7e07e
Browse repository at this point
[feat] KPI 인프라 레이어 구현 - Repository 및 쿼리 메서드 추가
sgo722
committed
97e56e9
View commit details
Copy full SHA for 97e56e9
Browse repository at this point
[feat] 초기 질문 구분 로직 구현 - QuestionService, ChatService 수정
sgo722
committed
dc3fc0d
View commit details
Copy full SHA for dc3fc0d
Browse repository at this point
[feat] KPI 배치 서비스 구현 - 모든 KPI 집계 로직 추가
sgo722
committed
e2720a0
View commit details
Copy full SHA for e2720a0
Browse repository at this point
[feat] KPI 배치 스케줄러 구현 - 매일 새벽 1시 KPI 자동 집계
sgo722
committed
56bbb92
View commit details
Copy full SHA for 56bbb92
Browse repository at this point
[feat] KPI API 구현 - KpiController, KpiService 추가
sgo722
committed
e9fcd3b
View commit details
Copy full SHA for e9fcd3b
Browse repository at this point
[feat] KPI 대시보드 프론트엔드 구현 - Thymeleaf 템플릿 추가, API 연동 가이드 추가
sgo722
committed
20cd4ca
View commit details
Copy full SHA for 20cd4ca
Browse repository at this point
[feat] KPI 대시보드 네비게이션 추가 - 모든 관리자 페이지에 KPI 대시보드 링크 추가, KpiController 뷰 렌더링 추가
sgo722
committed
b03788c
View commit details
Copy full SHA for b03788c
Browse repository at this point
[refactor] 사이드바 중복 코드 제거 - Thymeleaf fragment로 사이드바 공통화, 모든 템플릿에서 재사용
sgo722
committed
1ea1673
View commit details
Copy full SHA for 1ea1673
Browse repository at this point
[feat] KPI 대시보드 실제 API 연동 - 샘플 데이터 제거, REST API 호출로 실시간 KPI 데이터 표시
sgo722
committed
c57cfd3
View commit details
Copy full SHA for c57cfd3
Browse repository at this point
[feat] KPI 자동 집계 기능 추가 - 앱 시작 시 최근 7일 KPI 자동 집계, 수동 집계 API 추가
sgo722
committed
bd68404
View commit details
Copy full SHA for bd68404
Browse repository at this point
[feat] KPI 대시보드 12개 이슈 수정 - 시그널 수락률, 차트 ID 불일치, 퍼널 데이터, 질문 인사이트 등 모든 시각화 오류 해결
sgo722
committed
fdfe8e7
View commit details
Copy full SHA for fdfe8e7
Browse repository at this point
[fix] 질문 추천 KPI 수집 로직 버그 수정 - 채팅방 생성일 기준 질문 사용 여부 판단 로직 개선
sgo722
committed
231e068
View commit details
Copy full SHA for 231e068
Browse repository at this point
[fix] 질문 인사이트 데이터 소스 변경 - Profile 대신 ChatRoomQuestion 기반으로 실제 사용 통계 표시
sgo722
committed
e72d8d4
View commit details
Copy full SHA for e72d8d4
Browse repository at this point
[fix] 시그널 수락률 및 채팅방 통계 개선 - createdAt 기준 시그널 수락률 계산, 실시간 채팅방 통계 API 추가, 질문 카테고리 쿼리 수정
sgo722
committed
b6e0838
View commit details
Copy full SHA for b6e0838
Browse repository at this point
[fix] KPI 대시보드 날짜별 데이터 반영 개선 - 채팅 KPI와 질문 인사이트가 선택 기간에 따라 변하도록 수정
sgo722
committed
8616b08
View commit details
Copy full SHA for 8616b08
Browse repository at this point
Commits on Jan 3, 2026
[refactor] KPI 쿼리 및 그래프 정렬 최적화 - 활성 채팅방 쿼리 개선, 그래프 날짜 오름차순 정렬
sgo722
committed
f0f6dcb
View commit details
Copy full SHA for f0f6dcb
Browse repository at this point
[feat] KPI 채팅방 집계 로직 개선 - 중복 카운트 방지 및 활성률 계산 수정
Show description for 866f490
sgo722
and
claude
committed
866f490
View commit details
Copy full SHA for 866f490
Browse repository at this point
[fix] KPI 요약 조회 채팅방 수 계산 개선 - endDate 스냅샷 방식으로 중복 카운팅 방지
sgo722
committed
1cbb2e9
View commit details
Copy full SHA for 1cbb2e9
Browse repository at this point
[refactor] KPI 서버 시작 시 자동 집계 제거
Show description for 9bf99ce
sgo722
committed
9bf99ce
View commit details
Copy full SHA for 9bf99ce
Browse repository at this point
[feat] KPI 대량 수동 집계 API 추가
Show description for fc6eac2
sgo722
committed
fc6eac2
View commit details
Copy full SHA for fc6eac2
Browse repository at this point
[feat] KPI 대시보드에 대량 집계 UI 추가
Show description for 947af06
sgo722
committed
947af06
View commit details
Copy full SHA for 947af06
Browse repository at this point
Merge pull request #380 from CODE-LG/feature/#379
Show description for 33b3d3b
sgo722
authored
33b3d3b
View commit details
Copy full SHA for 33b3d3b
Browse repository at this point
[feat] 코드 해제 요청 알림 본문 제거
sgo722
committed
8e04497
View commit details
Copy full SHA for 8e04497
Browse repository at this point
Merge branch 'develop' into feature/#381
sgo722
authored
6412616
View commit details
Copy full SHA for 6412616
Browse repository at this point
Merge pull request #382 from CODE-LG/feature/#381
Show description for 5a6ed32
sgo722
authored
5a6ed32
View commit details
Copy full SHA for 5a6ed32
Browse repository at this point
You can’t perform that action at this time.