refactor: 문서 개선 중
This commit is contained in:
@@ -10,18 +10,18 @@
|
||||
|
||||
## Elements and evidence
|
||||
|
||||
- **계약 ProjectDecisionItem** (participant): 공개 주소를 앵커로 규정한 OpenAPI 계약. Evidence: L676–L678.
|
||||
- **PublicPaths.forKind** (participant): 게시할 때 공개 주소를 만드는 코드. Evidence: L677–L678.
|
||||
- **public_resource_projection** (participant): 만들어진 주소가 저장되는 투영 테이블. Evidence: L682–L683.
|
||||
- **PublicSql.pathOf** (participant): 조회할 때 공개 주소를 만드는 코드. Evidence: L677–L678.
|
||||
- **방문자** (actor): 「다음에 읽을 것」 링크를 따라간 사람. Evidence: L670–L671.
|
||||
- **공개 라우트** (participant): 결정에는 상세 화면이 없어 라우트가 하나뿐이다. Evidence: L675–L676.
|
||||
- **계약 ProjectDecisionItem** (participant): 공개 주소를 앵커로 규정한 OpenAPI 계약. Evidence: L919–L921.
|
||||
- **PublicPaths.forKind** (participant): 게시할 때 공개 주소를 만드는 코드. Evidence: L919–L921.
|
||||
- **public_resource_projection** (participant): 만들어진 주소가 저장되는 투영 테이블. Evidence: L925–L926.
|
||||
- **PublicSql.pathOf** (participant): 조회할 때 공개 주소를 만드는 코드. Evidence: L919–L921.
|
||||
- **방문자** (actor): 「다음에 읽을 것」 링크를 따라간 사람. Evidence: L913–L914.
|
||||
- **공개 라우트** (participant): 결정에는 상세 화면이 없어 라우트가 하나뿐이다. Evidence: L918–L919.
|
||||
|
||||
## Relationships
|
||||
|
||||
- **계약 ProjectDecisionItem → PublicPaths.forKind:** …/decisions#{slug} 로 규정. Evidence: L676–L678.
|
||||
- **PublicPaths.forKind → public_resource_projection:** …/decisions/{slug} 저장. Evidence: L675–L678.
|
||||
- **public_resource_projection → PublicSql.pathOf:** 저장된 주소 조회. Evidence: L682–L683.
|
||||
- **PublicSql.pathOf → 방문자:** 같은 형태로 링크 전달. Evidence: L677–L678.
|
||||
- **방문자 → 공개 라우트:** …/decisions/{slug} 요청. Evidence: L670–L675.
|
||||
- **공개 라우트 → 방문자:** 404. Evidence: L670–L675.
|
||||
- **계약 ProjectDecisionItem → PublicPaths.forKind:** …/decisions#{slug} 로 규정. Evidence: L919–L921.
|
||||
- **PublicPaths.forKind → public_resource_projection:** …/decisions/{slug} 저장. Evidence: L919–L921, L925–L926.
|
||||
- **public_resource_projection → PublicSql.pathOf:** 저장된 주소 조회. Evidence: L919–L926.
|
||||
- **PublicSql.pathOf → 방문자:** 같은 형태로 링크 전달. Evidence: L913–L921.
|
||||
- **방문자 → 공개 라우트:** …/decisions/{slug} 요청. Evidence: L913–L919.
|
||||
- **공개 라우트 → 방문자:** 404. Evidence: L913–L919.
|
||||
|
||||
Reference in New Issue
Block a user