Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DPMBE-73] 인터렉션 init, 비지니스 로직을 구현한다 (#111)
* 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
- Loading branch information