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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
[feat] 채팅방 카테고리 기반 질문 추천 기능 및 관리자 페이지 개선
- #390
#390
Merged
sgo722
merged 12 commits into
develop
CODE-LG/code-l-server:develop
from
feature/#389
CODE-LG/code-l-server:feature/#389
Copy head branch name to clipboard
Jan 28, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
[feat] 채팅방 카테고리 기반 질문 추천 기능 및 관리자 페이지 개선
#390
sgo722
merged 12 commits into
develop
CODE-LG/code-l-server:develop
from
feature/#389
CODE-LG/code-l-server:feature/#389
Copy head branch name to clipboard
Commits
Commits on Jan 24, 2026
[feat] 질문 그룹 도메인 모델 추가 - QuestionGroup, GroupPolicy enum 생성, QuestionCategory 용도/그룹정책 속성 추가
sgo722
committed
d745347
View commit details
Copy full SHA for d745347
Browse repository at this point
[feat] 질문 그룹 DB 마이그레이션 추가 - question_group 컬럼 추가, 카테고리 enum 확장, 복합 인덱스 생성
sgo722
committed
aca8a91
View commit details
Copy full SHA for aca8a91
Browse repository at this point
[feat] 카테고리별 질문 추천 로직 구현 - A/B 그룹 우선순위 추천, 랜덤 추천 정책, Repository 쿼리 추가
sgo722
committed
8014b1b
View commit details
Copy full SHA for 8014b1b
Browse repository at this point
[feat] 질문 추천 Strategy 패턴 구현 - 버전별 전략 분기, CategoryBased/LegacyRandom 전략 클래스 추가
sgo722
committed
82f99af
View commit details
Copy full SHA for 82f99af
Browse repository at this point
[feat] 질문 추천 API 추가 - /questions/recommend 엔드포인트, X-App-Version 헤더 기반 버전 분기 처리
sgo722
committed
f10643f
View commit details
Copy full SHA for f10643f
Browse repository at this point
[feat] 질문 관리 페이지 그룹 필터 추가 - 용도/카테고리/그룹 필터, 검색 상태 유지, 질문 등록/수정 폼에 그룹 선택 추가
sgo722
committed
f97a7dc
View commit details
Copy full SHA for f97a7dc
Browse repository at this point
[test] 질문 추천 기능 테스트 추가 - StrategyResolver, QuestionCategory, QuestionGroup, QuestionService 테스트
sgo722
committed
e98fe1c
View commit details
Copy full SHA for e98fe1c
Browse repository at this point
[fix] PreVerificationStrategyTest 초기화 오류 수정 - asyncNotificationService mock 추가, findByMemberId mock 설정
sgo722
committed
42a2633
View commit details
Copy full SHA for 42a2633
Browse repository at this point
[refactor] 질문 추천 API 통합 - 기존 /questions/random 엔드포인트에 버전 분기 적용, /questions/recommend 제거
sgo722
committed
2b127ab
View commit details
Copy full SHA for 2b127ab
Browse repository at this point
Commits on Jan 26, 2026
[refactor] 전략 패턴 통일 및 트랜잭션 경계 수정 - 레거시/신규 모두 Strategy 패턴 사용, @Transactional 추가
sgo722
committed
dd4e564
View commit details
Copy full SHA for dd4e564
Browse repository at this point
[refactor] 미사용 QuestionRecommendResponseLegacy 클래스 삭제
sgo722
committed
337e3ed
View commit details
Copy full SHA for 337e3ed
Browse repository at this point
Commits on Jan 27, 2026
Merge branch 'develop' into feature/#389
sgo722
authored
97a6127
View commit details
Copy full SHA for 97a6127
Browse repository at this point
You can’t perform that action at this time.