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[#18] 마이페이지 - 예약 현황 캘린더/리스트 구현 #205

Merged
merged 50 commits into from
Mar 27, 2024

Conversation

CheeseB
Copy link
Contributor

@CheeseB CheeseB commented Mar 26, 2024

관련 문서

유형

  • 기능 구현
  • UI 구현
  • 리팩토링
  • 버그 해결
  • 문서 업데이트
  • 기타( )

작업 내용

  • [마이페이지]예약 현황 캘린더/리스트 구현

설명

📌 기능

  • 달력 기능 구현
  • 리스트 기능 구현
  • 태블릿 사이즈 이하부터 리스트로 바뀌도록 구현
  • 월별 예약 현황 표시 기능 구현
  • 스케줄 관련 타입 및 유틸함수 추가

📌 UI

  • 월별 캘린더 UI 구현
  • 월별 스케줄 리스트 UI 구현

스크린샷

🎥 모션 영상

localhost_3000_mypage.-.Chrome.2024-03-27.10-17-11.online-video-cutter.com.mp4

📸 디바이스별 스크린샷

image

image

리뷰 요구사항

src/components/calendar/index.tsx Outdated Show resolved Hide resolved
src/components/calendar/index.tsx Outdated Show resolved Hide resolved
src/components/mypage/ReservationStatus/index.tsx Outdated Show resolved Hide resolved
@CheeseB CheeseB changed the title Feat[#18] 마이페이지/예약 현황 캘린더 구현 Feat[#18] 마이페이지 - 예약 현황 캘린더/리스트 구현 Mar 27, 2024
src/components/calendar/CalendarBody/index.tsx Outdated Show resolved Hide resolved
src/components/calendar/ListBody/index.tsx Outdated Show resolved Hide resolved
src/components/calendar/ListCard/ListCard.tsx Outdated Show resolved Hide resolved
Copy link
Contributor

@designsoo designsoo left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@grapefruit13 grapefruit13 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@grapefruit13 grapefruit13 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@ccwnc ccwnc left a comment

Choose a reason for hiding this comment

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

LGTM

@CheeseB CheeseB merged commit 3bd23d4 into dev Mar 27, 2024
@CheeseB CheeseB deleted the feat/mypage/seongyeon branch March 27, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI 구현 UI 구현 기능 구현 기능 구현 🎉 수정 완료 수정 완료
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: 예약 현황 캘린더 구현
4 participants