history

Records Vault

MPOB Standard
@if (loading$ | async) {
Loading records…
} @if (groups$ | async; as groups) { @if (groups.length === 0 && !(loading$ | async)) {
inbox

No historical records found.

Please verify your Edge Server connection if this is unexpected.
} @if (groups.length > 0) { @for (group of groups; track group.batchId) {
chevron_right
{{ group.timestamp ? (group.timestamp | date:'dd MMM yyyy, HH:mm') : '—' }} {{ group.batchId | slice:0:8 }}…
grain {{ group.totalCount }} fruit(s) {{ group.avgConfidencePct | number:'1.1-1' }}% avg conf. @switch (group.mode) { @case ('local-onnx') { ONNX } @case ('local-tflite') { TFLite } @default { Server } }
@if (group.isExpanded) {
@for (item of group.items; track item.archive_id) {
@if (item.imageDataUrl) { } @else {
}
{{ item.total_count ?? 0 }} detections {{ item.inference_ms | number:'1.0-0' }} ms
}
}
} } }