-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
There was a problem hiding this 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() |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요기 case 이름을 allnews로 변경해도 좋을 것 같아요. (밑에 action도요!)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
거기까지는 생각을 못했네요! 바꾼 후 머지하도록 하겠습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@greetings1012 제가 버그 고치면서 같이 작업하겠습니다!
PR 요약
📌 변경 사항
✅ PR check list
Linked Issue
close #56