feat(POS-009): completed feature

This commit is contained in:
chattie
2026-08-22 13:43:04 +02:00
parent 63eaa3e58f
commit 2c8a6f52ad
10 changed files with 126 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
# POS-009 — Implementer evidence
## What
Added customer search + detail endpoints to pos.routes.ts. tsc 0, verify verde.
## Files
- `src/modules/pos/api/pos.routes.ts` — GET /pos/customers/search + GET /pos/customers/:id
## Verification
- `npm run build` → 0 TypeScript errors.
- `./scripts/verify.sh` → green.