-
Notifications
You must be signed in to change notification settings - Fork 4
✨feat: 메인페이지 구현 및 상세페이지 초안 작성 #51 #67
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
Merged
sohyun0
merged 12 commits into
codeit-FE18-part3:develop
from
sohyun0:feat/#51-mainpage
Oct 14, 2025
Merged
✨feat: 메인페이지 구현 및 상세페이지 초안 작성 #51 #67
sohyun0
merged 12 commits into
codeit-FE18-part3:develop
from
sohyun0:feat/#51-mainpage
Oct 14, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
@sohyun0 is attempting to deploy a commit to the projects Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
gummmmmy0v0
approved these changes
Oct 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📝 작업 개요 (필수)
전체공고는 정렬 및 상세필터 적용하기 클릭시 필터링된 공고 노출
맞춤공고는 유저 프로필에 등록된 주소 기반 노출 , 없을 시 기본값 노출
추후 커스텀 훅으로 분리될 가능성 높음 , 주석은 추후 기능 완성시 제거 예정
/shops/{shop_id}/notices/{notice_id}api가 이러한 형태여서 폴더구조를 변경했습니다(과거 Container 가 Main 자리에 있었기 때문에 해당코드가 있었고 지금은 분리해서 사용하기 때문에 제거)
✨ 작업 내용 (필수)
📸 스크린샷
기존 디자인에서 위치가 선택되면 하단 태그로만 노출이되고 상단 리스트에는 표시가 되지않아 추가했습니다.

그리고 현재 선택된 필터 개수는 필터 모달의 헤더에, 적용된 필터 개수는 트리거 버튼에 작성되었습니다.
(동일하지 않은 이유는 적용하기를 눌러야 필터가되기 때문입니다)
🧐 해결해야 하는 문제
🤔 리뷰어 확인 필요 사항
🔗 관련 이슈
🛠️ 후속 작업
✅ 체크리스트 (필수)