From 4d9a93a82fd7133a7c389d9578fab91b8f46649c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=8F=84=EB=AA=A8?= Date: Fri, 30 Jun 2023 03:24:23 +0900 Subject: [PATCH] =?UTF-8?q?[DPMBE-73]=20=EC=9D=B8=ED=84=B0=EB=A0=89?= =?UTF-8?q?=EC=85=98=20init,=20=EB=B9=84=EC=A7=80=EB=8B=88=EC=8A=A4=20?= =?UTF-8?q?=EB=A1=9C=EC=A7=81=EC=9D=84=20=EA=B5=AC=ED=98=84=ED=95=9C?= =?UTF-8?q?=EB=8B=A4=20(#111)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: interaction, interactionHistory domain 생성 * feat: 인터렉션 init * feat: 인터렉션 비지니스 로직 구현 * feat: 자신의 인터렉션 정보를 조회 * feat: 해당 유저가 해당 약속에 있는지 체크하는 AOP 생성 * feat: 자신 인터렉션 상세 정보 조회 * fix: Trasactional, Async 누락된 부분에 추가 * fix: InteractionDetailDto에 미구현 메서드 삭제 * fix: RedissonLock 사용하는 부분에 Transactinal 어노테이션 제거 * refactor: CheckUserParticipationAop if를 when으로 refactoring * style: spotless * fix: GetMapping endpoint명에서 /users/me 제거 * test: increment 동시성 테스트 코드 추가 * style: spotless