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.
📌 Summary
📚 Tasks
👀 To Reviewer
기존 폴더구조를 수정하였습니다. 기획 피그마 상에 유저 플로우를 고려해서 큰 단위로 우선 pages 폴더를 만들어서 구분지었고, 나중에 추가적으로 설명이 더 필요할 것 같아요
도메인 단위로 큰 폴더가 존재하고, 안에 세부적인 page가 존재합니다 그리고 해당 도메인 하위에 해당하는 모든 page의 hook & constants 들을 도메인 폴더에 생성하면 됩니다.
shared 폴더는 기존 보편적인 폴더구조에
common
에 해당하는 폴더라고 생각하시면 됩니다.참고한 아티클이나 폴더 구조 수정 근거에 관한 것들은 한번 회의하면서 공유하면 좋을 것 같아요
폴더명, 파일명에 케밥 케이스를 적용한 것은
민하
&지욱
의견입니다 뭔가 좀 더 직관적인 것 같고 꼭 카멜케이스를 써야하나? 의문을 가진 것도 있어요 의견 부탁드립니다.📸 Screenshot
케밥 케이스vs 카멜 케이스