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

Feature/#25/project detail page #35

Merged
merged 3 commits into from
Dec 30, 2024
Merged

Conversation

kevinmj12
Copy link
Collaborator

@kevinmj12 kevinmj12 commented Dec 27, 2024

Overview

프로젝트 상세페이지 서버 연결

Related Issue

Issue Number : #25

Task Details

  • 프로젝트 상세페이지 정보를 서버로부터 받아와 띄우도록 하였습니다.
  • 홈 화면에서 카드를 누르면 해당 프로젝트의 상세페이지로 이동되도록 설정하였습니다.
  • 에러 발생시 에러 메시지가 출력되도록 설정하였습니다.

Screenshots (Optional)

image
image

Test Scope & Checklist (Optional)

Please explain test scope, task, plan, method

  • 홈 화면에서 카드를 눌렀을 때 해당 프로젝트 상세페이지로 잘 이동된다.
  • 프로젝트 상세페이지의 정보들이 잘 로드된다.
  • 에러 발생 시 에러 메시지가 출력된다.( project id를 큰 수로 설정하여 확인 가능)

Review Requirements

@kevinmj12 kevinmj12 self-assigned this Dec 27, 2024
Copy link
Member

@ji-hunc ji-hunc left a comment

Choose a reason for hiding this comment

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

LGTM

</S.LikeSection>
</S.Content>
</S.Card>
<Link style={{ width: "100%" }} href={`/project/${id}`}>
Copy link
Member

Choose a reason for hiding this comment

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

카드 가로사이즈가 100% 안 먹어있어서, 하나 추가했습니다

@ji-hunc ji-hunc merged commit 4dd818a into develop Dec 30, 2024
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.

2 participants