Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Joon9750/real-time-messaging-BE

Joon9750 created a branch on Joon9750/real-time-messaging-BE

fix#7

Joon9750 closed an issue on Joon9750/real-time-messaging-BE
[Fix] 엔티티 연관관계 설정
엔티티 클래스가 연관관계 설정이 걸려있지만, 각 엔티티를 저장할 때 해당 연관관계를 설정하지 않고 있습니다.
Joon9750 deleted a branch Joon9750/real-time-messaging-BE

fix#1

Joon9750 pushed 9 commits to main Joon9750/real-time-messaging-BE
  • [Fix] user랑 rootclient 관계 설정 6124e62
  • [Fix] chatroom, rootclient 초기 관계 설정 5ebec7b
  • [Add] implement UserChatRoomRepository cd23249
  • [Add] implement UserChatRoomCommandServiceImpl 1d1caa8
  • [Add] implement UserChatRoomRepositorylmpl 39863fb
  • [Add] implement UserChatRoomCommandApiController 1ada7a9
  • [Add] deleteUserChatRoom 기능 구현 bdfe8e3
  • [Fix] h2 database table 네이밍 문제 해결 6172d54
  • Merge pull request #6 from Joon9750/fix#1 [Fix] 엔티티 연관관계 설정 d2dd35a

View on GitHub

Joon9750 closed a pull request on Joon9750/real-time-messaging-BE
[Fix] 엔티티 연관관계 설정
#1 - User -> RootClient 연관관계 설정 완료, ChatRoom -> RootClient 연관관계 설정 완료 [6124e62](https://github.com/Joon9750/real-time-messaging-BE/pull/6/commits/6124e62e3ae37699e88bcc7e0773391495a60ff2) [5ebec...
Joon9750 pushed 1 commit to fix#1 Joon9750/real-time-messaging-BE
  • [Fix] h2 database table 네이밍 문제 해결 6172d54

View on GitHub

Joon9750 pushed 1 commit to fix#1 Joon9750/real-time-messaging-BE
  • [Add] deleteUserChatRoom 기능 구현 bdfe8e3

View on GitHub

Joon9750 opened an issue on Joon9750/real-time-messaging-BE
[Improve] 조회 API 지연 로딩 생각해서 성능 최적화
- 먼저 지연 로딩으로 쿼리가 많이 나가는 부분 찾고 - 페치 조인으로 성능 최적화 - 안되면 DTO로 조회
Joon9750 pushed 1 commit to fix#1 Joon9750/real-time-messaging-BE
  • [Add] implement UserChatRoomRepositorylmpl 39863fb

View on GitHub

Joon9750 pushed 2 commits to fix#1 Joon9750/real-time-messaging-BE
  • [Add] implement UserChatRoomRepository cd23249
  • [Add] implement UserChatRoomCommandServiceImpl 1d1caa8

View on GitHub

Joon9750 opened an issue on Joon9750/real-time-messaging-BE
[Fix] JPA repository 리스트 변환 Optional 처리 해제
JPA는 단일 객체를 반환하는 경우: Optional<UserChatRoom>로 반환하지만, 여러 객체(리스트 등)를 반환하는 경우 그냥 List<UserChatRoom>으로 반환하고 만약 데이터가 없다면 빈 리스트를 반환하기 때문에 여러 객체를 JPA로 조회하더라도 옵셔널 처리하지 않아도 됩니다.
Joon9750 pushed 1 commit to fix#1 Joon9750/real-time-messaging-BE
  • [Fix] chatroom, rootclient 초기 관계 설정 5ebec7b

View on GitHub

Joon9750 pushed 1 commit to fix#1 Joon9750/real-time-messaging-BE
  • [Fix] user랑 rootclient 관계 설정 6124e62

View on GitHub

Joon9750 pushed 12 commits to fix#1 Joon9750/real-time-messaging-BE
  • Update README.md 56aa23c
  • Update README.md 4cb94c2
  • Update README.md 2b60778
  • Update README.md 82eb804
  • Update README.md c0b5f72
  • Update README.md 049c446
  • [Improve] RoomService를 Query와 Command로 분리 cd4a739
  • [Improve] interface로 분리 66bca5f
  • [Improve] RootClient 분리 5f9679a
  • [Improve] User Service 분리 fb88830
  • [Improve] User controller 분리 88b6e18
  • Merge pull request #5 from Joon9750/improve/#4 [Improve] RoomService를 Query와 Command로 분리 f1a4954

View on GitHub

Joon9750 deleted a branch Joon9750/real-time-messaging-BE

improve/#4

Joon9750 closed a pull request on Joon9750/real-time-messaging-BE
[Improve] RoomService를 Query와 Command로 분리
#4 기존에 RoomService에 query와 command 성격의 함수들이 함께 있었지만, CQS 디자인 패턴 적용을 위해 서비스 계층과 컨트롤러 계층 클래스를 query와 command로 분리했습니다.
Joon9750 pushed 1 commit to improve/#4 Joon9750/real-time-messaging-BE
  • [Improve] User controller 분리 88b6e18

View on GitHub

Joon9750 pushed 1 commit to improve/#4 Joon9750/real-time-messaging-BE
  • [Improve] User Service 분리 fb88830

View on GitHub

Joon9750 pushed 1 commit to improve/#4 Joon9750/real-time-messaging-BE
  • [Improve] interface로 분리 66bca5f

View on GitHub

Joon9750 opened a pull request on Joon9750/real-time-messaging-BE
[Improve] RoomService를 Query와 Command로 분리
기존에 RoomService에 query와 command 성격의 함수들이 함께 있었지만, CQS 디자인 패턴 적용을 위해 서비스 계층과 컨트롤러 계층 클래스를 query와 command로 분리했습니다.
Joon9750 pushed 1 commit to improve/#4 Joon9750/real-time-messaging-BE
  • [Improve] RoomService를 Query와 Command로 분리 cd4a739

View on GitHub

Joon9750 created a branch on Joon9750/real-time-messaging-BE

improve/#4

Joon9750 pushed 1 commit to main Joon9750/real-time-messaging-BE

View on GitHub

Joon9750 pushed 1 commit to main Joon9750/real-time-messaging-BE

View on GitHub

Joon9750 pushed 1 commit to main Joon9750/real-time-messaging-BE

View on GitHub

Joon9750 pushed 1 commit to main Joon9750/real-time-messaging-BE

View on GitHub

Load more