Skip to content

feat: 분기로직 - #212

Merged
dasosann merged 3 commits into
mainfrom
feat/AB-Test2
May 28, 2026
Merged

feat: 분기로직#212
dasosann merged 3 commits into
mainfrom
feat/AB-Test2

Conversation

@dasosann

Copy link
Copy Markdown
Contributor

요약

구현 사항

b일때가 바로 앨범상세로 이동하는거고
a일때가 기존 로직임

  • 앨범 초대 페이지에서도 작동하게
  • [ ]
  • [ ]
  • [ ]

📸 스크린샷

Need Review

  • ~ 부분 이렇게 구현했어요, 피드백 부탁해요!

Reference

📜 리뷰 규칙

Reviewer는 아래 P5 Rule을 참고하여 리뷰를 진행합니다.
P5 Rule을 통해 Reviewer는 Reviewee에게 리뷰의 의도를 보다 정확히 전달할 수 있습니다.

  • P1: 꼭 반영해주세요 (Comment)
  • P2: 적극적으로 고려해주세요 (Comment)
  • P3: 웬만하면 반영해 주세요 (Comment)
  • P4: 반영해도 좋고 넘어가도 좋습니다 (Approve)
  • P5: 그냥 사소한 의견입니다 (Approve)

@vercel

vercel Bot commented May 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
fe Ready Ready Preview, Comment May 28, 2026 1:57am

@gemini-code-assist gemini-code-assist Bot 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.

Code Review

This pull request integrates A/B testing logic into the photo share entry screen, redirecting users in group 'B' to the album detail page. The reviewer identified a critical issue where new users arriving via invitation links might get stuck on a blank screen because the A/B test group state does not update dynamically when the server-set cookie arrives. Additionally, error handling is missing for the asynchronous album entry mutation. The reviewer suggested introducing a local state to manage the active group dynamically and adding proper promise rejection handling.

Comment thread src/feature/photo-entry/components/ScreenPhotoShareEntry.tsx Outdated
Comment thread src/feature/photo-entry/components/ScreenPhotoShareEntry.tsx Outdated
@dasosann
dasosann merged commit 77b369c into main May 28, 2026
4 checks passed
@dasosann
dasosann deleted the feat/AB-Test2 branch May 28, 2026 01:58
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