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/rnb #516

Merged
merged 10 commits into from
Jul 27, 2024
Merged

Feature/rnb #516

merged 10 commits into from
Jul 27, 2024

Conversation

014967
Copy link
Contributor

@014967 014967 commented Jul 3, 2024

작업 내역

  • sample

  • figma link
    :

화면

이전 화면 변경된 화면
input your previous image input your current image

close #<issue_number> 🦕

@014967 014967 requested a review from Sookhee as a code owner July 3, 2024 15:23
@014967 014967 changed the base branch from develop to feature/home_renewal July 3, 2024 15:27
package com.example.moremenu.model

interface MoreMenuSideEffect {
data class NavigateMenu(val menu: Menu) : MoreMenuSideEffect
Copy link
Member

Choose a reason for hiding this comment

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

이 친구는 나중에 필요한건가요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Sookhee 더보기 메뉴에서 매숑이 키우기, 설정, 당근 등등 다른 메뉴 갈때 사용하려궁

init {
viewModelScope.launch {
metaRepository.getRnb().onSuccess {
_moreMenuState.value = MoreMenuState(menus = it.toMenu())
Copy link
Member

Choose a reason for hiding this comment

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

onFail 일 때 안내 문구를 준다거나 기본 메뉴 목록을 띄우는 등으로 처리해주는걸 추가하는건 어때여?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Sookhee 오류가 발생했어요 스크린이 있는데, 그게 알림에만 해당하는줄 알았는데 RNB쪽인 걸 방금 확인했엉 ㅋㅋㅋ 위치 수정해놓을께

@014967 014967 merged commit 75c9f43 into mash-up-kr:feature/home_renewal Jul 27, 2024
2 checks passed
@014967 014967 deleted the feature/rnb branch July 27, 2024 05:26
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.

3 participants