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] best-time api 연결 #241

Merged
merged 2 commits into from
Oct 8, 2024
Merged

[FEAT] best-time api 연결 #241

merged 2 commits into from
Oct 8, 2024

Conversation

keemsebin
Copy link
Collaborator

관련 이슈

close #237

✨ 작업 내용

  • 모임 Best-Time api 연결했습니다.

🙏 기타 참고 사항

Copy link

github-actions bot commented Oct 8, 2024

👀 코드리뷰 전! Storybook 미리보기: https://66988c37c0f74bbb37d914e5-gdgdevadvf.chromatic.com/

Copy link
Member

@jhsung23 jhsung23 left a comment

Choose a reason for hiding this comment

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

감사합니당~~

@@ -12,39 +12,38 @@ import { UuidProps, NavigateProps } from './MeetingDetail.type';
export type MemberScheduleProps = UuidProps & NavigateProps;

export const MemberScheduleCard = ({ uuid, onNavigate }: MemberScheduleProps) => {
const { data: scheduleTimeData } = useSuspenseQuery(queries.meeting.times(uuid));
const { data: bestTime } = useSuspenseQuery(queries.meeting.bestTime(uuid));
console.log('bestTime', bestTime);
Copy link
Member

Choose a reason for hiding this comment

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

요것은 불필요한것이라면 제거되어도 좋겠어용~

Copy link

github-actions bot commented Oct 8, 2024

👀 코드리뷰 전! Storybook 미리보기: https://66988c37c0f74bbb37d914e5-yalfqmbnqh.chromatic.com/

@keemsebin keemsebin merged commit 6c5f9eb into main Oct 8, 2024
3 checks passed
@keemsebin keemsebin deleted the feat/#237-besttime-api branch October 8, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 모임 최적 시간 조회 API 연결
2 participants