fix: 게시판 사잇글 직접홍보 완전 제거#166
Merged
Merged
Conversation
added 3 commits
February 15, 2026 16:36
- [boardId]/+page.ts: /api/ads/promotion-posts fetch 제거 - [boardId]/+page.svelte: PromotionInlinePost import, mergedPosts 로직 제거 - promotion-inline-post 컴포넌트 삭제 - promotion-posts API 엔드포인트 삭제
- SidebarAdWidget 및 관련 컴포넌트 완전 제거 - ImageBanner, promotion-list 위젯 삭제 - 파일업로드를 /api/v2/media/images (S3) 엔드포인트로 변경 - 응답 매핑을 MediaUploadResult 형식에 맞게 수정
This reverts commit b215542.
sdk-kr
added a commit
that referenced
this pull request
Mar 7, 2026
## Summary - 게시판 목록 사잇글에 삽입되던 직접홍보(`g5_write_promotion`) 완전 제거 - `/api/ads/promotion-posts` API 호출 제거 - `PromotionInlinePost` 컴포넌트 및 API 엔드포인트 파일 삭제 - 게시글 목록은 `filteredPosts`를 직접 순회하도록 단순화 ## Test plan - [ ] 게시판 목록에서 직접홍보 사잇글 미노출 확인 - [ ] Network 탭에서 `/api/ads/promotion-posts` 호출 없음 확인 - [ ] 일반 게시글 목록 정상 표시 확인 - [ ] 관리자 일괄 선택 모드 정상 동작 확인 --------- Co-authored-by: Deploy Bot <deploy@damoang.net>
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
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.
Summary
g5_write_promotion) 완전 제거/api/ads/promotion-postsAPI 호출 제거PromotionInlinePost컴포넌트 및 API 엔드포인트 파일 삭제filteredPosts를 직접 순회하도록 단순화Test plan
/api/ads/promotion-posts호출 없음 확인