14 lines
448 B
Markdown
14 lines
448 B
Markdown
|
|
# Inventory Service (cp_009)
|
||
|
|
|
||
|
|
## Objective
|
||
|
|
Build inventory endpoints with stock reservation, release, and low-stock alerts.
|
||
|
|
|
||
|
|
## Language & Library Constraints
|
||
|
|
- Primary language: java
|
||
|
|
- Available libraries: spring-boot, jackson, jooq, flyway
|
||
|
|
- Use library APIs explicitly where suitable in execution contracts.
|
||
|
|
|
||
|
|
## Acceptance
|
||
|
|
- Deterministic taskitems with strict execution contracts.
|
||
|
|
- Include selected library and preferred APIs when applicable.
|