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] 에셋 추가 및 수정사항 반영 - 지현 #87

Merged
merged 15 commits into from
Jan 9, 2024

Conversation

jihyunniiii
Copy link
Collaborator

@jihyunniiii jihyunniiii commented Jan 9, 2024

Related issue 🛠

Work Description ✏️

  • 에셋 추가 및 수정사항을 반영하였습니다. (메인 지도 뷰, 공사 중 뷰, 추가된 에셋 반영, 메인 지도 참여 현황 뷰 수정 및 뷰 연결)

Screenshot 📸

Screen_recording_20240110_043228.mp4

Uncompleted Tasks 😅

  • N/A

To Reviewers 📢

ㅋㅋ

Copy link
Collaborator

@HAJIEUN02 HAJIEUN02 left a comment

Choose a reason for hiding this comment

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

므찌다 우리리드!! 드디어 뷰 끝나따.. 진짜 개재밋게 놀구 리팩하구 행복앱잼할 일만 남은 거 맞ㅉㅣ!!!!!!!!!!

CategoryType.STUDY -> if (isSelected) MapFragment.OVERLAY_IMAGE_STUDY_BIG else MapFragment.OVERLAY_IMAGE_STUDY_SMALL
CategoryType.MULTI -> if (isSelected) MapFragment.OVERLAY_IMAGE_MULTI_BIG else MapFragment.OVERLAY_IMAGE_MULTI_SMALL
CategoryType.OTHERS -> if (isSelected) MapFragment.OVERLAY_IMAGE_OTHER_BIG else MapFragment.OVERLAY_IMAGE_OTHER_SMALL
CategoryType.PLAY -> if (isSelected) MapFragment.OVERLAY_IMAGE_PIN_PLAY_ACTIVE else MapFragment.OVERLAY_IMAGE_PIN_PLAY_DEFAULT
Copy link
Collaborator

Choose a reason for hiding this comment

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

presentation layer에도 매퍼가 있는지는 몰랐군요.. 먼가 서버의 데이터 -> 필요한 것만 저장하는 엔티티 이런 매퍼처럼 딱 역할이 정해져 있다기보다는 그게 뭐든 유아이에서만 쓰이는 애들 매핑해주는 고런 느낌인가여?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

지도에서 쓰려고 만들었어요
매퍼의 데이터 클래스를 다른 형태로 매핑할 때 쓰려구염

val OVERLAY_IMAGE_STUDY_BIG = OverlayImage.fromResource(R.drawable.ic_map_marker_study_big)
val OVERLAY_IMAGE_MULTI_BIG = OverlayImage.fromResource(R.drawable.ic_map_marker_multi_big)
val OVERLAY_IMAGE_OTHER_BIG = OverlayImage.fromResource(R.drawable.ic_map_marker_other_big)
val OVERLAY_IMAGE_PIN_PLAY_DEFAULT =
Copy link
Collaborator

Choose a reason for hiding this comment

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

언니는 상수화의 신이다
진짜 근데 꼼꼼하당 나같으면 변수명 걍 넘겼을텐데..

} else {
with(tvCardTopInfoParticipantDetail) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

미폈다 spannable을 이런 식으로 수정한 건가요?? 훨씬 보기 조으당

Copy link
Member

@Doreminwoo Doreminwoo left a comment

Choose a reason for hiding this comment

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

너무 깔끔해서 할 말이 없네요 ^____^

@jihyunniiii jihyunniiii merged commit a2671b6 into develop Jan 9, 2024
1 check passed
@jihyunniiii jihyunniiii deleted the feat-map-asset-writing branch January 9, 2024 20:28
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] 에셋 추가 및 수정사항 반영 - 지현
3 participants