Skip to content

Release 0.3.0 to main#102

Merged
DongChyeon merged 131 commits into
mainfrom
release/0.3.0
Apr 28, 2026
Merged

Release 0.3.0 to main#102
DongChyeon merged 131 commits into
mainfrom
release/0.3.0

Conversation

@DongChyeon
Copy link
Copy Markdown
Member

๐Ÿ›  Related issue

closed #<issue_number>

์–ด๋–ค ๋ณ€๊ฒฝ์‚ฌํ•ญ์ด ์žˆ์—ˆ๋‚˜์š”?

  • ๐Ÿž BugFix Something isn't working
  • ๐ŸŽจ Design Markup & styling
  • ๐Ÿ“ƒ Docs Documentation writing and editing (README.md, etc.)
  • โœจ Feature Feature
  • ๐Ÿ”จ Refactor Code refactoring
  • โš™๏ธ Setting Development environment setup
  • โœ… Test Test related (Junit, etc.)

โœ… CheckPoint

PR์ด ๋‹ค์Œ ์š”๊ตฌ ์‚ฌํ•ญ์„ ์ถฉ์กฑํ•˜๋Š”์ง€ ํ™•์ธํ•˜์„ธ์š”.

  • PR ์ปจ๋ฒค์…˜์— ๋งž๊ฒŒ ์ž‘์„ฑํ–ˆ์Šต๋‹ˆ๋‹ค. (ํ•„์ˆ˜)
  • mergeํ•  ๋ธŒ๋žœ์น˜์˜ ์œ„์น˜๋ฅผ ํ™•์ธํ•ด ์ฃผ์„ธ์š”(mainโŒ/developโญ•) (ํ•„์ˆ˜)
  • Approve๋œ PR์€ assigner๊ฐ€ ๋จธ์ง€ํ•˜๊ณ , ์ˆ˜์ • ์š”์ฒญ์ด ์˜จ ๊ฒฝ์šฐ ์ˆ˜์ • ํ›„ ๋‹ค์‹œ push๋ฅผ ํ•ฉ๋‹ˆ๋‹ค. (ํ•„์ˆ˜)
  • BugFix์˜ ๊ฒฝ์šฐ, ๋ฒ„๊ทธ์˜ ์›์ธ์„ ํŒŒ์•…ํ•˜์˜€์Šต๋‹ˆ๋‹ค. (์„ ํƒ)

โœ๏ธ Work Description

  • ์ž‘์—… ๋‚ด์šฉ

๐Ÿ˜… Uncompleted Tasks

  • Task1

๐Ÿ“ข To Reviewers

๐Ÿ“ƒ RCA ๋ฃฐ

  • R: ๊ผญ ๋ฐ˜์˜ํ•ด ์ฃผ์„ธ์š”. ์ ๊ทน์ ์œผ๋กœ ๊ณ ๋ คํ•ด ์ฃผ์„ธ์š”. (Request changes)
  • C: ์›ฌ๋งŒํ•˜๋ฉด ๋ฐ˜์˜ํ•ด ์ฃผ์„ธ์š”. (Comment)
  • A: ๋ฐ˜์˜ํ•ด๋„ ์ข‹๊ณ  ๋„˜์–ด๊ฐ€๋„ ์ข‹์Šต๋‹ˆ๋‹ค. ๊ทธ๋ƒฅ ์‚ฌ์†Œํ•œ ์˜๊ฒฌ์ž…๋‹ˆ๋‹ค. (Approve)

DongChyeon and others added 30 commits April 12, 2026 10:56
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
DongChyeon and others added 26 commits April 26, 2026 13:42
Refactor/#29: Compose Navigation ๋ฌธ์ž์—ด ๋ผ์šฐํŠธ๋ฅผ KClass ๊ธฐ๋ฐ˜ ํƒ€์ž… ์•ˆ์ „ ๋ผ์šฐํŒ…์œผ๋กœ ๋ณ€ํ™˜
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
โ€ฆbuttons

Feat/#94: ์ด๋ฏธ์ง€ ๋ทฐ์–ด ์ขŒ์šฐ ์ด๋™ ํ™”์‚ดํ‘œ ๋ฒ„ํŠผ ์ถ”๊ฐ€ ๋ฐ FullScreen Dialog ์ „ํ™˜
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- UploadUiState์— showPhotoPickerSheet ํ•„๋“œ ์ถ”๊ฐ€
- UploadIntent์— UpdatePhotoPickerSheetVisibility ํด๋ž˜์Šค ์ถ”๊ฐ€
- UploadViewModel์— ํ•ธ๋“ค๋Ÿฌ ์ถ”๊ฐ€๋กœ exhaustive when ์กฐ๊ฑด ๋งŒ์กฑ

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
โ€ฆallery

Feat/#95: ActionSheet ๊ธฐ๋ฐ˜ ์นด๋ฉ”๋ผ/๊ฐค๋Ÿฌ๋ฆฌ ์‚ฌ์ง„ ์„ ํƒ ๊ธฐ๋Šฅ ์ถ”๊ฐ€
@DongChyeon DongChyeon self-assigned this Apr 28, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 28, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

โš™๏ธ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: 50615e4b-22d9-4ec5-bc98-63f4a574b59e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • ๐Ÿ” Trigger review
โœจ Finishing Touches
๐Ÿงช Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/0.3.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

โค๏ธ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@DongChyeon DongChyeon merged commit 6b547ac into main Apr 28, 2026
5 checks passed
@DongChyeon DongChyeon changed the title Release 0.3.0 to develop Release 0.3.0 to main Apr 28, 2026
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