Where a customer will see what they've sent, what it cost, and collect the edited text when it comes back.
Nothing renders here yet because there is nothing to render: jobs are priced but not stored, and there is no account to attach them to.
POST /api/commission already returns the row it would write.GET /api/jobs scoped to the signed-in
customer, paged, newest first.The read shape for a single job is already settled —
GET /api/jobs/<id> returns it, and documents itself while it 404s.