Skip to content
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

refactor: 마이페이지 및 로그인 화면 리팩터링 #477

Open
5 tasks done
Junyoung-WON opened this issue Oct 12, 2024 · 0 comments
Open
5 tasks done

refactor: 마이페이지 및 로그인 화면 리팩터링 #477

Junyoung-WON opened this issue Oct 12, 2024 · 0 comments
Assignees
Labels
android We are android><
Milestone

Comments

@Junyoung-WON
Copy link
Contributor

Junyoung-WON commented Oct 12, 2024

✅ CheckList

  • 로그인 화면 스크롤 가능하게 만들기
  • 스타카토 로고 이미지가 화면에 맞춰 크기가 달라짐
  • 변수명 명시적으로 변경
  • xml 리팩터링
  • 기타 리뷰 반영
@Junyoung-WON Junyoung-WON added the android We are android>< label Oct 12, 2024
@Junyoung-WON Junyoung-WON added this to the sprint-6 milestone Oct 12, 2024
@Junyoung-WON Junyoung-WON self-assigned this Oct 12, 2024
hxeyexn pushed a commit that referenced this issue Oct 15, 2024
* refactor: 마이페이지 중첩된 Layout 제거

- ConstraintLayout을 사용하고 있음에도 중첩된 ConstraintLayout, FrameLayout 으로 구성되어 있음
- 중첩된 Layout을 제거

* refactor: 로그인 화면 xml 리팩터링

- 중첩된 ConstraintLayout 제거
- ScrollView를 추가하여 스크롤 가능하게 변경

* refactor: 프로필 정보 클래스 명 및 변수명 수정

- AccountInformation -> MemberProfile 로 변경
- 관련 변수명 및 메서드 명 일괄 수정
- 사용하지 않는 MyProfile 관련 클래스 제거

* refactor: 컨벤션에 맞추어 override 메서드 순서 변경

* refactor: MyProfile 클래스 제거

* refactor: 프로필이 Null일 때 사용자 상호작용에 대한 예외 처리

- checkMemberProfileNotNull() 메서드를 작성하여 사용자 프로필이 null임을 확인하고, null이 아닐 때 로직을 수행하도록 처리

* style: ktlint 적용
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android We are android><
Projects
Status: No status
Development

No branches or pull requests

1 participant