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/#73 my home&notice #76

Merged
merged 27 commits into from
Dec 30, 2023
Merged

Feature/#73 my home&notice #76

merged 27 commits into from
Dec 30, 2023

Conversation

BEEEAM-J
Copy link
Member

@BEEEAM-J BEEEAM-J commented Dec 28, 2023

📌 PR 요약

🌱 작업한 내용

  • 내 정보 홈, 공지사항, 공지사항 상세보기 구현

🌱 PR 포인트

  • 현재 공지사항 리스트에 아무것도 없어서 샘플 데이터로 테스트 진행 했습니다. (정상적인 응답이 오는건 확인 했습니다!)
  • 공지사항 아이템 클릭 시 해당 아이템 id을 공지사항 상세보기 화면으로 넘겨주는건 아직 못했습니다. 이 부분은 추후에 추가 하겠습니다.
  • 내비게이션, 뷰모델, 스크린 전부 상세히 리뷰해주시면 감사하겠습니다!

🌱 PR 포인트2

  • 공지사항 데이터 받아오는 동작을 init에서 안하고 함수로 정의하고 이를 Route를 LaunchedEffect 함수를 통해서 실행시키는 방법을 사용했는데 키 값을 어떤 것으로 하는게 좋을지 잘 모르겠네요.. 일단 viewModel로 설정 해놨는데 이 부분 피드백 부탁드립니다!
  • 추가로 서버에서 공지사항 리스트 받는 동작 확인했습니다~

📸 스크린샷

스크린샷
my-home, Notice, NoticeDetail Test

📮 관련 이슈

@BEEEAM-J BEEEAM-J requested review from jinukeu and lsakee December 28, 2023 11:48
@BEEEAM-J BEEEAM-J self-assigned this Dec 28, 2023
Copy link
Member

@jinukeu jinukeu left a comment

Choose a reason for hiding this comment

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

중복되는 리뷰는 코멘트 안달았습니다!
전체적으로 코드가 깔끔해서 리뷰하기 편했어요 👍

  • 이제 공지사항 데이터 서버에서 잘 내려올거에요!

MyInfoScreen(
padding = padding,
uiState = uiState,
onClickNoticeButton = { viewModel.navigateNotice() },
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
onClickNoticeButton = { viewModel.navigateNotice() },
onClickNoticeButton = viewModel::navigateNotice,

Copy link
Contributor

@lsakee lsakee left a comment

Choose a reason for hiding this comment

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

LGTM 고생하셨습니다!

@BEEEAM-J
Copy link
Member Author

피드백 전부 반영했습니다.
PR 포인트2 확인 부탁드립니다~~

@BEEEAM-J BEEEAM-J requested a review from jinukeu December 30, 2023 09:27
Comment on lines +59 to +61
LaunchedEffect(key1 = viewModel) {
viewModel.checkLoggedIn()
}
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
Member

@jinukeu jinukeu left a comment

Choose a reason for hiding this comment

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

💯

@BEEEAM-J BEEEAM-J merged commit 166ed4a into develop Dec 30, 2023
1 check passed
@jinukeu jinukeu deleted the feature/#73-my-home&notice branch January 8, 2024 03:58
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.

[Feat] my 홈, 공지사항
3 participants