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
+32
View File
@@ -0,0 +1,32 @@
# Project Inquiry Feature Spec
## Current Implementation
- No separate
`ProjectInquiry`
model exists
- No dedicated project inquiry route exists
- Current CTAs route users to the generic contact form
## Proposed Scope
This is a proposed feature, not an implemented one.
- Inquiry form specifically for new project leads
- Optional prefilled source context from portfolio or homepage CTA
- Inquiry status tracking in admin
- Possible conversion into
`Order`
or CRM lead later
## Recommended First Step
- Decide whether project inquiry should stay a specialized
`contact`
variant or become a persisted lead-management feature