feat: 사이트 로고 관리 시스템 (프론트엔드)#751
Merged
Merged
Conversation
- SSR 로고 데이터 로딩 (60초 캐시, celebration 패턴) - 하이브리드 로고 매칭 (SSR: KST, 클라이언트: 현지 시간) - Header에 동적 로고 적용 (API 실패 시 정적 SVG 폴백) - Admin /admin/logos 페이지 (CRUD + 이미지 업로드) - Admin 사이드바에 로고 관리 메뉴 추가
Contributor
Staging 배포 완료URL: https://dev.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.
요약
변경 사항
lib/server/logo.ts): Go 백엔드에서 활성 로고 + 스케줄 조회, 60초 캐시lib/utils/logo-resolver.ts): 현지 시간 기준 recurring > date_range > default 매칭+layout.server.ts에 logoData 추가 (Promise.allSettled)/admin/logos): 로고 CRUD + 이미지 업로드 + 스케줄 타입별 폼로고 매칭 흐름
<img src>(한국 유저 깜빡임 0)new Date()로 현지 시간 재매칭 (해외 유저 대응)연관 PR
테스트
/admin/logos페이지에서 CRUD 동작 확인