feat: 게시글 공유 링크 — 전 카테고리, 뷰어 앱 상세 미러 - #127
Merged
Merged
Conversation
- share_links kind 'post' + create_post_share_link(게시글당 유효 링크 재사용, 30일, visible 게시글만 발급) - share_view_load post 분기 — 로드 시점 가시성 검증(삭제·숨김 → not_found), 소식은 상호 표기, 좌표·연락처·지역코드 미노출 - 뷰어(v12 배포): 앱 게시글 상세 미러 — 3:4 히어로(영상은 포스터+<video>), 카테고리 칩·제목·작성자·본문·설치 CTA - pgTAP t15(6단언) — 전 스위트 운영 통과, 스냅샷 갱신 마이그레이션 운영 적용·기록 완료(post_share). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
앱 게시글 상세의 공유 버튼(전 카테고리)용 서버측. 운영 적용·share-view v12 배포 완료.
create_post_share_link(p_post)— 로그인 사용자 누구나, visible 게시글만, 게시글당 유효 링크 재사용(30일)share_view_loadpost 분기 — 로드 시점 가시성 검증(발급 후 삭제·숨김돼도 노출 안 됨), 소식(news)은 작성자 대신 상호 표기, 좌표·전화·지역코드 미노출<video controls>, 카테고리 칩, 제목/작성자/날짜, 본문, 앱 CTA)post_share·열람share_view계측🤖 Generated with Claude Code