adding developer tools in admin panel, adding vendor management

This commit is contained in:
2025-10-25 18:07:02 +02:00
parent 7bb69a9a96
commit 49890d4cbe
19 changed files with 3456 additions and 226 deletions

View File

@@ -470,7 +470,7 @@ Marketplace CSV → MarketplaceProduct (staging) → Product (catalog) → Order
## Technology Integration
### Database Layer
- **PostgreSQL**: Primary database with ACID compliance
- **PostgreSQL**: Primary database with ACID compliance (SQLite for development)
- **Redis**: Caching and session storage
- **Elasticsearch**: Search and analytics (optional)