Center component boxes, remove 'Manufacturing' from subtitle, improve single-page PDF layout

This commit is contained in:
TNB
2026-07-07 09:51:34 -04:00
parent 15afcfcbe5
commit d47a4412f0
+110 -99
View File
@@ -11,35 +11,46 @@
font-family: 'JetBrains Mono', monospace; font-family: 'JetBrains Mono', monospace;
background: #020617; background: #020617;
min-height: 100vh; min-height: 100vh;
padding: 2rem; padding: 1.5rem 2rem;
color: white; color: white;
} }
.container { max-width: 1200px; margin: 0 auto; } .container { max-width: 1180px; margin: 0 auto; }
.header { margin-bottom: 2rem; text-align: center; } .header { margin-bottom: 1.25rem; text-align: center; }
.header-row { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-bottom: 0.5rem; } .header-row { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-bottom: 0.4rem; }
.pulse-dot { .pulse-dot {
width: 12px; height: 12px; background: #22d3ee; width: 12px; height: 12px; background: #22d3ee;
border-radius: 50%; animation: pulse 2s infinite; border-radius: 50%; animation: pulse 2s infinite;
} }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
h1 { font-size: 1.5rem; font-weight: 700; letter-spacing: -0.025em; } h1 { font-size: 1.55rem; font-weight: 700; letter-spacing: -0.025em; }
.subtitle { color: #94a3b8; font-size: 0.875rem; } .subtitle { color: #94a3b8; font-size: 0.875rem; }
.diagram-container { .diagram-container {
background: rgba(15, 23, 42, 0.5); background: rgba(15, 23, 42, 0.5);
border-radius: 1rem; border: 1px solid #1e293b; border-radius: 1rem; border: 1px solid #1e293b;
padding: 1.5rem; overflow-x: auto; padding: 1.25rem; overflow-x: auto;
margin-bottom: 1.5rem;
}
svg { width: 100%; min-width: 1050px; display: block; }
.components-row {
display: flex;
justify-content: center;
gap: 1rem;
flex-wrap: wrap;
margin-bottom: 1.5rem;
} }
svg { width: 100%; min-width: 1000px; display: block; }
.cards { .cards {
display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); display: grid;
gap: 1rem; margin-top: 2rem; grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 1rem;
max-width: 1180px;
margin: 0 auto;
} }
.card { .card {
background: rgba(15, 23, 42, 0.5); background: rgba(15, 23, 42, 0.5);
border-radius: 0.75rem; border: 1px solid #1e293b; border-radius: 0.75rem; border: 1px solid #1e293b;
padding: 1.25rem; padding: 1.1rem;
} }
.card-header { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem; } .card-header { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.6rem; }
.card-dot { width: 8px; height: 8px; border-radius: 50%; } .card-dot { width: 8px; height: 8px; border-radius: 50%; }
.card-dot.cyan { background: #22d3ee; } .card-dot.cyan { background: #22d3ee; }
.card-dot.emerald { background: #34d399; } .card-dot.emerald { background: #34d399; }
@@ -48,8 +59,8 @@
.card-dot.orange { background: #fb923c; } .card-dot.orange { background: #fb923c; }
.card h3 { font-size: 0.875rem; font-weight: 600; } .card h3 { font-size: 0.875rem; font-weight: 600; }
.card ul { list-style: none; color: #94a3b8; font-size: 0.75rem; } .card ul { list-style: none; color: #94a3b8; font-size: 0.75rem; }
.card li { margin-bottom: 0.375rem; } .card li { margin-bottom: 0.35rem; }
.footer { text-align: center; margin-top: 1.5rem; color: #475569; font-size: 0.75rem; } .footer { text-align: center; margin-top: 1.25rem; color: #475569; font-size: 0.75rem; }
</style> </style>
</head> </head>
<body> <body>
@@ -59,11 +70,11 @@
<div class="pulse-dot"></div> <div class="pulse-dot"></div>
<h1>TallyFlow Architecture</h1> <h1>TallyFlow Architecture</h1>
</div> </div>
<p class="subtitle">Manufacturing Asset Tracking &amp; RFID Workflow Platform</p> <p class="subtitle">Asset Tracking &amp; RFID Workflow Platform</p>
</div> </div>
<div class="diagram-container"> <div class="diagram-container">
<svg viewBox="0 0 1100 640" width="1100" height="640"> <svg viewBox="0 0 1100 620" width="1100" height="620">
<defs> <defs>
<marker id="arrowhead" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto"> <marker id="arrowhead" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
<polygon points="0 0, 10 3.5, 0 7" fill="#64748b" /> <polygon points="0 0, 10 3.5, 0 7" fill="#64748b" />
@@ -80,121 +91,122 @@
<rect width="100%" height="100%" fill="url(#grid)" /> <rect width="100%" height="100%" fill="url(#grid)" />
<!-- ========== CORE (Central, owns DB) ========== --> <!-- ========== CORE (Central, owns DB) ========== -->
<rect x="200" y="50" width="700" height="310" rx="14" fill="rgba(6, 78, 59, 0.1)" stroke="#34d399" stroke-width="2.5"/> <rect x="200" y="45" width="700" height="305" rx="14" fill="rgba(6, 78, 59, 0.1)" stroke="#34d399" stroke-width="2.5"/>
<text x="220" y="75" fill="#34d399" font-size="13" font-weight="700">TallyFlow Core (Central Hub)</text> <text x="220" y="70" fill="#34d399" font-size="13" font-weight="700">TallyFlow Core (Central Hub)</text>
<!-- Core Web UI (Vue.js) - LEFT --> <!-- Core Web UI (Vue.js) - LEFT -->
<rect x="220" y="95" width="170" height="65" rx="8" fill="rgba(8, 51, 68, 0.55)" stroke="#22d3ee" stroke-width="2"/> <rect x="220" y="90" width="170" height="65" rx="8" fill="rgba(8, 51, 68, 0.55)" stroke="#22d3ee" stroke-width="2"/>
<text x="305" y="118" fill="white" font-size="12" font-weight="700" text-anchor="middle">Core Web UI</text> <text x="305" y="113" fill="white" font-size="12" font-weight="700" text-anchor="middle">Core Web UI</text>
<text x="305" y="134" fill="#94a3b8" font-size="9" text-anchor="middle">Vue.js 2</text> <text x="305" y="129" fill="#94a3b8" font-size="9" text-anchor="middle">Vue.js 2</text>
<text x="305" y="148" fill="#22d3ee" font-size="8" text-anchor="middle">Uses Core API</text> <text x="305" y="143" fill="#22d3ee" font-size="8" text-anchor="middle">Uses Core API</text>
<!-- Core Backend (Go) - CENTER --> <!-- Core Backend (Go) - CENTER -->
<rect x="410" y="95" width="190" height="65" rx="8" fill="rgba(6, 78, 59, 0.55)" stroke="#34d399" stroke-width="2"/> <rect x="410" y="90" width="190" height="65" rx="8" fill="rgba(6, 78, 59, 0.55)" stroke="#34d399" stroke-width="2"/>
<text x="505" y="118" fill="white" font-size="12" font-weight="700" text-anchor="middle">Core Backend</text> <text x="505" y="113" fill="white" font-size="12" font-weight="700" text-anchor="middle">Core Backend</text>
<text x="505" y="134" fill="#94a3b8" font-size="9" text-anchor="middle">Go (REST API)</text> <text x="505" y="129" fill="#94a3b8" font-size="9" text-anchor="middle">Go (REST API)</text>
<text x="505" y="148" fill="#34d399" font-size="8" text-anchor="middle">REST + WebSocket</text> <text x="505" y="143" fill="#34d399" font-size="8" text-anchor="middle">REST + WebSocket</text>
<!-- MongoDB (nested inside Core) - RIGHT --> <!-- MongoDB (nested inside Core) - RIGHT -->
<rect x="620" y="95" width="260" height="65" rx="6" fill="rgba(76, 29, 149, 0.6)" stroke="#a78bfa" stroke-width="1.5"/> <rect x="620" y="90" width="260" height="65" rx="6" fill="rgba(76, 29, 149, 0.6)" stroke="#a78bfa" stroke-width="1.5"/>
<text x="750" y="118" fill="white" font-size="12" font-weight="700" text-anchor="middle">MongoDB</text> <text x="750" y="113" fill="white" font-size="12" font-weight="700" text-anchor="middle">MongoDB</text>
<text x="750" y="134" fill="#c4b5fd" font-size="9" text-anchor="middle">Assets • Tags • Photos • Zones</text> <text x="750" y="129" fill="#c4b5fd" font-size="9" text-anchor="middle">Assets • Tags • Photos • Zones</text>
<text x="750" y="148" fill="#c4b5fd" font-size="8" text-anchor="middle">(owned by Core Backend)</text> <text x="750" y="143" fill="#c4b5fd" font-size="8" text-anchor="middle">(owned by Core Backend)</text>
<!-- Auth Service (new) - no arrows --> <!-- Auth Service (new) - no arrows -->
<rect x="220" y="175" width="200" height="55" rx="6" fill="rgba(136, 19, 55, 0.45)" stroke="#fb7185" stroke-width="1.5"/> <rect x="220" y="170" width="200" height="55" rx="6" fill="rgba(136, 19, 55, 0.45)" stroke="#fb7185" stroke-width="1.5"/>
<text x="320" y="198" fill="white" font-size="12" font-weight="700" text-anchor="middle">Auth Service</text> <text x="320" y="193" fill="white" font-size="12" font-weight="700" text-anchor="middle">Auth Service</text>
<text x="320" y="214" fill="#fb7185" font-size="9" text-anchor="middle">Login + SSO support</text> <text x="320" y="209" fill="#fb7185" font-size="9" text-anchor="middle">Login + SSO support</text>
<!-- Core API label --> <!-- Core API label -->
<text x="550" y="250" fill="#34d399" font-size="9" text-anchor="middle" font-weight="600">Core API Layer — single integration point for all components</text> <text x="550" y="245" fill="#34d399" font-size="9" text-anchor="middle" font-weight="600">Core API Layer — single integration point for all components</text>
<!-- ========== ASSETS (Mobile) - wrapped text ========== --> <!-- ========== ASSETS (Mobile) ========== -->
<rect x="50" y="400" width="170" height="100" rx="10" fill="rgba(8, 51, 68, 0.5)" stroke="#22d3ee" stroke-width="2"/> <rect x="50" y="390" width="170" height="100" rx="10" fill="rgba(8, 51, 68, 0.5)" stroke="#22d3ee" stroke-width="2"/>
<text x="135" y="425" fill="white" font-size="13" font-weight="700" text-anchor="middle">Assets</text> <text x="135" y="415" fill="white" font-size="13" font-weight="700" text-anchor="middle">Assets</text>
<text x="135" y="443" fill="#94a3b8" font-size="10" text-anchor="middle">(Mobile)</text> <text x="135" y="433" fill="#94a3b8" font-size="10" text-anchor="middle">(Mobile)</text>
<text x="135" y="461" fill="#22d3ee" font-size="9" text-anchor="middle">Flutter</text> <text x="135" y="451" fill="#22d3ee" font-size="9" text-anchor="middle">Flutter</text>
<text x="135" y="479" fill="#94a3b8" font-size="8" text-anchor="middle">Seek &amp; Find • Inventory</text> <text x="135" y="469" fill="#94a3b8" font-size="8" text-anchor="middle">Seek &amp; Find • Inventory</text>
<text x="135" y="492" fill="#94a3b8" font-size="8" text-anchor="middle">Enrollment</text> <text x="135" y="482" fill="#94a3b8" font-size="8" text-anchor="middle">Enrollment</text>
<!-- ========== PRINT (fixed wrapping) ========== --> <!-- ========== PRINT ========== -->
<rect x="260" y="400" width="180" height="100" rx="10" fill="rgba(120, 53, 15, 0.45)" stroke="#fbbf24" stroke-width="2"/> <rect x="260" y="390" width="180" height="100" rx="10" fill="rgba(120, 53, 15, 0.45)" stroke="#fbbf24" stroke-width="2"/>
<text x="350" y="425" fill="white" font-size="13" font-weight="700" text-anchor="middle">Print</text> <text x="350" y="415" fill="white" font-size="13" font-weight="700" text-anchor="middle">Print</text>
<text x="350" y="443" fill="#94a3b8" font-size="10" text-anchor="middle">Flutter + Rust</text> <text x="350" y="433" fill="#94a3b8" font-size="10" text-anchor="middle">Flutter + Rust</text>
<text x="350" y="461" fill="#fbbf24" font-size="9" text-anchor="middle">Zebra ZPL • RFID</text> <text x="350" y="451" fill="#fbbf24" font-size="9" text-anchor="middle">Zebra ZPL • RFID</text>
<text x="350" y="479" fill="#94a3b8" font-size="8" text-anchor="middle">Print UI + API • Registers assets</text> <text x="350" y="469" fill="#94a3b8" font-size="8" text-anchor="middle">Print UI + API • Registers assets</text>
<!-- ========== CAPTURE (native) ========== --> <!-- ========== CAPTURE (native) ========== -->
<rect x="490" y="400" width="170" height="100" rx="10" fill="rgba(136, 19, 55, 0.45)" stroke="#fb7185" stroke-width="2"/> <rect x="490" y="390" width="170" height="100" rx="10" fill="rgba(136, 19, 55, 0.45)" stroke="#fb7185" stroke-width="2"/>
<text x="575" y="428" fill="white" font-size="13" font-weight="700" text-anchor="middle">Capture</text> <text x="575" y="418" fill="white" font-size="13" font-weight="700" text-anchor="middle">Capture</text>
<text x="575" y="446" fill="#94a3b8" font-size="10" text-anchor="middle">(PhotoTag)</text> <text x="575" y="436" fill="#94a3b8" font-size="10" text-anchor="middle">(PhotoTag)</text>
<text x="575" y="464" fill="#fb7185" font-size="9" text-anchor="middle">Native App</text> <text x="575" y="454" fill="#fb7185" font-size="9" text-anchor="middle">Native App</text>
<text x="575" y="480" fill="#94a3b8" font-size="8" text-anchor="middle">Photo + Barcode QC</text> <text x="575" y="470" fill="#94a3b8" font-size="8" text-anchor="middle">Photo + Barcode QC</text>
<!-- ========== IoT ========== --> <!-- ========== IoT ========== -->
<rect x="720" y="400" width="180" height="100" rx="10" fill="rgba(251, 146, 60, 0.4)" stroke="#fb923c" stroke-width="2"/> <rect x="720" y="390" width="180" height="100" rx="10" fill="rgba(251, 146, 60, 0.4)" stroke="#fb923c" stroke-width="2"/>
<text x="810" y="428" fill="white" font-size="13" font-weight="700" text-anchor="middle">IoT</text> <text x="810" y="418" fill="white" font-size="13" font-weight="700" text-anchor="middle">IoT</text>
<text x="810" y="446" fill="#94a3b8" font-size="10" text-anchor="middle">Rust</text> <text x="810" y="436" fill="#94a3b8" font-size="10" text-anchor="middle">Rust</text>
<text x="810" y="464" fill="#fb923c" font-size="9" text-anchor="middle">Fixed Readers • Sensors</text> <text x="810" y="454" fill="#fb923c" font-size="9" text-anchor="middle">Fixed Readers • Sensors</text>
<text x="810" y="480" fill="#94a3b8" font-size="8" text-anchor="middle">MQTT / HTTP • ERP integration</text> <text x="810" y="470" fill="#94a3b8" font-size="8" text-anchor="middle">MQTT / HTTP • ERP integration</text>
<!-- ========== CONNECTIONS ========== --> <!-- ========== CONNECTIONS ========== -->
<!-- Assets → Core (solid) --> <!-- Assets → Core (solid) -->
<line x1="222" y1="440" x2="280" y2="360" stroke="#22d3ee" stroke-width="2" marker-end="url(#arrowhead)"/> <line x1="222" y1="430" x2="280" y2="355" stroke="#22d3ee" stroke-width="2" marker-end="url(#arrowhead)"/>
<text x="235" y="395" fill="#22d3ee" font-size="9" font-weight="600">API Sync</text> <text x="235" y="385" fill="#22d3ee" font-size="9" font-weight="600">API Sync</text>
<!-- Print → Core (solid) + asset registration note --> <!-- Print → Core (solid) -->
<line x1="350" y1="398" x2="430" y2="360" stroke="#fbbf24" stroke-width="2" marker-end="url(#arrowhead)"/> <line x1="350" y1="388" x2="430" y2="355" stroke="#fbbf24" stroke-width="2" marker-end="url(#arrowhead)"/>
<text x="365" y="382" fill="#fbbf24" font-size="9">Print Jobs + Asset Reg</text> <text x="365" y="372" fill="#fbbf24" font-size="9">Print Jobs + Asset Reg</text>
<!-- Capture → Core (solid) --> <!-- Capture → Core (solid) -->
<line x1="575" y1="398" x2="575" y2="360" stroke="#fb7185" stroke-width="2" marker-end="url(#arrowhead)"/> <line x1="575" y1="388" x2="575" y2="355" stroke="#fb7185" stroke-width="2" marker-end="url(#arrowhead)"/>
<text x="590" y="382" fill="#fb7185" font-size="9">Photos + Metadata</text> <text x="590" y="372" fill="#fb7185" font-size="9">Photos + Metadata</text>
<!-- IoT → Core (dashed, optional) --> <!-- IoT → Core (dashed, optional) -->
<line x1="810" y1="398" x2="610" y2="360" stroke="#fb923c" stroke-width="2" stroke-dasharray="5,4" marker-end="url(#arrowhead-dashed)"/> <line x1="810" y1="388" x2="610" y2="355" stroke="#fb923c" stroke-width="2" stroke-dasharray="5,4" marker-end="url(#arrowhead-dashed)"/>
<text x="690" y="375" fill="#fb923c" font-size="9">Events (optional)</text> <text x="690" y="365" fill="#fb923c" font-size="9">Events (optional)</text>
<!-- Core Web UI uses Core Backend API (short arrow) --> <!-- Core Web UI uses Core Backend API -->
<line x1="392" y1="127" x2="408" y2="127" stroke="#22d3ee" stroke-width="1.5" marker-end="url(#arrowhead)"/> <line x1="392" y1="122" x2="408" y2="122" stroke="#22d3ee" stroke-width="1.5" marker-end="url(#arrowhead)"/>
<!-- Core Backend owns MongoDB --> <!-- Core Backend owns MongoDB -->
<line x1="602" y1="127" x2="618" y2="127" stroke="#a78bfa" stroke-width="2" marker-end="url(#arrowhead)"/> <line x1="602" y1="122" x2="618" y2="122" stroke="#a78bfa" stroke-width="2" marker-end="url(#arrowhead)"/>
<!-- Legend --> <!-- Legend -->
<text x="50" y="550" fill="white" font-size="10" font-weight="700">Legend</text> <text x="50" y="535" fill="white" font-size="10" font-weight="700">Legend</text>
<rect x="50" y="562" width="18" height="11" rx="2" fill="rgba(6, 78, 59, 0.55)" stroke="#34d399" stroke-width="1"/> <rect x="50" y="547" width="18" height="11" rx="2" fill="rgba(6, 78, 59, 0.55)" stroke="#34d399" stroke-width="1"/>
<text x="75" y="571" fill="#94a3b8" font-size="8">Core (Go + Vue.js + MongoDB)</text> <text x="75" y="556" fill="#94a3b8" font-size="8">Core (Go + Vue.js + MongoDB)</text>
<rect x="250" y="562" width="18" height="11" rx="2" fill="rgba(8, 51, 68, 0.5)" stroke="#22d3ee" stroke-width="1"/> <rect x="250" y="547" width="18" height="11" rx="2" fill="rgba(8, 51, 68, 0.5)" stroke="#22d3ee" stroke-width="1"/>
<text x="275" y="571" fill="#94a3b8" font-size="8">Assets (Flutter)</text> <text x="275" y="556" fill="#94a3b8" font-size="8">Assets (Flutter)</text>
<rect x="375" y="562" width="18" height="11" rx="2" fill="rgba(120, 53, 15, 0.45)" stroke="#fbbf24" stroke-width="1"/> <rect x="375" y="547" width="18" height="11" rx="2" fill="rgba(120, 53, 15, 0.45)" stroke="#fbbf24" stroke-width="1"/>
<text x="400" y="571" fill="#94a3b8" font-size="8">Print (Flutter/Rust + UI)</text> <text x="400" y="556" fill="#94a3b8" font-size="8">Print (Flutter/Rust + UI)</text>
<rect x="520" y="562" width="18" height="11" rx="2" fill="rgba(136, 19, 55, 0.45)" stroke="#fb7185" stroke-width="1"/> <rect x="520" y="547" width="18" height="11" rx="2" fill="rgba(136, 19, 55, 0.45)" stroke="#fb7185" stroke-width="1"/>
<text x="545" y="571" fill="#94a3b8" font-size="8">Capture (Native)</text> <text x="545" y="556" fill="#94a3b8" font-size="8">Capture (Native)</text>
<rect x="650" y="562" width="18" height="11" rx="2" fill="rgba(251, 146, 60, 0.4)" stroke="#fb923c" stroke-width="1"/> <rect x="650" y="547" width="18" height="11" rx="2" fill="rgba(251, 146, 60, 0.4)" stroke="#fb923c" stroke-width="1"/>
<text x="675" y="571" fill="#94a3b8" font-size="8">IoT (Rust)</text> <text x="675" y="556" fill="#94a3b8" font-size="8">IoT (Rust)</text>
<line x1="790" y1="567" x2="808" y2="567" stroke="#fb923c" stroke-width="1.5" stroke-dasharray="4,3" marker-end="url(#arrowhead-dashed)"/> <line x1="790" y1="552" x2="808" y2="552" stroke="#fb923c" stroke-width="1.5" stroke-dasharray="4,3" marker-end="url(#arrowhead-dashed)"/>
<text x="815" y="571" fill="#94a3b8" font-size="8">Optional flow</text> <text x="815" y="556" fill="#94a3b8" font-size="8">Optional flow</text>
</svg> </svg>
</div> </div>
<div class="cards"> <!-- Centered component boxes + cards -->
<div class="components-row">
<div class="card"> <div class="card">
<div class="card-header"> <div class="card-header">
<div class="card-dot emerald"></div> <div class="card-dot emerald"></div>
<h3>Core (Central)</h3> <h3>Core (Central)</h3>
</div> </div>
<ul> <ul>
<li>• Go backend (center) + Vue.js Web UI (left)</li> <li>• Go backend + Vue.js Web UI</li>
<li>• Auth Service: Login + SSO support</li> <li>• Auth Service: Login + SSO</li>
<li>• Owns MongoDB (assets, tags, photos, zones)</li> <li>• Owns MongoDB</li>
<li>• Single API integration point</li> <li>• Single API integration point</li>
</ul> </ul>
</div> </div>
@@ -204,9 +216,9 @@
<h3>Assets (Mobile)</h3> <h3>Assets (Mobile)</h3>
</div> </div>
<ul> <ul>
<li>• Flutter native mobile app</li> <li>• Flutter native app</li>
<li>• Seek &amp; find, lightweight inventory</li> <li>• Seek &amp; find, inventory</li>
<li>• Enrollment &amp; zone management</li> <li>• Enrollment &amp; zones</li>
<li>• Syncs with Core API</li> <li>• Syncs with Core API</li>
</ul> </ul>
</div> </div>
@@ -217,9 +229,9 @@
</div> </div>
<ul> <ul>
<li>• Flutter + Rust</li> <li>• Flutter + Rust</li>
<li>• Zebra ZPL + RFID encoding</li> <li>• Zebra ZPL + RFID</li>
<li>• Print UI for configuration</li> <li>• Print UI + API</li>
<li>Print API + can register assets with Core</li> <li>Can register assets</li>
</ul> </ul>
</div> </div>
<div class="card"> <div class="card">
@@ -228,9 +240,9 @@
<h3>Capture</h3> <h3>Capture</h3>
</div> </div>
<ul> <ul>
<li>• Native mobile app (PhotoTag)</li> <li>• Native app (PhotoTag)</li>
<li>• Photo + barcode association</li> <li>• Photo + barcode QC</li>
<li>QC &amp; visual documentation</li> <li>Visual documentation</li>
<li>• Feeds Core via API</li> <li>• Feeds Core via API</li>
</ul> </ul>
</div> </div>
@@ -241,16 +253,15 @@
</div> </div>
<ul> <ul>
<li>• Rust service</li> <li>• Rust service</li>
<li>• Fixed readers (Impinj/Zebra)</li> <li>• Fixed readers + sensors</li>
<li>Sensors (location, temp, shock)</li> <li>Optional to Core</li>
<li>Optional dashed flow to Core</li> <li>ERP integration</li>
<li>• Can integrate with ERP systems</li>
</ul> </ul>
</div> </div>
</div> </div>
<p class="footer"> <p class="footer">
TallyFlow • Manufacturing Asset Tracking &amp; RFID Workflow Platform TallyFlow • Asset Tracking &amp; RFID Workflow Platform
</p> </p>
</div> </div>
</body> </body>