-
Notifications
You must be signed in to change notification settings - Fork 6
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
main 병합 진행 #507
Merged
main 병합 진행 #507
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
refactor: 검색 컴포넌트 구조 잡기
fix: 내부 QA에서 발견한 부분들 수정 remove: 미완성 부분들 일시적으로 제거
로그인 한 유저가 해당 장소에 스팟을 등록했는지 여부를 알려줌
Feat/place map static image
design: 최근 검색어 스타일 수정 remove: 장소 컴포넌트 중복된 스타일 제거 fix: 공백 검색 처리
장소 검색 기능 구현 및 내부 QA 진행 후 미비한 부분 수정 및 미완성 부분 제거
…fix-member-update
누락된 회원 정보 추가
단 multipart 요청은 기본적으로 post라 기존의 것 그대로 남겨둠.
post -> put
한글로 요청을 보낼 시 업데이트가 잘 되지 않는 문제가 있어서 업데이트 내용을 male/female, 10, 20, 30 등으로 요청할 수 있도록 변경
member udpate 성별, 나이 수정
마이페이지 스팟 에러 처리 및 상세 페이지 이동 기능 추가
개인정보 처리방침 추가
484 add place Id to my spot list
488 query dsl
491 update 메서드 post put 으로 변경
494 member age gender
Spot/Course 추가 관련 리팩토링
레디스 캐싱이 제대로 동작하지 않는 오류 수정
hotfix redis
Update README.md
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.
Motivation 🧐
Key Changes 🔑
To Reviewers 🙏