-
Notifications
You must be signed in to change notification settings - Fork 20
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
release: v2.1.0 #932
Merged
release: v2.1.0 #932
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
* feat: 비밀번호 변경 요청 dto 생성 * feat: MemberService.changePassword() 패스워드 변경 기능 추가 * refactor: ChangePasswordRequest dto final 속성 제거 * feat: 비밀번호 변경 API 생성 * refactor: MemberService.changePassword() 파라미터 final 속성 추가 --------- Co-authored-by: kimun kim <doublekim@woowahan.com>
Co-authored-by: kimun kim <doublekim@woowahan.com>
단순 커맨드 검증으로 변경
* feat: 비회원 예약 조회시, 진행중인 예약도 조회되도록 수정 issue number #911 * feat: 검색 결과 없음 문구 추가 * fix: 불필요한 api 요청 제거
* feat: 내 정보 수정 페이지 UI 및 API 연동 구현 * refactor: ProfileEditForm의 onSubmit prop이 required가 되도록 수정
* test: 비밀번호 변경 테스트 요청 url 오기입 수정 * refactor: member, reservation dto에 NoArgs, AllArgs 생성자 생성
* feat: 비밀번호 경로 path, route 등록 * feat: 내 정보 수정에서 취소할 수 있는 기능 * feat: 비밀번호 변경 페이지 UI * chore: 필요하지 않는 import 제거 * feat: 비밀번호를 수정하는 기능 * feat: 이전 비밀번호 입력 시, 입력값이 마스킹되도록 처리 * feat: api 경로에 slash 추가
* feat: 비회원 예약 조회 loader 추가 * fix: isLoading -> isFetching 사용
…않음, dto 패턴 테스트 코드 추가 (#929) * feat: 비밀번호 변경 요청에서 기존 비밀번호는 패턴을 검사하지 않음 * feat: 비밀변호 변경 요청에서 기존 비밀번호 오기입시 예외 메세지 구체적으로 변경 * test: ChangePasswordRequest dto 패턴 검사 테스트 작성
yujo11
approved these changes
Mar 12, 2023
xrabcde
added
🌟 feature
New feature or request
📚 frontend
🕋 backend
🫶🏻 release
New release
labels
Mar 12, 2023
xrabcde
assigned yujo11, Puterism, dusdn1702, SunYoungKwon, tributetothemoon, xrabcde and sakjung
Mar 12, 2023
xrabcde
requested review from
sakjung,
SunYoungKwon,
dusdn1702,
Puterism and
tributetothemoon
March 12, 2023 11:53
yujo11
approved these changes
Mar 12, 2023
SunYoungKwon
approved these changes
Mar 12, 2023
Puterism
approved these changes
Mar 12, 2023
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.
추가된 기능
수정된 기능