mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 12:36:23 +00:00
- 솔루션 우선순위 평가 시각화 차트 추가 - 최종 솔루션 평가 문서 작성 - 핵심 솔루션 분석 자료 추가 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
132 lines
8.4 KiB
XML
132 lines
8.4 KiB
XML
<svg width="1400" height="1000" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- 배경 -->
|
|
<rect width="1400" height="1000" fill="#ffffff"/>
|
|
|
|
<!-- 제목 -->
|
|
<text x="700" y="40" font-size="24" font-weight="bold" text-anchor="middle">솔루션 우선순위 평가 매트릭스</text>
|
|
|
|
<!-- 4개 영역 배경 -->
|
|
<!-- Big Bets (좌상단): 실현가능성 낮음, 비즈니스 영향도 높음 -->
|
|
<rect x="100" y="80" width="500" height="370" fill="#FFDDDD" opacity="0.7"/>
|
|
<text x="350" y="120" font-size="22" font-weight="bold" fill="#CC0000" text-anchor="middle">Big Bets</text>
|
|
<text x="350" y="145" font-size="14" fill="#666666" text-anchor="middle">(높은 가치, 낮은 실현가능성)</text>
|
|
|
|
<!-- No Brainers (우상단): 실현가능성 높음, 비즈니스 영향도 높음 -->
|
|
<rect x="600" y="80" width="500" height="370" fill="#DDFFDD" opacity="0.7"/>
|
|
<text x="850" y="120" font-size="22" font-weight="bold" fill="#00AA00" text-anchor="middle">No Brainers</text>
|
|
<text x="850" y="145" font-size="14" fill="#666666" text-anchor="middle">(높은 가치, 높은 실현가능성)</text>
|
|
|
|
<!-- Unwise (좌하단): 실현가능성 낮음, 비즈니스 영향도 낮음 -->
|
|
<rect x="100" y="450" width="500" height="330" fill="#F5F5F5" opacity="0.7"/>
|
|
<text x="350" y="490" font-size="22" font-weight="bold" fill="#666666" text-anchor="middle">Unwise</text>
|
|
<text x="350" y="515" font-size="14" fill="#666666" text-anchor="middle">(낮은 가치, 낮은 실현가능성)</text>
|
|
|
|
<!-- Utilities (우하단): 실현가능성 높음, 비즈니스 영향도 낮음 -->
|
|
<rect x="600" y="450" width="500" height="330" fill="#DDDDFF" opacity="0.7"/>
|
|
<text x="850" y="490" font-size="22" font-weight="bold" fill="#0000CC" text-anchor="middle">Utilities</text>
|
|
<text x="850" y="515" font-size="14" fill="#666666" text-anchor="middle">(낮은 가치, 높은 실현가능성)</text>
|
|
|
|
<!-- 축 -->
|
|
<line x1="100" y1="780" x2="1100" y2="780" stroke="#000000" stroke-width="3"/>
|
|
<line x1="100" y1="80" x2="100" y2="780" stroke="#000000" stroke-width="3"/>
|
|
|
|
<!-- 축 레이블 -->
|
|
<text x="600" y="820" font-size="20" font-weight="bold" text-anchor="middle">실현 가능성 (Feasibility)</text>
|
|
<text x="50" y="430" font-size="20" font-weight="bold" text-anchor="middle" transform="rotate(-90, 50, 430)">비즈니스 영향도 (Business Impact)</text>
|
|
<text x="100" y="810" font-size="14" text-anchor="middle">낮음</text>
|
|
<text x="1100" y="810" font-size="14" text-anchor="middle">높음</text>
|
|
<text x="70" y="790" font-size="14" text-anchor="end">낮음</text>
|
|
<text x="70" y="90" font-size="14" text-anchor="end">높음</text>
|
|
|
|
<!-- 그리드 라인 (구분선) -->
|
|
<line x1="100" y1="450" x2="1100" y2="450" stroke="#333333" stroke-width="2" stroke-dasharray="8,4"/>
|
|
<line x1="600" y1="80" x2="600" y2="780" stroke="#333333" stroke-width="2" stroke-dasharray="8,4"/>
|
|
|
|
<!-- 데이터 포인트 -->
|
|
<!-- No Brainers (F >= 6 AND B >= 8) -->
|
|
<circle cx="933" cy="122" r="12" fill="#00AA00" stroke="#006600" stroke-width="2"/>
|
|
<text x="933" y="128" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">1</text>
|
|
|
|
<circle cx="850" cy="450" r="12" fill="#00AA00" stroke="#006600" stroke-width="2"/>
|
|
<text x="850" y="456" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">2</text>
|
|
|
|
<circle cx="683" cy="363" r="12" fill="#00AA00" stroke="#006600" stroke-width="2"/>
|
|
<text x="683" y="369" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">3</text>
|
|
|
|
<circle cx="683" cy="409" r="12" fill="#00AA00" stroke="#006600" stroke-width="2"/>
|
|
<text x="683" y="415" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">5</text>
|
|
|
|
<circle cx="850" cy="363" r="12" fill="#00AA00" stroke="#006600" stroke-width="2"/>
|
|
<text x="850" y="369" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">6</text>
|
|
|
|
<circle cx="850" cy="286" r="12" fill="#00AA00" stroke="#006600" stroke-width="2"/>
|
|
<text x="850" y="292" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">7</text>
|
|
|
|
<!-- Big Bets (F < 6 AND B >= 8) -->
|
|
<circle cx="433" cy="409" r="12" fill="#CC0000" stroke="#880000" stroke-width="2"/>
|
|
<text x="433" y="415" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">8</text>
|
|
|
|
<circle cx="433" cy="450" r="12" fill="#CC0000" stroke="#880000" stroke-width="2"/>
|
|
<text x="433" y="456" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">10</text>
|
|
|
|
<!-- Utilities (F >= 6 AND B < 8) -->
|
|
<circle cx="1017" cy="491" r="12" fill="#0000CC" stroke="#000088" stroke-width="2"/>
|
|
<text x="1017" y="497" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">4</text>
|
|
|
|
<circle cx="600" cy="573" r="12" fill="#0000CC" stroke="#000088" stroke-width="2"/>
|
|
<text x="600" y="579" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">11</text>
|
|
|
|
<circle cx="600" cy="573" r="12" fill="#0000CC" stroke="#000088" stroke-width="2"/>
|
|
<text x="610" y="579" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">13</text>
|
|
|
|
<circle cx="600" cy="491" r="12" fill="#0000CC" stroke="#000088" stroke-width="2"/>
|
|
<text x="600" y="497" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">14</text>
|
|
|
|
<circle cx="683" cy="532" r="12" fill="#0000CC" stroke="#000088" stroke-width="2"/>
|
|
<text x="683" y="538" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">15</text>
|
|
|
|
<circle cx="850" cy="491" r="12" fill="#0000CC" stroke="#000088" stroke-width="2"/>
|
|
<text x="850" y="497" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">20</text>
|
|
|
|
<circle cx="683" cy="656" r="12" fill="#0000CC" stroke="#000088" stroke-width="2"/>
|
|
<text x="683" y="662" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">21</text>
|
|
|
|
<circle cx="600" cy="573" r="12" fill="#0000CC" stroke="#000088" stroke-width="2"/>
|
|
<text x="620" y="579" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">22</text>
|
|
|
|
<circle cx="683" cy="615" r="12" fill="#0000CC" stroke="#000088" stroke-width="2"/>
|
|
<text x="683" y="621" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">23</text>
|
|
|
|
<circle cx="683" cy="573" r="12" fill="#0000CC" stroke="#000088" stroke-width="2"/>
|
|
<text x="683" y="579" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">24</text>
|
|
|
|
<circle cx="767" cy="656" r="12" fill="#0000CC" stroke="#000088" stroke-width="2"/>
|
|
<text x="767" y="662" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">25</text>
|
|
|
|
<circle cx="850" cy="532" r="12" fill="#0000CC" stroke="#000088" stroke-width="2"/>
|
|
<text x="850" y="538" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">29</text>
|
|
|
|
<circle cx="683" cy="615" r="12" fill="#0000CC" stroke="#000088" stroke-width="2"/>
|
|
<text x="695" y="621" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">31</text>
|
|
|
|
<circle cx="600" cy="573" r="12" fill="#0000CC" stroke="#000088" stroke-width="2"/>
|
|
<text x="630" y="579" font-size="13" font-weight="bold" fill="#ffffff" text-anchor="middle">32</text>
|
|
|
|
<!-- Unwise 영역 포인트는 생략 (가독성) -->
|
|
<text x="350" y="650" font-size="14" fill="#666666" text-anchor="middle">(나머지 솔루션은 Unwise 영역)</text>
|
|
|
|
<!-- 범례 -->
|
|
<rect x="100" y="840" width="1000" height="140" fill="#F9F9F9" stroke="#CCCCCC" stroke-width="1"/>
|
|
<text x="120" y="870" font-size="18" font-weight="bold">범례 (주요 솔루션)</text>
|
|
|
|
<text x="120" y="900" font-size="13"><tspan font-weight="bold">No Brainers:</tspan></text>
|
|
<text x="120" y="920" font-size="12">1: AI 기반 실시간 회의 음성 인식 및 자동 회의록 작성 시스템</text>
|
|
<text x="120" y="935" font-size="12">2: 실시간 회의록 공동 작성 플랫폼</text>
|
|
<text x="120" y="950" font-size="12">3: 실시간 용어/지식 자동 설명 및 RAG 지식 증강 시스템</text>
|
|
<text x="120" y="965" font-size="12">5: AI 기반 회의록 품질 검증 시스템</text>
|
|
|
|
<text x="650" y="920" font-size="12">6: AI 기반 회의내용 실시간 요약 및 정리</text>
|
|
<text x="650" y="935" font-size="12">7: 회의록 기반 Todo 및 일정 자동 관리</text>
|
|
<text x="650" y="960" font-size="12"><tspan font-weight="bold">Utilities:</tspan> 4: 회의 유형별 템플릿 마켓플레이스, 20: 회의록 자동 공유 및 배포 시스템</text>
|
|
|
|
</svg> |