Created target project structure
This commit is contained in:
1
app/api/v1/admin/monitoring.py
Normal file
1
app/api/v1/admin/monitoring.py
Normal file
@@ -0,0 +1 @@
|
||||
# Platform monitoring and alerts
|
||||
1
app/api/v1/public/vendors/payments.py
vendored
Normal file
1
app/api/v1/public/vendors/payments.py
vendored
Normal file
@@ -0,0 +1 @@
|
||||
# Payment processing
|
||||
1
app/api/v1/public/vendors/search.py
vendored
Normal file
1
app/api/v1/public/vendors/search.py
vendored
Normal file
@@ -0,0 +1 @@
|
||||
# Product search functionality
|
||||
1
app/api/v1/public/vendors/shop.py
vendored
Normal file
1
app/api/v1/public/vendors/shop.py
vendored
Normal file
@@ -0,0 +1 @@
|
||||
# Public shop info
|
||||
1
app/api/v1/shared/health.py
Normal file
1
app/api/v1/shared/health.py
Normal file
@@ -0,0 +1 @@
|
||||
# Health checks
|
||||
1
app/api/v1/shared/uploads.py
Normal file
1
app/api/v1/shared/uploads.py
Normal file
@@ -0,0 +1 @@
|
||||
# File upload handling
|
||||
1
app/api/v1/shared/webhooks.py
Normal file
1
app/api/v1/shared/webhooks.py
Normal file
@@ -0,0 +1 @@
|
||||
# External webhooks (Stripe, etc.
|
||||
1
app/api/v1/vendor/customers.py
vendored
Normal file
1
app/api/v1/vendor/customers.py
vendored
Normal file
@@ -0,0 +1 @@
|
||||
# Vendor customer management
|
||||
1
app/api/v1/vendor/media.py
vendored
Normal file
1
app/api/v1/vendor/media.py
vendored
Normal file
@@ -0,0 +1 @@
|
||||
# File and media management
|
||||
1
app/api/v1/vendor/notifications.py
vendored
Normal file
1
app/api/v1/vendor/notifications.py
vendored
Normal file
@@ -0,0 +1 @@
|
||||
# Notification management
|
||||
1
app/api/v1/vendor/payments.py
vendored
Normal file
1
app/api/v1/vendor/payments.py
vendored
Normal file
@@ -0,0 +1 @@
|
||||
# Payment configuration and processing
|
||||
1
app/api/v1/vendor/settings.py
vendored
Normal file
1
app/api/v1/vendor/settings.py
vendored
Normal file
@@ -0,0 +1 @@
|
||||
# Vendor settings and configuration
|
||||
1
app/api/v1/vendor/teams.py
vendored
Normal file
1
app/api/v1/vendor/teams.py
vendored
Normal file
@@ -0,0 +1 @@
|
||||
# Team member management
|
||||
1
app/exceptions/backup.py
Normal file
1
app/exceptions/backup.py
Normal file
@@ -0,0 +1 @@
|
||||
# Backup/recovery exceptions
|
||||
1
app/exceptions/marketplace.py
Normal file
1
app/exceptions/marketplace.py
Normal file
@@ -0,0 +1 @@
|
||||
# Import/marketplace exceptions
|
||||
1
app/exceptions/media.py
Normal file
1
app/exceptions/media.py
Normal file
@@ -0,0 +1 @@
|
||||
# Media/file management exceptions
|
||||
1
app/exceptions/monitoring.py
Normal file
1
app/exceptions/monitoring.py
Normal file
@@ -0,0 +1 @@
|
||||
# Monitoring exceptions
|
||||
1
app/exceptions/notification.py
Normal file
1
app/exceptions/notification.py
Normal file
@@ -0,0 +1 @@
|
||||
# Notification exceptions
|
||||
1
app/exceptions/payment.py
Normal file
1
app/exceptions/payment.py
Normal file
@@ -0,0 +1 @@
|
||||
# Payment processing exceptions
|
||||
1
app/exceptions/search.py
Normal file
1
app/exceptions/search.py
Normal file
@@ -0,0 +1 @@
|
||||
# Search exceptions
|
||||
1
app/services/audit_service.py
Normal file
1
app/services/audit_service.py
Normal file
@@ -0,0 +1 @@
|
||||
# Audit logging services
|
||||
1
app/services/backup_service.py
Normal file
1
app/services/backup_service.py
Normal file
@@ -0,0 +1 @@
|
||||
# Backup and recovery services
|
||||
1
app/services/cache_service.py
Normal file
1
app/services/cache_service.py
Normal file
@@ -0,0 +1 @@
|
||||
# Caching services
|
||||
1
app/services/configuration_service.py
Normal file
1
app/services/configuration_service.py
Normal file
@@ -0,0 +1 @@
|
||||
# Configuration management services
|
||||
1
app/services/marketplace_service.py
Normal file
1
app/services/marketplace_service.py
Normal file
@@ -0,0 +1 @@
|
||||
# Marketplace import services (MarketplaceProduct
|
||||
1
app/services/media_service.py
Normal file
1
app/services/media_service.py
Normal file
@@ -0,0 +1 @@
|
||||
# File and media management services
|
||||
1
app/services/monitoring_service.py
Normal file
1
app/services/monitoring_service.py
Normal file
@@ -0,0 +1 @@
|
||||
# Application monitoring services
|
||||
1
app/services/notification_service.py
Normal file
1
app/services/notification_service.py
Normal file
@@ -0,0 +1 @@
|
||||
# Email/notification services
|
||||
1
app/services/payment_service.py
Normal file
1
app/services/payment_service.py
Normal file
@@ -0,0 +1 @@
|
||||
# Payment processing services
|
||||
1
app/services/search_service.py
Normal file
1
app/services/search_service.py
Normal file
@@ -0,0 +1 @@
|
||||
# Search and indexing services
|
||||
Reference in New Issue
Block a user