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] Place Card 컴포넌트 구현 #30

Merged
merged 10 commits into from
Jul 8, 2024
Merged

Conversation

t1nm1ksun
Copy link
Member

@t1nm1ksun t1nm1ksun commented Jul 7, 2024

Related issue 🛠

Work Description ✏️

  • Tag를 이용해 Place Card 구현

Screenshot 📸

image

Uncompleted Tasks 😅

  • 없습니다!

To Reviewers 📢

Copy link
Contributor

@2hyunjinn 2hyunjinn left a comment

Choose a reason for hiding this comment

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

공통 컴포넌트 구현하느라 고생 많으셨어요-! 😎👍🏻👍🏻

Copy link
Contributor

@jihyunniiii jihyunniiii left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 ~

Copy link
Contributor

@jihyunniiii jihyunniiii left a comment

Choose a reason for hiding this comment

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

터치 영역만 추가해 주시고 리뷰 반영만 해주세용 잘했당 ~

@t1nm1ksun t1nm1ksun changed the title [feat] Place Card 구현 [feat] Place Card 컴포넌트 구현 Jul 8, 2024
Comment on lines +33 to +35
placeCardType: PlaceCardType,
placeTimeline: String? = null,
place: Place,
Copy link
Contributor

Choose a reason for hiding this comment

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

이거 Entity로 받아와야 하는 거 아닌가요!

Copy link
Member Author

Choose a reason for hiding this comment

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

place가 Entity고 TImeline은 index값 따로 받아오기로 했습니다!

# Conflicts:
#	app/src/main/res/values/strings.xml
@t1nm1ksun t1nm1ksun merged commit 5a3c920 into develop Jul 8, 2024
1 check passed
@t1nm1ksun t1nm1ksun deleted the feat-place-card-component branch July 8, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[feat] Place Card 컴포넌트 구현
3 participants