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] 내 상점 정보 수정 api 연동 #322

Merged
merged 32 commits into from
Jul 17, 2024

Conversation

skdud0629
Copy link
Member

@skdud0629 skdud0629 commented Jul 16, 2024

개요

  • 사장님 내 상점 수정 페이지
    • 가게 정보 및 운영 시간 변경 api 연동

작업 상세내용

  • 가게 상세 정보 수정
    • LaunchedEffect의 키값을 storeInfo로 할당함으로써 가게 정보를 수정되었을 때 현재 상점 페이지에 수정된 정보를 반영함
    • 모든 요일의 운영 시간을 포함하기 위해 상점 정보를 담는 데이터 클래스를 StoreWithMenu에서 StoreDetailInfo로 변경했다.

결과 화면

추후 작업 사항

  • 상점 대표 이미지 수정 (다중 이미지 업로드)

@skdud0629 skdud0629 requested a review from a team as a code owner July 16, 2024 01:25
@skdud0629 skdud0629 self-assigned this Jul 16, 2024
@skdud0629 skdud0629 changed the base branch from production to develop July 16, 2024 01:26
Copy link
Contributor

@yunjaena yunjaena left a comment

Choose a reason for hiding this comment

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

수고했습니다 :) 최대한 viewModel 호출은 최상단에서 호출해주세요. viewModel이 종속되버리면 composable을 재활용하기 어려워집니다!

Copy link
Contributor

@yunjaena yunjaena 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

@yunjaena yunjaena left a comment

Choose a reason for hiding this comment

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

LGTM 수고하셨습니다!

Copy link
Contributor

@hsgo2430 hsgo2430 left a comment

Choose a reason for hiding this comment

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

완전 고생하셨어요! 이제 얼마 안남았으니 조금더 힘내요!

…oify-store-info

# Conflicts:
#	data/src/main/java/in/koreatech/koin/data/mapper/StoreMapper.kt
#	data/src/main/java/in/koreatech/koin/data/repository/StoreRepositoryImpl.kt
@skdud0629 skdud0629 merged commit 6dab210 into develop Jul 17, 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.

4 participants