Created target project structure

This commit is contained in:
2025-10-11 12:14:49 +02:00
parent 1e2f211057
commit d7439fce46
110 changed files with 6157 additions and 0 deletions

View File

@@ -0,0 +1 @@
# Platform monitoring and alerts

1
app/api/v1/public/vendors/payments.py vendored Normal file
View File

@@ -0,0 +1 @@
# Payment processing

1
app/api/v1/public/vendors/search.py vendored Normal file
View File

@@ -0,0 +1 @@
# Product search functionality

1
app/api/v1/public/vendors/shop.py vendored Normal file
View File

@@ -0,0 +1 @@
# Public shop info

View File

@@ -0,0 +1 @@
# Health checks

View File

@@ -0,0 +1 @@
# File upload handling

View File

@@ -0,0 +1 @@
# External webhooks (Stripe, etc.

1
app/api/v1/vendor/customers.py vendored Normal file
View File

@@ -0,0 +1 @@
# Vendor customer management

1
app/api/v1/vendor/media.py vendored Normal file
View File

@@ -0,0 +1 @@
# File and media management

1
app/api/v1/vendor/notifications.py vendored Normal file
View File

@@ -0,0 +1 @@
# Notification management

1
app/api/v1/vendor/payments.py vendored Normal file
View File

@@ -0,0 +1 @@
# Payment configuration and processing

1
app/api/v1/vendor/settings.py vendored Normal file
View File

@@ -0,0 +1 @@
# Vendor settings and configuration

1
app/api/v1/vendor/teams.py vendored Normal file
View File

@@ -0,0 +1 @@
# Team member management

1
app/exceptions/backup.py Normal file
View File

@@ -0,0 +1 @@
# Backup/recovery exceptions

View File

@@ -0,0 +1 @@
# Import/marketplace exceptions

1
app/exceptions/media.py Normal file
View File

@@ -0,0 +1 @@
# Media/file management exceptions

View File

@@ -0,0 +1 @@
# Monitoring exceptions

View File

@@ -0,0 +1 @@
# Notification exceptions

View File

@@ -0,0 +1 @@
# Payment processing exceptions

1
app/exceptions/search.py Normal file
View File

@@ -0,0 +1 @@
# Search exceptions

View File

@@ -0,0 +1 @@
# Audit logging services

View File

@@ -0,0 +1 @@
# Backup and recovery services

View File

@@ -0,0 +1 @@
# Caching services

View File

@@ -0,0 +1 @@
# Configuration management services

View File

@@ -0,0 +1 @@
# Marketplace import services (MarketplaceProduct

View File

@@ -0,0 +1 @@
# File and media management services

View File

@@ -0,0 +1 @@
# Application monitoring services

View File

@@ -0,0 +1 @@
# Email/notification services

View File

@@ -0,0 +1 @@
# Payment processing services

View File

@@ -0,0 +1 @@
# Search and indexing services