kintex/stitch_kintex_ai_system_architect/scr_m7/code.html
zio 6c9891c7e2 feat: mobile harness + design v2.1 (84 screens) + PLANNING v3.1 + deliverables + Stitch screens
- Harness: kintex-mobile-dev agent + kintex-mobile-orchestrator skill (WISE mobile ref, Stitch-first design rule, dual app targets B2B/B2C)
- design.md v2.1: full 84-screen inventory (web 51 / admin 10 / public 8 / mobile 15) with Stitch prompts incl. ticketing (SCR-P7/P8, M14/M15)
- PLANNING v3.1: unified account + split signup tracks (2FA required for staff, light signup/guest for visitors), one codebase / two app targets
- Deliverables: dev plan (21s), user/operator/developer guides (17/14/15s), program spec (44s, 65 programs, 8 flowcharts), DA (DB design 14s + table spec xlsx 35 tables/299 cols)
- Benchmark: ticketing-app-benchmark.md (7 apps) -> IMPLEMENTATION_BACKLOG Phase F (14 items)
- Stitch: 23 generated screens saved (mobile 10, admin 6, web core 5, ticket 2)
- mobile/: Expo scaffold (SDK 51, expo-router, secure store JWT)
- frontend: SCR-13~17 QA fixes, icons.tsx, kintexEvents, V10 seed migration
- ci/: KINTEX CI logo assets

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-11 23:31:45 +09:00

290 lines
17 KiB
HTML

