설계 개편
This commit is contained in:
@@ -0,0 +1,147 @@
|
||||
{
|
||||
"version": "1.1",
|
||||
"id": "timeline",
|
||||
"title": "timeline runtime fixture",
|
||||
"question": "Does the timeline logical composition render correctly?",
|
||||
"type": "concept",
|
||||
"direction": "LR",
|
||||
"audience": [
|
||||
"renderer maintainer"
|
||||
],
|
||||
"summary": "Executable timeline fixture.",
|
||||
"alt": "Executable technical diagram fixture for the timeline composition profile.",
|
||||
"long_description": "This fixture validates the node roles, edges, and layout rules of the timeline profile.",
|
||||
"source_context": {
|
||||
"document": "examples/runtime-profiles/fixture.md",
|
||||
"document_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"anchor": {
|
||||
"kind": "line",
|
||||
"value": 1,
|
||||
"line": 1
|
||||
}
|
||||
},
|
||||
"composition": {
|
||||
"profile": "timeline",
|
||||
"diagram_only": true,
|
||||
"reference_ids": [
|
||||
"retention-cycle"
|
||||
],
|
||||
"rationale": "Runtime regression fixture for timeline.",
|
||||
"focus_node": "today"
|
||||
},
|
||||
"groups": [],
|
||||
"nodes": [
|
||||
{
|
||||
"id": "t0",
|
||||
"label": "T = 0",
|
||||
"kind": "milestone",
|
||||
"role": "milestone",
|
||||
"evidence": [
|
||||
{
|
||||
"start_line": 1,
|
||||
"end_line": 1
|
||||
}
|
||||
],
|
||||
"assumption": false,
|
||||
"position": 1,
|
||||
"details": [
|
||||
"1970-01-01",
|
||||
"Unix Epoch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "d372",
|
||||
"label": "+372d",
|
||||
"kind": "milestone",
|
||||
"role": "milestone",
|
||||
"evidence": [
|
||||
{
|
||||
"start_line": 1,
|
||||
"end_line": 1
|
||||
}
|
||||
],
|
||||
"assumption": false,
|
||||
"position": 2,
|
||||
"details": [
|
||||
"1971-01-08"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "d744",
|
||||
"label": "+744d",
|
||||
"kind": "milestone",
|
||||
"role": "milestone",
|
||||
"evidence": [
|
||||
{
|
||||
"start_line": 1,
|
||||
"end_line": 1
|
||||
}
|
||||
],
|
||||
"assumption": false,
|
||||
"position": 3,
|
||||
"details": [
|
||||
"1972-01-15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "n55",
|
||||
"label": "n=55",
|
||||
"kind": "milestone",
|
||||
"role": "milestone",
|
||||
"evidence": [
|
||||
{
|
||||
"start_line": 1,
|
||||
"end_line": 1
|
||||
}
|
||||
],
|
||||
"assumption": false,
|
||||
"position": 4,
|
||||
"emphasis": "warning",
|
||||
"details": [
|
||||
"2026-01-07",
|
||||
"직전 로테이션"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "today",
|
||||
"label": "현재",
|
||||
"kind": "milestone",
|
||||
"role": "milestone",
|
||||
"evidence": [
|
||||
{
|
||||
"start_line": 1,
|
||||
"end_line": 1
|
||||
}
|
||||
],
|
||||
"assumption": false,
|
||||
"position": 5,
|
||||
"emphasis": "primary",
|
||||
"details": [
|
||||
"오늘"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "n56",
|
||||
"label": "n=56",
|
||||
"kind": "milestone",
|
||||
"role": "milestone",
|
||||
"evidence": [
|
||||
{
|
||||
"start_line": 1,
|
||||
"end_line": 1
|
||||
}
|
||||
],
|
||||
"assumption": false,
|
||||
"position": 6,
|
||||
"details": [
|
||||
"2027-01-14",
|
||||
"다음 로테이션"
|
||||
]
|
||||
}
|
||||
],
|
||||
"edges": [],
|
||||
"legend": [],
|
||||
"metadata": {
|
||||
"fixture": true
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1180" height="280" viewBox="0 0 1180 280" role="img" aria-labelledby="diagram-title diagram-description">
|
||||
<title id="diagram-title">timeline runtime fixture</title>
|
||||
<desc id="diagram-description">This fixture validates the node roles, edges, and layout rules of the timeline profile.</desc>
|
||||
<metadata>{"techviz":{"spec_version":"1.1","id":"timeline","profile":"timeline"},"source_context":{"document":"examples/runtime-profiles/fixture.md","document_sha256":"0000000000000000000000000000000000000000000000000000000000000000","anchor":{"kind":"line","value":1,"line":1}},"evidence_policy":"Each factual element cites source lines or is marked assumption.","diagram_only":true}</metadata>
|
||||
<defs>
|
||||
<marker id="arrow" viewBox="0 0 10 10" refX="9" refY="5" markerWidth="7" markerHeight="7" orient="auto-start-reverse">
|
||||
<path d="M 0 0 L 10 5 L 0 10 z" />
|
||||
</marker>
|
||||
<style>
|
||||
:root { color-scheme: light; }
|
||||
text { font-family: Inter, Pretendard, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; fill: #111827; }
|
||||
.canvas { fill: #ffffff; }
|
||||
.group-box { fill: #ffffff; stroke: #9ca3af; stroke-width: 1.4; stroke-dasharray: 7 5; }
|
||||
.group-label-bg { fill: #ffffff; }
|
||||
.group-label { font-size: 13px; font-weight: 650; fill: #374151; }
|
||||
.edge { fill: none; stroke: #374151; stroke-width: 1.8; stroke-linejoin: round; stroke-linecap: round; marker-end: url(#arrow); }
|
||||
.edge.style-dashed, .edge.semantic-dashed, .edge.assumption { stroke-dasharray: 7 5; }
|
||||
.edge.style-dotted { stroke-dasharray: 2 5; }
|
||||
.edge.emphasis-primary { stroke: #2563eb; stroke-width: 2.2; }
|
||||
.edge.emphasis-muted { stroke: #9ca3af; }
|
||||
.edge.emphasis-warning, .edge.kind-failure, .edge.kind-error { stroke: #dc2626; stroke-width: 2.2; }
|
||||
.edge-label-bg { fill: #ffffff; }
|
||||
.edge-label { font-size: 12px; font-weight: 560; text-anchor: middle; }
|
||||
.node-shape { fill: #ffffff; stroke: #4b5563; stroke-width: 1.7; }
|
||||
.node-shape.emphasis-primary { stroke: #2563eb; stroke-width: 2.2; }
|
||||
.node-shape.emphasis-muted { stroke: #9ca3af; fill: #f9fafb; }
|
||||
.node-shape.emphasis-warning { stroke: #d97706; stroke-width: 2; fill: #fffdf5; }
|
||||
.node-shape.kind-database, .node-shape.kind-datastore, .node-shape.kind-storage { fill: #f8fafc; }
|
||||
.node-shape.kind-queue, .node-shape.kind-event, .node-shape.kind-topic { fill: #fafafa; }
|
||||
.node-shape.assumption { stroke-dasharray: 4 4; }
|
||||
.storage-bottom, .controller-divider { fill: none; stroke: #4b5563; stroke-width: 1.4; }
|
||||
.controller-led { fill: #4b5563; }
|
||||
.actor-symbol { fill: none; stroke: #4b5563; stroke-width: 1.8; stroke-linecap: round; }
|
||||
.actor-symbol.emphasis-primary { stroke: #2563eb; stroke-width: 2.2; }
|
||||
.node-label { font-size: 14px; font-weight: 650; text-anchor: middle; }
|
||||
.node-role { font-size: 10px; letter-spacing: 0.04em; text-anchor: middle; fill: #6b7280; }
|
||||
.node-detail-divider { stroke: #d1d5db; stroke-width: 1; }
|
||||
.node-detail { font-size: 11px; fill: #374151; }
|
||||
.assumption-badge { font-size: 9px; font-weight: 700; fill: #92400e; }
|
||||
.failure-mark { stroke: #dc2626; stroke-width: 4; stroke-linecap: round; }
|
||||
.lifeline { stroke: #9ca3af; stroke-width: 1.2; stroke-dasharray: 5 5; }
|
||||
.timeline-axis { stroke: #374151; stroke-width: 1.8; marker-end: url(#arrow); }
|
||||
.timeline-stem { stroke: #6b7280; stroke-width: 1.3; }
|
||||
.timeline-marker { fill: #ffffff; stroke: #374151; stroke-width: 1.7; }
|
||||
.timeline-marker.primary { fill: #2563eb; stroke: #2563eb; }
|
||||
.timeline-marker.warning { fill: #dc2626; stroke: #dc2626; }
|
||||
.timeline-label { font-size: 13px; font-weight: 650; text-anchor: middle; }
|
||||
.timeline-detail { font-size: 11px; fill: #4b5563; text-anchor: middle; }
|
||||
</style>
|
||||
</defs>
|
||||
<rect class="canvas" width="1180" height="280" />
|
||||
<line class="timeline-axis" x1="75.0" y1="145.0" x2="1115.0" y2="145.0" />
|
||||
<line class="timeline-stem" x1="110.0" y1="145.0" x2="110.0" y2="97.0" />
|
||||
<circle class="timeline-marker" cx="110.0" cy="145.0" r="7" />
|
||||
<text class="timeline-label" x="110.0" y="85.0">T = 0</text>
|
||||
<text class="timeline-detail" x="110.0" y="102.0">1970-01-01</text>
|
||||
<text class="timeline-detail" x="110.0" y="119.0">Unix Epoch</text>
|
||||
<line class="timeline-stem" x1="300.0" y1="145.0" x2="300.0" y2="193.0" />
|
||||
<circle class="timeline-marker" cx="300.0" cy="145.0" r="7" />
|
||||
<text class="timeline-label" x="300.0" y="217.0">+372d</text>
|
||||
<text class="timeline-detail" x="300.0" y="234.0">1971-01-08</text>
|
||||
<line class="timeline-stem" x1="490.0" y1="145.0" x2="490.0" y2="97.0" />
|
||||
<circle class="timeline-marker" cx="490.0" cy="145.0" r="7" />
|
||||
<text class="timeline-label" x="490.0" y="85.0">+744d</text>
|
||||
<text class="timeline-detail" x="490.0" y="102.0">1972-01-15</text>
|
||||
<line class="timeline-stem" x1="680.0" y1="145.0" x2="680.0" y2="193.0" />
|
||||
<circle class="timeline-marker warning" cx="680.0" cy="145.0" r="7" />
|
||||
<text class="timeline-label" x="680.0" y="217.0">n=55</text>
|
||||
<text class="timeline-detail" x="680.0" y="234.0">2026-01-07</text>
|
||||
<text class="timeline-detail" x="680.0" y="251.0">직전 로테이션</text>
|
||||
<line class="timeline-stem" x1="870.0" y1="145.0" x2="870.0" y2="97.0" />
|
||||
<circle class="timeline-marker primary" cx="870.0" cy="145.0" r="7" />
|
||||
<text class="timeline-label" x="870.0" y="85.0">현재</text>
|
||||
<text class="timeline-detail" x="870.0" y="102.0">오늘</text>
|
||||
<line class="timeline-stem" x1="1060.0" y1="145.0" x2="1060.0" y2="193.0" />
|
||||
<circle class="timeline-marker" cx="1060.0" cy="145.0" r="7" />
|
||||
<text class="timeline-label" x="1060.0" y="217.0">n=56</text>
|
||||
<text class="timeline-detail" x="1060.0" y="234.0">2027-01-14</text>
|
||||
<text class="timeline-detail" x="1060.0" y="251.0">다음 로테이션</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.9 KiB |
Reference in New Issue
Block a user