Skip to content

[UI] 작성한 프로필 확인 화면 #46

Open
FLU0RITE wants to merge 5 commits intodevelopfrom
ui/profile_summary
Open

[UI] 작성한 프로필 확인 화면 #46
FLU0RITE wants to merge 5 commits intodevelopfrom
ui/profile_summary

Conversation

@FLU0RITE
Copy link
Collaborator

@FLU0RITE FLU0RITE commented Apr 29, 2025

#️⃣연관된 이슈

close #39

📝작업 내용

작성한 프로필 화면 구현

스크린샷 or 작업영상

Screen_recording_20250429_221507.webm

Simulator Screen Recording - iPhone 13 mini - 2025-04-29 at 22 16 41

💬리뷰 요구사항

좀 긴데 분리하긴 했는데 이걸 위젯 디렉토리로 하나하나 분리하는 게 나을까요?

다음 작업

전화번호 인증화면 기능

@FLU0RITE FLU0RITE added the ui Further information is requested label Apr 29, 2025
@FLU0RITE FLU0RITE requested a review from kkosang April 29, 2025 13:21
@FLU0RITE FLU0RITE self-assigned this Apr 29, 2025
Copy link
Collaborator

@kkosang kkosang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 남긴 부분만 수정하면 될 것 같습니다 굿굿~


return Scaffold(
appBar: SignUpAppBar(currentPage: 10),
appBar: SignUpAppBar(),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 부분은 다시 currentPage를 넣어줘야 할듯요 !

class ProfileSummaryPage extends StatelessWidget {
ProfileSummaryPage({Key? key}) : super(key: key);
final PageController pageController = PageController();
final ValueNotifier<int> currentPageNotifier = ValueNotifier<int>(0);
Copy link
Collaborator

@kkosang kkosang May 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

currentPage라는 느낌보다 해당 변수가 사진의 개수를 나타내는거니까.. 음 profileImageIndex 정도..

);
}

Widget buildProfileFaceImage() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ProfileImage로 통일하면 Face가 먼저 나오는게 좋을 것 같아요 !

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

하나의 섹션 단위를 한 파일에 두는 것보다 따로 두는게 더 구조파악하기에 좋을 것 같습니돠

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ui Further information is requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants