-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Weekly] 10주차 PR #132
Merged
Merged
[Weekly] 10주차 PR #132
Conversation
This file contains 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
회원가입 시에는 inplace.my/choice로 redirect되고, 로그인 시에는 inplace.my/auth로 redirect 되도록 하였습니다. 관련 이슈: #50
로그인할 때, User 조회를 해보고 있으면, User를 가져오던 부분을 Optional을 사용하여 query한번으로 가져올 수 있도록 하였습니다.
장소 정보를 kakaoMessage로 보내기위해 Messsage를 만드는 기능을 작성하였습니다. 관련 이슈: #50
외부 api를 비동기식으로 호출하기 위해, webClient를 추가하엿습니다. 관련 이슈: #50
장소 메세지를 보내기 위해 url을 추가하였습니다. 관련 이슈: #50
- LikedPlace를 구현하기위해 관련 Entity와 Repository를 구현헀어요 관련 이슈: #87
[Weekly] 9주차 PR ✨ Feature
- LikedPlace 엔티티와 repo를 구현했어요 - PlaceService: 장소에 좋아요하기 기능을 구현했어요 - 관련된 테스트 코드를 작성했어요 관련 이슈: #87
장소명, 주소, id를 조회할 수 있고, id를 따로 추출하기 위한 함수 틀까지 구현
Cookie를 만드는 메서드의 사용 횟수가 적어 싱글톤으로 만들지 않고 static method로 사용하도록 하였습니다. 관련 이슈: #50
현재 로그인되어있지 않은 유저인지 확인하는 메서드 AuthorizationUtil.isNotLoginUser()를 작성하였습니다. 관련 이슈: #50
This reverts commit fd2dd1f.
"access_token"을 TokenType enum을 만들어 원시값을 삭제하였습니다. 관련 이슈: #50
kakaoMessage를 보내기 위해 oauthToken을 저장하였습니다. 관련 이슈: #50
…step3/Team7_BE into feat/#50-placeMessage
관련 이슈: #50
관련 이슈: #50
…eoAdminPageAdvance [Feat] #99 비디오 어드민 페이지 고도화를 진행했어요
- PlaceInfo와 PlaceDetailInfo의 likes필드에 좋아요 여부를 반영했어요 - 관련된 테스트 코드를 수정, 추가했어요 관련 이슈: #87
…cknameChange [Feat] #104 닉네임 변경 기능을 구현했어요
…eoUserIdCheck [Refactor] 로그인 체크 기능 변경
…ue-green [fix] 이전 컨테이너 삭제
…ue-green [fix] 현재버전 환경변수 사용으로 수정
…ue-green [fix] 대문자 오류를 소문자로 변경
- liked_places 테이블 생성 코드 추가했습니다. 관련 이슈: #87
- 패키지명이 LikedPlace로 되어있어 소문자로 변경하였습니다. 관련 이슈: #87
- schema.sql에 liked_places 테이블 생성하는 DDL을 추가했습니다. 관련 이슈: #87
- PlaceResponse를 List에서 Page로 형식을 변경하였습니다. 관련 이슈: #87
…ed-place [fix] #87 liked places 테이블 생성코드 추가
…all-refactor [Feat] 비디오 삭제기능 및 Admin페이지 수정
…fluencer-refactor [Feat] #130 인플루언서 관련 리팩터링했어요
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.
✨ 작업 내용
✨ 참고 사항
⏰ 현재 버그
✏ Git Close