docs: add project documentation and initial specs

This commit is contained in:
MOH
2026-03-14 13:29:32 +01:00
parent 35734bd2d9
commit 143b441d0c
11 changed files with 819 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# 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