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] 시야 찾기 2차 MVP 구현 V2 #115

Merged
merged 15 commits into from
Aug 24, 2024
Merged

Conversation

Jokwanhee
Copy link
Member

💻주요 작업 내용

  • 공감순 필터링 오류 해결
  • 좋아요 / 공유하기 안내 툴팁 구현
  • 메인 이미지 (5개) 진입점 구현
  • 리뷰 별 좋아요, 스크랩, 공유하기 UI 적용
  • 좋아요, 스크랩 api 연동
  • 카카오 공유하기 연결

🎞리뷰 요청 사항

  • 얼마 안남았는데 다들 화이팅~

아래는 남은 Task!

  • 카카오 공유하기 딥링크 구현하기
  • 서버에서 리뷰 별 좋아요, 스크랩 여부를 응답값 받기 ( 25일 일요일 기준으로 민성이가 해준다고 함)

@Jokwanhee Jokwanhee added this to the 2차 스프린트 개발 milestone Aug 24, 2024
@Jokwanhee Jokwanhee self-assigned this Aug 24, 2024
Copy link
Collaborator

@SsongSik SsongSik 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
Collaborator

@minju1459 minju1459 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
Collaborator

@BENDENG1 BENDENG1 left a comment

Choose a reason for hiding this comment

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

아까 회의에서 얘기한 spotsnackbar margin bottom 추가해주면 고마울거같아~!
고생많았어!

Comment on lines 19 to 20
fun make(view: View, background: Int = R.drawable.rect_transfer_black_03_fill_60, message: String = "", endMessage: String = "", onClick: () -> Unit) =
SpotSnackBar(view = view, snackBarBackground = background, message= message, endMessage = endMessage, onClick = onClick)
Copy link
Collaborator

Choose a reason for hiding this comment

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

marginbottom 추가해줘요..

@Jokwanhee Jokwanhee merged commit 05d02dd into main Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] 시야 찾기 2차 MVP 구현 V2
4 participants