<!DOCTYPE html>
<html class="light" lang="ko"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>KINTEX AI - Visitor Floor Plan</title>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&amp;family=Geist:wght@400;500;600&amp;display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&amp;display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&amp;display=swap" rel="stylesheet"/>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
"colors": {
"surface-container": "#e9edff",
"on-secondary-fixed": "#1b0063",
"tertiary": "#00583b",
"tertiary-fixed-dim": "#72daa9",
"outline-variant": "#c1c7d3",
"on-primary-container": "#d2e3ff",
"on-background": "#141b2c",
"on-tertiary-container": "#8ef7c3",
"surface-container-highest": "#dbe2f9",
"primary-fixed-dim": "#a2c9ff",
"on-error-container": "#93000a",
"on-secondary-container": "#f3edff",
"primary-container": "#0066b3",
"primary-fixed": "#d3e4ff",
"outline": "#717782",
"error": "#ba1a1a",
"surface-variant": "#dbe2f9",
"on-secondary-fixed-variant": "#4500d8",
"secondary-container": "#6d4aff",
"on-primary-fixed": "#001c38",
"secondary-fixed": "#e5deff",
"surface-container-low": "#f1f3ff",
"inverse-on-surface": "#edf0ff",
"on-primary-fixed-variant": "#004881",
"on-tertiary-fixed": "#002113",
"tertiary-fixed": "#8ef7c4",
"surface-container-lowest": "#ffffff",
"secondary-fixed-dim": "#c9bfff",
"tertiary-container": "#00734e",
"on-surface-variant": "#414751",
"on-error": "#ffffff",
"surface-tint": "#0060a9",
"inverse-primary": "#a2c9ff",
"surface-bright": "#f9f9ff",
"surface": "#f9f9ff",
"inverse-surface": "#293041",
"on-tertiary-fixed-variant": "#005236",
"on-tertiary": "#ffffff",
"on-secondary": "#ffffff",
"primary": "#004e8b",
"on-primary": "#ffffff",
"background": "#f9f9ff",
"error-container": "#ffdad6",
"surface-dim": "#d2daf0",
"secondary": "#5427e6",
"on-surface": "#141b2c",
"surface-container-high": "#e0e8ff"
},
"borderRadius": {
"DEFAULT": "0.125rem",
"lg": "0.25rem",
"xl": "0.5rem",
"full": "0.75rem"
},
"spacing": {
"gutter": "16px",
"container-padding": "24px",
"base": "4px",
"stack-lg": "24px",
"stack-sm": "8px",
"stack-md": "16px"
},
"fontFamily": {
"label-md": ["Geist"],
"display-lg": ["Inter"],
"label-xs": ["Geist"],
"body-base": ["Inter"],
"body-sm": ["Inter"],
"title-sm": ["Inter"],
"headline-md": ["Inter"],
"display-lg-mobile": ["Inter"]
},
"fontSize": {
"label-md": ["12px", {"lineHeight": "16px", "letterSpacing": "0.02em", "fontWeight": "600"}],
"display-lg": ["36px", {"lineHeight": "44px", "letterSpacing": "-0.02em", "fontWeight": "700"}],
"label-xs": ["11px", {"lineHeight": "14px", "fontWeight": "500"}],
"body-base": ["14px", {"lineHeight": "20px", "fontWeight": "400"}],
"body-sm": ["13px", {"lineHeight": "18px", "fontWeight": "400"}],
"title-sm": ["18px", {"lineHeight": "28px", "fontWeight": "600"}],
"headline-md": ["24px", {"lineHeight": "32px", "fontWeight": "600"}],
"display-lg-mobile": ["28px", {"lineHeight": "36px", "fontWeight": "700"}]
}
},
},
}
</script>
<style>
body { font-family: 'Inter', sans-serif; -webkit-font-smoothing: antialiased; }
.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; vertical-align: middle; }
.floor-grid { background-image: radial-gradient(#d1d5db 1px, transparent 1px); background-size: 20px 20px; }
.bottom-sheet-active { transform: translateY(0); }
.bottom-sheet-inactive { transform: translateY(100%); }
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
</style>
<style>
body {
min-height: max(884px, 100dvh);
}
</style>
</head>
<body class="bg-background text-on-surface flex justify-center">
<!-- Mobile Container (390px simulated) -->
<main class="w-[390px] h-[844px] relative bg-surface overflow-hidden shadow-2xl flex flex-col border-x border-outline-variant">
<!-- TopAppBar (Shared Component mapping) -->
<header class="bg-surface dark:bg-inverse-surface flex justify-between items-center px-container-padding h-16 w-full top-0 sticky z-30">
<div class="flex items-center gap-3">
<span class="material-symbols-outlined text-primary" data-icon="menu">menu</span>
<h1 class="font-headline-md text-headline-md-mobile font-bold text-primary dark:text-primary-fixed-dim">KINTEX AI</h1>
</div>
<span class="material-symbols-outlined text-primary" data-icon="qr_code_scanner">qr_code_scanner</span>
</header>
<!-- Search & Filter Section -->
<section class="px-gutter pt-2 pb-4 bg-surface z-20 space-y-4">
<div class="relative flex items-center">
<span class="material-symbols-outlined absolute left-3 text-outline" data-icon="search">search</span>
<input class="w-full bg-surface-container-low border-none rounded-xl pl-10 pr-4 py-3 font-body-base text-on-surface focus:ring-2 focus:ring-primary placeholder:text-outline-variant transition-all" placeholder="부스명, 업체명 검색..." type="text"/>
</div>
<div class="flex gap-2 overflow-x-auto no-scrollbar pb-1">
<button class="px-4 py-1.5 rounded-full bg-primary text-on-primary font-label-md text-label-md whitespace-nowrap">전체</button>
<button class="px-4 py-1.5 rounded-full bg-surface-container-high text-on-surface-variant font-label-md text-label-md whitespace-nowrap hover:bg-surface-container-highest transition-colors">업종별</button>
<button class="px-4 py-1.5 rounded-full bg-surface-container-high text-on-surface-variant font-label-md text-label-md whitespace-nowrap hover:bg-surface-container-highest transition-colors">구역별(존)</button>
<button class="px-4 py-1.5 rounded-full bg-surface-container-high text-on-surface-variant font-label-md text-label-md whitespace-nowrap hover:bg-surface-container-highest transition-colors">참가업체</button>
</div>
</section>
<!-- Main Interactive Hall Map -->
<section class="flex-grow relative floor-grid overflow-hidden bg-surface-container-low">
<!-- Map Canvas Simulation -->
<div class="absolute inset-0 flex items-center justify-center p-8 overflow-auto scale-110" id="map-canvas">
<div class="grid grid-cols-4 gap-2 w-full max-w-sm">
<!-- Booth Row A -->
<div class="h-16 flex items-center justify-center border border-outline-variant bg-white rounded-lg shadow-sm font-label-md text-on-surface-variant">A-101</div>
<div class="h-16 flex items-center justify-center border-2 border-primary bg-primary-fixed text-primary font-bold rounded-lg shadow-md ring-4 ring-primary-fixed/50 cursor-pointer animate-pulse" onclick="toggleBottomSheet()">A-102</div>
<div class="h-16 flex items-center justify-center border border-outline-variant bg-white rounded-lg shadow-sm font-label-md text-on-surface-variant">A-103</div>
<div class="h-16 flex flex-col items-center justify-center border border-outline-variant bg-surface-container rounded-lg font-label-md text-outline">REST</div>
<!-- Booth Row B -->
<div class="col-span-2 h-20 flex items-center justify-center border border-outline-variant bg-white rounded-lg shadow-sm font-label-md text-on-surface-variant">B-201</div>
<div class="h-20 flex items-center justify-center border border-outline-variant bg-white rounded-lg shadow-sm font-label-md text-on-surface-variant">B-202</div>
<div class="h-20 flex items-center justify-center border border-outline-variant bg-white rounded-lg shadow-sm font-label-md text-on-surface-variant">B-203</div>
<!-- Hall Elements -->
<div class="col-span-4 h-8 bg-surface-dim rounded-full flex items-center justify-center font-label-xs text-outline tracking-widest">ENTRANCE HALL</div>
<!-- Booth Row C -->
<div class="h-16 flex items-center justify-center border border-outline-variant bg-white rounded-lg shadow-sm font-label-md text-on-surface-variant">C-301</div>
<div class="h-16 flex items-center justify-center border border-outline-variant bg-white rounded-lg shadow-sm font-label-md text-on-surface-variant">C-302</div>
<div class="h-16 flex items-center justify-center border border-outline-variant bg-white rounded-lg shadow-sm font-label-md text-on-surface-variant">C-303</div>
<div class="h-16 flex items-center justify-center border border-outline-variant bg-white rounded-lg shadow-sm font-label-md text-on-surface-variant">C-304</div>
</div>
</div>
<!-- Floating Action Buttons -->
<div class="absolute right-4 bottom-24 flex flex-col gap-3">
<button class="w-12 h-12 rounded-full bg-white shadow-xl flex items-center justify-center text-on-surface active:bg-surface-container transition-colors">
<span class="material-symbols-outlined" data-icon="add">add</span>
</button>
<button class="w-12 h-12 rounded-full bg-white shadow-xl flex items-center justify-center text-on-surface active:bg-surface-container transition-colors">
<span class="material-symbols-outlined" data-icon="remove">remove</span>
</button>
<button class="w-12 h-12 rounded-full bg-white shadow-xl flex items-center justify-center text-primary active:bg-surface-container transition-colors">
<span class="material-symbols-outlined" data-icon="my_location" style="font-variation-settings: 'FILL' 1;">my_location</span>
</button>
<button class="px-4 py-3 rounded-full bg-inverse-surface text-inverse-on-surface shadow-2xl flex items-center gap-2 font-label-md">
<span class="material-symbols-outlined text-[20px]" data-icon="list">list</span>
목록보기
</button>
</div>
</section>
<!-- Bottom Sheet (Contextual Interaction) -->
<div class="fixed bottom-0 left-0 right-0 w-[390px] mx-auto bg-white rounded-t-[2rem] shadow-[0_-8px_40px_-10px_rgba(0,0,0,0.15)] z-[60] bottom-sheet-inactive transition-transform duration-500 ease-out border-t border-outline-variant/30" id="bottom-sheet">
<!-- Drag Handle -->
<div class="w-full flex justify-center py-3" onclick="toggleBottomSheet()">
<div class="w-10 h-1 bg-outline-variant rounded-full"></div>
</div>
<div class="px-container-padding pb-32">
<div class="flex justify-between items-start mb-4">
<div>
<div class="flex items-center gap-2 mb-1">
<span class="bg-secondary-container text-on-secondary-container px-2 py-0.5 rounded text-[10px] font-bold">A-102</span>
<span class="text-secondary font-label-xs flex items-center gap-1">
<span class="material-symbols-outlined text-[14px]" data-icon="auto_awesome">auto_awesome</span> AI 매칭 추천
</span>
</div>
<h2 class="font-title-sm text-title-sm text-on-surface">한빛로보틱스</h2>
<p class="font-body-sm text-body-sm text-on-surface-variant">로봇/자동화 · 스마트 팩토리</p>
</div>
<button class="p-2 rounded-full hover:bg-surface-container transition-colors" id="favorite-btn" onclick="toggleFavorite()">
<span class="material-symbols-outlined text-outline" data-icon="star" id="fav-icon">star</span>
</button>
</div>
<div class="flex gap-3 mb-6">
<button class="flex-grow bg-primary text-on-primary py-3.5 rounded-xl font-label-md flex items-center justify-center gap-2 shadow-lg shadow-primary/20 active:scale-95 transition-all">
<span class="material-symbols-outlined" data-icon="directions">directions</span>
길안내
</button>
<button class="flex-grow border border-primary text-primary py-3.5 rounded-xl font-label-md flex items-center justify-center gap-2 hover:bg-primary-fixed/30 active:scale-95 transition-all">
<span class="material-symbols-outlined" data-icon="language">language</span>
마이크로사이트
</button>
</div>
<div class="space-y-4 border-t border-outline-variant/20 pt-4">
<div class="flex items-start gap-3">
<span class="material-symbols-outlined text-tertiary" data-icon="near_me">near_me</span>
<div>
<p class="font-label-md text-label-md text-tertiary">현재 위치에서 도보 3분</p>
<p class="font-body-sm text-body-sm text-outline">최단 경로 안내 가능</p>
</div>
</div>
<div class="flex items-start gap-3">
<span class="material-symbols-outlined text-on-surface-variant" data-icon="inventory_2">inventory_2</span>
<div>
<p class="font-label-md text-label-md text-on-surface">주요 전시 품목</p>
<p class="font-body-sm text-body-sm text-on-surface-variant">산업용 협동 로봇, 물류 자동화 솔루션, 자율주행 AMR 플랫폼</p>
</div>
</div>
</div>
</div>
</div>
<!-- BottomNavBar (Shared Component mapping) -->
<nav class="fixed bottom-0 w-[390px] mx-auto flex justify-around items-center px-4 py-2 bg-surface-container dark:bg-inverse-surface border-t border-outline-variant dark:border-outline z-[70]">
<!---->
<a class="flex flex-col items-center justify-center text-on-surface-variant dark:text-surface-variant px-5 py-1 transition-transform duration-150 scale-95 active:scale-90" href="#">
<span class="material-symbols-outlined" data-icon="home">home</span>
<span class="font-label-md text-label-md"></span>
</a>
<!-- 지도 (Active) -->
<a class="flex flex-col items-center justify-center bg-secondary-container dark:bg-secondary text-on-secondary-container dark:text-on-secondary rounded-full px-5 py-1 transition-transform duration-150 scale-95 active:scale-90" href="#">
<span class="material-symbols-outlined" data-icon="map" style="font-variation-settings: 'FILL' 1;">map</span>
<span class="font-label-md text-label-md">지도</span>
</a>
<!-- 매칭 -->
<a class="flex flex-col items-center justify-center text-on-surface-variant dark:text-surface-variant px-5 py-1 transition-transform duration-150 scale-95 active:scale-90" href="#">
<span class="material-symbols-outlined" data-icon="auto_awesome">auto_awesome</span>
<span class="font-label-md text-label-md">매칭</span>
</a>
<!-- 마이 -->
<a class="flex flex-col items-center justify-center text-on-surface-variant dark:text-surface-variant px-5 py-1 transition-transform duration-150 scale-95 active:scale-90" href="#">
<span class="material-symbols-outlined" data-icon="person">person</span>
<span class="font-label-md text-label-md">마이</span>
</a>
</nav>
<!-- Overlay for Bottom Sheet -->
<div class="fixed inset-0 bg-black/40 z-50 hidden backdrop-blur-[2px] transition-opacity duration-300 opacity-0" id="overlay" onclick="toggleBottomSheet()"></div>
</main>
<script>
function toggleBottomSheet() {
const sheet = document.getElementById('bottom-sheet');
const overlay = document.getElementById('overlay');
if (sheet.classList.contains('bottom-sheet-inactive')) {
sheet.classList.remove('bottom-sheet-inactive');
sheet.classList.add('bottom-sheet-active');
overlay.classList.remove('hidden');
setTimeout(() => overlay.classList.add('opacity-100'), 10);
} else {
sheet.classList.add('bottom-sheet-inactive');
sheet.classList.remove('bottom-sheet-active');
overlay.classList.remove('opacity-100');
setTimeout(() => overlay.classList.add('hidden'), 300);
}
}
let isFav = false;
function toggleFavorite() {
isFav = !isFav;
const icon = document.getElementById('fav-icon');
if (isFav) {
icon.style.fontVariationSettings = "'FILL' 1";
icon.classList.remove('text-outline');
icon.classList.add('text-yellow-500');
} else {
icon.style.fontVariationSettings = "'FILL' 0";
icon.classList.add('text-outline');
icon.classList.remove('text-yellow-500');
}
}
</script>
</body></html>