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

[Feat] Stopwatch 페이지 구현 #90

Merged
merged 12 commits into from
Dec 19, 2023
Merged

[Feat] Stopwatch 페이지 구현 #90

merged 12 commits into from
Dec 19, 2023

Conversation

sumi-0011
Copy link
Member

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

closed #42 #16

  • 1차 MVP 디자인 고도화의 Stopwatch 페이지를 구현하였어요.

🎉 변경 사항

  • Dialog의 z-index에 문제가 있어, 수정하였습니다. @동민님이 theme에 추가해주실 예정
  • Timer에서 Stopwatch로 네이밍이 변경되었어요 (기획)
  • Stopwatch로 변경되며 초가 0부터 시작되도록 변경되었어요.
  • 처음 페이지에 들어갔을 때 바로 시간이 흘러가는 것을 수정하였습니다. 현재는 시작 버튼을 클릭하면 시간이 흘러갑니다.
  • 끝내기 버튼을 클릭하면 @동민님이 만드신 Dialog 컴포넌트가 뜨고, 끝내기 버튼을 클릭하면 /complete페이지로 이동됩니다.

🙏 여기는 꼭 봐주세요!

  • 테스트를 위해 ms가 빨리 흘러가게 하였습니다. (나중에 실 배포때 바꾸면 될 것 같아요. 아마 중간발표 이후?)

Copy link

vercel bot commented Dec 18, 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 19, 2023 3:27am

Copy link
Collaborator

@wade3420 wade3420 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다


const { searchParams } = useSearchParamsTypedValue<ObjectKeys<typeof MISSION_CATEGORIES>>('category');
const { step, prevStep, stepLabel, onNextStep } = useTimerStatus();
const { seconds, minutes, stepper } = useTimer(step);
Copy link
Collaborator

Choose a reason for hiding this comment

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

useStopwatch, useStopwatchStatus 로 네이밍이 변경되면 좋을 것 같아요

const TEST_MS = 10;

// 좀 더 의미론적.... useStopwatch
export default function useStopwatch(status: StepType) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

(제안) 나중에 이 hook 을 service파일에 넣어서 테스트를 작성해보는건 어떨까요? status 라는 타입에 따라서 동작하는 것 같아서 서비스로직 같다는 생각이 들었어요

Copy link
Member Author

Choose a reason for hiding this comment

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

좋습니다~

@sumi-0011 sumi-0011 merged commit 304ac28 into develop Dec 19, 2023
3 checks passed
Copy link
Contributor

@sumi-0011 sumi-0011 deleted the feat/stopwatch branch December 22, 2023 09:36
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.

[Design] 1차 MVP 타이머 디자인 미리 구현
2 participants