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

[Task] 둘러보기 페이지 추가 #200

Merged
merged 8 commits into from
Dec 27, 2023
Merged

[Task] 둘러보기 페이지 추가 #200

merged 8 commits into from
Dec 27, 2023

Conversation

woobottle
Copy link
Collaborator

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

closed #146

🎉 변경 사항

  • 게스트용 url 및 페이지를 새로 생성하였습니다 의사결정 링크�
  • 기존의 stopWatch에서 쓰이던 hook들의 위치를 변경하였습니다 (공용으로 쓰여야 하는 곳이 생겨서 hooks 하위로 위치시켰습니다)

🙏 여기는 꼭 봐주세요!

사용 방법

🌄 스크린샷

image

📚 참고

@woobottle woobottle added this to the 2차 MVP milestone Dec 26, 2023
@woobottle woobottle self-assigned this Dec 26, 2023
Copy link

vercel bot commented Dec 26, 2023

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 Dec 27, 2023 7:55am

@woobottle woobottle changed the title Task/guest [Task] 둘러보기 페이지 추가 Dec 26, 2023
Copy link
Contributor

Comment on lines +75 to +101
<section className={buttonContainerCss}>
{step === 'ready' && (
<Button variant="cta" size="large" type="button" onClick={onStart}>
시작
</Button>
)}
{step === 'progress' && (
<>
<Button size="medium" variant="secondary" type="button" onClick={onStop}>
일시 정지
</Button>
<Button size="medium" variant="primary" type="button" onClick={onFinishButtonClick}>
끝내기
</Button>
</>
)}
{step === 'stop' && (
<>
<Button size="medium" variant="secondary" type="button" onClick={() => onNextStep('progress')}>
다시 시작
</Button>
<Button size="medium" variant="primary" type="button" onClick={onFinishButtonClick}>
끝내기
</Button>
</>
)}
</section>
Copy link
Member

Choose a reason for hiding this comment

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

stopwatch view 로직을 아예 따로 분리하고, 같이 사용해도 될 것 같은데 어떻게 생각하시나요?

단점 : 대신 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.

  1. view로직 분리후에 같이 사용하는 것 괜찮은것 같아요
  2. 디자인 시스템의 컴포넌트로 stopwatch가 있는 걸로 알고 있는데 그 친구 고도화가 완료되면 사용하면 어떨까용? (사용중 이탈까지 고려되려면 stopwatch쪽 로직이 변경되지 않을까 예상했었어요)
  3. 다른쪽 (로그인 후 진입 페이지) 고도화 되면 후속으로 같이 부셔버리죠

Copy link
Member

Choose a reason for hiding this comment

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

  1. view로직 분리후에 같이 사용하는 것 괜찮은것 같아요
  2. 디자인 시스템의 컴포넌트로 stopwatch가 있는 걸로 알고 있는데 그 친구 고도화가 완료되면 사용하면 어떨까용? (사용중 이탈까지 고려되려면 stopwatch쪽 로직이 변경되지 않을까 예상했었어요)
  3. 다른쪽 (로그인 후 진입 페이지) 고도화 되면 후속으로 같이 부셔버리죠

디자인시스템의 stopwatch의 경우 view만 담당하기 때문에 완성되어있는 상태입니다!

조금 리팩토링 하면 좋을 것 같아요. 그때 같이 정리하면 좋을 것 같네요.

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.

충돌나는 부분 한번 확인해주시고 merge 부탁드려요~

@woobottle woobottle merged commit cb0f197 into develop Dec 27, 2023
3 checks passed
@woobottle woobottle deleted the task/guest branch December 27, 2023 07:55
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.

[Task] 둘러보기
2 participants