Created target project structure
This commit is contained in:
11
static/admin/marketplace.html
Normal file
11
static/admin/marketplace.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>System-wide marketplace monitoring</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- System-wide marketplace monitoring -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/admin/monitoring.html
Normal file
11
static/admin/monitoring.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>System monitoring</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- System monitoring -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/admin/users.html
Normal file
11
static/admin/users.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>User management</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- User management -->
|
||||
</body>
|
||||
</html>
|
||||
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
|
||||
11
static/shop/account/addresses.html
Normal file
11
static/shop/account/addresses.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Address management</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Address management -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/shop/account/orders.html
Normal file
11
static/shop/account/orders.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Order history</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Order history -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/shop/account/profile.html
Normal file
11
static/shop/account/profile.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Customer profile</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Customer profile -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/shop/checkout.html
Normal file
11
static/shop/checkout.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Checkout process</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Checkout process -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/shop/home.html
Normal file
11
static/shop/home.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Shop homepage</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Shop homepage -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/shop/search.html
Normal file
11
static/shop/search.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Search results page</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Search results page -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/vendor/admin/customers.html
vendored
Normal file
11
static/vendor/admin/customers.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Customer management</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Customer management -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/vendor/admin/inventory.html
vendored
Normal file
11
static/vendor/admin/inventory.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Inventory management - catalog products</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Inventory management - catalog products -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/vendor/admin/marketplace/browse.html
vendored
Normal file
11
static/vendor/admin/marketplace/browse.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Browse marketplace products - staging</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Browse marketplace products - staging -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/vendor/admin/marketplace/config.html
vendored
Normal file
11
static/vendor/admin/marketplace/config.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Marketplace configuration</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Marketplace configuration -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/vendor/admin/marketplace/imports.html
vendored
Normal file
11
static/vendor/admin/marketplace/imports.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Import jobs and history</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Import jobs and history -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/vendor/admin/marketplace/selected.html
vendored
Normal file
11
static/vendor/admin/marketplace/selected.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Selected products - pre-publish</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Selected products - pre-publish -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/vendor/admin/media.html
vendored
Normal file
11
static/vendor/admin/media.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Media library</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Media library -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/vendor/admin/notifications.html
vendored
Normal file
11
static/vendor/admin/notifications.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Notification templates and logs</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Notification templates and logs -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/vendor/admin/orders.html
vendored
Normal file
11
static/vendor/admin/orders.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Order management</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Order management -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/vendor/admin/payments.html
vendored
Normal file
11
static/vendor/admin/payments.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Payment configuration</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Payment configuration -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/vendor/admin/products.html
vendored
Normal file
11
static/vendor/admin/products.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Catalog management - Product table</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Catalog management - Product table -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/vendor/admin/settings.html
vendored
Normal file
11
static/vendor/admin/settings.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Vendor settings</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Vendor settings -->
|
||||
</body>
|
||||
</html>
|
||||
11
static/vendor/admin/teams.html
vendored
Normal file
11
static/vendor/admin/teams.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Team management</title>
|
||||
</head>
|
||||
<body>
|
||||
<-- Team management -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user