Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
작업 이유
현재 features 폴더에서 모든 컴포넌트들을 구현해야 하는데, 이렇게 되면 아래와 같은 문제가 발생하게 됩니다.
작업 사항
리뷰어가 중점적으로 확인해야 하는 부분
작업을 진행하실 때 View 영역을 우선 작업하신 이후에, 로직들을 연결해나가는, 만들어나가는 과정으로 진행하게 되실 것 같습니다. 그럼 widgets 폴더에 우선적으로 UI를 만들어두고, 기능이 필요한 부분에 대해서는 features 폴더로 옮겨서 작업을 해주시면 될 것 같습니다.
발견한 이슈