Bw 137 android make edit privacy activity #49
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.
개요
PR에 관한 개략적인 설명을 써주세요
개인 정보 수정화면 작성
수정사항
작업 내용을 써주세요
개인 정보 수정화면 layout 작성
mypage fragment에서 이동되게 연결
닉네임, 이메일 정보 받아 수정화면에서 띄움
비밀번호 수정하기 버튼 클릭시 비밀번호 입력란 띄우는 interaction 추가
유의사항
리뷰 시 참고할 내용을 써주세요
앞으로 보완해야할 사항입니다 ------------------------
mypage에서 이름 정보도 같이 받아서 넘겨야할것같은데 mypage api에서 이름은 받아오지 않는것 같은데 이름도 같이 받아올수있게 수정할 필요있음
비밀번호 수정할때 비밀번호 유효성 검사 + 유효성에따른 버튼 상태 조정
비밀번호 수정 api 필요
후에 프로필 이미지 관련 인터렉션 추가
프로필 수정 api 필요 (아마 이메일 변경은 안되고 이름, 닉네임 정도 수정하는 걸로)
이름 닉네임 수정할수있게 textinput 이용한 상호작용 필요 (지금은 textview로 구현되있음)
버튼 보니깐 비밀번호 수정버튼만 있던데 이름이나 닉네임 수정할때는 각 수정 페이지를 만들어 하나씩 수정하게 하는게 나을것같기도함 (프로필수정 api도 그러면 닉네임 수정 api, 이름 수정 api 이런식으로 따로 만들면 될듯)
비밀번호 수정 전에 보통 현재 비밀번호 입력해서 보안검사하던데 우리도 이런식으로 해야할듯요