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] 미션 제안 상세 화면 기능 구현 마무리 (#219) #220

Merged
merged 15 commits into from
Mar 12, 2024

Conversation

915dbfl
Copy link
Collaborator

@915dbfl 915dbfl commented Mar 8, 2024

진행사항
  1. 미션 제안 좋아요 / 삭제 / 신고 기능 구현
  • input / output / uiEffect 적용
    • input
      • 삭제, 좋아요, 신고 같은 event를 가지고 있는 interface, viewModel에서 implement!
    • output
      • state와 uiEffect를 들고 있는 interface, viewModel에서 implement!
    • uiEffect
      • 백버튼 작동, 이메일 전송처럼 상태 변경이 필요없는 event, activity에서 observe!
  1. SuggestionDropDownOneMenu
  • 메뉴 버튼 눌렀을 때 dropDown 하나 나타나는 거 component로 정의
  1. LgtmConfirmationDialog
  • ModalBottomSheetLayout를 사용해 dialog component 정의

@915dbfl 915dbfl requested a review from KxxHyoRim March 8, 2024 08:02
@915dbfl 915dbfl self-assigned this Mar 8, 2024
@915dbfl 915dbfl merged commit 16001c7 into develop Mar 12, 2024
1 check passed
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.

[FEAT] 미션 제안 상세 화면 기능 구현 마무리
1 participant