compiling project documentation
This commit is contained in:
128
docs/__temp/FRONTEND/frontend-structure.txt
Normal file
128
docs/__temp/FRONTEND/frontend-structure.txt
Normal file
@@ -0,0 +1,128 @@
|
||||
Frontend Folder Structure
|
||||
Generated: 25/10/2025 16:45:08.55
|
||||
==============================================================================
|
||||
|
||||
Folder PATH listing for volume Data2
|
||||
Volume serial number is 0000007B A008:CC27
|
||||
E:\FASTAPI-MULTITENANT-ECOMMERCE\STATIC
|
||||
+---admin
|
||||
| | marketplace.html
|
||||
| | monitoring.html
|
||||
| | users.html
|
||||
| | vendor-edit.html
|
||||
| | vendors.html
|
||||
| |
|
||||
| +---css
|
||||
| | tailwind.output.css
|
||||
| |
|
||||
| +---img
|
||||
| | create-account-office-dark.jpeg
|
||||
| | create-account-office.jpeg
|
||||
| | forgot-password-office-dark.jpeg
|
||||
| | forgot-password-office.jpeg
|
||||
| | login-office-dark.jpeg
|
||||
| | login-office.jpeg
|
||||
| |
|
||||
| +---js
|
||||
| | analytics.js
|
||||
| | components.js
|
||||
| | dashboard.js
|
||||
| | icons-page.js
|
||||
| | init-alpine.js
|
||||
| | login.js
|
||||
| | monitoring.js
|
||||
| | testing-hub.js
|
||||
| | users.js
|
||||
| | vendor-detail.js
|
||||
| | vendor-edit.js
|
||||
| | vendors.js
|
||||
| |
|
||||
| \---partials
|
||||
| base-layout.html
|
||||
|
|
||||
+---css
|
||||
| +---admin
|
||||
| | admin.css
|
||||
| |
|
||||
| +---shared
|
||||
| | auth.css
|
||||
| | base.css
|
||||
| | components.css
|
||||
| | modals.css
|
||||
| | responsive-utilities.css
|
||||
| |
|
||||
| +---shop
|
||||
| +---themes
|
||||
| \---vendor
|
||||
| vendor.css
|
||||
|
|
||||
+---js
|
||||
| +---shared
|
||||
| | alpine-components.js
|
||||
| | media-upload.js
|
||||
| | modal-system.js
|
||||
| | modal-templates.js
|
||||
| | notification.js
|
||||
| | search.js
|
||||
| | vendor-context.js
|
||||
| |
|
||||
| +---shop
|
||||
| | account.js
|
||||
| | cart.js
|
||||
| | catalog.js
|
||||
| | checkout.js
|
||||
| | search.js
|
||||
| | shop-layout-templates.js
|
||||
| |
|
||||
| \---vendor
|
||||
| dashboard.js
|
||||
| login.js
|
||||
| marketplace.js
|
||||
| media.js
|
||||
| orders.js
|
||||
| payments.js
|
||||
| products.js
|
||||
| vendor-layout-templates.js
|
||||
|
|
||||
+---shared
|
||||
| \---js
|
||||
| api-client.js
|
||||
| icons.js
|
||||
| utils.js
|
||||
|
|
||||
+---shop
|
||||
| | cart.html
|
||||
| | checkout.html
|
||||
| | home.html
|
||||
| | product.html
|
||||
| | products.html
|
||||
| | search.html
|
||||
| |
|
||||
| \---account
|
||||
| addresses.html
|
||||
| login.html
|
||||
| orders.html
|
||||
| profile.html
|
||||
| register.html
|
||||
|
|
||||
\---vendor
|
||||
| dashboard.html
|
||||
| login.html
|
||||
|
|
||||
\---admin
|
||||
| customers.html
|
||||
| inventory.html
|
||||
| media.html
|
||||
| notifications.html
|
||||
| orders.html
|
||||
| payments.html
|
||||
| products.html
|
||||
| settings.html
|
||||
| teams.html
|
||||
|
|
||||
\---marketplace
|
||||
browse.html
|
||||
config.html
|
||||
imports.html
|
||||
selected.html
|
||||
|
||||
Reference in New Issue
Block a user