Skip to content

feat: 프로필 아이콘 선택 화면 구현#93

Merged
surfwithus merged 1 commit intomainfrom
feat/profileIcon
Aug 9, 2025
Merged

feat: 프로필 아이콘 선택 화면 구현#93
surfwithus merged 1 commit intomainfrom
feat/profileIcon

Conversation

@surfwithus
Copy link
Collaborator

@surfwithus surfwithus commented Aug 9, 2025

[추후 구현 사항]

  1. 백엔드 user API 수정 및 DB 연결
  2. 아이콘 별 크기 다름에 따른 border 영역 차이 해결해야 함

Summary by CodeRabbit

  • 신규 기능

    • 프로필 아이콘을 선택할 수 있는 화면이 추가되었습니다. 사용자는 아이콘을 선택하고 "등록하기" 버튼을 눌러 다음 단계로 진행할 수 있습니다.
  • 스타일

    • 회원가입 단계에서 텍스트의 굵기가 조정되어 가독성이 향상되었습니다.
  • 기타

    • 여러 프로필 아이콘 이미지를 한 번에 불러올 수 있도록 이미지 에셋 설정이 개선되었습니다.
    • 새로운 갤러리 아이콘 이미지가 추가되었습니다.

@coderabbitai
Copy link

coderabbitai bot commented Aug 9, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

회원가입 플로우에 프로필 아이콘 선택 화면(ProfilepicScreen)이 새로 추가되었습니다. 이제 사용자명 입력 후 해당 화면으로 이동하여 아이콘을 선택할 수 있습니다. 관련 자산 이미지 디렉토리와 SVG 아이콘이 pubspec.yaml에 등록되었고, 텍스트 스타일 일부가 조정되었습니다.

Changes

Cohort / File(s) Change Summary
프로필 아이콘 선택 화면 추가
frontend/ongi/lib/screens/signup/profilepic_screen.dart
신규 ProfilepicScreen 위젯 추가. 3열 그리드로 아이콘 선택, 선택 시 테두리 표시, "등록하기" 버튼 클릭 시 SharedPreferences에 유저명 저장 후 다음 화면으로 이동. UI 일관성 및 색상 적용.
회원가입 플로우 연결 및 텍스트 스타일 수정
frontend/ongi/lib/screens/signup/username_screen.dart
다음 화면을 ModeScreen에서 ProfilepicScreen으로 변경. 텍스트 위젯 두 개의 폰트 웨이트를 서로 교체. UI 구조 및 로직은 기존과 동일.
자산 이미지 및 SVG 등록
frontend/ongi/pubspec.yaml
유저 이미지 자산을 단일 파일에서 디렉토리 전체로 변경, 두 개의 갤러리 아이콘 SVG 추가. 기타 설정 변경 없음.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant UsernameScreen
    participant ProfilepicScreen
    participant SharedPreferences
    participant ModeScreen

    User->>UsernameScreen: 사용자명 입력 후 "계속하기" 클릭
    UsernameScreen->>ProfilepicScreen: username 전달하며 이동
    User->>ProfilepicScreen: 프로필 아이콘 선택, "등록하기" 클릭
    ProfilepicScreen->>SharedPreferences: username 저장
    ProfilepicScreen->>ModeScreen: username 전달하며 이동
Loading

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

🐰
새로운 화면, 아이콘이 반짝
토끼는 그리드 속에서 깡총깡총
오렌지 빛 테두리, 선택은 신중
유저명 저장, 다음 모험 준비
자산도 SVG도 모두 모여
오늘은 가입의 날, 토끼도 신이 나!
🥕✨

Note

🔌 MCP (Model Context Protocol) integration is now available in Early Access!

Pro users can now connect to remote MCP servers under the Integrations page to get reviews and chat conversations that understand additional development context.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Free

📥 Commits

Reviewing files that changed from the base of the PR and between 270f696 and a4f6485.

⛔ Files ignored due to path filters (11)
  • frontend/ongi/assets/images/gallery_icon_orange.svg is excluded by !**/*.svg
  • frontend/ongi/assets/images/gallery_icon_white.svg is excluded by !**/*.svg
  • frontend/ongi/assets/images/users/baby_icon.png is excluded by !**/*.png
  • frontend/ongi/assets/images/users/black_man_icon.png is excluded by !**/*.png
  • frontend/ongi/assets/images/users/black_woman_icon.png is excluded by !**/*.png
  • frontend/ongi/assets/images/users/dad_icon.png is excluded by !**/*.png
  • frontend/ongi/assets/images/users/daughter_icon.png is excluded by !**/*.png
  • frontend/ongi/assets/images/users/dog_icon.png is excluded by !**/*.png
  • frontend/ongi/assets/images/users/mom_icon.png is excluded by !**/*.png
  • frontend/ongi/assets/images/users/robot_icon.png is excluded by !**/*.png
  • frontend/ongi/assets/images/users/son_icon.png is excluded by !**/*.png
📒 Files selected for processing (3)
  • frontend/ongi/lib/screens/signup/profilepic_screen.dart (1 hunks)
  • frontend/ongi/lib/screens/signup/username_screen.dart (3 hunks)
  • frontend/ongi/pubspec.yaml (1 hunks)

Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@surfwithus surfwithus merged commit 2fae858 into main Aug 9, 2025
2 of 4 checks passed
@surfwithus surfwithus deleted the feat/profileIcon branch August 9, 2025 14:08
Neibce pushed a commit to 2025-PNU-SW-Hackathon/PNUSW-2025-OnGi-10 that referenced this pull request Aug 25, 2025
[추후 구현 사항]

1. 백엔드 user API 수정 및 DB 연결
2. 아이콘 별 크기 다름에 따른 border 영역 차이 해결해야 함
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant