feat: add missing audit completeness endpoints #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The server provides 2 audit/completeness endpoints with no client coverage.
Missing Methods
GET /api/audit/completenessget_audit_completeness()-- item completeness scores summaryGET /api/audit/completeness/{pn}get_item_completeness(part_number)-- per-item scoring with weighted fields and tier classificationContext
The audit system scores items on completeness (weighted fields, category-specific property validation) and classifies them into tiers: critical, low, partial, good, complete. This is used by the web UI Audit page and could be useful for programmatic quality checks.
References