• Joined on 2023-07-19
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-14 08:28:51 +00:00
4adc3e127c fix(popular): 일일 인기 캐릭터 집계 윈도우를 전날 완료 구간으로 고정
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-14 07:48:58 +00:00
dd0a1c2293 fix(chat-character): 인기 캐릭터
klaus pushed to test at klaus/sodalive-vuejs-admin 2025-09-12 20:27:36 +00:00
cd86973b60 fix(character): 캐릭터 등록 폼
1e4dcffc17 feat(character-calculator): 캐릭터별 정산 추가
Compare 2 commits »
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-12 20:02:08 +00:00
a07407417c fix(admin-chat-calculate): 캐릭터 정산 API
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-12 19:33:14 +00:00
e33e3b43b7 fix(admin-chat-calculate): 캐릭터 정산 API
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-12 18:54:39 +00:00
634bf759ca feat(admin-chat-calculate): 캐릭터 정산 API에 채팅 횟수 구매(CHAT_QUOTA_PURCHASE) 추가
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-12 18:20:40 +00:00
0ed29c6097 feat(admin-chat-calculate): 캐릭터 정산 API에 imagePath를 imageHost를 포함한 url로 변경 추가
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-12 18:07:12 +00:00
b752434fbb feat(admin-chat-calculate): 캐릭터 정산 API에 totalCount 추가
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-12 17:01:45 +00:00
eec63cc7b2 feat(admin-chat-calculate): 캐릭터별 정산 조회 API 추가
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-12 10:01:19 +00:00
3dc9dd1f35 feat(character): 최근 등록된 캐릭터 전체보기 API
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-12 09:37:47 +00:00
88e287067b feat(character): 최근 등록된 캐릭터 전체보기 API 추가
klaus pushed to main at klaus/sodalive-backend-spring-boot 2025-09-11 17:05:46 +00:00
eb18e2d009 Merge pull request 'test' (#339) from test into main
27a3f450ef fix(character): 인기 캐릭터 응답을 DTO로 변경하여 jackson 직렬화 오류 해결
58a46a09c3 fix(character): SpEL 정적 호출 오류로 @JvmStatic 추가
83a1316a64 feat(character): UTC 20시 경계 기반 인기 캐릭터 집계 구현 및 캐시 적용
f05f146c89 fix(chat-quota): 유료 차감 후 무료·유료 동시 0일 때 next_recharge_at 설정 누락 수정
Compare 5 commits »
klaus merged pull request klaus/sodalive-backend-spring-boot#339 2025-09-11 17:05:45 +00:00
test
klaus created pull request klaus/sodalive-backend-spring-boot#339 2025-09-11 17:05:29 +00:00
test
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-11 09:53:40 +00:00
27a3f450ef fix(character): 인기 캐릭터 응답을 DTO로 변경하여 jackson 직렬화 오류 해결
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-11 09:21:27 +00:00
58a46a09c3 fix(character): SpEL 정적 호출 오류로 @JvmStatic 추가
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-11 09:07:03 +00:00
83a1316a64 feat(character): UTC 20시 경계 기반 인기 캐릭터 집계 구현 및 캐시 적용
klaus pushed to test at klaus/sodalive-backend-spring-boot 2025-09-11 03:35:37 +00:00
f05f146c89 fix(chat-quota): 유료 차감 후 무료·유료 동시 0일 때 next_recharge_at 설정 누락 수정
klaus pushed to main at klaus/sodalive-vuejs-admin 2025-09-10 06:26:04 +00:00
5fcdd7f06d Merge pull request '캐릭터 챗봇' (#74) from test into main
5ee0fe6a60 fix(chat): 인물관계 삭제 후 수정 저장 시 서버 반영되지 않던 문제 수정
199049ab7c feat(chat): 캐릭터 폼에 JSON 내보내기/가져오기 기능 추가
bc8833483a fix(character-image): 캐릭터 이미지 등록/수정
b94aa54365 캐릭터 챗봇 큐레이션 추가
Compare 34 commits »
klaus merged pull request klaus/sodalive-vuejs-admin#74 2025-09-10 06:26:03 +00:00
캐릭터 챗봇