CUB-40: Add cost summary API endpoint #15
Reference in New Issue
Block a user
Delete Branch "agent/dex/CUB-40-cost-summary-api"
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?
What
Adds a GET endpoint
/api/printjobs/{id}/cost-summarythat returns material cost data for a print job.Changes
CostSummaryResponseDTO with cost breakdown fields and warningsGetCostSummaryaction onPrintJobsControllerValidation
dotnet buildpasses with 0 errorsLinear
Closes CUB-40