From 5c96d6e8425a1dda337c0429218a263d505ca944 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 22:47:03 +0000 Subject: [PATCH] docs: generate comprehensive README.md files recursively Co-authored-by: beginwebdev2002 <102213457+beginwebdev2002@users.noreply.github.com> --- README.md | 25 +++++------- backend/README.md | 26 +++++++------ backend/src/README.md | 20 ++++++---- backend/src/common/README.md | 22 ++++++----- backend/src/common/config/README.md | 10 ++--- backend/src/common/constants/README.md | 4 +- backend/src/common/database/README.md | 4 +- backend/src/common/decorators/README.md | 6 +-- backend/src/common/filters/README.md | 4 +- backend/src/common/guards/README.md | 6 +-- backend/src/common/interfaces/README.md | 4 +- backend/src/common/seed/README.md | 38 ++++++++++++++++++ backend/src/common/utils/README.md | 8 ++-- backend/src/modules/README.md | 25 ++++++------ backend/src/modules/admin-settings/README.md | 14 +++---- .../admin-settings/application/README.md | 4 +- .../modules/admin-settings/domain/README.md | 6 +-- .../domain/interfaces/README.md | 4 +- .../admin-settings/infrastructure/README.md | 9 +++-- .../infrastructure/repositories/README.md | 4 +- .../infrastructure/schemas/README.md | 4 +- .../admin-settings/presentation/README.md | 6 +-- .../admin-settings/presentation/dto/README.md | 6 +-- backend/src/modules/auth/README.md | 21 +++++----- backend/src/modules/auth/dto/README.md | 6 +-- .../src/modules/auth/infrastructure/README.md | 4 +- backend/src/modules/auth/interfaces/README.md | 6 +-- backend/src/modules/booking/README.md | 14 +++---- .../src/modules/booking/application/README.md | 4 +- backend/src/modules/booking/domain/README.md | 4 +- .../modules/booking/infrastructure/README.md | 9 +++-- .../infrastructure/repositories/README.md | 4 +- .../booking/infrastructure/schemas/README.md | 4 +- .../modules/booking/presentation/README.md | 6 +-- .../booking/presentation/dto/README.md | 6 +-- backend/src/modules/gallery/README.md | 14 +++---- .../src/modules/gallery/application/README.md | 4 +- backend/src/modules/gallery/domain/README.md | 4 +- .../modules/gallery/infrastructure/README.md | 9 +++-- .../infrastructure/repositories/README.md | 4 +- .../gallery/infrastructure/schemas/README.md | 4 +- .../modules/gallery/presentation/README.md | 6 +-- .../gallery/presentation/dto/README.md | 6 +-- backend/src/modules/inventory/README.md | 14 +++---- .../modules/inventory/application/README.md | 4 +- .../src/modules/inventory/domain/README.md | 4 +- .../inventory/infrastructure/README.md | 9 +++-- .../infrastructure/repositories/README.md | 4 +- .../infrastructure/schemas/README.md | 4 +- .../modules/inventory/presentation/README.md | 6 +-- .../inventory/presentation/dto/README.md | 6 +-- backend/src/modules/partnership/README.md | 14 +++---- .../modules/partnership/application/README.md | 4 +- .../src/modules/partnership/domain/README.md | 4 +- .../partnership/infrastructure/README.md | 9 +++-- .../infrastructure/repositories/README.md | 4 +- .../infrastructure/schemas/README.md | 4 +- .../partnership/presentation/README.md | 6 +-- .../partnership/presentation/dto/README.md | 6 +-- backend/src/modules/payment/README.md | 12 +++--- .../src/modules/payment/strategies/README.md | 8 ++-- backend/src/modules/treatments/README.md | 14 +++---- .../modules/treatments/application/README.md | 4 +- .../src/modules/treatments/domain/README.md | 4 +- .../treatments/infrastructure/README.md | 9 +++-- .../infrastructure/repositories/README.md | 4 +- .../infrastructure/schemas/README.md | 4 +- .../modules/treatments/presentation/README.md | 6 +-- .../treatments/presentation/dto/README.md | 6 +-- backend/src/modules/user/README.md | 14 +++---- .../src/modules/user/application/README.md | 4 +- backend/src/modules/user/domain/README.md | 4 +- .../src/modules/user/infrastructure/README.md | 9 +++-- .../infrastructure/repositories/README.md | 4 +- .../user/infrastructure/schemas/README.md | 4 +- .../src/modules/user/presentation/README.md | 6 +-- .../modules/user/presentation/dto/README.md | 6 +-- backend/src/modules/veil/README.md | 14 +++---- .../src/modules/veil/application/README.md | 4 +- backend/src/modules/veil/domain/README.md | 4 +- .../src/modules/veil/infrastructure/README.md | 9 +++-- .../infrastructure/repositories/README.md | 4 +- .../veil/infrastructure/schemas/README.md | 4 +- .../src/modules/veil/presentation/README.md | 6 +-- .../modules/veil/presentation/dto/README.md | 6 +-- frontend/README.md | 23 ++++++----- frontend/environments/README.md | 38 ++++++++++++++++++ frontend/src/README.md | 38 +++++++++--------- frontend/src/app/README.md | 6 +-- frontend/src/backend/README.md | 6 +-- frontend/src/core/README.md | 11 +++--- frontend/src/core/constants/README.md | 6 +-- frontend/src/core/guards/README.md | 8 ++-- frontend/src/core/interceptors/README.md | 8 ++-- frontend/src/entities/README.md | 19 ++++----- .../src/entities/admin-settings/README.md | 10 ++--- frontend/src/entities/gallery/README.md | 12 +++--- .../src/entities/gallery/constants/README.md | 8 ++-- frontend/src/entities/treatments/README.md | 12 +++--- .../entities/treatments/constants/README.md | 8 ++-- frontend/src/entities/user/README.md | 16 ++++---- .../src/entities/user/constants/README.md | 8 ++-- frontend/src/entities/user/model/README.md | 8 ++-- frontend/src/entities/veil/README.md | 12 +++--- .../src/entities/veil/constants/README.md | 8 ++-- frontend/src/features/README.md | 21 +++++----- frontend/src/features/auth/README.md | 34 ++++++++++++++++ frontend/src/features/auth/model/README.md | 32 +++++++++++++++ frontend/src/features/auth/ui/README.md | 32 +++++++++++++++ .../features/auth/ui/signin-form/README.md | 39 +++++++++++++++++++ .../features/auth/ui/signup-form/README.md | 38 ++++++++++++++++++ frontend/src/features/client-form/README.md | 12 +++--- frontend/src/features/gallery/README.md | 10 ++--- frontend/src/features/gallery/model/README.md | 8 ++-- .../src/features/language-selection/README.md | 14 +++---- frontend/src/features/treatments/README.md | 10 ++--- .../src/features/treatments/model/README.md | 8 ++-- frontend/src/features/user/README.md | 33 ++++++++++++++++ frontend/src/features/user/model/README.md | 32 +++++++++++++++ frontend/src/features/veil/README.md | 10 ++--- frontend/src/features/veil/model/README.md | 8 ++-- frontend/src/locale/README.md | 8 ++-- frontend/src/pages/README.md | 37 +++++++++--------- frontend/src/pages/about/README.md | 14 +++---- frontend/src/pages/auth/README.md | 16 ++++---- frontend/src/pages/clients/README.md | 12 +++--- frontend/src/pages/dashboard/README.md | 14 +++---- frontend/src/pages/gallery/README.md | 16 ++++---- frontend/src/pages/gallery/ui/README.md | 11 +++--- .../pages/gallery/ui/gallery-form/README.md | 10 ++--- frontend/src/pages/inventory/README.md | 14 +++---- frontend/src/pages/portfolio/README.md | 14 +++---- frontend/src/pages/settings/README.md | 16 ++++---- frontend/src/pages/settings/ui/README.md | 16 ++++---- .../src/pages/treatments-catalog/README.md | 14 +++---- frontend/src/pages/treatments/README.md | 16 ++++---- .../src/pages/treatments/components/README.md | 11 +++--- .../components/treatment-form/README.md | 10 ++--- frontend/src/pages/user-home/README.md | 14 +++---- frontend/src/pages/user-profile/README.md | 14 +++---- frontend/src/pages/veil/README.md | 16 ++++---- frontend/src/pages/veil/ui/README.md | 15 +++---- .../src/pages/veil/ui/veil-form/README.md | 10 ++--- .../src/pages/veil/ui/veil-item/README.md | 10 ++--- .../src/pages/veil/ui/veil-modal/README.md | 10 ++--- frontend/src/pages/veils-catalog/README.md | 14 +++---- frontend/src/shared/README.md | 21 +++++----- frontend/src/shared/lib/README.md | 14 +++---- frontend/src/shared/models/README.md | 18 ++++----- frontend/src/shared/pipes/README.md | 10 ++--- frontend/src/shared/services/README.md | 16 ++++---- frontend/src/shared/store/README.md | 10 ++--- frontend/src/shared/ui/README.md | 16 ++++---- frontend/src/shared/ui/card-view/README.md | 14 +++---- frontend/src/shared/ui/global-error/README.md | 8 ++-- frontend/src/shared/ui/image-popup/README.md | 10 ++--- frontend/src/shared/ui/list-view/README.md | 12 +++--- frontend/src/types/README.md | 4 +- frontend/src/widgets/README.md | 15 +++---- frontend/src/widgets/header/README.md | 14 +++---- frontend/src/widgets/layouts/README.md | 20 +++++----- frontend/src/widgets/sidebar/README.md | 12 +++--- 162 files changed, 1091 insertions(+), 754 deletions(-) create mode 100644 backend/src/common/seed/README.md create mode 100644 frontend/environments/README.md create mode 100644 frontend/src/features/auth/README.md create mode 100644 frontend/src/features/auth/model/README.md create mode 100644 frontend/src/features/auth/ui/README.md create mode 100644 frontend/src/features/auth/ui/signin-form/README.md create mode 100644 frontend/src/features/auth/ui/signup-form/README.md create mode 100644 frontend/src/features/user/README.md create mode 100644 frontend/src/features/user/model/README.md diff --git a/README.md b/README.md index 884f41cf..012880d8 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,27 @@ -# 📁 Mavluda Beauty Repository +# 📁 app [Root](/.) ## 🎯 Purpose -Delivering luxury-tier architectural components and high-performance logic for the **Mavluda Beauty Repository** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +Delivering luxury-tier architectural components and high-performance logic for the **app** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. ## 🏗️ Architecture ```mermaid graph TD - Root["📁 Mavluda Beauty Repository"] - Root --> backend["📁 backend"] - Root --> frontend["📁 frontend"] - Root --> scripts["📁 scripts"] - Root --> _env["📄 .env"] - Root --> _gitignore["📄 .gitignore"] - Root --> _gitignore_append["📄 .gitignore_append"] - Root --> GEMINI_md["📄 GEMINI.md"] - Root --> generate_readmes_py["📄 generate_readmes.py"] + Root_app["📁 app"] + Root_app --> backend["📁 backend"] + Root_app --> frontend["📁 frontend"] + Root_app --> f__gitignore["📄 .gitignore"] + Root_app --> f_GEMINI_md["📄 GEMINI.md"] + Root_app --> f_SECURITY_md["📄 SECURITY.md"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `.env` | File | Provides core logic and orchestration for .env. | N/A | | `.gitignore` | File | Provides core logic and orchestration for .gitignore. | N/A | -| `.gitignore_append` | File | Provides core logic and utilities for this domain. | N/A | | `GEMINI.md` | Markdown | Provides core logic and orchestration for GEMINI.md. | N/A | -| `generate_readmes.py` | File | Provides core logic and orchestration for generate_readmes.py. | N/A | +| `SECURITY.md` | Markdown | Provides core logic and orchestration for SECURITY.md. | N/A | ## 🔗 Dependencies - No external dependencies. @@ -34,7 +29,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './core'; +import { relevantMember } from './app'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/README.md b/backend/README.md index 709a19b2..cce6a009 100644 --- a/backend/README.md +++ b/backend/README.md @@ -8,23 +8,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 backend"] - Root --> src["📁 src"] - Root --> test["📁 test"] - Root --> _prettierrc["📄 .prettierrc"] - Root --> eslint_config_mjs["📄 eslint.config.mjs"] - Root --> nest_cli_json["📄 nest-cli.json"] - Root --> package_lock_json["📄 package-lock.json"] - Root --> package_json["📄 package.json"] - Root --> tsconfig_build_json["📄 tsconfig.build.json"] - Root --> tsconfig_json["📄 tsconfig.json"] + Root_backend["📁 backend"] + Root_backend --> src["📁 src"] + Root_backend --> f__prettierrc["📄 .prettierrc"] + Root_backend --> f_eslint_config_mjs["📄 eslint.config.mjs"] + Root_backend --> f_nest_cli_json["📄 nest-cli.json"] + Root_backend --> f_package_lock_json["📄 package-lock.json"] + Root_backend --> f_package_json["📄 package.json"] + Root_backend --> f_tsconfig_build_json["📄 tsconfig.build.json"] + Root_backend --> f_tsconfig_json["📄 tsconfig.json"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `.prettierrc` | File | Provides core logic and orchestration for .prettierrc. | N/A | -| `eslint.config.mjs` | JavaScript | Provides core logic and orchestration for eslint.config.mjs. | N/A | +| `eslint.config.mjs` | File | Provides core logic and orchestration for eslint.config.mjs. | @eslint | | `nest-cli.json` | JSON Configuration | Provides core logic and orchestration for nest-cli.json. | N/A | | `package-lock.json` | JSON Configuration | Provides core logic and orchestration for package-lock.json. | N/A | | `package.json` | JSON Configuration | Provides core logic and orchestration for package.json. | N/A | @@ -32,7 +31,10 @@ graph TD | `tsconfig.json` | JSON Configuration | Provides core logic and orchestration for tsconfig.json. | N/A | ## 🔗 Dependencies -- No external dependencies. +- `@eslint/js` +- `eslint-plugin-prettier/recommended` +- `globals` +- `typescript-eslint` ## 🛠️ Usage ```typescript diff --git a/backend/src/README.md b/backend/src/README.md index 50e1e1c3..9a7f70a1 100644 --- a/backend/src/README.md +++ b/backend/src/README.md @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 src"] - Root --> common["📁 common"] - Root --> modules["📁 modules"] - Root --> app_controller_spec_ts["📄 app.controller.spec.ts"] - Root --> app_controller_ts["📄 app.controller.ts"] - Root --> app_module_ts["📄 app.module.ts"] - Root --> app_service_ts["📄 app.service.ts"] - Root --> main_ts["📄 main.ts"] + Root_src["📁 src"] + Root_src --> common["📁 common"] + Root_src --> modules["📁 modules"] + Root_src --> f_app_controller_spec_ts["📄 app.controller.spec.ts"] + Root_src --> f_app_controller_ts["📄 app.controller.ts"] + Root_src --> f_app_module_ts["📄 app.module.ts"] + Root_src --> f_app_service_ts["📄 app.service.ts"] + Root_src --> f_main_ts["📄 main.ts"] ``` ## 📄 File Registry @@ -34,6 +34,9 @@ graph TD - `./common/config/app-config.module` - `./common/database/database.module` - `./common/filters/i18n-exception.filter` +- `./common/guards/jwt-auth.guard` +- `./common/guards/roles.guard` +- `./common/seed/seed.module` - `@modules/admin-settings` - `@modules/auth` - `@modules/booking` @@ -49,6 +52,7 @@ graph TD - `@nestjs/core` - `@nestjs/serve-static` - `@nestjs/testing` +- `cookie-parser` - `path` ## 🛠️ Usage diff --git a/backend/src/common/README.md b/backend/src/common/README.md index 8fa98efe..de106275 100644 --- a/backend/src/common/README.md +++ b/backend/src/common/README.md @@ -8,19 +8,21 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 common"] - Root --> config["📁 config"] - Root --> constants["📁 constants"] - Root --> database["📁 database"] - Root --> decorators["📁 decorators"] - Root --> filters["📁 filters"] - Root --> guards["📁 guards"] - Root --> interfaces["📁 interfaces"] - Root --> utils["📁 utils"] + Root_common["📁 common"] + Root_common --> config["📁 config"] + Root_common --> constants["📁 constants"] + Root_common --> database["📁 database"] + Root_common --> decorators["📁 decorators"] + Root_common --> filters["📁 filters"] + Root_common --> guards["📁 guards"] + Root_common --> interfaces["📁 interfaces"] + Root_common --> seed["📁 seed"] + Root_common --> utils["📁 utils"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/backend/src/common/config/README.md b/backend/src/common/config/README.md index f4bdd1f7..39eec70c 100644 --- a/backend/src/common/config/README.md +++ b/backend/src/common/config/README.md @@ -8,11 +8,11 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 config"] - Root --> app_config_module_ts["📄 app-config.module.ts"] - Root --> app_config_service_ts["📄 app-config.service.ts"] - Root --> configuration_ts["📄 configuration.ts"] - Root --> env_validation_ts["📄 env.validation.ts"] + Root_config["📁 config"] + Root_config --> f_app_config_module_ts["📄 app-config.module.ts"] + Root_config --> f_app_config_service_ts["📄 app-config.service.ts"] + Root_config --> f_configuration_ts["📄 configuration.ts"] + Root_config --> f_env_validation_ts["📄 env.validation.ts"] ``` ## 📄 File Registry diff --git a/backend/src/common/constants/README.md b/backend/src/common/constants/README.md index 5d4061b0..659e2e31 100644 --- a/backend/src/common/constants/README.md +++ b/backend/src/common/constants/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 constants"] - Root --> error_messages_constant_ts["📄 error-messages.constant.ts"] + Root_constants["📁 constants"] + Root_constants --> f_error_messages_constant_ts["📄 error-messages.constant.ts"] ``` ## 📄 File Registry diff --git a/backend/src/common/database/README.md b/backend/src/common/database/README.md index f4b9cc00..78f49a5d 100644 --- a/backend/src/common/database/README.md +++ b/backend/src/common/database/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 database"] - Root --> database_module_ts["📄 database.module.ts"] + Root_database["📁 database"] + Root_database --> f_database_module_ts["📄 database.module.ts"] ``` ## 📄 File Registry diff --git a/backend/src/common/decorators/README.md b/backend/src/common/decorators/README.md index b6ce6194..52c5ed3a 100644 --- a/backend/src/common/decorators/README.md +++ b/backend/src/common/decorators/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 decorators"] - Root --> public_decorator_ts["📄 public.decorator.ts"] - Root --> roles_decorator_ts["📄 roles.decorator.ts"] + Root_decorators["📁 decorators"] + Root_decorators --> f_public_decorator_ts["📄 public.decorator.ts"] + Root_decorators --> f_roles_decorator_ts["📄 roles.decorator.ts"] ``` ## 📄 File Registry diff --git a/backend/src/common/filters/README.md b/backend/src/common/filters/README.md index e7b58835..9cce1132 100644 --- a/backend/src/common/filters/README.md +++ b/backend/src/common/filters/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 filters"] - Root --> i18n_exception_filter_ts["📄 i18n-exception.filter.ts"] + Root_filters["📁 filters"] + Root_filters --> f_i18n_exception_filter_ts["📄 i18n-exception.filter.ts"] ``` ## 📄 File Registry diff --git a/backend/src/common/guards/README.md b/backend/src/common/guards/README.md index 75d32eec..497dad3c 100644 --- a/backend/src/common/guards/README.md +++ b/backend/src/common/guards/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 guards"] - Root --> jwt_auth_guard_ts["📄 jwt-auth.guard.ts"] - Root --> roles_guard_ts["📄 roles.guard.ts"] + Root_guards["📁 guards"] + Root_guards --> f_jwt_auth_guard_ts["📄 jwt-auth.guard.ts"] + Root_guards --> f_roles_guard_ts["📄 roles.guard.ts"] ``` ## 📄 File Registry diff --git a/backend/src/common/interfaces/README.md b/backend/src/common/interfaces/README.md index 6995df09..640b6bf2 100644 --- a/backend/src/common/interfaces/README.md +++ b/backend/src/common/interfaces/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 interfaces"] - Root --> authenticated_request_interface_ts["📄 authenticated-request.interface.ts"] + Root_interfaces["📁 interfaces"] + Root_interfaces --> f_authenticated_request_interface_ts["📄 authenticated-request.interface.ts"] ``` ## 📄 File Registry diff --git a/backend/src/common/seed/README.md b/backend/src/common/seed/README.md new file mode 100644 index 00000000..bd8e5f0a --- /dev/null +++ b/backend/src/common/seed/README.md @@ -0,0 +1,38 @@ +# 📁 seed + +[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [seed](/backend/src/common/seed) + +## 🎯 Purpose +Delivering luxury-tier architectural components and high-performance logic for the **seed** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. + +## 🏗️ Architecture +```mermaid +graph TD + Root_seed["📁 seed"] + Root_seed --> f_seed_module_ts["📄 seed.module.ts"] + Root_seed --> f_seed_service_ts["📄 seed.service.ts"] +``` + +## 📄 File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| `seed.module.ts` | TypeScript | Module configuration and dependency injection for seed.module.ts. | @common, @modules, @nestjs | +| `seed.service.ts` | TypeScript | Service layer business logic and data access for seed.service.ts. | @common, @modules, @nestjs | + +## 🔗 Dependencies +- `./seed.service` +- `@common/config/app-config.module` +- `@common/config/app-config.service` +- `@modules/user` +- `@modules/user/domain/user.entity` +- `@nestjs/common` +- `bcrypt` + +## 🛠️ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './seed'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/backend/src/common/utils/README.md b/backend/src/common/utils/README.md index 21591410..bcdc18a8 100644 --- a/backend/src/common/utils/README.md +++ b/backend/src/common/utils/README.md @@ -8,10 +8,10 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 utils"] - Root --> file_system_ts["📄 file-system.ts"] - Root --> index_ts["📄 index.ts"] - Root --> object_ts["📄 object.ts"] + Root_utils["📁 utils"] + Root_utils --> f_file_system_ts["📄 file-system.ts"] + Root_utils --> f_index_ts["📄 index.ts"] + Root_utils --> f_object_ts["📄 object.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/README.md b/backend/src/modules/README.md index 91538132..cbcacad2 100644 --- a/backend/src/modules/README.md +++ b/backend/src/modules/README.md @@ -8,21 +8,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 modules"] - Root --> admin-settings["📁 admin-settings"] - Root --> auth["📁 auth"] - Root --> booking["📁 booking"] - Root --> gallery["📁 gallery"] - Root --> inventory["📁 inventory"] - Root --> partnership["📁 partnership"] - Root --> payment["📁 payment"] - Root --> treatments["📁 treatments"] - Root --> user["📁 user"] - Root --> veil["📁 veil"] + Root_modules["📁 modules"] + Root_modules --> admin_settings["📁 admin-settings"] + Root_modules --> auth["📁 auth"] + Root_modules --> booking["📁 booking"] + Root_modules --> gallery["📁 gallery"] + Root_modules --> inventory["📁 inventory"] + Root_modules --> partnership["📁 partnership"] + Root_modules --> payment["📁 payment"] + Root_modules --> treatments["📁 treatments"] + Root_modules --> user["📁 user"] + Root_modules --> veil["📁 veil"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/backend/src/modules/admin-settings/README.md b/backend/src/modules/admin-settings/README.md index 4c0e03d6..2447ac28 100644 --- a/backend/src/modules/admin-settings/README.md +++ b/backend/src/modules/admin-settings/README.md @@ -8,13 +8,13 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 admin-settings"] - Root --> application["📁 application"] - Root --> domain["📁 domain"] - Root --> infrastructure["📁 infrastructure"] - Root --> presentation["📁 presentation"] - Root --> admin_settings_module_ts["📄 admin-settings.module.ts"] - Root --> index_ts["📄 index.ts"] + Root_admin_settings["📁 admin-settings"] + Root_admin_settings --> application["📁 application"] + Root_admin_settings --> domain["📁 domain"] + Root_admin_settings --> infrastructure["📁 infrastructure"] + Root_admin_settings --> presentation["📁 presentation"] + Root_admin_settings --> f_admin_settings_module_ts["📄 admin-settings.module.ts"] + Root_admin_settings --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/admin-settings/application/README.md b/backend/src/modules/admin-settings/application/README.md index 44cd7b31..54952712 100644 --- a/backend/src/modules/admin-settings/application/README.md +++ b/backend/src/modules/admin-settings/application/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 application"] - Root --> admin_settings_service_ts["📄 admin-settings.service.ts"] + Root_application["📁 application"] + Root_application --> f_admin_settings_service_ts["📄 admin-settings.service.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/admin-settings/domain/README.md b/backend/src/modules/admin-settings/domain/README.md index b7b40f4b..dec588ea 100644 --- a/backend/src/modules/admin-settings/domain/README.md +++ b/backend/src/modules/admin-settings/domain/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 domain"] - Root --> interfaces["📁 interfaces"] - Root --> admin_settings_entity_ts["📄 admin-settings.entity.ts"] + Root_domain["📁 domain"] + Root_domain --> interfaces["📁 interfaces"] + Root_domain --> f_admin_settings_entity_ts["📄 admin-settings.entity.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/admin-settings/domain/interfaces/README.md b/backend/src/modules/admin-settings/domain/interfaces/README.md index 7248dcc5..15a85c60 100644 --- a/backend/src/modules/admin-settings/domain/interfaces/README.md +++ b/backend/src/modules/admin-settings/domain/interfaces/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 interfaces"] - Root --> admin_settings_interface_ts["📄 admin-settings.interface.ts"] + Root_interfaces["📁 interfaces"] + Root_interfaces --> f_admin_settings_interface_ts["📄 admin-settings.interface.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/admin-settings/infrastructure/README.md b/backend/src/modules/admin-settings/infrastructure/README.md index e1c84866..271a64de 100644 --- a/backend/src/modules/admin-settings/infrastructure/README.md +++ b/backend/src/modules/admin-settings/infrastructure/README.md @@ -8,13 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> repositories["📁 repositories"] - Root --> schemas["📁 schemas"] + Root_infrastructure["📁 infrastructure"] + Root_infrastructure --> repositories["📁 repositories"] + Root_infrastructure --> schemas["📁 schemas"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/backend/src/modules/admin-settings/infrastructure/repositories/README.md b/backend/src/modules/admin-settings/infrastructure/repositories/README.md index ad6004a7..91a36a68 100644 --- a/backend/src/modules/admin-settings/infrastructure/repositories/README.md +++ b/backend/src/modules/admin-settings/infrastructure/repositories/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 repositories"] - Root --> admin_settings_repository_ts["📄 admin-settings.repository.ts"] + Root_repositories["📁 repositories"] + Root_repositories --> f_admin_settings_repository_ts["📄 admin-settings.repository.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/admin-settings/infrastructure/schemas/README.md b/backend/src/modules/admin-settings/infrastructure/schemas/README.md index f461acff..7d0e7a58 100644 --- a/backend/src/modules/admin-settings/infrastructure/schemas/README.md +++ b/backend/src/modules/admin-settings/infrastructure/schemas/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 schemas"] - Root --> admin_settings_schema_ts["📄 admin-settings.schema.ts"] + Root_schemas["📁 schemas"] + Root_schemas --> f_admin_settings_schema_ts["📄 admin-settings.schema.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/admin-settings/presentation/README.md b/backend/src/modules/admin-settings/presentation/README.md index e5c24bc2..0982b972 100644 --- a/backend/src/modules/admin-settings/presentation/README.md +++ b/backend/src/modules/admin-settings/presentation/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 presentation"] - Root --> dto["📁 dto"] - Root --> admin_settings_controller_ts["📄 admin-settings.controller.ts"] + Root_presentation["📁 presentation"] + Root_presentation --> dto["📁 dto"] + Root_presentation --> f_admin_settings_controller_ts["📄 admin-settings.controller.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/admin-settings/presentation/dto/README.md b/backend/src/modules/admin-settings/presentation/dto/README.md index 8e396cf8..4d651de0 100644 --- a/backend/src/modules/admin-settings/presentation/dto/README.md +++ b/backend/src/modules/admin-settings/presentation/dto/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 dto"] - Root --> create_admin_settings_dto_ts["📄 create-admin-settings.dto.ts"] - Root --> update_admin_settings_dto_ts["📄 update-admin-settings.dto.ts"] + Root_dto["📁 dto"] + Root_dto --> f_create_admin_settings_dto_ts["📄 create-admin-settings.dto.ts"] + Root_dto --> f_update_admin_settings_dto_ts["📄 update-admin-settings.dto.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/auth/README.md b/backend/src/modules/auth/README.md index 6e5d3d54..75997888 100644 --- a/backend/src/modules/auth/README.md +++ b/backend/src/modules/auth/README.md @@ -8,15 +8,15 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 auth"] - Root --> dto["📁 dto"] - Root --> infrastructure["📁 infrastructure"] - Root --> interfaces["📁 interfaces"] - Root --> auth_controller_ts["📄 auth.controller.ts"] - Root --> auth_module_ts["📄 auth.module.ts"] - Root --> auth_service_ts["📄 auth.service.ts"] - Root --> index_ts["📄 index.ts"] - Root --> telegram_auth_service_ts["📄 telegram-auth.service.ts"] + Root_auth["📁 auth"] + Root_auth --> dto["📁 dto"] + Root_auth --> infrastructure["📁 infrastructure"] + Root_auth --> interfaces["📁 interfaces"] + Root_auth --> f_auth_controller_ts["📄 auth.controller.ts"] + Root_auth --> f_auth_module_ts["📄 auth.module.ts"] + Root_auth --> f_auth_service_ts["📄 auth.service.ts"] + Root_auth --> f_index_ts["📄 index.ts"] + Root_auth --> f_telegram_auth_service_ts["📄 telegram-auth.service.ts"] ``` ## 📄 File Registry @@ -24,7 +24,7 @@ graph TD |---|---|---|---| | `auth.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for auth.controller.ts. | @common | | `auth.module.ts` | TypeScript | Defines the architectural module boundaries for auth.module.ts. | @common, @modules, @nestjs | -| `auth.service.ts` | TypeScript | Encapsulates business logic and data access for auth.service.ts. | @modules, @nestjs | +| `auth.service.ts` | TypeScript | Encapsulates business logic and data access for auth.service.ts. | @common, @modules, @nestjs | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | | `telegram-auth.service.ts` | TypeScript | Encapsulates business logic and data access for telegram-auth.service.ts. | @common, @modules, @nestjs | @@ -45,6 +45,7 @@ graph TD - `@nestjs/passport` - `bcrypt` - `crypto` +- `express` ## 🛠️ Usage ```typescript diff --git a/backend/src/modules/auth/dto/README.md b/backend/src/modules/auth/dto/README.md index 61523a1b..ed706fa4 100644 --- a/backend/src/modules/auth/dto/README.md +++ b/backend/src/modules/auth/dto/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 dto"] - Root --> login_dto_ts["📄 login.dto.ts"] - Root --> register_dto_ts["📄 register.dto.ts"] + Root_dto["📁 dto"] + Root_dto --> f_login_dto_ts["📄 login.dto.ts"] + Root_dto --> f_register_dto_ts["📄 register.dto.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/auth/infrastructure/README.md b/backend/src/modules/auth/infrastructure/README.md index ccea957b..0f430361 100644 --- a/backend/src/modules/auth/infrastructure/README.md +++ b/backend/src/modules/auth/infrastructure/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> jwt_strategy_ts["📄 jwt.strategy.ts"] + Root_infrastructure["📁 infrastructure"] + Root_infrastructure --> f_jwt_strategy_ts["📄 jwt.strategy.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/auth/interfaces/README.md b/backend/src/modules/auth/interfaces/README.md index 522e7e26..53cab45c 100644 --- a/backend/src/modules/auth/interfaces/README.md +++ b/backend/src/modules/auth/interfaces/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 interfaces"] - Root --> auth_response_interface_ts["📄 auth-response.interface.ts"] - Root --> jwt_payload_interface_ts["📄 jwt-payload.interface.ts"] + Root_interfaces["📁 interfaces"] + Root_interfaces --> f_auth_response_interface_ts["📄 auth-response.interface.ts"] + Root_interfaces --> f_jwt_payload_interface_ts["📄 jwt-payload.interface.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/booking/README.md b/backend/src/modules/booking/README.md index 32d05106..0a4ea861 100644 --- a/backend/src/modules/booking/README.md +++ b/backend/src/modules/booking/README.md @@ -8,13 +8,13 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 booking"] - Root --> application["📁 application"] - Root --> domain["📁 domain"] - Root --> infrastructure["📁 infrastructure"] - Root --> presentation["📁 presentation"] - Root --> booking_module_ts["📄 booking.module.ts"] - Root --> index_ts["📄 index.ts"] + Root_booking["📁 booking"] + Root_booking --> application["📁 application"] + Root_booking --> domain["📁 domain"] + Root_booking --> infrastructure["📁 infrastructure"] + Root_booking --> presentation["📁 presentation"] + Root_booking --> f_booking_module_ts["📄 booking.module.ts"] + Root_booking --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/booking/application/README.md b/backend/src/modules/booking/application/README.md index f0a95a23..f28f9c29 100644 --- a/backend/src/modules/booking/application/README.md +++ b/backend/src/modules/booking/application/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 application"] - Root --> booking_service_ts["📄 booking.service.ts"] + Root_application["📁 application"] + Root_application --> f_booking_service_ts["📄 booking.service.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/booking/domain/README.md b/backend/src/modules/booking/domain/README.md index 5eb08be6..35abb907 100644 --- a/backend/src/modules/booking/domain/README.md +++ b/backend/src/modules/booking/domain/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 domain"] - Root --> booking_entity_ts["📄 booking.entity.ts"] + Root_domain["📁 domain"] + Root_domain --> f_booking_entity_ts["📄 booking.entity.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/booking/infrastructure/README.md b/backend/src/modules/booking/infrastructure/README.md index a4d30890..0ea34055 100644 --- a/backend/src/modules/booking/infrastructure/README.md +++ b/backend/src/modules/booking/infrastructure/README.md @@ -8,13 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> repositories["📁 repositories"] - Root --> schemas["📁 schemas"] + Root_infrastructure["📁 infrastructure"] + Root_infrastructure --> repositories["📁 repositories"] + Root_infrastructure --> schemas["📁 schemas"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/backend/src/modules/booking/infrastructure/repositories/README.md b/backend/src/modules/booking/infrastructure/repositories/README.md index 9722ad3a..9bb45e94 100644 --- a/backend/src/modules/booking/infrastructure/repositories/README.md +++ b/backend/src/modules/booking/infrastructure/repositories/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 repositories"] - Root --> booking_repository_ts["📄 booking.repository.ts"] + Root_repositories["📁 repositories"] + Root_repositories --> f_booking_repository_ts["📄 booking.repository.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/booking/infrastructure/schemas/README.md b/backend/src/modules/booking/infrastructure/schemas/README.md index 5656002f..f666abc9 100644 --- a/backend/src/modules/booking/infrastructure/schemas/README.md +++ b/backend/src/modules/booking/infrastructure/schemas/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 schemas"] - Root --> booking_schema_ts["📄 booking.schema.ts"] + Root_schemas["📁 schemas"] + Root_schemas --> f_booking_schema_ts["📄 booking.schema.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/booking/presentation/README.md b/backend/src/modules/booking/presentation/README.md index 7beddead..7923a015 100644 --- a/backend/src/modules/booking/presentation/README.md +++ b/backend/src/modules/booking/presentation/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 presentation"] - Root --> dto["📁 dto"] - Root --> booking_controller_ts["📄 booking.controller.ts"] + Root_presentation["📁 presentation"] + Root_presentation --> dto["📁 dto"] + Root_presentation --> f_booking_controller_ts["📄 booking.controller.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/booking/presentation/dto/README.md b/backend/src/modules/booking/presentation/dto/README.md index 3ae9fbaf..d7bcd4a7 100644 --- a/backend/src/modules/booking/presentation/dto/README.md +++ b/backend/src/modules/booking/presentation/dto/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 dto"] - Root --> create_booking_dto_ts["📄 create-booking.dto.ts"] - Root --> update_booking_dto_ts["📄 update-booking.dto.ts"] + Root_dto["📁 dto"] + Root_dto --> f_create_booking_dto_ts["📄 create-booking.dto.ts"] + Root_dto --> f_update_booking_dto_ts["📄 update-booking.dto.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/gallery/README.md b/backend/src/modules/gallery/README.md index 6eb97b3a..cd594c1c 100644 --- a/backend/src/modules/gallery/README.md +++ b/backend/src/modules/gallery/README.md @@ -8,13 +8,13 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 gallery"] - Root --> application["📁 application"] - Root --> domain["📁 domain"] - Root --> infrastructure["📁 infrastructure"] - Root --> presentation["📁 presentation"] - Root --> gallery_module_ts["📄 gallery.module.ts"] - Root --> index_ts["📄 index.ts"] + Root_gallery["📁 gallery"] + Root_gallery --> application["📁 application"] + Root_gallery --> domain["📁 domain"] + Root_gallery --> infrastructure["📁 infrastructure"] + Root_gallery --> presentation["📁 presentation"] + Root_gallery --> f_gallery_module_ts["📄 gallery.module.ts"] + Root_gallery --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/gallery/application/README.md b/backend/src/modules/gallery/application/README.md index 40cb46b7..8dc9f1d4 100644 --- a/backend/src/modules/gallery/application/README.md +++ b/backend/src/modules/gallery/application/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 application"] - Root --> gallery_service_ts["📄 gallery.service.ts"] + Root_application["📁 application"] + Root_application --> f_gallery_service_ts["📄 gallery.service.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/gallery/domain/README.md b/backend/src/modules/gallery/domain/README.md index bc230be3..2f574348 100644 --- a/backend/src/modules/gallery/domain/README.md +++ b/backend/src/modules/gallery/domain/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 domain"] - Root --> gallery_entity_ts["📄 gallery.entity.ts"] + Root_domain["📁 domain"] + Root_domain --> f_gallery_entity_ts["📄 gallery.entity.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/gallery/infrastructure/README.md b/backend/src/modules/gallery/infrastructure/README.md index 5fe31df0..a62956d8 100644 --- a/backend/src/modules/gallery/infrastructure/README.md +++ b/backend/src/modules/gallery/infrastructure/README.md @@ -8,13 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> repositories["📁 repositories"] - Root --> schemas["📁 schemas"] + Root_infrastructure["📁 infrastructure"] + Root_infrastructure --> repositories["📁 repositories"] + Root_infrastructure --> schemas["📁 schemas"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/backend/src/modules/gallery/infrastructure/repositories/README.md b/backend/src/modules/gallery/infrastructure/repositories/README.md index 36be22d2..a53b93cd 100644 --- a/backend/src/modules/gallery/infrastructure/repositories/README.md +++ b/backend/src/modules/gallery/infrastructure/repositories/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 repositories"] - Root --> gallery_repository_ts["📄 gallery.repository.ts"] + Root_repositories["📁 repositories"] + Root_repositories --> f_gallery_repository_ts["📄 gallery.repository.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/gallery/infrastructure/schemas/README.md b/backend/src/modules/gallery/infrastructure/schemas/README.md index 17c7ad83..da80c54c 100644 --- a/backend/src/modules/gallery/infrastructure/schemas/README.md +++ b/backend/src/modules/gallery/infrastructure/schemas/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 schemas"] - Root --> gallery_schema_ts["📄 gallery.schema.ts"] + Root_schemas["📁 schemas"] + Root_schemas --> f_gallery_schema_ts["📄 gallery.schema.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/gallery/presentation/README.md b/backend/src/modules/gallery/presentation/README.md index cf1a6713..6761c1df 100644 --- a/backend/src/modules/gallery/presentation/README.md +++ b/backend/src/modules/gallery/presentation/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 presentation"] - Root --> dto["📁 dto"] - Root --> gallery_controller_ts["📄 gallery.controller.ts"] + Root_presentation["📁 presentation"] + Root_presentation --> dto["📁 dto"] + Root_presentation --> f_gallery_controller_ts["📄 gallery.controller.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/gallery/presentation/dto/README.md b/backend/src/modules/gallery/presentation/dto/README.md index 82ba0717..d970d600 100644 --- a/backend/src/modules/gallery/presentation/dto/README.md +++ b/backend/src/modules/gallery/presentation/dto/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 dto"] - Root --> create_gallery_dto_ts["📄 create-gallery.dto.ts"] - Root --> update_gallery_dto_ts["📄 update-gallery.dto.ts"] + Root_dto["📁 dto"] + Root_dto --> f_create_gallery_dto_ts["📄 create-gallery.dto.ts"] + Root_dto --> f_update_gallery_dto_ts["📄 update-gallery.dto.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/inventory/README.md b/backend/src/modules/inventory/README.md index 80349cad..c316f70b 100644 --- a/backend/src/modules/inventory/README.md +++ b/backend/src/modules/inventory/README.md @@ -8,13 +8,13 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 inventory"] - Root --> application["📁 application"] - Root --> domain["📁 domain"] - Root --> infrastructure["📁 infrastructure"] - Root --> presentation["📁 presentation"] - Root --> index_ts["📄 index.ts"] - Root --> inventory_module_ts["📄 inventory.module.ts"] + Root_inventory["📁 inventory"] + Root_inventory --> application["📁 application"] + Root_inventory --> domain["📁 domain"] + Root_inventory --> infrastructure["📁 infrastructure"] + Root_inventory --> presentation["📁 presentation"] + Root_inventory --> f_index_ts["📄 index.ts"] + Root_inventory --> f_inventory_module_ts["📄 inventory.module.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/inventory/application/README.md b/backend/src/modules/inventory/application/README.md index 4f041822..252dd719 100644 --- a/backend/src/modules/inventory/application/README.md +++ b/backend/src/modules/inventory/application/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 application"] - Root --> inventory_service_ts["📄 inventory.service.ts"] + Root_application["📁 application"] + Root_application --> f_inventory_service_ts["📄 inventory.service.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/inventory/domain/README.md b/backend/src/modules/inventory/domain/README.md index b764ea22..90553f95 100644 --- a/backend/src/modules/inventory/domain/README.md +++ b/backend/src/modules/inventory/domain/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 domain"] - Root --> inventory_entity_ts["📄 inventory.entity.ts"] + Root_domain["📁 domain"] + Root_domain --> f_inventory_entity_ts["📄 inventory.entity.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/inventory/infrastructure/README.md b/backend/src/modules/inventory/infrastructure/README.md index e14623ba..329340af 100644 --- a/backend/src/modules/inventory/infrastructure/README.md +++ b/backend/src/modules/inventory/infrastructure/README.md @@ -8,13 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> repositories["📁 repositories"] - Root --> schemas["📁 schemas"] + Root_infrastructure["📁 infrastructure"] + Root_infrastructure --> repositories["📁 repositories"] + Root_infrastructure --> schemas["📁 schemas"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/backend/src/modules/inventory/infrastructure/repositories/README.md b/backend/src/modules/inventory/infrastructure/repositories/README.md index f231860b..b5473cb2 100644 --- a/backend/src/modules/inventory/infrastructure/repositories/README.md +++ b/backend/src/modules/inventory/infrastructure/repositories/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 repositories"] - Root --> inventory_repository_ts["📄 inventory.repository.ts"] + Root_repositories["📁 repositories"] + Root_repositories --> f_inventory_repository_ts["📄 inventory.repository.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/inventory/infrastructure/schemas/README.md b/backend/src/modules/inventory/infrastructure/schemas/README.md index 938de0ce..6f03b279 100644 --- a/backend/src/modules/inventory/infrastructure/schemas/README.md +++ b/backend/src/modules/inventory/infrastructure/schemas/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 schemas"] - Root --> inventory_schema_ts["📄 inventory.schema.ts"] + Root_schemas["📁 schemas"] + Root_schemas --> f_inventory_schema_ts["📄 inventory.schema.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/inventory/presentation/README.md b/backend/src/modules/inventory/presentation/README.md index e1df25cb..982b36f5 100644 --- a/backend/src/modules/inventory/presentation/README.md +++ b/backend/src/modules/inventory/presentation/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 presentation"] - Root --> dto["📁 dto"] - Root --> inventory_controller_ts["📄 inventory.controller.ts"] + Root_presentation["📁 presentation"] + Root_presentation --> dto["📁 dto"] + Root_presentation --> f_inventory_controller_ts["📄 inventory.controller.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/inventory/presentation/dto/README.md b/backend/src/modules/inventory/presentation/dto/README.md index e34e4d22..43fd34b5 100644 --- a/backend/src/modules/inventory/presentation/dto/README.md +++ b/backend/src/modules/inventory/presentation/dto/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 dto"] - Root --> create_inventory_dto_ts["📄 create-inventory.dto.ts"] - Root --> update_inventory_dto_ts["📄 update-inventory.dto.ts"] + Root_dto["📁 dto"] + Root_dto --> f_create_inventory_dto_ts["📄 create-inventory.dto.ts"] + Root_dto --> f_update_inventory_dto_ts["📄 update-inventory.dto.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/partnership/README.md b/backend/src/modules/partnership/README.md index 5c48c655..c12f4795 100644 --- a/backend/src/modules/partnership/README.md +++ b/backend/src/modules/partnership/README.md @@ -8,13 +8,13 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 partnership"] - Root --> application["📁 application"] - Root --> domain["📁 domain"] - Root --> infrastructure["📁 infrastructure"] - Root --> presentation["📁 presentation"] - Root --> index_ts["📄 index.ts"] - Root --> partnership_module_ts["📄 partnership.module.ts"] + Root_partnership["📁 partnership"] + Root_partnership --> application["📁 application"] + Root_partnership --> domain["📁 domain"] + Root_partnership --> infrastructure["📁 infrastructure"] + Root_partnership --> presentation["📁 presentation"] + Root_partnership --> f_index_ts["📄 index.ts"] + Root_partnership --> f_partnership_module_ts["📄 partnership.module.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/partnership/application/README.md b/backend/src/modules/partnership/application/README.md index 08c4fb0a..03c062be 100644 --- a/backend/src/modules/partnership/application/README.md +++ b/backend/src/modules/partnership/application/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 application"] - Root --> partnership_service_ts["📄 partnership.service.ts"] + Root_application["📁 application"] + Root_application --> f_partnership_service_ts["📄 partnership.service.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/partnership/domain/README.md b/backend/src/modules/partnership/domain/README.md index 036785ca..a8b83b54 100644 --- a/backend/src/modules/partnership/domain/README.md +++ b/backend/src/modules/partnership/domain/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 domain"] - Root --> partnership_entity_ts["📄 partnership.entity.ts"] + Root_domain["📁 domain"] + Root_domain --> f_partnership_entity_ts["📄 partnership.entity.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/partnership/infrastructure/README.md b/backend/src/modules/partnership/infrastructure/README.md index e5b96009..86ed79d9 100644 --- a/backend/src/modules/partnership/infrastructure/README.md +++ b/backend/src/modules/partnership/infrastructure/README.md @@ -8,13 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> repositories["📁 repositories"] - Root --> schemas["📁 schemas"] + Root_infrastructure["📁 infrastructure"] + Root_infrastructure --> repositories["📁 repositories"] + Root_infrastructure --> schemas["📁 schemas"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/backend/src/modules/partnership/infrastructure/repositories/README.md b/backend/src/modules/partnership/infrastructure/repositories/README.md index 7a2a9c80..21c9df6f 100644 --- a/backend/src/modules/partnership/infrastructure/repositories/README.md +++ b/backend/src/modules/partnership/infrastructure/repositories/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 repositories"] - Root --> partnership_repository_ts["📄 partnership.repository.ts"] + Root_repositories["📁 repositories"] + Root_repositories --> f_partnership_repository_ts["📄 partnership.repository.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/partnership/infrastructure/schemas/README.md b/backend/src/modules/partnership/infrastructure/schemas/README.md index f54ea0d3..2a09784a 100644 --- a/backend/src/modules/partnership/infrastructure/schemas/README.md +++ b/backend/src/modules/partnership/infrastructure/schemas/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 schemas"] - Root --> partnership_schema_ts["📄 partnership.schema.ts"] + Root_schemas["📁 schemas"] + Root_schemas --> f_partnership_schema_ts["📄 partnership.schema.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/partnership/presentation/README.md b/backend/src/modules/partnership/presentation/README.md index 0cdfd4fd..0f71728f 100644 --- a/backend/src/modules/partnership/presentation/README.md +++ b/backend/src/modules/partnership/presentation/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 presentation"] - Root --> dto["📁 dto"] - Root --> partnership_controller_ts["📄 partnership.controller.ts"] + Root_presentation["📁 presentation"] + Root_presentation --> dto["📁 dto"] + Root_presentation --> f_partnership_controller_ts["📄 partnership.controller.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/partnership/presentation/dto/README.md b/backend/src/modules/partnership/presentation/dto/README.md index eca44cdd..a50f5da5 100644 --- a/backend/src/modules/partnership/presentation/dto/README.md +++ b/backend/src/modules/partnership/presentation/dto/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 dto"] - Root --> create_partnership_dto_ts["📄 create-partnership.dto.ts"] - Root --> update_partnership_dto_ts["📄 update-partnership.dto.ts"] + Root_dto["📁 dto"] + Root_dto --> f_create_partnership_dto_ts["📄 create-partnership.dto.ts"] + Root_dto --> f_update_partnership_dto_ts["📄 update-partnership.dto.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/payment/README.md b/backend/src/modules/payment/README.md index 616722ed..f77d6379 100644 --- a/backend/src/modules/payment/README.md +++ b/backend/src/modules/payment/README.md @@ -8,12 +8,12 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 payment"] - Root --> strategies["📁 strategies"] - Root --> index_ts["📄 index.ts"] - Root --> payment_controller_ts["📄 payment.controller.ts"] - Root --> payment_module_ts["📄 payment.module.ts"] - Root --> payment_service_ts["📄 payment.service.ts"] + Root_payment["📁 payment"] + Root_payment --> strategies["📁 strategies"] + Root_payment --> f_index_ts["📄 index.ts"] + Root_payment --> f_payment_controller_ts["📄 payment.controller.ts"] + Root_payment --> f_payment_module_ts["📄 payment.module.ts"] + Root_payment --> f_payment_service_ts["📄 payment.service.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/payment/strategies/README.md b/backend/src/modules/payment/strategies/README.md index 1007b878..c74f596a 100644 --- a/backend/src/modules/payment/strategies/README.md +++ b/backend/src/modules/payment/strategies/README.md @@ -8,10 +8,10 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 strategies"] - Root --> alif_pay_strategy_ts["📄 alif-pay.strategy.ts"] - Root --> mock_card_strategy_ts["📄 mock-card.strategy.ts"] - Root --> payment_strategy_ts["📄 payment.strategy.ts"] + Root_strategies["📁 strategies"] + Root_strategies --> f_alif_pay_strategy_ts["📄 alif-pay.strategy.ts"] + Root_strategies --> f_mock_card_strategy_ts["📄 mock-card.strategy.ts"] + Root_strategies --> f_payment_strategy_ts["📄 payment.strategy.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/treatments/README.md b/backend/src/modules/treatments/README.md index 47ea8252..9538c89e 100644 --- a/backend/src/modules/treatments/README.md +++ b/backend/src/modules/treatments/README.md @@ -8,13 +8,13 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 treatments"] - Root --> application["📁 application"] - Root --> domain["📁 domain"] - Root --> infrastructure["📁 infrastructure"] - Root --> presentation["📁 presentation"] - Root --> index_ts["📄 index.ts"] - Root --> treatments_module_ts["📄 treatments.module.ts"] + Root_treatments["📁 treatments"] + Root_treatments --> application["📁 application"] + Root_treatments --> domain["📁 domain"] + Root_treatments --> infrastructure["📁 infrastructure"] + Root_treatments --> presentation["📁 presentation"] + Root_treatments --> f_index_ts["📄 index.ts"] + Root_treatments --> f_treatments_module_ts["📄 treatments.module.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/treatments/application/README.md b/backend/src/modules/treatments/application/README.md index 7cb6487d..38566787 100644 --- a/backend/src/modules/treatments/application/README.md +++ b/backend/src/modules/treatments/application/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 application"] - Root --> treatments_service_ts["📄 treatments.service.ts"] + Root_application["📁 application"] + Root_application --> f_treatments_service_ts["📄 treatments.service.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/treatments/domain/README.md b/backend/src/modules/treatments/domain/README.md index 1da9154f..2d37c169 100644 --- a/backend/src/modules/treatments/domain/README.md +++ b/backend/src/modules/treatments/domain/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 domain"] - Root --> treatments_entity_ts["📄 treatments.entity.ts"] + Root_domain["📁 domain"] + Root_domain --> f_treatments_entity_ts["📄 treatments.entity.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/treatments/infrastructure/README.md b/backend/src/modules/treatments/infrastructure/README.md index 1f3c64af..1ecab7b3 100644 --- a/backend/src/modules/treatments/infrastructure/README.md +++ b/backend/src/modules/treatments/infrastructure/README.md @@ -8,13 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> repositories["📁 repositories"] - Root --> schemas["📁 schemas"] + Root_infrastructure["📁 infrastructure"] + Root_infrastructure --> repositories["📁 repositories"] + Root_infrastructure --> schemas["📁 schemas"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/backend/src/modules/treatments/infrastructure/repositories/README.md b/backend/src/modules/treatments/infrastructure/repositories/README.md index b76c4329..e22b4ce6 100644 --- a/backend/src/modules/treatments/infrastructure/repositories/README.md +++ b/backend/src/modules/treatments/infrastructure/repositories/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 repositories"] - Root --> treatments_repository_ts["📄 treatments.repository.ts"] + Root_repositories["📁 repositories"] + Root_repositories --> f_treatments_repository_ts["📄 treatments.repository.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/treatments/infrastructure/schemas/README.md b/backend/src/modules/treatments/infrastructure/schemas/README.md index 9a88d55e..f268adb3 100644 --- a/backend/src/modules/treatments/infrastructure/schemas/README.md +++ b/backend/src/modules/treatments/infrastructure/schemas/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 schemas"] - Root --> treatments_schema_ts["📄 treatments.schema.ts"] + Root_schemas["📁 schemas"] + Root_schemas --> f_treatments_schema_ts["📄 treatments.schema.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/treatments/presentation/README.md b/backend/src/modules/treatments/presentation/README.md index 7a6948d7..23db8d85 100644 --- a/backend/src/modules/treatments/presentation/README.md +++ b/backend/src/modules/treatments/presentation/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 presentation"] - Root --> dto["📁 dto"] - Root --> treatments_controller_ts["📄 treatments.controller.ts"] + Root_presentation["📁 presentation"] + Root_presentation --> dto["📁 dto"] + Root_presentation --> f_treatments_controller_ts["📄 treatments.controller.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/treatments/presentation/dto/README.md b/backend/src/modules/treatments/presentation/dto/README.md index 0321e55b..2b6dc7d1 100644 --- a/backend/src/modules/treatments/presentation/dto/README.md +++ b/backend/src/modules/treatments/presentation/dto/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 dto"] - Root --> create_treatments_dto_ts["📄 create-treatments.dto.ts"] - Root --> update_treatments_dto_ts["📄 update-treatments.dto.ts"] + Root_dto["📁 dto"] + Root_dto --> f_create_treatments_dto_ts["📄 create-treatments.dto.ts"] + Root_dto --> f_update_treatments_dto_ts["📄 update-treatments.dto.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/user/README.md b/backend/src/modules/user/README.md index 4d80484e..f96d9572 100644 --- a/backend/src/modules/user/README.md +++ b/backend/src/modules/user/README.md @@ -8,13 +8,13 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 user"] - Root --> application["📁 application"] - Root --> domain["📁 domain"] - Root --> infrastructure["📁 infrastructure"] - Root --> presentation["📁 presentation"] - Root --> index_ts["📄 index.ts"] - Root --> user_module_ts["📄 user.module.ts"] + Root_user["📁 user"] + Root_user --> application["📁 application"] + Root_user --> domain["📁 domain"] + Root_user --> infrastructure["📁 infrastructure"] + Root_user --> presentation["📁 presentation"] + Root_user --> f_index_ts["📄 index.ts"] + Root_user --> f_user_module_ts["📄 user.module.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/user/application/README.md b/backend/src/modules/user/application/README.md index 49d3c42d..5b216e57 100644 --- a/backend/src/modules/user/application/README.md +++ b/backend/src/modules/user/application/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 application"] - Root --> user_service_ts["📄 user.service.ts"] + Root_application["📁 application"] + Root_application --> f_user_service_ts["📄 user.service.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/user/domain/README.md b/backend/src/modules/user/domain/README.md index b30d4a9f..5ac2ff0a 100644 --- a/backend/src/modules/user/domain/README.md +++ b/backend/src/modules/user/domain/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 domain"] - Root --> user_entity_ts["📄 user.entity.ts"] + Root_domain["📁 domain"] + Root_domain --> f_user_entity_ts["📄 user.entity.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/user/infrastructure/README.md b/backend/src/modules/user/infrastructure/README.md index 0c8fe858..7c12c5f4 100644 --- a/backend/src/modules/user/infrastructure/README.md +++ b/backend/src/modules/user/infrastructure/README.md @@ -8,13 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> repositories["📁 repositories"] - Root --> schemas["📁 schemas"] + Root_infrastructure["📁 infrastructure"] + Root_infrastructure --> repositories["📁 repositories"] + Root_infrastructure --> schemas["📁 schemas"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/backend/src/modules/user/infrastructure/repositories/README.md b/backend/src/modules/user/infrastructure/repositories/README.md index 0d1e6fb3..34d51ad6 100644 --- a/backend/src/modules/user/infrastructure/repositories/README.md +++ b/backend/src/modules/user/infrastructure/repositories/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 repositories"] - Root --> user_repository_ts["📄 user.repository.ts"] + Root_repositories["📁 repositories"] + Root_repositories --> f_user_repository_ts["📄 user.repository.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/user/infrastructure/schemas/README.md b/backend/src/modules/user/infrastructure/schemas/README.md index 2e531db3..0e05cfff 100644 --- a/backend/src/modules/user/infrastructure/schemas/README.md +++ b/backend/src/modules/user/infrastructure/schemas/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 schemas"] - Root --> user_schema_ts["📄 user.schema.ts"] + Root_schemas["📁 schemas"] + Root_schemas --> f_user_schema_ts["📄 user.schema.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/user/presentation/README.md b/backend/src/modules/user/presentation/README.md index 3c548cff..4bacdf7a 100644 --- a/backend/src/modules/user/presentation/README.md +++ b/backend/src/modules/user/presentation/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 presentation"] - Root --> dto["📁 dto"] - Root --> user_controller_ts["📄 user.controller.ts"] + Root_presentation["📁 presentation"] + Root_presentation --> dto["📁 dto"] + Root_presentation --> f_user_controller_ts["📄 user.controller.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/user/presentation/dto/README.md b/backend/src/modules/user/presentation/dto/README.md index 2d6f70ec..fbdb4fb8 100644 --- a/backend/src/modules/user/presentation/dto/README.md +++ b/backend/src/modules/user/presentation/dto/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 dto"] - Root --> create_user_dto_ts["📄 create-user.dto.ts"] - Root --> update_user_dto_ts["📄 update-user.dto.ts"] + Root_dto["📁 dto"] + Root_dto --> f_create_user_dto_ts["📄 create-user.dto.ts"] + Root_dto --> f_update_user_dto_ts["📄 update-user.dto.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/veil/README.md b/backend/src/modules/veil/README.md index 17f02552..938a007a 100644 --- a/backend/src/modules/veil/README.md +++ b/backend/src/modules/veil/README.md @@ -8,13 +8,13 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 veil"] - Root --> application["📁 application"] - Root --> domain["📁 domain"] - Root --> infrastructure["📁 infrastructure"] - Root --> presentation["📁 presentation"] - Root --> index_ts["📄 index.ts"] - Root --> veil_module_ts["📄 veil.module.ts"] + Root_veil["📁 veil"] + Root_veil --> application["📁 application"] + Root_veil --> domain["📁 domain"] + Root_veil --> infrastructure["📁 infrastructure"] + Root_veil --> presentation["📁 presentation"] + Root_veil --> f_index_ts["📄 index.ts"] + Root_veil --> f_veil_module_ts["📄 veil.module.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/veil/application/README.md b/backend/src/modules/veil/application/README.md index 87cb6374..0c82beec 100644 --- a/backend/src/modules/veil/application/README.md +++ b/backend/src/modules/veil/application/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 application"] - Root --> veil_service_ts["📄 veil.service.ts"] + Root_application["📁 application"] + Root_application --> f_veil_service_ts["📄 veil.service.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/veil/domain/README.md b/backend/src/modules/veil/domain/README.md index 0bea95ff..d59a8dff 100644 --- a/backend/src/modules/veil/domain/README.md +++ b/backend/src/modules/veil/domain/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 domain"] - Root --> veil_entity_ts["📄 veil.entity.ts"] + Root_domain["📁 domain"] + Root_domain --> f_veil_entity_ts["📄 veil.entity.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/veil/infrastructure/README.md b/backend/src/modules/veil/infrastructure/README.md index c53314ee..e2ab1bf8 100644 --- a/backend/src/modules/veil/infrastructure/README.md +++ b/backend/src/modules/veil/infrastructure/README.md @@ -8,13 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> repositories["📁 repositories"] - Root --> schemas["📁 schemas"] + Root_infrastructure["📁 infrastructure"] + Root_infrastructure --> repositories["📁 repositories"] + Root_infrastructure --> schemas["📁 schemas"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/backend/src/modules/veil/infrastructure/repositories/README.md b/backend/src/modules/veil/infrastructure/repositories/README.md index abebe092..f2a7aa4d 100644 --- a/backend/src/modules/veil/infrastructure/repositories/README.md +++ b/backend/src/modules/veil/infrastructure/repositories/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 repositories"] - Root --> veil_repository_ts["📄 veil.repository.ts"] + Root_repositories["📁 repositories"] + Root_repositories --> f_veil_repository_ts["📄 veil.repository.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/veil/infrastructure/schemas/README.md b/backend/src/modules/veil/infrastructure/schemas/README.md index a129ab0b..ba548c55 100644 --- a/backend/src/modules/veil/infrastructure/schemas/README.md +++ b/backend/src/modules/veil/infrastructure/schemas/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 schemas"] - Root --> veil_schema_ts["📄 veil.schema.ts"] + Root_schemas["📁 schemas"] + Root_schemas --> f_veil_schema_ts["📄 veil.schema.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/veil/presentation/README.md b/backend/src/modules/veil/presentation/README.md index cceea6fe..661fa753 100644 --- a/backend/src/modules/veil/presentation/README.md +++ b/backend/src/modules/veil/presentation/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 presentation"] - Root --> dto["📁 dto"] - Root --> veil_controller_ts["📄 veil.controller.ts"] + Root_presentation["📁 presentation"] + Root_presentation --> dto["📁 dto"] + Root_presentation --> f_veil_controller_ts["📄 veil.controller.ts"] ``` ## 📄 File Registry diff --git a/backend/src/modules/veil/presentation/dto/README.md b/backend/src/modules/veil/presentation/dto/README.md index 6cbbe5cd..8cfaf2b9 100644 --- a/backend/src/modules/veil/presentation/dto/README.md +++ b/backend/src/modules/veil/presentation/dto/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 dto"] - Root --> create_veil_dto_ts["📄 create-veil.dto.ts"] - Root --> update_veil_dto_ts["📄 update-veil.dto.ts"] + Root_dto["📁 dto"] + Root_dto --> f_create_veil_dto_ts["📄 create-veil.dto.ts"] + Root_dto --> f_update_veil_dto_ts["📄 update-veil.dto.ts"] ``` ## 📄 File Registry diff --git a/frontend/README.md b/frontend/README.md index 6282bdff..36eaad55 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -8,17 +8,17 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 frontend"] - Root --> public["📁 public"] - Root --> src["📁 src"] - Root --> angular_json["📄 angular.json"] - Root --> index_html["📄 index.html"] - Root --> index_tsx["📄 index.tsx"] - Root --> leaflet_css["📄 leaflet.css"] - Root --> metadata_json["📄 metadata.json"] - Root --> package_lock_json["📄 package-lock.json"] - Root --> package_json["📄 package.json"] - Root --> tsconfig_json["📄 tsconfig.json"] + Root_frontend["📁 frontend"] + Root_frontend --> environments["📁 environments"] + Root_frontend --> src["📁 src"] + Root_frontend --> f_angular_json["📄 angular.json"] + Root_frontend --> f_index_html["📄 index.html"] + Root_frontend --> f_index_tsx["📄 index.tsx"] + Root_frontend --> f_leaflet_css["📄 leaflet.css"] + Root_frontend --> f_metadata_json["📄 metadata.json"] + Root_frontend --> f_package_lock_json["📄 package-lock.json"] + Root_frontend --> f_package_json["📄 package.json"] + Root_frontend --> f_tsconfig_json["📄 tsconfig.json"] ``` ## 📄 File Registry @@ -37,7 +37,6 @@ graph TD - `./src/app.component` - `./src/app/app.config` - `@angular/platform-browser` -- `leaflet/dist/leaflet.css` ## 🛠️ Usage ```typescript diff --git a/frontend/environments/README.md b/frontend/environments/README.md new file mode 100644 index 00000000..eba4af38 --- /dev/null +++ b/frontend/environments/README.md @@ -0,0 +1,38 @@ +# 📁 environments + +[Root](/.) > [frontend](/frontend) > [environments](/frontend/environments) + +## 🎯 Purpose +Delivering luxury-tier architectural components and high-performance logic for the **environments** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. + +## 🏗️ Architecture +```mermaid +graph TD + Root_environments["📁 environments"] + Root_environments --> f_environment_development_ts["📄 environment.development.ts"] + Root_environments --> f_environment_en_ts["📄 environment.en.ts"] + Root_environments --> f_environment_ru_ts["📄 environment.ru.ts"] + Root_environments --> f_environment_tg_ts["📄 environment.tg.ts"] + Root_environments --> f_environment_ts["📄 environment.ts"] +``` + +## 📄 File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| `environment.development.ts` | TypeScript | Type definitions and domain models for environment.development.ts. | N/A | +| `environment.en.ts` | TypeScript | Provides core logic and orchestration for environment.en.ts. | N/A | +| `environment.ru.ts` | TypeScript | Provides core logic and orchestration for environment.ru.ts. | N/A | +| `environment.tg.ts` | TypeScript | Provides core logic and orchestration for environment.tg.ts. | N/A | +| `environment.ts` | TypeScript | Provides core logic and orchestration for environment.ts. | N/A | + +## 🔗 Dependencies +- `./environment.development` + +## 🛠️ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './environments'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/frontend/src/README.md b/frontend/src/README.md index 95d1aabe..1fce1936 100644 --- a/frontend/src/README.md +++ b/frontend/src/README.md @@ -8,23 +8,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 src"] - Root --> app["📁 app"] - Root --> backend["📁 backend"] - Root --> core["📁 core"] - Root --> entities["📁 entities"] - Root --> environments["📁 environments"] - Root --> features["📁 features"] - Root --> locale["📁 locale"] - Root --> pages["📁 pages"] - Root --> shared["📁 shared"] - Root --> types["📁 types"] - Root --> widgets["📁 widgets"] - Root --> app_component_html["📄 app.component.html"] - Root --> app_component_scss["📄 app.component.scss"] - Root --> app_component_ts["📄 app.component.ts"] - Root --> app_routes_ts["📄 app.routes.ts"] - Root --> main_ts["📄 main.ts"] + Root_src["📁 src"] + Root_src --> app["📁 app"] + Root_src --> backend["📁 backend"] + Root_src --> core["📁 core"] + Root_src --> entities["📁 entities"] + Root_src --> features["📁 features"] + Root_src --> locale["📁 locale"] + Root_src --> pages["📁 pages"] + Root_src --> shared["📁 shared"] + Root_src --> types["📁 types"] + Root_src --> widgets["📁 widgets"] + Root_src --> f_app_component_html["📄 app.component.html"] + Root_src --> f_app_component_scss["📄 app.component.scss"] + Root_src --> f_app_component_ts["📄 app.component.ts"] + Root_src --> f_app_routes_ts["📄 app.routes.ts"] + Root_src --> f_main_ts["📄 main.ts"] ``` ## 📄 File Registry @@ -33,7 +32,7 @@ graph TD | `app.component.html` | Template | Structural template and layout for app.component.html. | N/A | | `app.component.scss` | Stylesheet | Luxury styling and visual presentation for app.component.scss. | N/A | | `app.component.ts` | TypeScript | UI component logic and state management for app.component.ts. | @angular, @shared | -| `app.routes.ts` | TypeScript | Provides core logic and orchestration for app.routes.ts. | @angular, @pages, @widgets | +| `app.routes.ts` | TypeScript | Provides core logic and orchestration for app.routes.ts. | @angular, @core | | `main.ts` | TypeScript | Provides core logic and orchestration for main.ts. | @angular | ## 🔗 Dependencies @@ -42,10 +41,9 @@ graph TD - `@angular/common` - `@angular/platform-browser` - `@angular/router` -- `@pages/auth` +- `@core/guards` - `@shared/services` - `@shared/ui` -- `@widgets/layouts` ## 🛠️ Usage ```typescript diff --git a/frontend/src/app/README.md b/frontend/src/app/README.md index 4f0fecb2..c446d07c 100644 --- a/frontend/src/app/README.md +++ b/frontend/src/app/README.md @@ -2,16 +2,14 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [app](/frontend/src/app) -**FSD Layer:** App - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **app** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. ## 🏗️ Architecture ```mermaid graph TD - Root["📁 app"] - Root --> app_config_ts["📄 app.config.ts"] + Root_app["📁 app"] + Root_app --> f_app_config_ts["📄 app.config.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/backend/README.md b/frontend/src/backend/README.md index 4e5fc67d..15f73514 100644 --- a/frontend/src/backend/README.md +++ b/frontend/src/backend/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 backend"] - Root --> index_ts["📄 index.ts"] - Root --> telegram_auth_guard_ts["📄 telegram-auth.guard.ts"] + Root_backend["📁 backend"] + Root_backend --> f_index_ts["📄 index.ts"] + Root_backend --> f_telegram_auth_guard_ts["📄 telegram-auth.guard.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/core/README.md b/frontend/src/core/README.md index b0fbfd4b..0a556130 100644 --- a/frontend/src/core/README.md +++ b/frontend/src/core/README.md @@ -8,14 +8,15 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 core"] - Root --> constants["📁 constants"] - Root --> guards["📁 guards"] - Root --> interceptors["📁 interceptors"] + Root_core["📁 core"] + Root_core --> constants["📁 constants"] + Root_core --> guards["📁 guards"] + Root_core --> interceptors["📁 interceptors"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/frontend/src/core/constants/README.md b/frontend/src/core/constants/README.md index 460c4195..161cc8a1 100644 --- a/frontend/src/core/constants/README.md +++ b/frontend/src/core/constants/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 constants"] - Root --> api_endpoints_ts["📄 api-endpoints.ts"] - Root --> index_ts["📄 index.ts"] + Root_constants["📁 constants"] + Root_constants --> f_api_endpoints_ts["📄 api-endpoints.ts"] + Root_constants --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/core/guards/README.md b/frontend/src/core/guards/README.md index 98b37c99..c7b85f66 100644 --- a/frontend/src/core/guards/README.md +++ b/frontend/src/core/guards/README.md @@ -8,10 +8,10 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 guards"] - Root --> admin_guard_ts["📄 admin.guard.ts"] - Root --> auth_guard_ts["📄 auth.guard.ts"] - Root --> index_ts["📄 index.ts"] + Root_guards["📁 guards"] + Root_guards --> f_admin_guard_ts["📄 admin.guard.ts"] + Root_guards --> f_auth_guard_ts["📄 auth.guard.ts"] + Root_guards --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/core/interceptors/README.md b/frontend/src/core/interceptors/README.md index e3d36af2..d69556bd 100644 --- a/frontend/src/core/interceptors/README.md +++ b/frontend/src/core/interceptors/README.md @@ -8,10 +8,10 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 interceptors"] - Root --> api_interceptor_ts["📄 api.interceptor.ts"] - Root --> error_interceptor_ts["📄 error.interceptor.ts"] - Root --> index_ts["📄 index.ts"] + Root_interceptors["📁 interceptors"] + Root_interceptors --> f_api_interceptor_ts["📄 api.interceptor.ts"] + Root_interceptors --> f_error_interceptor_ts["📄 error.interceptor.ts"] + Root_interceptors --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/entities/README.md b/frontend/src/entities/README.md index 26b108cd..f260700c 100644 --- a/frontend/src/entities/README.md +++ b/frontend/src/entities/README.md @@ -2,24 +2,25 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) -**FSD Layer:** Entity - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **entities** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Entity + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 entities"] - Root --> admin-settings["📁 admin-settings"] - Root --> gallery["📁 gallery"] - Root --> treatments["📁 treatments"] - Root --> user["📁 user"] - Root --> veil["📁 veil"] + Root_entities["📁 entities"] + Root_entities --> admin_settings["📁 admin-settings"] + Root_entities --> gallery["📁 gallery"] + Root_entities --> treatments["📁 treatments"] + Root_entities --> user["📁 user"] + Root_entities --> veil["📁 veil"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/frontend/src/entities/admin-settings/README.md b/frontend/src/entities/admin-settings/README.md index 6c36646b..bc90e7cb 100644 --- a/frontend/src/entities/admin-settings/README.md +++ b/frontend/src/entities/admin-settings/README.md @@ -2,17 +2,17 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [admin-settings](/frontend/src/entities/admin-settings) -**FSD Layer:** Entity - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **admin-settings** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Entity + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 admin-settings"] - Root --> admin_settings_service_ts["📄 admin-settings.service.ts"] - Root --> index_ts["📄 index.ts"] + Root_admin_settings["📁 admin-settings"] + Root_admin_settings --> f_admin_settings_service_ts["📄 admin-settings.service.ts"] + Root_admin_settings --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/entities/gallery/README.md b/frontend/src/entities/gallery/README.md index 26b0bbf2..e6b20bcc 100644 --- a/frontend/src/entities/gallery/README.md +++ b/frontend/src/entities/gallery/README.md @@ -2,18 +2,18 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [gallery](/frontend/src/entities/gallery) -**FSD Layer:** Entity - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **gallery** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Entity + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 gallery"] - Root --> constants["📁 constants"] - Root --> gallery_service_ts["📄 gallery.service.ts"] - Root --> index_ts["📄 index.ts"] + Root_gallery["📁 gallery"] + Root_gallery --> constants["📁 constants"] + Root_gallery --> f_gallery_service_ts["📄 gallery.service.ts"] + Root_gallery --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/entities/gallery/constants/README.md b/frontend/src/entities/gallery/constants/README.md index 9806c978..8c728145 100644 --- a/frontend/src/entities/gallery/constants/README.md +++ b/frontend/src/entities/gallery/constants/README.md @@ -2,16 +2,16 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [gallery](/frontend/src/entities/gallery) > [constants](/frontend/src/entities/gallery/constants) -**FSD Layer:** Entity - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **constants** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Entity + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 constants"] - Root --> gallery_constants_ts["📄 gallery.constants.ts"] + Root_constants["📁 constants"] + Root_constants --> f_gallery_constants_ts["📄 gallery.constants.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/entities/treatments/README.md b/frontend/src/entities/treatments/README.md index 5bce2c27..a36df7c2 100644 --- a/frontend/src/entities/treatments/README.md +++ b/frontend/src/entities/treatments/README.md @@ -2,18 +2,18 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [treatments](/frontend/src/entities/treatments) -**FSD Layer:** Entity - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **treatments** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Entity + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 treatments"] - Root --> constants["📁 constants"] - Root --> index_ts["📄 index.ts"] - Root --> treatments_service_ts["📄 treatments.service.ts"] + Root_treatments["📁 treatments"] + Root_treatments --> constants["📁 constants"] + Root_treatments --> f_index_ts["📄 index.ts"] + Root_treatments --> f_treatments_service_ts["📄 treatments.service.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/entities/treatments/constants/README.md b/frontend/src/entities/treatments/constants/README.md index e5eaca65..b8da5a14 100644 --- a/frontend/src/entities/treatments/constants/README.md +++ b/frontend/src/entities/treatments/constants/README.md @@ -2,16 +2,16 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [treatments](/frontend/src/entities/treatments) > [constants](/frontend/src/entities/treatments/constants) -**FSD Layer:** Entity - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **constants** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Entity + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 constants"] - Root --> treatments_constants_ts["📄 treatments.constants.ts"] + Root_constants["📁 constants"] + Root_constants --> f_treatments_constants_ts["📄 treatments.constants.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/entities/user/README.md b/frontend/src/entities/user/README.md index 8cc8e2b6..2334fe4d 100644 --- a/frontend/src/entities/user/README.md +++ b/frontend/src/entities/user/README.md @@ -2,20 +2,20 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [user](/frontend/src/entities/user) -**FSD Layer:** Entity - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **user** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Entity + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 user"] - Root --> constants["📁 constants"] - Root --> model["📁 model"] - Root --> auth_service_ts["📄 auth.service.ts"] - Root --> index_ts["📄 index.ts"] - Root --> user_service_ts["📄 user.service.ts"] + Root_user["📁 user"] + Root_user --> constants["📁 constants"] + Root_user --> model["📁 model"] + Root_user --> f_auth_service_ts["📄 auth.service.ts"] + Root_user --> f_index_ts["📄 index.ts"] + Root_user --> f_user_service_ts["📄 user.service.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/entities/user/constants/README.md b/frontend/src/entities/user/constants/README.md index eef76311..1bfda301 100644 --- a/frontend/src/entities/user/constants/README.md +++ b/frontend/src/entities/user/constants/README.md @@ -2,16 +2,16 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [user](/frontend/src/entities/user) > [constants](/frontend/src/entities/user/constants) -**FSD Layer:** Entity - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **constants** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Entity + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 constants"] - Root --> user_constants_ts["📄 user.constants.ts"] + Root_constants["📁 constants"] + Root_constants --> f_user_constants_ts["📄 user.constants.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/entities/user/model/README.md b/frontend/src/entities/user/model/README.md index 9ae9f0c9..5fb971a6 100644 --- a/frontend/src/entities/user/model/README.md +++ b/frontend/src/entities/user/model/README.md @@ -2,16 +2,16 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [user](/frontend/src/entities/user) > [model](/frontend/src/entities/user/model) -**FSD Layer:** Entity - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **model** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Entity + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 model"] - Root --> user_model_ts["📄 user.model.ts"] + Root_model["📁 model"] + Root_model --> f_user_model_ts["📄 user.model.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/entities/veil/README.md b/frontend/src/entities/veil/README.md index 600f9ffb..92f35bd1 100644 --- a/frontend/src/entities/veil/README.md +++ b/frontend/src/entities/veil/README.md @@ -2,18 +2,18 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [veil](/frontend/src/entities/veil) -**FSD Layer:** Entity - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **veil** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Entity + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 veil"] - Root --> constants["📁 constants"] - Root --> index_ts["📄 index.ts"] - Root --> veil_service_ts["📄 veil.service.ts"] + Root_veil["📁 veil"] + Root_veil --> constants["📁 constants"] + Root_veil --> f_index_ts["📄 index.ts"] + Root_veil --> f_veil_service_ts["📄 veil.service.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/entities/veil/constants/README.md b/frontend/src/entities/veil/constants/README.md index b92501c2..4db48076 100644 --- a/frontend/src/entities/veil/constants/README.md +++ b/frontend/src/entities/veil/constants/README.md @@ -2,16 +2,16 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [veil](/frontend/src/entities/veil) > [constants](/frontend/src/entities/veil/constants) -**FSD Layer:** Entity - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **constants** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Entity + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 constants"] - Root --> veil_constants_ts["📄 veil.constants.ts"] + Root_constants["📁 constants"] + Root_constants --> f_veil_constants_ts["📄 veil.constants.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/features/README.md b/frontend/src/features/README.md index 9cfa039d..85555723 100644 --- a/frontend/src/features/README.md +++ b/frontend/src/features/README.md @@ -2,24 +2,27 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) -**FSD Layer:** Feature - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **features** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Feature + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 features"] - Root --> client-form["📁 client-form"] - Root --> gallery["📁 gallery"] - Root --> language-selection["📁 language-selection"] - Root --> treatments["📁 treatments"] - Root --> veil["📁 veil"] + Root_features["📁 features"] + Root_features --> auth["📁 auth"] + Root_features --> client_form["📁 client-form"] + Root_features --> gallery["📁 gallery"] + Root_features --> language_selection["📁 language-selection"] + Root_features --> treatments["📁 treatments"] + Root_features --> user["📁 user"] + Root_features --> veil["📁 veil"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/frontend/src/features/auth/README.md b/frontend/src/features/auth/README.md new file mode 100644 index 00000000..9182e670 --- /dev/null +++ b/frontend/src/features/auth/README.md @@ -0,0 +1,34 @@ +# 📁 auth + +[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [auth](/frontend/src/features/auth) + +## 🎯 Purpose +Delivering luxury-tier architectural components and high-performance logic for the **auth** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. + +**FSD Layer:** Feature + +## 🏗️ Architecture +```mermaid +graph TD + Root_auth["📁 auth"] + Root_auth --> model["📁 model"] + Root_auth --> ui["📁 ui"] + Root_auth --> f_index_ts["📄 index.ts"] +``` + +## 📄 File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | + +## 🔗 Dependencies +- No external dependencies. + +## 🛠️ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './auth'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/frontend/src/features/auth/model/README.md b/frontend/src/features/auth/model/README.md new file mode 100644 index 00000000..d84a7009 --- /dev/null +++ b/frontend/src/features/auth/model/README.md @@ -0,0 +1,32 @@ +# 📁 model + +[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [auth](/frontend/src/features/auth) > [model](/frontend/src/features/auth/model) + +## 🎯 Purpose +Delivering luxury-tier architectural components and high-performance logic for the **model** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. + +**FSD Layer:** Feature + +## 🏗️ Architecture +```mermaid +graph TD + Root_model["📁 model"] + Root_model --> f_auth_model_ts["📄 auth.model.ts"] +``` + +## 📄 File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| `auth.model.ts` | TypeScript | Type definitions and domain models for auth.model.ts. | @angular | + +## 🔗 Dependencies +- `@angular/forms/signals` + +## 🛠️ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './model'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/frontend/src/features/auth/ui/README.md b/frontend/src/features/auth/ui/README.md new file mode 100644 index 00000000..b5dac108 --- /dev/null +++ b/frontend/src/features/auth/ui/README.md @@ -0,0 +1,32 @@ +# 📁 ui + +[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [auth](/frontend/src/features/auth) > [ui](/frontend/src/features/auth/ui) + +## 🎯 Purpose +Delivering luxury-tier architectural components and high-performance logic for the **ui** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. + +**FSD Layer:** Feature + +## 🏗️ Architecture +```mermaid +graph TD + Root_ui["📁 ui"] + Root_ui --> signin_form["📁 signin-form"] + Root_ui --> signup_form["📁 signup-form"] +``` + +## 📄 File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| + +## 🔗 Dependencies +- No external dependencies. + +## 🛠️ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './ui'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/frontend/src/features/auth/ui/signin-form/README.md b/frontend/src/features/auth/ui/signin-form/README.md new file mode 100644 index 00000000..f9de1c2d --- /dev/null +++ b/frontend/src/features/auth/ui/signin-form/README.md @@ -0,0 +1,39 @@ +# 📁 signin-form + +[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [auth](/frontend/src/features/auth) > [ui](/frontend/src/features/auth/ui) > [signin-form](/frontend/src/features/auth/ui/signin-form) + +## 🎯 Purpose +Delivering luxury-tier architectural components and high-performance logic for the **signin-form** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. + +**FSD Layer:** Feature + +## 🏗️ Architecture +```mermaid +graph TD + Root_signin_form["📁 signin-form"] + Root_signin_form --> f_signin_form_component_html["📄 signin-form.component.html"] + Root_signin_form --> f_signin_form_component_scss["📄 signin-form.component.scss"] + Root_signin_form --> f_signin_form_component_ts["📄 signin-form.component.ts"] +``` + +## 📄 File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| `signin-form.component.html` | Template | Provides core logic and orchestration for signin-form.component.html. | N/A | +| `signin-form.component.scss` | Stylesheet | Provides core logic and orchestration for signin-form.component.scss. | N/A | +| `signin-form.component.ts` | TypeScript | UI component logic and state management for signin-form.component.ts. | @angular, @features, @shared | + +## 🔗 Dependencies +- `@angular/core` +- `@angular/forms/signals` +- `@features/auth/model/auth.model` +- `@shared/services` + +## 🛠️ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './signin-form'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/frontend/src/features/auth/ui/signup-form/README.md b/frontend/src/features/auth/ui/signup-form/README.md new file mode 100644 index 00000000..3469a071 --- /dev/null +++ b/frontend/src/features/auth/ui/signup-form/README.md @@ -0,0 +1,38 @@ +# 📁 signup-form + +[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [auth](/frontend/src/features/auth) > [ui](/frontend/src/features/auth/ui) > [signup-form](/frontend/src/features/auth/ui/signup-form) + +## 🎯 Purpose +Delivering luxury-tier architectural components and high-performance logic for the **signup-form** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. + +**FSD Layer:** Feature + +## 🏗️ Architecture +```mermaid +graph TD + Root_signup_form["📁 signup-form"] + Root_signup_form --> f_signup_form_component_html["📄 signup-form.component.html"] + Root_signup_form --> f_signup_form_component_scss["📄 signup-form.component.scss"] + Root_signup_form --> f_signup_form_component_ts["📄 signup-form.component.ts"] +``` + +## 📄 File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| `signup-form.component.html` | Template | Provides core logic and orchestration for signup-form.component.html. | N/A | +| `signup-form.component.scss` | Stylesheet | Provides core logic and orchestration for signup-form.component.scss. | N/A | +| `signup-form.component.ts` | TypeScript | UI component logic and state management for signup-form.component.ts. | @angular, @features | + +## 🔗 Dependencies +- `@angular/core` +- `@angular/forms/signals` +- `@features/auth/model/auth.model` + +## 🛠️ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './signup-form'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/frontend/src/features/client-form/README.md b/frontend/src/features/client-form/README.md index e2993639..1e8367fb 100644 --- a/frontend/src/features/client-form/README.md +++ b/frontend/src/features/client-form/README.md @@ -2,18 +2,18 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [client-form](/frontend/src/features/client-form) -**FSD Layer:** Feature - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **client-form** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Feature + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 client-form"] - Root --> client_form_component_html["📄 client-form.component.html"] - Root --> client_form_component_ts["📄 client-form.component.ts"] - Root --> index_ts["📄 index.ts"] + Root_client_form["📁 client-form"] + Root_client_form --> f_client_form_component_html["📄 client-form.component.html"] + Root_client_form --> f_client_form_component_ts["📄 client-form.component.ts"] + Root_client_form --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/features/gallery/README.md b/frontend/src/features/gallery/README.md index 50ba5965..57ea3858 100644 --- a/frontend/src/features/gallery/README.md +++ b/frontend/src/features/gallery/README.md @@ -2,17 +2,17 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [gallery](/frontend/src/features/gallery) -**FSD Layer:** Feature - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **gallery** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Feature + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 gallery"] - Root --> model["📁 model"] - Root --> index_ts["📄 index.ts"] + Root_gallery["📁 gallery"] + Root_gallery --> model["📁 model"] + Root_gallery --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/features/gallery/model/README.md b/frontend/src/features/gallery/model/README.md index d98350dc..d1b30c78 100644 --- a/frontend/src/features/gallery/model/README.md +++ b/frontend/src/features/gallery/model/README.md @@ -2,16 +2,16 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [gallery](/frontend/src/features/gallery) > [model](/frontend/src/features/gallery/model) -**FSD Layer:** Feature - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **model** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Feature + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 model"] - Root --> gallery_data_ts["📄 gallery.data.ts"] + Root_model["📁 model"] + Root_model --> f_gallery_data_ts["📄 gallery.data.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/features/language-selection/README.md b/frontend/src/features/language-selection/README.md index e69753a7..9a017c57 100644 --- a/frontend/src/features/language-selection/README.md +++ b/frontend/src/features/language-selection/README.md @@ -2,19 +2,19 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [language-selection](/frontend/src/features/language-selection) -**FSD Layer:** Feature - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **language-selection** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Feature + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 language-selection"] - Root --> index_ts["📄 index.ts"] - Root --> language_switcher_component_html["📄 language-switcher.component.html"] - Root --> language_switcher_component_scss["📄 language-switcher.component.scss"] - Root --> language_switcher_component_ts["📄 language-switcher.component.ts"] + Root_language_selection["📁 language-selection"] + Root_language_selection --> f_index_ts["📄 index.ts"] + Root_language_selection --> f_language_switcher_component_html["📄 language-switcher.component.html"] + Root_language_selection --> f_language_switcher_component_scss["📄 language-switcher.component.scss"] + Root_language_selection --> f_language_switcher_component_ts["📄 language-switcher.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/features/treatments/README.md b/frontend/src/features/treatments/README.md index 80d0f363..2cfefa17 100644 --- a/frontend/src/features/treatments/README.md +++ b/frontend/src/features/treatments/README.md @@ -2,17 +2,17 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [treatments](/frontend/src/features/treatments) -**FSD Layer:** Feature - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **treatments** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Feature + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 treatments"] - Root --> model["📁 model"] - Root --> index_ts["📄 index.ts"] + Root_treatments["📁 treatments"] + Root_treatments --> model["📁 model"] + Root_treatments --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/features/treatments/model/README.md b/frontend/src/features/treatments/model/README.md index 43ea1b6b..d7f8774d 100644 --- a/frontend/src/features/treatments/model/README.md +++ b/frontend/src/features/treatments/model/README.md @@ -2,16 +2,16 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [treatments](/frontend/src/features/treatments) > [model](/frontend/src/features/treatments/model) -**FSD Layer:** Feature - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **model** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Feature + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 model"] - Root --> treatments_data_ts["📄 treatments.data.ts"] + Root_model["📁 model"] + Root_model --> f_treatments_data_ts["📄 treatments.data.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/features/user/README.md b/frontend/src/features/user/README.md new file mode 100644 index 00000000..4765ba2a --- /dev/null +++ b/frontend/src/features/user/README.md @@ -0,0 +1,33 @@ +# 📁 user + +[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [user](/frontend/src/features/user) + +## 🎯 Purpose +Delivering luxury-tier architectural components and high-performance logic for the **user** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. + +**FSD Layer:** Feature + +## 🏗️ Architecture +```mermaid +graph TD + Root_user["📁 user"] + Root_user --> model["📁 model"] + Root_user --> f_index_ts["📄 index.ts"] +``` + +## 📄 File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | + +## 🔗 Dependencies +- No external dependencies. + +## 🛠️ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './user'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/frontend/src/features/user/model/README.md b/frontend/src/features/user/model/README.md new file mode 100644 index 00000000..5bac3fb5 --- /dev/null +++ b/frontend/src/features/user/model/README.md @@ -0,0 +1,32 @@ +# 📁 model + +[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [user](/frontend/src/features/user) > [model](/frontend/src/features/user/model) + +## 🎯 Purpose +Delivering luxury-tier architectural components and high-performance logic for the **model** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. + +**FSD Layer:** Feature + +## 🏗️ Architecture +```mermaid +graph TD + Root_model["📁 model"] + Root_model --> f_users_data_ts["📄 users.data.ts"] +``` + +## 📄 File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| `users.data.ts` | TypeScript | Provides core logic and orchestration for users.data.ts. | N/A | + +## 🔗 Dependencies +- No external dependencies. + +## 🛠️ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './model'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/frontend/src/features/veil/README.md b/frontend/src/features/veil/README.md index e472b4a9..c2e93cb4 100644 --- a/frontend/src/features/veil/README.md +++ b/frontend/src/features/veil/README.md @@ -2,17 +2,17 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [veil](/frontend/src/features/veil) -**FSD Layer:** Feature - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **veil** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Feature + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 veil"] - Root --> model["📁 model"] - Root --> index_ts["📄 index.ts"] + Root_veil["📁 veil"] + Root_veil --> model["📁 model"] + Root_veil --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/features/veil/model/README.md b/frontend/src/features/veil/model/README.md index 93c92979..26ae3f2b 100644 --- a/frontend/src/features/veil/model/README.md +++ b/frontend/src/features/veil/model/README.md @@ -2,16 +2,16 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [veil](/frontend/src/features/veil) > [model](/frontend/src/features/veil/model) -**FSD Layer:** Feature - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **model** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Feature + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 model"] - Root --> veil_data_ts["📄 veil.data.ts"] + Root_model["📁 model"] + Root_model --> f_veil_data_ts["📄 veil.data.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/locale/README.md b/frontend/src/locale/README.md index 098ab331..bce798e3 100644 --- a/frontend/src/locale/README.md +++ b/frontend/src/locale/README.md @@ -8,10 +8,10 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 locale"] - Root --> messages_ru_xlf["📄 messages.ru.xlf"] - Root --> messages_tj_xlf["📄 messages.tj.xlf"] - Root --> messages_xlf["📄 messages.xlf"] + Root_locale["📁 locale"] + Root_locale --> f_messages_ru_xlf["📄 messages.ru.xlf"] + Root_locale --> f_messages_tj_xlf["📄 messages.tj.xlf"] + Root_locale --> f_messages_xlf["📄 messages.xlf"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/README.md b/frontend/src/pages/README.md index a9c9c4f1..462c29bc 100644 --- a/frontend/src/pages/README.md +++ b/frontend/src/pages/README.md @@ -2,33 +2,34 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **pages** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 pages"] - Root --> about["📁 about"] - Root --> auth["📁 auth"] - Root --> clients["📁 clients"] - Root --> dashboard["📁 dashboard"] - Root --> gallery["📁 gallery"] - Root --> inventory["📁 inventory"] - Root --> portfolio["📁 portfolio"] - Root --> settings["📁 settings"] - Root --> treatments["📁 treatments"] - Root --> treatments-catalog["📁 treatments-catalog"] - Root --> user-home["📁 user-home"] - Root --> user-profile["📁 user-profile"] - Root --> veil["📁 veil"] - Root --> veils-catalog["📁 veils-catalog"] + Root_pages["📁 pages"] + Root_pages --> about["📁 about"] + Root_pages --> auth["📁 auth"] + Root_pages --> clients["📁 clients"] + Root_pages --> dashboard["📁 dashboard"] + Root_pages --> gallery["📁 gallery"] + Root_pages --> inventory["📁 inventory"] + Root_pages --> portfolio["📁 portfolio"] + Root_pages --> settings["📁 settings"] + Root_pages --> treatments["📁 treatments"] + Root_pages --> treatments_catalog["📁 treatments-catalog"] + Root_pages --> user_home["📁 user-home"] + Root_pages --> user_profile["📁 user-profile"] + Root_pages --> veil["📁 veil"] + Root_pages --> veils_catalog["📁 veils-catalog"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/frontend/src/pages/about/README.md b/frontend/src/pages/about/README.md index 63c1cb5c..2a444f81 100644 --- a/frontend/src/pages/about/README.md +++ b/frontend/src/pages/about/README.md @@ -2,19 +2,19 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [about](/frontend/src/pages/about) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **about** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 about"] - Root --> about_component_html["📄 about.component.html"] - Root --> about_component_scss["📄 about.component.scss"] - Root --> about_component_ts["📄 about.component.ts"] - Root --> index_ts["📄 index.ts"] + Root_about["📁 about"] + Root_about --> f_about_component_html["📄 about.component.html"] + Root_about --> f_about_component_scss["📄 about.component.scss"] + Root_about --> f_about_component_ts["📄 about.component.ts"] + Root_about --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/auth/README.md b/frontend/src/pages/auth/README.md index 6bc3927a..5c111f58 100644 --- a/frontend/src/pages/auth/README.md +++ b/frontend/src/pages/auth/README.md @@ -2,19 +2,19 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [auth](/frontend/src/pages/auth) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **auth** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 auth"] - Root --> auth_component_html["📄 auth.component.html"] - Root --> auth_component_scss["📄 auth.component.scss"] - Root --> auth_component_ts["📄 auth.component.ts"] - Root --> index_ts["📄 index.ts"] + Root_auth["📁 auth"] + Root_auth --> f_auth_component_html["📄 auth.component.html"] + Root_auth --> f_auth_component_scss["📄 auth.component.scss"] + Root_auth --> f_auth_component_ts["📄 auth.component.ts"] + Root_auth --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry @@ -29,6 +29,8 @@ graph TD - `@angular/common` - `@angular/router` - `@entities/user` +- `@features/auth` +- `@features/auth/model/auth.model` - `@features/language-selection` ## 🛠️ Usage diff --git a/frontend/src/pages/clients/README.md b/frontend/src/pages/clients/README.md index 3038a625..081674c8 100644 --- a/frontend/src/pages/clients/README.md +++ b/frontend/src/pages/clients/README.md @@ -2,18 +2,18 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [clients](/frontend/src/pages/clients) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **clients** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 clients"] - Root --> clients_component_html["📄 clients.component.html"] - Root --> clients_component_ts["📄 clients.component.ts"] - Root --> index_ts["📄 index.ts"] + Root_clients["📁 clients"] + Root_clients --> f_clients_component_html["📄 clients.component.html"] + Root_clients --> f_clients_component_ts["📄 clients.component.ts"] + Root_clients --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/dashboard/README.md b/frontend/src/pages/dashboard/README.md index 277fbea9..69b258dc 100644 --- a/frontend/src/pages/dashboard/README.md +++ b/frontend/src/pages/dashboard/README.md @@ -2,19 +2,19 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [dashboard](/frontend/src/pages/dashboard) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **dashboard** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 dashboard"] - Root --> dashboard_component_html["📄 dashboard.component.html"] - Root --> dashboard_component_scss["📄 dashboard.component.scss"] - Root --> dashboard_component_ts["📄 dashboard.component.ts"] - Root --> index_ts["📄 index.ts"] + Root_dashboard["📁 dashboard"] + Root_dashboard --> f_dashboard_component_html["📄 dashboard.component.html"] + Root_dashboard --> f_dashboard_component_scss["📄 dashboard.component.scss"] + Root_dashboard --> f_dashboard_component_ts["📄 dashboard.component.ts"] + Root_dashboard --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/gallery/README.md b/frontend/src/pages/gallery/README.md index 44dabd42..627d9cf5 100644 --- a/frontend/src/pages/gallery/README.md +++ b/frontend/src/pages/gallery/README.md @@ -2,20 +2,20 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [gallery](/frontend/src/pages/gallery) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **gallery** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 gallery"] - Root --> ui["📁 ui"] - Root --> gallery_component_html["📄 gallery.component.html"] - Root --> gallery_component_scss["📄 gallery.component.scss"] - Root --> gallery_component_ts["📄 gallery.component.ts"] - Root --> index_ts["📄 index.ts"] + Root_gallery["📁 gallery"] + Root_gallery --> ui["📁 ui"] + Root_gallery --> f_gallery_component_html["📄 gallery.component.html"] + Root_gallery --> f_gallery_component_scss["📄 gallery.component.scss"] + Root_gallery --> f_gallery_component_ts["📄 gallery.component.ts"] + Root_gallery --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/gallery/ui/README.md b/frontend/src/pages/gallery/ui/README.md index 665c6d7c..153689ed 100644 --- a/frontend/src/pages/gallery/ui/README.md +++ b/frontend/src/pages/gallery/ui/README.md @@ -2,20 +2,21 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [gallery](/frontend/src/pages/gallery) > [ui](/frontend/src/pages/gallery/ui) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **ui** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 ui"] - Root --> gallery-form["📁 gallery-form"] + Root_ui["📁 ui"] + Root_ui --> gallery_form["📁 gallery-form"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/frontend/src/pages/gallery/ui/gallery-form/README.md b/frontend/src/pages/gallery/ui/gallery-form/README.md index 3e458d0d..670141eb 100644 --- a/frontend/src/pages/gallery/ui/gallery-form/README.md +++ b/frontend/src/pages/gallery/ui/gallery-form/README.md @@ -2,17 +2,17 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [gallery](/frontend/src/pages/gallery) > [ui](/frontend/src/pages/gallery/ui) > [gallery-form](/frontend/src/pages/gallery/ui/gallery-form) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **gallery-form** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 gallery-form"] - Root --> gallery_form_component_html["📄 gallery-form.component.html"] - Root --> gallery_form_component_ts["📄 gallery-form.component.ts"] + Root_gallery_form["📁 gallery-form"] + Root_gallery_form --> f_gallery_form_component_html["📄 gallery-form.component.html"] + Root_gallery_form --> f_gallery_form_component_ts["📄 gallery-form.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/inventory/README.md b/frontend/src/pages/inventory/README.md index c1350af1..1bfe0518 100644 --- a/frontend/src/pages/inventory/README.md +++ b/frontend/src/pages/inventory/README.md @@ -2,19 +2,19 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [inventory](/frontend/src/pages/inventory) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **inventory** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 inventory"] - Root --> index_ts["📄 index.ts"] - Root --> inventory_component_html["📄 inventory.component.html"] - Root --> inventory_component_scss["📄 inventory.component.scss"] - Root --> inventory_component_ts["📄 inventory.component.ts"] + Root_inventory["📁 inventory"] + Root_inventory --> f_index_ts["📄 index.ts"] + Root_inventory --> f_inventory_component_html["📄 inventory.component.html"] + Root_inventory --> f_inventory_component_scss["📄 inventory.component.scss"] + Root_inventory --> f_inventory_component_ts["📄 inventory.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/portfolio/README.md b/frontend/src/pages/portfolio/README.md index fd4f029f..7063c260 100644 --- a/frontend/src/pages/portfolio/README.md +++ b/frontend/src/pages/portfolio/README.md @@ -2,19 +2,19 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [portfolio](/frontend/src/pages/portfolio) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **portfolio** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 portfolio"] - Root --> index_ts["📄 index.ts"] - Root --> portfolio_component_html["📄 portfolio.component.html"] - Root --> portfolio_component_scss["📄 portfolio.component.scss"] - Root --> portfolio_component_ts["📄 portfolio.component.ts"] + Root_portfolio["📁 portfolio"] + Root_portfolio --> f_index_ts["📄 index.ts"] + Root_portfolio --> f_portfolio_component_html["📄 portfolio.component.html"] + Root_portfolio --> f_portfolio_component_scss["📄 portfolio.component.scss"] + Root_portfolio --> f_portfolio_component_ts["📄 portfolio.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/settings/README.md b/frontend/src/pages/settings/README.md index a4d992e4..5a26283a 100644 --- a/frontend/src/pages/settings/README.md +++ b/frontend/src/pages/settings/README.md @@ -2,20 +2,20 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [settings](/frontend/src/pages/settings) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **settings** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 settings"] - Root --> ui["📁 ui"] - Root --> index_ts["📄 index.ts"] - Root --> settings_component_html["📄 settings.component.html"] - Root --> settings_component_scss["📄 settings.component.scss"] - Root --> settings_component_ts["📄 settings.component.ts"] + Root_settings["📁 settings"] + Root_settings --> ui["📁 ui"] + Root_settings --> f_index_ts["📄 index.ts"] + Root_settings --> f_settings_component_html["📄 settings.component.html"] + Root_settings --> f_settings_component_scss["📄 settings.component.scss"] + Root_settings --> f_settings_component_ts["📄 settings.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/settings/ui/README.md b/frontend/src/pages/settings/ui/README.md index 195bd7d1..08c5b3bb 100644 --- a/frontend/src/pages/settings/ui/README.md +++ b/frontend/src/pages/settings/ui/README.md @@ -2,20 +2,20 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [settings](/frontend/src/pages/settings) > [ui](/frontend/src/pages/settings/ui) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **ui** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 ui"] - Root --> additional_links_component_ts["📄 additional-links.component.ts"] - Root --> business_profile_component_ts["📄 business-profile.component.ts"] - Root --> general_info_component_ts["📄 general-info.component.ts"] - Root --> selects_settings_component_ts["📄 selects-settings.component.ts"] - Root --> social_matrix_component_ts["📄 social-matrix.component.ts"] + Root_ui["📁 ui"] + Root_ui --> f_additional_links_component_ts["📄 additional-links.component.ts"] + Root_ui --> f_business_profile_component_ts["📄 business-profile.component.ts"] + Root_ui --> f_general_info_component_ts["📄 general-info.component.ts"] + Root_ui --> f_selects_settings_component_ts["📄 selects-settings.component.ts"] + Root_ui --> f_social_matrix_component_ts["📄 social-matrix.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/treatments-catalog/README.md b/frontend/src/pages/treatments-catalog/README.md index ba6ec0be..f9d34f96 100644 --- a/frontend/src/pages/treatments-catalog/README.md +++ b/frontend/src/pages/treatments-catalog/README.md @@ -2,19 +2,19 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [treatments-catalog](/frontend/src/pages/treatments-catalog) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **treatments-catalog** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 treatments-catalog"] - Root --> index_ts["📄 index.ts"] - Root --> treatments_catalog_component_html["📄 treatments-catalog.component.html"] - Root --> treatments_catalog_component_scss["📄 treatments-catalog.component.scss"] - Root --> treatments_catalog_component_ts["📄 treatments-catalog.component.ts"] + Root_treatments_catalog["📁 treatments-catalog"] + Root_treatments_catalog --> f_index_ts["📄 index.ts"] + Root_treatments_catalog --> f_treatments_catalog_component_html["📄 treatments-catalog.component.html"] + Root_treatments_catalog --> f_treatments_catalog_component_scss["📄 treatments-catalog.component.scss"] + Root_treatments_catalog --> f_treatments_catalog_component_ts["📄 treatments-catalog.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/treatments/README.md b/frontend/src/pages/treatments/README.md index 74519555..ebcd2a16 100644 --- a/frontend/src/pages/treatments/README.md +++ b/frontend/src/pages/treatments/README.md @@ -2,20 +2,20 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [treatments](/frontend/src/pages/treatments) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **treatments** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 treatments"] - Root --> components["📁 components"] - Root --> index_ts["📄 index.ts"] - Root --> treatments_component_html["📄 treatments.component.html"] - Root --> treatments_component_scss["📄 treatments.component.scss"] - Root --> treatments_component_ts["📄 treatments.component.ts"] + Root_treatments["📁 treatments"] + Root_treatments --> components["📁 components"] + Root_treatments --> f_index_ts["📄 index.ts"] + Root_treatments --> f_treatments_component_html["📄 treatments.component.html"] + Root_treatments --> f_treatments_component_scss["📄 treatments.component.scss"] + Root_treatments --> f_treatments_component_ts["📄 treatments.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/treatments/components/README.md b/frontend/src/pages/treatments/components/README.md index 543e0482..3ca4e3c6 100644 --- a/frontend/src/pages/treatments/components/README.md +++ b/frontend/src/pages/treatments/components/README.md @@ -2,20 +2,21 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [treatments](/frontend/src/pages/treatments) > [components](/frontend/src/pages/treatments/components) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **components** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 components"] - Root --> treatment-form["📁 treatment-form"] + Root_components["📁 components"] + Root_components --> treatment_form["📁 treatment-form"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/frontend/src/pages/treatments/components/treatment-form/README.md b/frontend/src/pages/treatments/components/treatment-form/README.md index 4fed94ae..e7d52a25 100644 --- a/frontend/src/pages/treatments/components/treatment-form/README.md +++ b/frontend/src/pages/treatments/components/treatment-form/README.md @@ -2,17 +2,17 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [treatments](/frontend/src/pages/treatments) > [components](/frontend/src/pages/treatments/components) > [treatment-form](/frontend/src/pages/treatments/components/treatment-form) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **treatment-form** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 treatment-form"] - Root --> treatment_form_component_html["📄 treatment-form.component.html"] - Root --> treatment_form_component_ts["📄 treatment-form.component.ts"] + Root_treatment_form["📁 treatment-form"] + Root_treatment_form --> f_treatment_form_component_html["📄 treatment-form.component.html"] + Root_treatment_form --> f_treatment_form_component_ts["📄 treatment-form.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/user-home/README.md b/frontend/src/pages/user-home/README.md index f3cb5f90..8fa73163 100644 --- a/frontend/src/pages/user-home/README.md +++ b/frontend/src/pages/user-home/README.md @@ -2,19 +2,19 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [user-home](/frontend/src/pages/user-home) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **user-home** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 user-home"] - Root --> index_ts["📄 index.ts"] - Root --> user_home_component_html["📄 user-home.component.html"] - Root --> user_home_component_scss["📄 user-home.component.scss"] - Root --> user_home_component_ts["📄 user-home.component.ts"] + Root_user_home["📁 user-home"] + Root_user_home --> f_index_ts["📄 index.ts"] + Root_user_home --> f_user_home_component_html["📄 user-home.component.html"] + Root_user_home --> f_user_home_component_scss["📄 user-home.component.scss"] + Root_user_home --> f_user_home_component_ts["📄 user-home.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/user-profile/README.md b/frontend/src/pages/user-profile/README.md index 20b0edd2..bf0c05b5 100644 --- a/frontend/src/pages/user-profile/README.md +++ b/frontend/src/pages/user-profile/README.md @@ -2,19 +2,19 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [user-profile](/frontend/src/pages/user-profile) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **user-profile** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 user-profile"] - Root --> index_ts["📄 index.ts"] - Root --> user_profile_component_html["📄 user-profile.component.html"] - Root --> user_profile_component_scss["📄 user-profile.component.scss"] - Root --> user_profile_component_ts["📄 user-profile.component.ts"] + Root_user_profile["📁 user-profile"] + Root_user_profile --> f_index_ts["📄 index.ts"] + Root_user_profile --> f_user_profile_component_html["📄 user-profile.component.html"] + Root_user_profile --> f_user_profile_component_scss["📄 user-profile.component.scss"] + Root_user_profile --> f_user_profile_component_ts["📄 user-profile.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/veil/README.md b/frontend/src/pages/veil/README.md index 4dac92c5..30f04e36 100644 --- a/frontend/src/pages/veil/README.md +++ b/frontend/src/pages/veil/README.md @@ -2,20 +2,20 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veil](/frontend/src/pages/veil) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **veil** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 veil"] - Root --> ui["📁 ui"] - Root --> index_ts["📄 index.ts"] - Root --> veil_component_html["📄 veil.component.html"] - Root --> veil_component_scss["📄 veil.component.scss"] - Root --> veil_component_ts["📄 veil.component.ts"] + Root_veil["📁 veil"] + Root_veil --> ui["📁 ui"] + Root_veil --> f_index_ts["📄 index.ts"] + Root_veil --> f_veil_component_html["📄 veil.component.html"] + Root_veil --> f_veil_component_scss["📄 veil.component.scss"] + Root_veil --> f_veil_component_ts["📄 veil.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/veil/ui/README.md b/frontend/src/pages/veil/ui/README.md index 38679f35..64b65451 100644 --- a/frontend/src/pages/veil/ui/README.md +++ b/frontend/src/pages/veil/ui/README.md @@ -2,22 +2,23 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veil](/frontend/src/pages/veil) > [ui](/frontend/src/pages/veil/ui) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **ui** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 ui"] - Root --> veil-form["📁 veil-form"] - Root --> veil-item["📁 veil-item"] - Root --> veil-modal["📁 veil-modal"] + Root_ui["📁 ui"] + Root_ui --> veil_form["📁 veil-form"] + Root_ui --> veil_item["📁 veil-item"] + Root_ui --> veil_modal["📁 veil-modal"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/frontend/src/pages/veil/ui/veil-form/README.md b/frontend/src/pages/veil/ui/veil-form/README.md index 4d0cba1a..f751034d 100644 --- a/frontend/src/pages/veil/ui/veil-form/README.md +++ b/frontend/src/pages/veil/ui/veil-form/README.md @@ -2,17 +2,17 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veil](/frontend/src/pages/veil) > [ui](/frontend/src/pages/veil/ui) > [veil-form](/frontend/src/pages/veil/ui/veil-form) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **veil-form** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 veil-form"] - Root --> veil_form_component_html["📄 veil-form.component.html"] - Root --> veil_form_component_ts["📄 veil-form.component.ts"] + Root_veil_form["📁 veil-form"] + Root_veil_form --> f_veil_form_component_html["📄 veil-form.component.html"] + Root_veil_form --> f_veil_form_component_ts["📄 veil-form.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/veil/ui/veil-item/README.md b/frontend/src/pages/veil/ui/veil-item/README.md index 6114151a..ca8a6749 100644 --- a/frontend/src/pages/veil/ui/veil-item/README.md +++ b/frontend/src/pages/veil/ui/veil-item/README.md @@ -2,17 +2,17 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veil](/frontend/src/pages/veil) > [ui](/frontend/src/pages/veil/ui) > [veil-item](/frontend/src/pages/veil/ui/veil-item) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **veil-item** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 veil-item"] - Root --> veil_item_component_html["📄 veil-item.component.html"] - Root --> veil_item_component_ts["📄 veil-item.component.ts"] + Root_veil_item["📁 veil-item"] + Root_veil_item --> f_veil_item_component_html["📄 veil-item.component.html"] + Root_veil_item --> f_veil_item_component_ts["📄 veil-item.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/veil/ui/veil-modal/README.md b/frontend/src/pages/veil/ui/veil-modal/README.md index 088241a2..10ff53d2 100644 --- a/frontend/src/pages/veil/ui/veil-modal/README.md +++ b/frontend/src/pages/veil/ui/veil-modal/README.md @@ -2,17 +2,17 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veil](/frontend/src/pages/veil) > [ui](/frontend/src/pages/veil/ui) > [veil-modal](/frontend/src/pages/veil/ui/veil-modal) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **veil-modal** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 veil-modal"] - Root --> veil_modal_component_html["📄 veil-modal.component.html"] - Root --> veil_modal_component_ts["📄 veil-modal.component.ts"] + Root_veil_modal["📁 veil-modal"] + Root_veil_modal --> f_veil_modal_component_html["📄 veil-modal.component.html"] + Root_veil_modal --> f_veil_modal_component_ts["📄 veil-modal.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/pages/veils-catalog/README.md b/frontend/src/pages/veils-catalog/README.md index 9f84378f..d90c4e53 100644 --- a/frontend/src/pages/veils-catalog/README.md +++ b/frontend/src/pages/veils-catalog/README.md @@ -2,19 +2,19 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veils-catalog](/frontend/src/pages/veils-catalog) -**FSD Layer:** Page - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **veils-catalog** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Page + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 veils-catalog"] - Root --> index_ts["📄 index.ts"] - Root --> veils_catalog_component_html["📄 veils-catalog.component.html"] - Root --> veils_catalog_component_scss["📄 veils-catalog.component.scss"] - Root --> veils_catalog_component_ts["📄 veils-catalog.component.ts"] + Root_veils_catalog["📁 veils-catalog"] + Root_veils_catalog --> f_index_ts["📄 index.ts"] + Root_veils_catalog --> f_veils_catalog_component_html["📄 veils-catalog.component.html"] + Root_veils_catalog --> f_veils_catalog_component_scss["📄 veils-catalog.component.scss"] + Root_veils_catalog --> f_veils_catalog_component_ts["📄 veils-catalog.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/shared/README.md b/frontend/src/shared/README.md index f974556a..369556c2 100644 --- a/frontend/src/shared/README.md +++ b/frontend/src/shared/README.md @@ -2,25 +2,26 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) -**FSD Layer:** Shared - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **shared** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Shared + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 shared"] - Root --> lib["📁 lib"] - Root --> models["📁 models"] - Root --> pipes["📁 pipes"] - Root --> services["📁 services"] - Root --> store["📁 store"] - Root --> ui["📁 ui"] + Root_shared["📁 shared"] + Root_shared --> lib["📁 lib"] + Root_shared --> models["📁 models"] + Root_shared --> pipes["📁 pipes"] + Root_shared --> services["📁 services"] + Root_shared --> store["📁 store"] + Root_shared --> ui["📁 ui"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/frontend/src/shared/lib/README.md b/frontend/src/shared/lib/README.md index 6bc0bd8b..04060fd2 100644 --- a/frontend/src/shared/lib/README.md +++ b/frontend/src/shared/lib/README.md @@ -2,19 +2,19 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [lib](/frontend/src/shared/lib) -**FSD Layer:** Shared - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **lib** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Shared + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 lib"] - Root --> array_ts["📄 array.ts"] - Root --> index_ts["📄 index.ts"] - Root --> link_ts["📄 link.ts"] - Root --> object_ts["📄 object.ts"] + Root_lib["📁 lib"] + Root_lib --> f_array_ts["📄 array.ts"] + Root_lib --> f_index_ts["📄 index.ts"] + Root_lib --> f_link_ts["📄 link.ts"] + Root_lib --> f_object_ts["📄 object.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/shared/models/README.md b/frontend/src/shared/models/README.md index 564b3e89..dde2e6b3 100644 --- a/frontend/src/shared/models/README.md +++ b/frontend/src/shared/models/README.md @@ -2,21 +2,21 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [models](/frontend/src/shared/models) -**FSD Layer:** Shared - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **models** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Shared + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 models"] - Root --> admin_settings_model_ts["📄 admin-settings.model.ts"] - Root --> api_response_model_ts["📄 api-response.model.ts"] - Root --> gallery_model_ts["📄 gallery.model.ts"] - Root --> index_ts["📄 index.ts"] - Root --> service_model_ts["📄 service.model.ts"] - Root --> user_model_ts["📄 user.model.ts"] + Root_models["📁 models"] + Root_models --> f_admin_settings_model_ts["📄 admin-settings.model.ts"] + Root_models --> f_api_response_model_ts["📄 api-response.model.ts"] + Root_models --> f_gallery_model_ts["📄 gallery.model.ts"] + Root_models --> f_index_ts["📄 index.ts"] + Root_models --> f_service_model_ts["📄 service.model.ts"] + Root_models --> f_user_model_ts["📄 user.model.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/shared/pipes/README.md b/frontend/src/shared/pipes/README.md index b2137988..ccbc1416 100644 --- a/frontend/src/shared/pipes/README.md +++ b/frontend/src/shared/pipes/README.md @@ -2,17 +2,17 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [pipes](/frontend/src/shared/pipes) -**FSD Layer:** Shared - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **pipes** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Shared + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 pipes"] - Root --> index_ts["📄 index.ts"] - Root --> safe_html_pipe_ts["📄 safe-html.pipe.ts"] + Root_pipes["📁 pipes"] + Root_pipes --> f_index_ts["📄 index.ts"] + Root_pipes --> f_safe_html_pipe_ts["📄 safe-html.pipe.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/shared/services/README.md b/frontend/src/shared/services/README.md index 485da328..f0c23170 100644 --- a/frontend/src/shared/services/README.md +++ b/frontend/src/shared/services/README.md @@ -2,20 +2,20 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [services](/frontend/src/shared/services) -**FSD Layer:** Shared - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **services** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Shared + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 services"] - Root --> auth_service_ts["📄 auth.service.ts"] - Root --> error_service_ts["📄 error.service.ts"] - Root --> image_service_ts["📄 image.service.ts"] - Root --> index_ts["📄 index.ts"] - Root --> telegram_service_ts["📄 telegram.service.ts"] + Root_services["📁 services"] + Root_services --> f_auth_service_ts["📄 auth.service.ts"] + Root_services --> f_error_service_ts["📄 error.service.ts"] + Root_services --> f_image_service_ts["📄 image.service.ts"] + Root_services --> f_index_ts["📄 index.ts"] + Root_services --> f_telegram_service_ts["📄 telegram.service.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/shared/store/README.md b/frontend/src/shared/store/README.md index 05106078..7e7e914a 100644 --- a/frontend/src/shared/store/README.md +++ b/frontend/src/shared/store/README.md @@ -2,17 +2,17 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [store](/frontend/src/shared/store) -**FSD Layer:** Shared - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **store** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Shared + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 store"] - Root --> index_ts["📄 index.ts"] - Root --> signal_store_base_ts["📄 signal-store.base.ts"] + Root_store["📁 store"] + Root_store --> f_index_ts["📄 index.ts"] + Root_store --> f_signal_store_base_ts["📄 signal-store.base.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/shared/ui/README.md b/frontend/src/shared/ui/README.md index c9b9dab1..059930a8 100644 --- a/frontend/src/shared/ui/README.md +++ b/frontend/src/shared/ui/README.md @@ -2,20 +2,20 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [ui](/frontend/src/shared/ui) -**FSD Layer:** Shared - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **ui** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Shared + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 ui"] - Root --> card-view["📁 card-view"] - Root --> global-error["📁 global-error"] - Root --> image-popup["📁 image-popup"] - Root --> list-view["📁 list-view"] - Root --> index_ts["📄 index.ts"] + Root_ui["📁 ui"] + Root_ui --> card_view["📁 card-view"] + Root_ui --> global_error["📁 global-error"] + Root_ui --> image_popup["📁 image-popup"] + Root_ui --> list_view["📁 list-view"] + Root_ui --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/shared/ui/card-view/README.md b/frontend/src/shared/ui/card-view/README.md index 96582616..b8962d64 100644 --- a/frontend/src/shared/ui/card-view/README.md +++ b/frontend/src/shared/ui/card-view/README.md @@ -2,19 +2,19 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [ui](/frontend/src/shared/ui) > [card-view](/frontend/src/shared/ui/card-view) -**FSD Layer:** Shared - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **card-view** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Shared + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 card-view"] - Root --> card_view_component_html["📄 card-view.component.html"] - Root --> card_view_component_scss["📄 card-view.component.scss"] - Root --> card_view_component_ts["📄 card-view.component.ts"] - Root --> index_ts["📄 index.ts"] + Root_card_view["📁 card-view"] + Root_card_view --> f_card_view_component_html["📄 card-view.component.html"] + Root_card_view --> f_card_view_component_scss["📄 card-view.component.scss"] + Root_card_view --> f_card_view_component_ts["📄 card-view.component.ts"] + Root_card_view --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/shared/ui/global-error/README.md b/frontend/src/shared/ui/global-error/README.md index 7c7d72f3..8633bd67 100644 --- a/frontend/src/shared/ui/global-error/README.md +++ b/frontend/src/shared/ui/global-error/README.md @@ -2,16 +2,16 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [ui](/frontend/src/shared/ui) > [global-error](/frontend/src/shared/ui/global-error) -**FSD Layer:** Shared - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **global-error** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Shared + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 global-error"] - Root --> global_error_component_ts["📄 global-error.component.ts"] + Root_global_error["📁 global-error"] + Root_global_error --> f_global_error_component_ts["📄 global-error.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/shared/ui/image-popup/README.md b/frontend/src/shared/ui/image-popup/README.md index 37a267d9..6c546520 100644 --- a/frontend/src/shared/ui/image-popup/README.md +++ b/frontend/src/shared/ui/image-popup/README.md @@ -2,17 +2,17 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [ui](/frontend/src/shared/ui) > [image-popup](/frontend/src/shared/ui/image-popup) -**FSD Layer:** Shared - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **image-popup** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Shared + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 image-popup"] - Root --> image_popup_component_html["📄 image-popup.component.html"] - Root --> image_popup_component_ts["📄 image-popup.component.ts"] + Root_image_popup["📁 image-popup"] + Root_image_popup --> f_image_popup_component_html["📄 image-popup.component.html"] + Root_image_popup --> f_image_popup_component_ts["📄 image-popup.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/shared/ui/list-view/README.md b/frontend/src/shared/ui/list-view/README.md index fc1f4b1f..9415d1d3 100644 --- a/frontend/src/shared/ui/list-view/README.md +++ b/frontend/src/shared/ui/list-view/README.md @@ -2,18 +2,18 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [ui](/frontend/src/shared/ui) > [list-view](/frontend/src/shared/ui/list-view) -**FSD Layer:** Shared - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **list-view** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Shared + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 list-view"] - Root --> list_view_component_html["📄 list-view.component.html"] - Root --> list_view_component_scss["📄 list-view.component.scss"] - Root --> list_view_component_ts["📄 list-view.component.ts"] + Root_list_view["📁 list-view"] + Root_list_view --> f_list_view_component_html["📄 list-view.component.html"] + Root_list_view --> f_list_view_component_scss["📄 list-view.component.scss"] + Root_list_view --> f_list_view_component_ts["📄 list-view.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/types/README.md b/frontend/src/types/README.md index 80785dfe..4f71289d 100644 --- a/frontend/src/types/README.md +++ b/frontend/src/types/README.md @@ -8,8 +8,8 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 types"] - Root --> telegram_ts["📄 telegram.ts"] + Root_types["📁 types"] + Root_types --> f_telegram_ts["📄 telegram.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/widgets/README.md b/frontend/src/widgets/README.md index 21c51ce9..c7affb6d 100644 --- a/frontend/src/widgets/README.md +++ b/frontend/src/widgets/README.md @@ -2,22 +2,23 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [widgets](/frontend/src/widgets) -**FSD Layer:** Widget - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **widgets** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Widget + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 widgets"] - Root --> header["📁 header"] - Root --> layouts["📁 layouts"] - Root --> sidebar["📁 sidebar"] + Root_widgets["📁 widgets"] + Root_widgets --> header["📁 header"] + Root_widgets --> layouts["📁 layouts"] + Root_widgets --> sidebar["📁 sidebar"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| ## 🔗 Dependencies - No external dependencies. diff --git a/frontend/src/widgets/header/README.md b/frontend/src/widgets/header/README.md index eaff395b..615f85b0 100644 --- a/frontend/src/widgets/header/README.md +++ b/frontend/src/widgets/header/README.md @@ -2,19 +2,19 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [widgets](/frontend/src/widgets) > [header](/frontend/src/widgets/header) -**FSD Layer:** Widget - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **header** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Widget + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 header"] - Root --> header_component_html["📄 header.component.html"] - Root --> header_component_scss["📄 header.component.scss"] - Root --> header_component_ts["📄 header.component.ts"] - Root --> index_ts["📄 index.ts"] + Root_header["📁 header"] + Root_header --> f_header_component_html["📄 header.component.html"] + Root_header --> f_header_component_scss["📄 header.component.scss"] + Root_header --> f_header_component_ts["📄 header.component.ts"] + Root_header --> f_index_ts["📄 index.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/widgets/layouts/README.md b/frontend/src/widgets/layouts/README.md index fe1b67bc..217d8b11 100644 --- a/frontend/src/widgets/layouts/README.md +++ b/frontend/src/widgets/layouts/README.md @@ -2,22 +2,22 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [widgets](/frontend/src/widgets) > [layouts](/frontend/src/widgets/layouts) -**FSD Layer:** Widget - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **layouts** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Widget + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 layouts"] - Root --> admin_layout_component_html["📄 admin-layout.component.html"] - Root --> admin_layout_component_scss["📄 admin-layout.component.scss"] - Root --> admin_layout_component_ts["📄 admin-layout.component.ts"] - Root --> index_ts["📄 index.ts"] - Root --> user_layout_component_html["📄 user-layout.component.html"] - Root --> user_layout_component_scss["📄 user-layout.component.scss"] - Root --> user_layout_component_ts["📄 user-layout.component.ts"] + Root_layouts["📁 layouts"] + Root_layouts --> f_admin_layout_component_html["📄 admin-layout.component.html"] + Root_layouts --> f_admin_layout_component_scss["📄 admin-layout.component.scss"] + Root_layouts --> f_admin_layout_component_ts["📄 admin-layout.component.ts"] + Root_layouts --> f_index_ts["📄 index.ts"] + Root_layouts --> f_user_layout_component_html["📄 user-layout.component.html"] + Root_layouts --> f_user_layout_component_scss["📄 user-layout.component.scss"] + Root_layouts --> f_user_layout_component_ts["📄 user-layout.component.ts"] ``` ## 📄 File Registry diff --git a/frontend/src/widgets/sidebar/README.md b/frontend/src/widgets/sidebar/README.md index b54cf7a5..7a302f30 100644 --- a/frontend/src/widgets/sidebar/README.md +++ b/frontend/src/widgets/sidebar/README.md @@ -2,18 +2,18 @@ [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [widgets](/frontend/src/widgets) > [sidebar](/frontend/src/widgets/sidebar) -**FSD Layer:** Widget - ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **sidebar** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +**FSD Layer:** Widget + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 sidebar"] - Root --> index_ts["📄 index.ts"] - Root --> sidebar_component_html["📄 sidebar.component.html"] - Root --> sidebar_component_ts["📄 sidebar.component.ts"] + Root_sidebar["📁 sidebar"] + Root_sidebar --> f_index_ts["📄 index.ts"] + Root_sidebar --> f_sidebar_component_html["📄 sidebar.component.html"] + Root_sidebar --> f_sidebar_component_ts["📄 sidebar.component.ts"] ``` ## 📄 File Registry