Commit 7fbfae1
refactor(blog): 공개 목록 정책과 시리즈 surface 정리 (#119)
* docs(blog): 블로그 시스템 구축기 제목 검토 반영
공개 전 콘텐츠 리뷰 결과를 반영해 제목과 검토 메모를 갱신했습니다.
* refactor(blog): 공개 정책 경계 분리
목록, static params, 상세 조회가 하나의 visibility 정책을 공유하도록 모듈을 추출했습니다.
private 기본값과 preview 동작을 검증하고 ADR로 경계를 기록했습니다.
* refactor(blog): 상세 MDX 토큰 정렬
글 상세 헤더와 MDX 본문 표면을 semantic color와 radius token으로 통일했습니다.
토큰 적용을 회귀 테스트로 고정했습니다.
* refactor(blog): 발행 정책 중앙화
공개 Tech 글의 리뷰 하한과 featured 자격을 policy 모듈의 실행 기준으로 통합했습니다.
글별 큐레이션 데이터는 meta.json에 유지하고 ADR로 경계를 기록했습니다.
* fix(content): 감사 정책 기준 공유
Node 기반 content audit이 앱 정책과 같은 JSON 기준을 사용하도록 변경했습니다.
공개 Tech와 featured 검증·요약의 기준 불일치를 방지했습니다.
* fix(blog): 공개 목록 발행 정책 적용
검토 기준을 충족하지 못한 public 글과 부적격 featured 글이 목록, 상세, static path에 노출되지 않도록 repository 경계에서 정책을 적용했습니다.
* refactor(blog): 시리즈 탐색 surface 제거
사용되지 않는 시리즈 route, 탐색 컴포넌트, model helper와 Archive 필터를 제거하고 legacy /series 요청은 Engineering으로 정리했습니다.
* chore(deps): Next와 React patch 업데이트
Next 16.2.10과 React 19.2.7로 patch 업데이트하고 production build를 확인했습니다.
---------
Co-authored-by: 박은우 <noah@bag-eun-uui-MacBookAir.local>1 parent 79056bd commit 7fbfae1
35 files changed
Lines changed: 225 additions & 1094 deletions
File tree
- app
- engineering/series/[seriesId]
- blog
- model
- services
- ui
- components
- CategoryFilter
- PostCard
- pages
- docs
- adr
- guides
- site/shell/AppShell
- styles
- tests/e2e/smoke
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 19 | | |
30 | 20 | | |
31 | 21 | | |
| |||
43 | 33 | | |
44 | 34 | | |
45 | 35 | | |
46 | | - | |
| 36 | + | |
47 | 37 | | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
67 | 92 | | |
68 | 93 | | |
69 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
20 | 48 | | |
21 | 49 | | |
22 | 50 | | |
23 | 51 | | |
24 | 52 | | |
25 | 53 | | |
26 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
27 | 62 | | |
28 | 63 | | |
29 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 62 | | |
77 | 63 | | |
78 | 64 | | |
| |||
0 commit comments