Conversation
- 사용자가 게시물 공개 여부를 변경 가능하도록 기능 개발 및 개발사항에 대한 단위테스트 실시
feat : 게시물 공개 여부 변경 기능 개발
- 자신의 회고목록들을 반환받는 API 개발 및 개발사항에 대한 단위테스트 작성 - Member와 Retro간 맺어진 직접적인 연관관계를 id를 통한 간접참조의 형태로 변경
feat : 자신의 회고 목록 반환 API 개발
- RetroRepositoryTest 테스트 중 의존성이 주입되지 않은 클래스로 인한 오류를 발견하고 수정하였음
- 회원 닉네임 변경 기능 개발 및 개발사항에 대한 단위테스트 작성 - Validation을 위한 gradle 의존성 추가
- 회원 탈퇴 시 관련 데이터 삭제 처리 - 탈퇴한 회원이 작성한 회고는, 가입된 회원들과 구분 가능하도록 회고의 memberID를 -1로 지정하도록 변경
feat : 회원 탈퇴 시 관련 데이터 삭제 처리
- 마케팅/서비스 알림 동의여부 변경 API 개발 및 단위테스트 실시
feat : 마케팅/서비스 알림 동의여부 변경 API 개발
- 공지사항 작성/조회 API 개발 및 단위테스트 작성
feat : 공지사항 작성/조회 API 개발
- 개발한 API에 대한 스웨거 설정을 추가하였음
feat : 스웨거 API 갱신
Updated Gradle build command to run with sudo.
Removed unnecessary directory change for Gradle build.
Added overwrite option for file transfer in deployment.
Collaborator
Author
|
/gemini review |
Collaborator
Author
|
@gemini review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gemini 코드 리뷰 테스트