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
+40
View File
@@ -0,0 +1,40 @@
# Products Feature Spec
## Current Implementation
- No
`Product`
model exists
- No public
`/products`
route exists
- No admin CRUD exists for products
- The site header contains a disabled
`Products`
navigation item marked as
`Soon`
## Proposed Scope
This is a proposed feature, not an implemented one.
- Public product listing page
- Product detail page
- Product media and downloadable assets
- Admin product CRUD
- Optional relation from products to portfolio case studies
## Recommended First Step
- Define a dedicated
`Product`
data model before any UI work