Skip to content

feat : 프로필 이미지, 프로필 거주지/출신지 - #158

Merged
Doreminwoo merged 13 commits into
developfrom
feat/profile-color-148
Jul 8, 2025
Merged

feat : 프로필 이미지, 프로필 거주지/출신지#158
Doreminwoo merged 13 commits into
developfrom
feat/profile-color-148

Conversation

@Doreminwoo

Copy link
Copy Markdown
Contributor

Related issue 🛠

Work Description ✏️

  • 프로필 이미지 등록, 편집
  • 프로필 거주지/출신지 등록, 편집 추가

Screenshot 📸

Uncompleted Tasks 😅

  • Task1

To Reviewers 📢

@Doreminwoo
Doreminwoo requested a review from a team June 27, 2025 13:50
@Doreminwoo Doreminwoo self-assigned this Jun 27, 2025
@Doreminwoo
Doreminwoo requested review from Anzinius and yangseungsang and removed request for a team June 27, 2025 13:50
@Doreminwoo Doreminwoo linked an issue Jun 27, 2025 that may be closed by this pull request
1 task

@Anzinius Anzinius left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

프로필 구조가 아주 대폭 수정되었군요.

제가 하나 발견한건데, [커뮤니티 이용가이드] 웹뷰 연결할 때, Get.to(() => WebViewPage 이용해서 연결하면 그 위에 약관들 웹뷰랑 통일되어서 더 보기 좋을 것 같아요!

고생 많으셨습니다!

Comment on lines +18 to +23
const ImageType(this.name, this.engName, this.color);

static ImageType fromEngName(String engName) => ImageType.values.firstWhere(
(e) => e.engName == engName.toUpperCase(),
orElse: () => ImageType.red,
);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

오 이렇게 쓸 수 있는 것 신기하네요.

@Doreminwoo
Doreminwoo merged commit 3eb931f into develop Jul 8, 2025
2 checks passed
@Doreminwoo
Doreminwoo deleted the feat/profile-color-148 branch July 8, 2025 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat : 프로필 색상 선택/변경

2 participants