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[#173]: 모집 상세 페이지 구현 #196

Merged
merged 27 commits into from
Mar 27, 2024
Merged

Conversation

grapefruit13
Copy link
Contributor

@grapefruit13 grapefruit13 commented Mar 26, 2024

관련 문서

유형

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

작업 내용

사용된 컴포넌트

  1. PostTitle : 모집 상세의 제목입니다.
  2. ImageSlide : 배너 이미지 슬라이드입니다.
  3. DefaultBanner : 배너 이미지 미첨부시 보여지는 기본 배너 이미지입니다.
  4. PostDescription : 모집 상세의 설명과 디스코드 링크 부분입니다.
  5. MapPreview : 카카오맵을 이용한 맵 컴포넌트입니다.
  6. ReviewList : 모집의 리뷰 리스트를 보여주는 컴포넌트입니다.

설명

📌 기능

✅ ImageSlide

  • 이미지 슬라이드 및 스크롤이 가능합니다.

✅ MapPreview

  • api로 받은 주소를 검색해 카카오 맵을 보여줍니다.

✅ ReviewList

  • 리뷰들을 별점 높은 순, 별점 낮은 순으로 정렬해서 페이지네이션과 함께 보여줍니다.

📌 UI

  • 전부 태블릿, 모바일 반응형에 맞춰 구현했습니다.
  • 모집 유형에 맞게 보여주는 컴포넌트들이 달라집니다.

스크린샷

🎥 모션 영상

온라인

online.mp4

오프라인

clan.mp4

클랜모집

offline.mp4

게임공략

localhost_3000_post.-.Chrome.2024-03-26.16-06-50.mp4

📸 디바이스별 스크린샷

image
image

@grapefruit13 grapefruit13 added the 🎉 수정 완료 수정 완료 label Mar 27, 2024
Copy link
Contributor

@CheeseB CheeseB 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

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

@grapefruit13 grapefruit13 merged commit 6638fdd into dev Mar 27, 2024
@grapefruit13 grapefruit13 deleted the feat/post-detail/woorim branch March 27, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI 구현 UI 구현 기능 구현 기능 구현 🎉 수정 완료 수정 완료
Projects
Status: 👏 완료
Development

Successfully merging this pull request may close these issues.

Feat: 모집 상세 페이지 구현
4 participants