30 lines
533 B
Markdown
30 lines
533 B
Markdown
# Orders Feature Spec
|
|
|
|
## Current Implementation
|
|
|
|
- No
|
|
|
|
`Order`
|
|
|
|
model exists
|
|
- No checkout flow exists
|
|
- No payment integration exists
|
|
- No admin order management exists
|
|
|
|
## Proposed Scope
|
|
|
|
This is a proposed feature, not an implemented one.
|
|
|
|
- Order creation from products or inquiry conversions
|
|
- Order status lifecycle
|
|
- Admin order review and fulfillment tracking
|
|
- Email notifications for order events
|
|
|
|
## Recommended First Step
|
|
|
|
- Clarify whether
|
|
|
|
`orders`
|
|
|
|
means ecommerce checkout, service bookings, or manual sales records
|