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/56] 전체 뉴스 창 추가 #57

Merged
merged 1 commit into from
Nov 16, 2023
Merged

[Feat/56] 전체 뉴스 창 추가 #57

merged 1 commit into from
Nov 16, 2023

Conversation

greetings1012
Copy link
Collaborator

PR 요약

📌 변경 사항

✅ PR check list

Linked Issue

close #56

Copy link
Contributor

@mooyoung2309 mooyoung2309 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

@@ -57,7 +57,7 @@ public struct TodayNavigationStackStore: Reducer {
QuizResultStore()
}
Scope(state: /State.newsList, action: /Action.newsList) {
NewsListStore()
AllNewsStore()
Copy link
Contributor

Choose a reason for hiding this comment

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

좋은것 같아요!

@@ -36,14 +36,14 @@ public struct TodayNavigationStackStore: Reducer {
case detail(TodayDetailStore.State)
case quizMain(QuizMainStore.State)
case quizResult(QuizResultStore.State)
case newsList(NewsListStore.State)
case newsList(AllNewsStore.State)
Copy link
Contributor

Choose a reason for hiding this comment

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

요기 case 이름을 allnews로 변경해도 좋을 것 같아요. (밑에 action도요!)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

거기까지는 생각을 못했네요! 바꾼 후 머지하도록 하겠습니다!

Copy link
Contributor

Choose a reason for hiding this comment

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

@greetings1012 제가 버그 고치면서 같이 작업하겠습니다!

@mooyoung2309 mooyoung2309 merged commit e51dedf into develop Nov 16, 2023
1 check passed
@mooyoung2309 mooyoung2309 deleted the #56-all_news branch November 16, 2023 13:53
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] 전체 뉴스 화면 구현
2 participants