Created target project structure
This commit is contained in:
1
static/js/admin/analytics.js
Normal file
1
static/js/admin/analytics.js
Normal file
@@ -0,0 +1 @@
|
||||
// Admin analytics
|
||||
1
static/js/admin/dashboard.js
Normal file
1
static/js/admin/dashboard.js
Normal file
@@ -0,0 +1 @@
|
||||
// Admin dashboard
|
||||
1
static/js/admin/monitoring.js
Normal file
1
static/js/admin/monitoring.js
Normal file
@@ -0,0 +1 @@
|
||||
// System monitoring
|
||||
1
static/js/admin/vendors.js
Normal file
1
static/js/admin/vendors.js
Normal file
@@ -0,0 +1 @@
|
||||
// Vendor management
|
||||
1
static/js/shared/media-upload.js
Normal file
1
static/js/shared/media-upload.js
Normal file
@@ -0,0 +1 @@
|
||||
// File upload utilities
|
||||
1
static/js/shared/notification.js
Normal file
1
static/js/shared/notification.js
Normal file
@@ -0,0 +1 @@
|
||||
// Notification handling
|
||||
1
static/js/shared/search.js
Normal file
1
static/js/shared/search.js
Normal file
@@ -0,0 +1 @@
|
||||
// Search functionality
|
||||
1
static/js/shared/vendor-context.js
Normal file
1
static/js/shared/vendor-context.js
Normal file
@@ -0,0 +1 @@
|
||||
// Vendor context detection and management
|
||||
1
static/js/shop/account.js
Normal file
1
static/js/shop/account.js
Normal file
@@ -0,0 +1 @@
|
||||
// Customer account
|
||||
1
static/js/shop/cart.js
Normal file
1
static/js/shop/cart.js
Normal file
@@ -0,0 +1 @@
|
||||
// Shopping cart
|
||||
1
static/js/shop/catalog.js
Normal file
1
static/js/shop/catalog.js
Normal file
@@ -0,0 +1 @@
|
||||
// Product browsing
|
||||
1
static/js/shop/checkout.js
Normal file
1
static/js/shop/checkout.js
Normal file
@@ -0,0 +1 @@
|
||||
// Checkout process
|
||||
1
static/js/shop/search.js
Normal file
1
static/js/shop/search.js
Normal file
@@ -0,0 +1 @@
|
||||
// Product search
|
||||
1
static/js/vendor/dashboard.js
vendored
Normal file
1
static/js/vendor/dashboard.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
// Vendor dashboard
|
||||
1
static/js/vendor/marketplace.js
vendored
Normal file
1
static/js/vendor/marketplace.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
// Marketplace integration
|
||||
1
static/js/vendor/media.js
vendored
Normal file
1
static/js/vendor/media.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
// Media management
|
||||
1
static/js/vendor/orders.js
vendored
Normal file
1
static/js/vendor/orders.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
// Order management
|
||||
1
static/js/vendor/payments.js
vendored
Normal file
1
static/js/vendor/payments.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
// Payment configuration
|
||||
1
static/js/vendor/products.js
vendored
Normal file
1
static/js/vendor/products.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
// Catalog management
|
||||
Reference in New Issue
Block a user