Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TMN-58] 회원가입 후 온보딩 #642

Merged
merged 9 commits into from
Mar 28, 2024
Merged

[TMN-58] 회원가입 후 온보딩 #642

merged 9 commits into from
Mar 28, 2024

Conversation

wade3420
Copy link
Collaborator

🤔 해결하려는 문제가 무엇인가요?

https://tenminute.atlassian.net/browse/TMN-36?atlOrigin=eyJpIjoiODg4MWI5Zjk2NTQ3NDA0MjkwNzcxMjU0MGFhOTljMWYiLCJwIjoiaiJ9

🎉 변경 사항

  • 온보딩 페이지 추가
  • 데이터 이벤트 추가

🙏 여기는 꼭 봐주세요!

  • 라이브에 나갈때는 RECOMMENDATION_REAL 로 constants를 변경해야합니다.

사용 방법

🌄 스크린샷

2024-03-27.12.10.48.mov

📚 참고

@wade3420 wade3420 self-assigned this Mar 27, 2024
Copy link

vercel bot commented Mar 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
10mm-client-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 28, 2024 3:45am

Copy link
Contributor

Copy link
Member

@sumi-0011 sumi-0011 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

},
];

export const RECOMMENDATION_REAL = [
Copy link
Member

Choose a reason for hiding this comment

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

process.env.node_env 애 떠러 REAL을 보여줄지 말지 컨트롤 하는건 어떨까요

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

node_env 인 dev 배포환경일때는 'production'으로 보이지 않나요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

NEXT_PUBLIC_ENV 라는 환경변수를 따로 만들게요

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

cadc522

스크린샷 2024-03-28 오후 12 43 35

여기서 getEnv 함수 만들었고, 버셀에 환경변수 추가해주었습니다.

};

const handleComplete = async () => {
await Promise.all(
Copy link
Member

Choose a reason for hiding this comment

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

👍

Comment on lines 73 to 77
key={props.id.toString()}
id={props.id}
tags={props.tags}
nickname={props.nickname}
profileImageUrl={props.profileImageUrl}
Copy link
Member

Choose a reason for hiding this comment

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

{...props}를 이용하면 어떨까여

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

rightComponent?: React.ReactNode;
}

function CenterTextHeader({ title, rightComponent }: CenterTextHeaderProps) {
Copy link
Member

Choose a reason for hiding this comment

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

일단 임시로 사용하는 Header인거죠?
나중에도 사용하게 된다면 디자인 시스템에 추가하면 좋을 것 같네요

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

네 빠르게 작업하기 위해서 추가한 컴포넌트입니다

width: '33%',
});

const centerCss = css({
Copy link
Member

Choose a reason for hiding this comment

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

css 대신 center pattern 이용해도 좋을 것 같아요~

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@wade3420 wade3420 merged commit a651584 into develop Mar 28, 2024
3 checks passed
@wade3420 wade3420 deleted the TMN-58/onboarding branch March 28, 2024 03:57
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants