feat: update ingest, registry, and UI flows

This commit is contained in:
2026-02-15 21:50:35 +03:00
parent e6eca7cd50
commit 5518c3b405
35 changed files with 2615 additions and 497 deletions

View File

@@ -54,7 +54,7 @@
<tbody>
{{range .LotMetrics}}
<tr>
<td>{{if .LotCode}}{{.LotCode}}{{else}}Lot {{if .LotID}}{{.LotID}}{{else}}—{{end}}{{end}}</td>
<td>{{if .LotCode}}{{.LotCode}}{{else}}{{end}}</td>
<td>{{.Failures}}</td>
<td>{{.ComponentCount}}</td>
<td>{{formatFloat .ExposureHours 2}}</td>
@@ -113,7 +113,7 @@
<tbody>
{{range .SpareForecast}}
<tr>
<td>{{if .LotCode}}{{.LotCode}}{{else}}Lot {{if .LotID}}{{.LotID}}{{else}}—{{end}}{{end}}</td>
<td>{{if .LotCode}}{{.LotCode}}{{else}}{{end}}</td>
<td>{{.ComponentCount}}</td>
<td>{{formatFloat .AFR 4}}</td>
<td>{{formatFloat .ExpectedFailures 2}}</td>