From dfa2146ae88c69bd532865fc5c14b82321c03867 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 22:49:27 +0000 Subject: [PATCH] docs: generate comprehensive READMEs for all directories - Created a robust python script to recursively generate markdown documentation for all project folders. - Embedded logic to satisfy Mavluda Beauty brand style ("Luxury Professional" tone). - Added contextual Emojis/Icons, Breadcrumbs, FSD layer tagging, Mermaid diagrams, file registries, and dependency mapping to each README. - Addressed code review feedback to improve standard documentation practices within the system. Co-authored-by: beginwebdev2002 <102213457+beginwebdev2002@users.noreply.github.com> --- README.md | 23 +- backend/README.md | 39 +-- backend/src/README.md | 33 +-- backend/src/common/README.md | 24 +- backend/src/common/config/README.md | 16 +- backend/src/common/constants/README.md | 6 +- backend/src/common/database/README.md | 6 +- backend/src/common/decorators/README.md | 8 +- backend/src/common/filters/README.md | 10 +- backend/src/common/guards/README.md | 10 +- backend/src/common/interfaces/README.md | 6 +- backend/src/common/utils/README.md | 10 +- backend/src/modules/README.md | 28 ++- backend/src/modules/admin-settings/README.md | 19 +- .../admin-settings/application/README.md | 8 +- .../modules/admin-settings/domain/README.md | 8 +- .../domain/interfaces/README.md | 6 +- .../admin-settings/infrastructure/README.md | 12 +- .../infrastructure/repositories/README.md | 7 +- .../infrastructure/schemas/README.md | 6 +- .../admin-settings/presentation/README.md | 15 +- .../admin-settings/presentation/dto/README.md | 10 +- backend/src/modules/auth/README.md | 35 ++- backend/src/modules/auth/dto/README.md | 8 +- .../src/modules/auth/infrastructure/README.md | 9 +- backend/src/modules/auth/interfaces/README.md | 8 +- backend/src/modules/booking/README.md | 19 +- .../src/modules/booking/application/README.md | 10 +- backend/src/modules/booking/domain/README.md | 6 +- .../modules/booking/infrastructure/README.md | 12 +- .../infrastructure/repositories/README.md | 7 +- .../booking/infrastructure/schemas/README.md | 6 +- .../modules/booking/presentation/README.md | 14 +- .../booking/presentation/dto/README.md | 9 +- backend/src/modules/gallery/README.md | 19 +- .../src/modules/gallery/application/README.md | 8 +- backend/src/modules/gallery/domain/README.md | 6 +- .../modules/gallery/infrastructure/README.md | 12 +- .../infrastructure/repositories/README.md | 7 +- .../gallery/infrastructure/schemas/README.md | 6 +- .../modules/gallery/presentation/README.md | 13 +- .../gallery/presentation/dto/README.md | 9 +- backend/src/modules/inventory/README.md | 19 +- .../modules/inventory/application/README.md | 10 +- .../src/modules/inventory/domain/README.md | 6 +- .../inventory/infrastructure/README.md | 12 +- .../infrastructure/repositories/README.md | 7 +- .../infrastructure/schemas/README.md | 6 +- .../modules/inventory/presentation/README.md | 14 +- .../inventory/presentation/dto/README.md | 9 +- backend/src/modules/partnership/README.md | 19 +- .../modules/partnership/application/README.md | 10 +- .../src/modules/partnership/domain/README.md | 6 +- .../partnership/infrastructure/README.md | 12 +- .../infrastructure/repositories/README.md | 7 +- .../infrastructure/schemas/README.md | 6 +- .../partnership/presentation/README.md | 14 +- .../partnership/presentation/dto/README.md | 9 +- backend/src/modules/payment/README.md | 21 +- .../src/modules/payment/strategies/README.md | 10 +- backend/src/modules/treatments/README.md | 19 +- .../modules/treatments/application/README.md | 10 +- .../src/modules/treatments/domain/README.md | 6 +- .../treatments/infrastructure/README.md | 12 +- .../infrastructure/repositories/README.md | 7 +- .../infrastructure/schemas/README.md | 6 +- .../modules/treatments/presentation/README.md | 12 +- .../treatments/presentation/dto/README.md | 10 +- backend/src/modules/user/README.md | 19 +- .../src/modules/user/application/README.md | 8 +- backend/src/modules/user/domain/README.md | 6 +- .../src/modules/user/infrastructure/README.md | 12 +- .../infrastructure/repositories/README.md | 8 +- .../user/infrastructure/schemas/README.md | 6 +- .../src/modules/user/presentation/README.md | 14 +- .../modules/user/presentation/dto/README.md | 10 +- backend/src/modules/veil/README.md | 19 +- .../src/modules/veil/application/README.md | 8 +- backend/src/modules/veil/domain/README.md | 6 +- .../src/modules/veil/infrastructure/README.md | 12 +- .../infrastructure/repositories/README.md | 10 +- .../veil/infrastructure/schemas/README.md | 6 +- .../src/modules/veil/presentation/README.md | 13 +- .../modules/veil/presentation/dto/README.md | 10 +- backend/test/README.md | 11 +- frontend/README.md | 40 ++-- frontend/public/README.md | 10 +- frontend/public/images/README.md | 8 +- frontend/src/README.md | 43 ++-- frontend/src/app/README.md | 14 +- frontend/src/backend/README.md | 8 +- frontend/src/core/README.md | 12 +- frontend/src/core/constants/README.md | 8 +- frontend/src/core/guards/README.md | 10 +- frontend/src/core/interceptors/README.md | 14 +- frontend/src/entities/README.md | 22 +- .../src/entities/admin-settings/README.md | 14 +- frontend/src/entities/gallery/README.md | 16 +- .../src/entities/gallery/constants/README.md | 10 +- frontend/src/entities/treatments/README.md | 16 +- .../entities/treatments/constants/README.md | 10 +- frontend/src/entities/user/README.md | 19 +- .../src/entities/user/constants/README.md | 10 +- frontend/src/entities/user/model/README.md | 10 +- frontend/src/entities/veil/README.md | 16 +- .../src/entities/veil/constants/README.md | 10 +- frontend/src/environments/README.md | 8 +- frontend/src/features/README.md | 22 +- frontend/src/features/client-form/README.md | 16 +- frontend/src/features/gallery/README.md | 12 +- frontend/src/features/gallery/model/README.md | 12 +- .../src/features/language-selection/README.md | 18 +- frontend/src/features/treatments/README.md | 12 +- .../src/features/treatments/model/README.md | 10 +- frontend/src/features/veil/README.md | 12 +- frontend/src/features/veil/model/README.md | 10 +- frontend/src/locale/README.md | 10 +- frontend/src/pages/README.md | 38 +-- frontend/src/pages/about/README.md | 18 +- frontend/src/pages/auth/README.md | 22 +- frontend/src/pages/clients/README.md | 16 +- frontend/src/pages/dashboard/README.md | 18 +- frontend/src/pages/gallery/README.md | 24 +- frontend/src/pages/gallery/ui/README.md | 14 +- .../pages/gallery/ui/gallery-form/README.md | 15 +- frontend/src/pages/inventory/README.md | 18 +- frontend/src/pages/portfolio/README.md | 21 +- frontend/src/pages/settings/README.md | 27 +-- frontend/src/pages/settings/ui/README.md | 20 +- .../src/pages/treatments-catalog/README.md | 21 +- frontend/src/pages/treatments/README.md | 24 +- .../src/pages/treatments/components/README.md | 14 +- .../components/treatment-form/README.md | 15 +- frontend/src/pages/user-home/README.md | 21 +- frontend/src/pages/user-profile/README.md | 19 +- frontend/src/pages/veil/README.md | 24 +- frontend/src/pages/veil/ui/README.md | 18 +- .../src/pages/veil/ui/veil-form/README.md | 16 +- .../src/pages/veil/ui/veil-item/README.md | 14 +- .../src/pages/veil/ui/veil-modal/README.md | 15 +- frontend/src/pages/veils-catalog/README.md | 20 +- frontend/src/shared/README.md | 24 +- frontend/src/shared/lib/README.md | 16 +- frontend/src/shared/models/README.md | 20 +- frontend/src/shared/pipes/README.md | 12 +- frontend/src/shared/services/README.md | 23 +- frontend/src/shared/store/README.md | 12 +- frontend/src/shared/ui/README.md | 18 +- frontend/src/shared/ui/card-view/README.md | 21 +- frontend/src/shared/ui/global-error/README.md | 12 +- frontend/src/shared/ui/image-popup/README.md | 12 +- frontend/src/shared/ui/list-view/README.md | 18 +- frontend/src/types/README.md | 6 +- frontend/src/widgets/README.md | 18 +- frontend/src/widgets/header/README.md | 20 +- frontend/src/widgets/layouts/README.md | 26 +- frontend/src/widgets/sidebar/README.md | 16 +- generate_readmes.py | 225 ++++++++++++++++++ 158 files changed, 1296 insertions(+), 1127 deletions(-) create mode 100644 generate_readmes.py diff --git a/README.md b/README.md index 884f41cf..a345aac1 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,21 @@ -# 📁 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"] + app["📁 app"] + app --> backend["📁 backend"] + app --> frontend["📁 frontend"] + app --> _gitignore["📄 .gitignore"] + app --> GEMINI_md["📄 GEMINI.md"] + app --> _env["📄 .env"] + app --> generate_readmes_py["📄 generate_readmes.py"] + app --> SECURITY_md["📄 SECURITY.md"] ``` ## 📄 File Registry @@ -24,8 +23,8 @@ graph TD |---|---|---|---| | `.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 | +| `SECURITY.md` | Markdown | Provides core logic and orchestration for SECURITY.md. | N/A | | `generate_readmes.py` | File | Provides core logic and orchestration for generate_readmes.py. | N/A | ## 🔗 Dependencies diff --git a/backend/README.md b/backend/README.md index 709a19b2..082a4722 100644 --- a/backend/README.md +++ b/backend/README.md @@ -8,36 +8,39 @@ 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"] + backend["📁 backend"] + backend --> test["📁 test"] + backend --> src["📁 src"] + backend --> package_lock_json["📄 package-lock.json"] + backend --> nest_cli_json["📄 nest-cli.json"] + backend --> _prettierrc["📄 .prettierrc"] + backend --> eslint_config_mjs["📄 eslint.config.mjs"] + backend --> tsconfig_json["📄 tsconfig.json"] + backend --> package_json["📄 package.json"] + backend --> tsconfig_build_json["📄 tsconfig.build.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 | -| `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 | -| `tsconfig.build.json` | JSON Configuration | Provides core logic and orchestration for tsconfig.build.json. | N/A | -| `tsconfig.json` | JSON Configuration | Provides core logic and orchestration for tsconfig.json. | N/A | +| `eslint.config.mjs` | File | Provides core logic and orchestration for eslint.config.mjs. | @eslint | +| `nest-cli.json` | Config/JSON | Provides core logic and orchestration for nest-cli.json. | N/A | +| `package-lock.json` | Config/JSON | Provides core logic and orchestration for package-lock.json. | N/A | +| `package.json` | Config/JSON | Provides core logic and orchestration for package.json. | N/A | +| `tsconfig.build.json` | Config/JSON | Provides core logic and orchestration for tsconfig.build.json. | N/A | +| `tsconfig.json` | Config/JSON | 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 // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './backend'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/README.md b/backend/src/README.md index 50e1e1c3..cd052056 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"] + src["📁 src"] + src --> common["📁 common"] + src --> modules["📁 modules"] + src --> app_controller_spec_ts["📄 app.controller.spec.ts"] + src --> main_ts["📄 main.ts"] + src --> app_module_ts["📄 app.module.ts"] + src --> app_controller_ts["📄 app.controller.ts"] + src --> app_service_ts["📄 app.service.ts"] ``` ## 📄 File Registry @@ -23,17 +23,11 @@ graph TD |---|---|---|---| | `app.controller.spec.ts` | TypeScript | Unit testing and quality assurance for app.controller.spec.ts. | @nestjs | | `app.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for app.controller.ts. | @nestjs | -| `app.module.ts` | TypeScript | Defines the architectural module boundaries for app.module.ts. | @modules, @nestjs | +| `app.module.ts` | TypeScript | Defines the architectural module boundaries for app.module.ts. | @nestjs, @modules | | `app.service.ts` | TypeScript | Encapsulates business logic and data access for app.service.ts. | @nestjs | | `main.ts` | TypeScript | Provides core logic and orchestration for main.ts. | @nestjs | ## 🔗 Dependencies -- `./app.controller` -- `./app.module` -- `./app.service` -- `./common/config/app-config.module` -- `./common/database/database.module` -- `./common/filters/i18n-exception.filter` - `@modules/admin-settings` - `@modules/auth` - `@modules/booking` @@ -44,17 +38,12 @@ graph TD - `@modules/treatments` - `@modules/user` - `@modules/veil` -- `@nestjs/common` -- `@nestjs/config` -- `@nestjs/core` -- `@nestjs/serve-static` -- `@nestjs/testing` -- `path` +- ... and 6 more. ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './src'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/common/README.md b/backend/src/common/README.md index 8fa98efe..92ae03f4 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"] + common["📁 common"] + common --> database["📁 database"] + common --> config["📁 config"] + common --> utils["📁 utils"] + common --> filters["📁 filters"] + common --> interfaces["📁 interfaces"] + common --> guards["📁 guards"] + common --> decorators["📁 decorators"] + common --> constants["📁 constants"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -28,7 +30,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './common'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/common/config/README.md b/backend/src/common/config/README.md index f4bdd1f7..70d46217 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"] + config["📁 config"] + config --> app_config_service_ts["📄 app-config.service.ts"] + config --> env_validation_ts["📄 env.validation.ts"] + config --> configuration_ts["📄 configuration.ts"] + config --> app_config_module_ts["📄 app-config.module.ts"] ``` ## 📄 File Registry @@ -24,17 +24,15 @@ graph TD | `env.validation.ts` | TypeScript | Provides core logic and orchestration for env.validation.ts. | N/A | ## 🔗 Dependencies -- `./app-config.service` -- `./configuration` -- `./env.validation` - `@nestjs/common` - `@nestjs/config` - `class-transformer` +- `class-validator` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './config'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/common/constants/README.md b/backend/src/common/constants/README.md index 5d4061b0..436ae15f 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"] + constants["📁 constants"] + constants --> error_messages_constant_ts["📄 error-messages.constant.ts"] ``` ## 📄 File Registry @@ -23,7 +23,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './constants'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/common/database/README.md b/backend/src/common/database/README.md index f4b9cc00..a286cda4 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"] + database["📁 database"] + database --> database_module_ts["📄 database.module.ts"] ``` ## 📄 File Registry @@ -25,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './database'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/common/decorators/README.md b/backend/src/common/decorators/README.md index b6ce6194..791e47bd 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"] + decorators["📁 decorators"] + decorators --> public_decorator_ts["📄 public.decorator.ts"] + decorators --> roles_decorator_ts["📄 roles.decorator.ts"] ``` ## 📄 File Registry @@ -25,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './decorators'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/common/filters/README.md b/backend/src/common/filters/README.md index e7b58835..08eb0aaf 100644 --- a/backend/src/common/filters/README.md +++ b/backend/src/common/filters/README.md @@ -8,23 +8,23 @@ 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"] + filters["📁 filters"] + filters --> i18n_exception_filter_ts["📄 i18n-exception.filter.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `i18n-exception.filter.ts` | TypeScript | Provides core logic and orchestration for i18n-exception.filter.ts. | N/A | +| `i18n-exception.filter.ts` | TypeScript | Provides core logic and orchestration for i18n-exception.filter.ts. | @nestjs | ## 🔗 Dependencies -- `../constants/error-messages.constant` +- `@nestjs/common` - `express` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './filters'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/common/guards/README.md b/backend/src/common/guards/README.md index 75d32eec..e47e5d16 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"] + guards["📁 guards"] + guards --> roles_guard_ts["📄 roles.guard.ts"] + guards --> jwt_auth_guard_ts["📄 jwt-auth.guard.ts"] ``` ## 📄 File Registry @@ -20,8 +20,6 @@ graph TD | `roles.guard.ts` | TypeScript | Provides core logic and orchestration for roles.guard.ts. | @nestjs | ## 🔗 Dependencies -- `../decorators/public.decorator` -- `../decorators/roles.decorator` - `@nestjs/common` - `@nestjs/core` - `@nestjs/passport` @@ -29,7 +27,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './guards'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/common/interfaces/README.md b/backend/src/common/interfaces/README.md index 6995df09..d46632c9 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"] + interfaces["📁 interfaces"] + interfaces --> authenticated_request_interface_ts["📄 authenticated-request.interface.ts"] ``` ## 📄 File Registry @@ -23,7 +23,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './interfaces'; +import { relevantMember } from './core'; // 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..8f03797f 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"] + utils["📁 utils"] + utils --> object_ts["📄 object.ts"] + utils --> index_ts["📄 index.ts"] + utils --> file_system_ts["📄 file-system.ts"] ``` ## 📄 File Registry @@ -29,7 +29,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './utils'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/README.md b/backend/src/modules/README.md index 91538132..781ff297 100644 --- a/backend/src/modules/README.md +++ b/backend/src/modules/README.md @@ -8,21 +8,23 @@ 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"] + modules["📁 modules"] + modules --> gallery["📁 gallery"] + modules --> user["📁 user"] + modules --> treatments["📁 treatments"] + modules --> admin_settings["📁 admin-settings"] + modules --> veil["📁 veil"] + modules --> payment["📁 payment"] + modules --> booking["📁 booking"] + modules --> inventory["📁 inventory"] + modules --> partnership["📁 partnership"] + modules --> auth["📁 auth"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -30,7 +32,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './modules'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/admin-settings/README.md b/backend/src/modules/admin-settings/README.md index 4c0e03d6..692f56f2 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"] + admin_settings["📁 admin-settings"] + admin_settings --> infrastructure["📁 infrastructure"] + admin_settings --> presentation["📁 presentation"] + admin_settings --> domain["📁 domain"] + admin_settings --> application["📁 application"] + admin_settings --> index_ts["📄 index.ts"] + admin_settings --> admin_settings_module_ts["📄 admin-settings.module.ts"] ``` ## 📄 File Registry @@ -24,16 +24,13 @@ graph TD | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- `./application/admin-settings.service` -- `./infrastructure/repositories/admin-settings.repository` -- `./presentation/admin-settings.controller` - `@nestjs/common` - `@nestjs/mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './admin-settings'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/admin-settings/application/README.md b/backend/src/modules/admin-settings/application/README.md index 44cd7b31..6fa14b23 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"] + application["📁 application"] + application --> admin_settings_service_ts["📄 admin-settings.service.ts"] ``` ## 📄 File Registry @@ -18,14 +18,12 @@ graph TD | `admin-settings.service.ts` | TypeScript | Encapsulates business logic and data access for admin-settings.service.ts. | @nestjs | ## 🔗 Dependencies -- `../domain/admin-settings.entity` -- `../infrastructure/repositories/admin-settings.repository` - `@nestjs/common` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './application'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/admin-settings/domain/README.md b/backend/src/modules/admin-settings/domain/README.md index b7b40f4b..57063676 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"] + domain["📁 domain"] + domain --> interfaces["📁 interfaces"] + domain --> admin_settings_entity_ts["📄 admin-settings.entity.ts"] ``` ## 📄 File Registry @@ -24,7 +24,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './domain'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/admin-settings/domain/interfaces/README.md b/backend/src/modules/admin-settings/domain/interfaces/README.md index 7248dcc5..2651c209 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"] + interfaces["📁 interfaces"] + interfaces --> admin_settings_interface_ts["📄 admin-settings.interface.ts"] ``` ## 📄 File Registry @@ -23,7 +23,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './interfaces'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/admin-settings/infrastructure/README.md b/backend/src/modules/admin-settings/infrastructure/README.md index e1c84866..4ab7ec82 100644 --- a/backend/src/modules/admin-settings/infrastructure/README.md +++ b/backend/src/modules/admin-settings/infrastructure/README.md @@ -8,13 +8,15 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> repositories["📁 repositories"] - Root --> schemas["📁 schemas"] + infrastructure["📁 infrastructure"] + infrastructure --> repositories["📁 repositories"] + infrastructure --> schemas["📁 schemas"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -22,7 +24,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './infrastructure'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/admin-settings/infrastructure/repositories/README.md b/backend/src/modules/admin-settings/infrastructure/repositories/README.md index ad6004a7..da6714e5 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"] + repositories["📁 repositories"] + repositories --> admin_settings_repository_ts["📄 admin-settings.repository.ts"] ``` ## 📄 File Registry @@ -18,7 +18,6 @@ graph TD | `admin-settings.repository.ts` | TypeScript | Provides core logic and orchestration for admin-settings.repository.ts. | @nestjs | ## 🔗 Dependencies -- `../../domain/admin-settings.entity` - `@nestjs/common` - `@nestjs/mongoose` - `mongoose` @@ -26,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './repositories'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/admin-settings/infrastructure/schemas/README.md b/backend/src/modules/admin-settings/infrastructure/schemas/README.md index f461acff..bacbed23 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"] + schemas["📁 schemas"] + schemas --> admin_settings_schema_ts["📄 admin-settings.schema.ts"] ``` ## 📄 File Registry @@ -24,7 +24,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './schemas'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/admin-settings/presentation/README.md b/backend/src/modules/admin-settings/presentation/README.md index e5c24bc2..08fbc518 100644 --- a/backend/src/modules/admin-settings/presentation/README.md +++ b/backend/src/modules/admin-settings/presentation/README.md @@ -8,26 +8,23 @@ 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"] + presentation["📁 presentation"] + presentation --> dto["📁 dto"] + presentation --> admin_settings_controller_ts["📄 admin-settings.controller.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for admin-settings.controller.ts. | N/A | +| `admin-settings.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for admin-settings.controller.ts. | @nestjs | ## 🔗 Dependencies -- `../application/admin-settings.service` -- `../domain/admin-settings.entity` -- `./dto/create-admin-settings.dto` -- `./dto/update-admin-settings.dto` +- `@nestjs/common` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './presentation'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/admin-settings/presentation/dto/README.md b/backend/src/modules/admin-settings/presentation/dto/README.md index 8e396cf8..e9bdab11 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"] + dto["📁 dto"] + dto --> create_admin_settings_dto_ts["📄 create-admin-settings.dto.ts"] + dto --> update_admin_settings_dto_ts["📄 update-admin-settings.dto.ts"] ``` ## 📄 File Registry @@ -20,14 +20,14 @@ graph TD | `update-admin-settings.dto.ts` | TypeScript | Provides core logic and orchestration for update-admin-settings.dto.ts. | @nestjs | ## 🔗 Dependencies -- `./create-admin-settings.dto` - `@nestjs/mapped-types` - `class-transformer` +- `class-validator` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './dto'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/auth/README.md b/backend/src/modules/auth/README.md index 6e5d3d54..d47a203f 100644 --- a/backend/src/modules/auth/README.md +++ b/backend/src/modules/auth/README.md @@ -8,34 +8,27 @@ 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"] + auth["📁 auth"] + auth --> infrastructure["📁 infrastructure"] + auth --> dto["📁 dto"] + auth --> interfaces["📁 interfaces"] + auth --> auth_module_ts["📄 auth.module.ts"] + auth --> auth_service_ts["📄 auth.service.ts"] + auth --> telegram_auth_service_ts["📄 telegram-auth.service.ts"] + auth --> index_ts["📄 index.ts"] + auth --> auth_controller_ts["📄 auth.controller.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `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.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for auth.controller.ts. | @nestjs, @common | +| `auth.module.ts` | TypeScript | Defines the architectural module boundaries for auth.module.ts. | @nestjs, @common, @modules | +| `auth.service.ts` | TypeScript | Encapsulates business logic and data access for auth.service.ts. | @nestjs, @modules | | `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 | +| `telegram-auth.service.ts` | TypeScript | Encapsulates business logic and data access for telegram-auth.service.ts. | @nestjs, @modules, @common | ## 🔗 Dependencies -- `./auth.controller` -- `./auth.service` -- `./dto/login.dto` -- `./dto/register.dto` -- `./infrastructure/jwt.strategy` -- `./interfaces/auth-response.interface` -- `./telegram-auth.service` - `@common/config/app-config.module` - `@common/config/app-config.service` - `@common/decorators/public.decorator` @@ -49,7 +42,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './auth'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/auth/dto/README.md b/backend/src/modules/auth/dto/README.md index 61523a1b..58216949 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"] + dto["📁 dto"] + dto --> register_dto_ts["📄 register.dto.ts"] + dto --> login_dto_ts["📄 login.dto.ts"] ``` ## 📄 File Registry @@ -25,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './dto'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/auth/infrastructure/README.md b/backend/src/modules/auth/infrastructure/README.md index ccea957b..0f927df4 100644 --- a/backend/src/modules/auth/infrastructure/README.md +++ b/backend/src/modules/auth/infrastructure/README.md @@ -8,17 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> jwt_strategy_ts["📄 jwt.strategy.ts"] + infrastructure["📁 infrastructure"] + infrastructure --> jwt_strategy_ts["📄 jwt.strategy.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `jwt.strategy.ts` | TypeScript | Provides core logic and orchestration for jwt.strategy.ts. | @common, @nestjs | +| `jwt.strategy.ts` | TypeScript | Provides core logic and orchestration for jwt.strategy.ts. | @nestjs, @common | ## 🔗 Dependencies -- `../interfaces/jwt-payload.interface` - `@common/config/app-config.service` - `@nestjs/common` - `@nestjs/passport` @@ -27,7 +26,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './infrastructure'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/auth/interfaces/README.md b/backend/src/modules/auth/interfaces/README.md index 522e7e26..55d63c6b 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"] + interfaces["📁 interfaces"] + interfaces --> auth_response_interface_ts["📄 auth-response.interface.ts"] + interfaces --> jwt_payload_interface_ts["📄 jwt-payload.interface.ts"] ``` ## 📄 File Registry @@ -25,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './interfaces'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/booking/README.md b/backend/src/modules/booking/README.md index 32d05106..85b35cf1 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"] + booking["📁 booking"] + booking --> infrastructure["📁 infrastructure"] + booking --> presentation["📁 presentation"] + booking --> domain["📁 domain"] + booking --> application["📁 application"] + booking --> booking_module_ts["📄 booking.module.ts"] + booking --> index_ts["📄 index.ts"] ``` ## 📄 File Registry @@ -24,16 +24,13 @@ graph TD | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- `./application/booking.service` -- `./infrastructure/repositories/booking.repository` -- `./presentation/booking.controller` - `@nestjs/common` - `@nestjs/mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './booking'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/booking/application/README.md b/backend/src/modules/booking/application/README.md index f0a95a23..bfc008ee 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"] + application["📁 application"] + application --> booking_service_ts["📄 booking.service.ts"] ``` ## 📄 File Registry @@ -18,16 +18,12 @@ graph TD | `booking.service.ts` | TypeScript | Encapsulates business logic and data access for booking.service.ts. | @nestjs | ## 🔗 Dependencies -- `../domain/booking.entity` -- `../infrastructure/repositories/booking.repository` -- `../presentation/dto/create-booking.dto` -- `../presentation/dto/update-booking.dto` - `@nestjs/common` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './application'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/booking/domain/README.md b/backend/src/modules/booking/domain/README.md index 5eb08be6..f374ff9d 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"] + domain["📁 domain"] + domain --> booking_entity_ts["📄 booking.entity.ts"] ``` ## 📄 File Registry @@ -23,7 +23,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './domain'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/booking/infrastructure/README.md b/backend/src/modules/booking/infrastructure/README.md index a4d30890..8e304a6e 100644 --- a/backend/src/modules/booking/infrastructure/README.md +++ b/backend/src/modules/booking/infrastructure/README.md @@ -8,13 +8,15 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> repositories["📁 repositories"] - Root --> schemas["📁 schemas"] + infrastructure["📁 infrastructure"] + infrastructure --> repositories["📁 repositories"] + infrastructure --> schemas["📁 schemas"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -22,7 +24,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './infrastructure'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/booking/infrastructure/repositories/README.md b/backend/src/modules/booking/infrastructure/repositories/README.md index 9722ad3a..f9c4c490 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"] + repositories["📁 repositories"] + repositories --> booking_repository_ts["📄 booking.repository.ts"] ``` ## 📄 File Registry @@ -18,7 +18,6 @@ graph TD | `booking.repository.ts` | TypeScript | Provides core logic and orchestration for booking.repository.ts. | @nestjs | ## 🔗 Dependencies -- `../../domain/booking.entity` - `@nestjs/common` - `@nestjs/mongoose` - `mongoose` @@ -26,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './repositories'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/booking/infrastructure/schemas/README.md b/backend/src/modules/booking/infrastructure/schemas/README.md index 5656002f..ab6ad810 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"] + schemas["📁 schemas"] + schemas --> booking_schema_ts["📄 booking.schema.ts"] ``` ## 📄 File Registry @@ -24,7 +24,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './schemas'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/booking/presentation/README.md b/backend/src/modules/booking/presentation/README.md index 7beddead..262ae684 100644 --- a/backend/src/modules/booking/presentation/README.md +++ b/backend/src/modules/booking/presentation/README.md @@ -8,25 +8,23 @@ 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"] + presentation["📁 presentation"] + presentation --> dto["📁 dto"] + presentation --> booking_controller_ts["📄 booking.controller.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `booking.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for booking.controller.ts. | N/A | +| `booking.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for booking.controller.ts. | @nestjs | ## 🔗 Dependencies -- `../application/booking.service` -- `./dto/create-booking.dto` -- `./dto/update-booking.dto` +- `@nestjs/common` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './presentation'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/booking/presentation/dto/README.md b/backend/src/modules/booking/presentation/dto/README.md index 3ae9fbaf..82247c7d 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"] + dto["📁 dto"] + dto --> create_booking_dto_ts["📄 create-booking.dto.ts"] + dto --> update_booking_dto_ts["📄 update-booking.dto.ts"] ``` ## 📄 File Registry @@ -20,13 +20,12 @@ graph TD | `update-booking.dto.ts` | TypeScript | Provides core logic and orchestration for update-booking.dto.ts. | @nestjs | ## 🔗 Dependencies -- `./create-booking.dto` - `@nestjs/mapped-types` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './dto'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/gallery/README.md b/backend/src/modules/gallery/README.md index 6eb97b3a..b8822e1c 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"] + gallery["📁 gallery"] + gallery --> infrastructure["📁 infrastructure"] + gallery --> presentation["📁 presentation"] + gallery --> domain["📁 domain"] + gallery --> application["📁 application"] + gallery --> index_ts["📄 index.ts"] + gallery --> gallery_module_ts["📄 gallery.module.ts"] ``` ## 📄 File Registry @@ -24,16 +24,13 @@ graph TD | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- `./application/gallery.service` -- `./infrastructure/repositories/gallery.repository` -- `./presentation/gallery.controller` - `@nestjs/common` - `@nestjs/mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/gallery/application/README.md b/backend/src/modules/gallery/application/README.md index 40cb46b7..22c7dffb 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"] + application["📁 application"] + application --> gallery_service_ts["📄 gallery.service.ts"] ``` ## 📄 File Registry @@ -18,14 +18,12 @@ graph TD | `gallery.service.ts` | TypeScript | Encapsulates business logic and data access for gallery.service.ts. | @nestjs | ## 🔗 Dependencies -- `../domain/gallery.entity` -- `../infrastructure/repositories/gallery.repository` - `@nestjs/common` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './application'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/gallery/domain/README.md b/backend/src/modules/gallery/domain/README.md index bc230be3..d8d9fb72 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"] + domain["📁 domain"] + domain --> gallery_entity_ts["📄 gallery.entity.ts"] ``` ## 📄 File Registry @@ -23,7 +23,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './domain'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/gallery/infrastructure/README.md b/backend/src/modules/gallery/infrastructure/README.md index 5fe31df0..c46ab3c1 100644 --- a/backend/src/modules/gallery/infrastructure/README.md +++ b/backend/src/modules/gallery/infrastructure/README.md @@ -8,13 +8,15 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> repositories["📁 repositories"] - Root --> schemas["📁 schemas"] + infrastructure["📁 infrastructure"] + infrastructure --> repositories["📁 repositories"] + infrastructure --> schemas["📁 schemas"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -22,7 +24,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './infrastructure'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/gallery/infrastructure/repositories/README.md b/backend/src/modules/gallery/infrastructure/repositories/README.md index 36be22d2..25c8599d 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"] + repositories["📁 repositories"] + repositories --> gallery_repository_ts["📄 gallery.repository.ts"] ``` ## 📄 File Registry @@ -18,7 +18,6 @@ graph TD | `gallery.repository.ts` | TypeScript | Provides core logic and orchestration for gallery.repository.ts. | @nestjs | ## 🔗 Dependencies -- `../../domain/gallery.entity` - `@nestjs/common` - `@nestjs/mongoose` - `mongoose` @@ -26,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './repositories'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/gallery/infrastructure/schemas/README.md b/backend/src/modules/gallery/infrastructure/schemas/README.md index 17c7ad83..97f46e28 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"] + schemas["📁 schemas"] + schemas --> gallery_schema_ts["📄 gallery.schema.ts"] ``` ## 📄 File Registry @@ -24,7 +24,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './schemas'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/gallery/presentation/README.md b/backend/src/modules/gallery/presentation/README.md index cf1a6713..27fc6c97 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"] + presentation["📁 presentation"] + presentation --> dto["📁 dto"] + presentation --> gallery_controller_ts["📄 gallery.controller.ts"] ``` ## 📄 File Registry @@ -19,10 +19,7 @@ graph TD | `gallery.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for gallery.controller.ts. | @nestjs | ## 🔗 Dependencies -- `../application/gallery.service` -- `../domain/gallery.entity` -- `./dto/create-gallery.dto` -- `./dto/update-gallery.dto` +- `@nestjs/common` - `@nestjs/platform-express` - `multer` - `path` @@ -30,7 +27,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './presentation'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/gallery/presentation/dto/README.md b/backend/src/modules/gallery/presentation/dto/README.md index 82ba0717..fd269e7d 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"] + dto["📁 dto"] + dto --> update_gallery_dto_ts["📄 update-gallery.dto.ts"] + dto --> create_gallery_dto_ts["📄 create-gallery.dto.ts"] ``` ## 📄 File Registry @@ -20,14 +20,13 @@ graph TD | `update-gallery.dto.ts` | TypeScript | Provides core logic and orchestration for update-gallery.dto.ts. | @nestjs | ## 🔗 Dependencies -- `./create-gallery.dto` - `@nestjs/mapped-types` - `class-validator` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './dto'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/inventory/README.md b/backend/src/modules/inventory/README.md index 80349cad..55a84c43 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"] + inventory["📁 inventory"] + inventory --> infrastructure["📁 infrastructure"] + inventory --> presentation["📁 presentation"] + inventory --> domain["📁 domain"] + inventory --> application["📁 application"] + inventory --> index_ts["📄 index.ts"] + inventory --> inventory_module_ts["📄 inventory.module.ts"] ``` ## 📄 File Registry @@ -24,16 +24,13 @@ graph TD | `inventory.module.ts` | TypeScript | Defines the architectural module boundaries for inventory.module.ts. | @nestjs | ## 🔗 Dependencies -- `./application/inventory.service` -- `./infrastructure/repositories/inventory.repository` -- `./presentation/inventory.controller` - `@nestjs/common` - `@nestjs/mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './inventory'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/inventory/application/README.md b/backend/src/modules/inventory/application/README.md index 4f041822..f6bce657 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"] + application["📁 application"] + application --> inventory_service_ts["📄 inventory.service.ts"] ``` ## 📄 File Registry @@ -18,16 +18,12 @@ graph TD | `inventory.service.ts` | TypeScript | Encapsulates business logic and data access for inventory.service.ts. | @nestjs | ## 🔗 Dependencies -- `../domain/inventory.entity` -- `../infrastructure/repositories/inventory.repository` -- `../presentation/dto/create-inventory.dto` -- `../presentation/dto/update-inventory.dto` - `@nestjs/common` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './application'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/inventory/domain/README.md b/backend/src/modules/inventory/domain/README.md index b764ea22..609d84b3 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"] + domain["📁 domain"] + domain --> inventory_entity_ts["📄 inventory.entity.ts"] ``` ## 📄 File Registry @@ -23,7 +23,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './domain'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/inventory/infrastructure/README.md b/backend/src/modules/inventory/infrastructure/README.md index e14623ba..3c1ad122 100644 --- a/backend/src/modules/inventory/infrastructure/README.md +++ b/backend/src/modules/inventory/infrastructure/README.md @@ -8,13 +8,15 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> repositories["📁 repositories"] - Root --> schemas["📁 schemas"] + infrastructure["📁 infrastructure"] + infrastructure --> repositories["📁 repositories"] + infrastructure --> schemas["📁 schemas"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -22,7 +24,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './infrastructure'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/inventory/infrastructure/repositories/README.md b/backend/src/modules/inventory/infrastructure/repositories/README.md index f231860b..e743e6f1 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"] + repositories["📁 repositories"] + repositories --> inventory_repository_ts["📄 inventory.repository.ts"] ``` ## 📄 File Registry @@ -18,7 +18,6 @@ graph TD | `inventory.repository.ts` | TypeScript | Provides core logic and orchestration for inventory.repository.ts. | @nestjs | ## 🔗 Dependencies -- `../../domain/inventory.entity` - `@nestjs/common` - `@nestjs/mongoose` - `mongoose` @@ -26,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './repositories'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/inventory/infrastructure/schemas/README.md b/backend/src/modules/inventory/infrastructure/schemas/README.md index 938de0ce..5b7081eb 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"] + schemas["📁 schemas"] + schemas --> inventory_schema_ts["📄 inventory.schema.ts"] ``` ## 📄 File Registry @@ -24,7 +24,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './schemas'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/inventory/presentation/README.md b/backend/src/modules/inventory/presentation/README.md index e1df25cb..eb8128b8 100644 --- a/backend/src/modules/inventory/presentation/README.md +++ b/backend/src/modules/inventory/presentation/README.md @@ -8,25 +8,23 @@ 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"] + presentation["📁 presentation"] + presentation --> dto["📁 dto"] + presentation --> inventory_controller_ts["📄 inventory.controller.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `inventory.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for inventory.controller.ts. | N/A | +| `inventory.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for inventory.controller.ts. | @nestjs | ## 🔗 Dependencies -- `../application/inventory.service` -- `./dto/create-inventory.dto` -- `./dto/update-inventory.dto` +- `@nestjs/common` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './presentation'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/inventory/presentation/dto/README.md b/backend/src/modules/inventory/presentation/dto/README.md index e34e4d22..db037fd0 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"] + dto["📁 dto"] + dto --> create_inventory_dto_ts["📄 create-inventory.dto.ts"] + dto --> update_inventory_dto_ts["📄 update-inventory.dto.ts"] ``` ## 📄 File Registry @@ -20,13 +20,12 @@ graph TD | `update-inventory.dto.ts` | TypeScript | Provides core logic and orchestration for update-inventory.dto.ts. | @nestjs | ## 🔗 Dependencies -- `./create-inventory.dto` - `@nestjs/mapped-types` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './dto'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/partnership/README.md b/backend/src/modules/partnership/README.md index 5c48c655..a95d261d 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"] + partnership["📁 partnership"] + partnership --> infrastructure["📁 infrastructure"] + partnership --> presentation["📁 presentation"] + partnership --> domain["📁 domain"] + partnership --> application["📁 application"] + partnership --> partnership_module_ts["📄 partnership.module.ts"] + partnership --> index_ts["📄 index.ts"] ``` ## 📄 File Registry @@ -24,16 +24,13 @@ graph TD | `partnership.module.ts` | TypeScript | Defines the architectural module boundaries for partnership.module.ts. | @nestjs | ## 🔗 Dependencies -- `./application/partnership.service` -- `./infrastructure/repositories/partnership.repository` -- `./presentation/partnership.controller` - `@nestjs/common` - `@nestjs/mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './partnership'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/partnership/application/README.md b/backend/src/modules/partnership/application/README.md index 08c4fb0a..8f940bcf 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"] + application["📁 application"] + application --> partnership_service_ts["📄 partnership.service.ts"] ``` ## 📄 File Registry @@ -18,16 +18,12 @@ graph TD | `partnership.service.ts` | TypeScript | Encapsulates business logic and data access for partnership.service.ts. | @nestjs | ## 🔗 Dependencies -- `../domain/partnership.entity` -- `../infrastructure/repositories/partnership.repository` -- `../presentation/dto/create-partnership.dto` -- `../presentation/dto/update-partnership.dto` - `@nestjs/common` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './application'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/partnership/domain/README.md b/backend/src/modules/partnership/domain/README.md index 036785ca..67b125df 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"] + domain["📁 domain"] + domain --> partnership_entity_ts["📄 partnership.entity.ts"] ``` ## 📄 File Registry @@ -23,7 +23,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './domain'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/partnership/infrastructure/README.md b/backend/src/modules/partnership/infrastructure/README.md index e5b96009..9cf181af 100644 --- a/backend/src/modules/partnership/infrastructure/README.md +++ b/backend/src/modules/partnership/infrastructure/README.md @@ -8,13 +8,15 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> repositories["📁 repositories"] - Root --> schemas["📁 schemas"] + infrastructure["📁 infrastructure"] + infrastructure --> repositories["📁 repositories"] + infrastructure --> schemas["📁 schemas"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -22,7 +24,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './infrastructure'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/partnership/infrastructure/repositories/README.md b/backend/src/modules/partnership/infrastructure/repositories/README.md index 7a2a9c80..60ebf868 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"] + repositories["📁 repositories"] + repositories --> partnership_repository_ts["📄 partnership.repository.ts"] ``` ## 📄 File Registry @@ -18,7 +18,6 @@ graph TD | `partnership.repository.ts` | TypeScript | Provides core logic and orchestration for partnership.repository.ts. | @nestjs | ## 🔗 Dependencies -- `../../domain/partnership.entity` - `@nestjs/common` - `@nestjs/mongoose` - `mongoose` @@ -26,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './repositories'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/partnership/infrastructure/schemas/README.md b/backend/src/modules/partnership/infrastructure/schemas/README.md index f54ea0d3..f281bed3 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"] + schemas["📁 schemas"] + schemas --> partnership_schema_ts["📄 partnership.schema.ts"] ``` ## 📄 File Registry @@ -24,7 +24,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './schemas'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/partnership/presentation/README.md b/backend/src/modules/partnership/presentation/README.md index 0cdfd4fd..43360804 100644 --- a/backend/src/modules/partnership/presentation/README.md +++ b/backend/src/modules/partnership/presentation/README.md @@ -8,25 +8,23 @@ 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"] + presentation["📁 presentation"] + presentation --> dto["📁 dto"] + presentation --> partnership_controller_ts["📄 partnership.controller.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `partnership.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for partnership.controller.ts. | N/A | +| `partnership.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for partnership.controller.ts. | @nestjs | ## 🔗 Dependencies -- `../application/partnership.service` -- `./dto/create-partnership.dto` -- `./dto/update-partnership.dto` +- `@nestjs/common` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './presentation'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/partnership/presentation/dto/README.md b/backend/src/modules/partnership/presentation/dto/README.md index eca44cdd..9cc69e0f 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"] + dto["📁 dto"] + dto --> create_partnership_dto_ts["📄 create-partnership.dto.ts"] + dto --> update_partnership_dto_ts["📄 update-partnership.dto.ts"] ``` ## 📄 File Registry @@ -20,13 +20,12 @@ graph TD | `update-partnership.dto.ts` | TypeScript | Provides core logic and orchestration for update-partnership.dto.ts. | @nestjs | ## 🔗 Dependencies -- `./create-partnership.dto` - `@nestjs/mapped-types` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './dto'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/payment/README.md b/backend/src/modules/payment/README.md index 616722ed..86cb587f 100644 --- a/backend/src/modules/payment/README.md +++ b/backend/src/modules/payment/README.md @@ -8,34 +8,29 @@ 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"] + payment["📁 payment"] + payment --> strategies["📁 strategies"] + payment --> payment_module_ts["📄 payment.module.ts"] + payment --> index_ts["📄 index.ts"] + payment --> payment_service_ts["📄 payment.service.ts"] + payment --> payment_controller_ts["📄 payment.controller.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `payment.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for payment.controller.ts. | N/A | +| `payment.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for payment.controller.ts. | @nestjs | | `payment.module.ts` | TypeScript | Defines the architectural module boundaries for payment.module.ts. | @nestjs | | `payment.service.ts` | TypeScript | Encapsulates business logic and data access for payment.service.ts. | @nestjs | ## 🔗 Dependencies -- `./payment.controller` -- `./payment.service` -- `./strategies/alif-pay.strategy` -- `./strategies/mock-card.strategy` -- `./strategies/payment.strategy` - `@nestjs/common` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './payment'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/payment/strategies/README.md b/backend/src/modules/payment/strategies/README.md index 1007b878..a7cf7727 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"] + strategies["📁 strategies"] + strategies --> mock_card_strategy_ts["📄 mock-card.strategy.ts"] + strategies --> alif_pay_strategy_ts["📄 alif-pay.strategy.ts"] + strategies --> payment_strategy_ts["📄 payment.strategy.ts"] ``` ## 📄 File Registry @@ -27,7 +27,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './strategies'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/treatments/README.md b/backend/src/modules/treatments/README.md index 47ea8252..080387a4 100644 --- a/backend/src/modules/treatments/README.md +++ b/backend/src/modules/treatments/README.md @@ -8,24 +8,25 @@ 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"] + treatments["📁 treatments"] + treatments --> infrastructure["📁 infrastructure"] + treatments --> presentation["📁 presentation"] + treatments --> domain["📁 domain"] + treatments --> application["📁 application"] + treatments --> index_ts["📄 index.ts"] + treatments --> treatments_module_ts["📄 treatments.module.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `treatments.module.ts` | TypeScript | Defines the architectural module boundaries for treatments.module.ts. | @modules, @nestjs | +| `treatments.module.ts` | TypeScript | Defines the architectural module boundaries for treatments.module.ts. | @nestjs, @modules | ## 🔗 Dependencies - `@modules/treatments/application/treatments.service` - `@modules/treatments/infrastructure/repositories/treatments.repository` +- `@modules/treatments/infrastructure/schemas/treatments.schema` - `@modules/treatments/presentation/treatments.controller` - `@nestjs/common` - `@nestjs/mongoose` @@ -33,7 +34,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatments'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/treatments/application/README.md b/backend/src/modules/treatments/application/README.md index 7cb6487d..b57b77ce 100644 --- a/backend/src/modules/treatments/application/README.md +++ b/backend/src/modules/treatments/application/README.md @@ -8,25 +8,23 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 application"] - Root --> treatments_service_ts["📄 treatments.service.ts"] + application["📁 application"] + application --> treatments_service_ts["📄 treatments.service.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `treatments.service.ts` | TypeScript | Encapsulates business logic and data access for treatments.service.ts. | @common, @nestjs | +| `treatments.service.ts` | TypeScript | Encapsulates business logic and data access for treatments.service.ts. | @nestjs, @common | ## 🔗 Dependencies -- `../domain/treatments.entity` -- `../infrastructure/repositories/treatments.repository` - `@common/utils` - `@nestjs/common` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './application'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/treatments/domain/README.md b/backend/src/modules/treatments/domain/README.md index 1da9154f..ce21015e 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"] + domain["📁 domain"] + domain --> treatments_entity_ts["📄 treatments.entity.ts"] ``` ## 📄 File Registry @@ -23,7 +23,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './domain'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/treatments/infrastructure/README.md b/backend/src/modules/treatments/infrastructure/README.md index 1f3c64af..4c6b5627 100644 --- a/backend/src/modules/treatments/infrastructure/README.md +++ b/backend/src/modules/treatments/infrastructure/README.md @@ -8,13 +8,15 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> repositories["📁 repositories"] - Root --> schemas["📁 schemas"] + infrastructure["📁 infrastructure"] + infrastructure --> repositories["📁 repositories"] + infrastructure --> schemas["📁 schemas"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -22,7 +24,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './infrastructure'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/treatments/infrastructure/repositories/README.md b/backend/src/modules/treatments/infrastructure/repositories/README.md index b76c4329..40b26931 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"] + repositories["📁 repositories"] + repositories --> treatments_repository_ts["📄 treatments.repository.ts"] ``` ## 📄 File Registry @@ -18,7 +18,6 @@ graph TD | `treatments.repository.ts` | TypeScript | Provides core logic and orchestration for treatments.repository.ts. | @nestjs | ## 🔗 Dependencies -- `../../domain/treatments.entity` - `@nestjs/common` - `@nestjs/mongoose` - `mongoose` @@ -26,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './repositories'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/treatments/infrastructure/schemas/README.md b/backend/src/modules/treatments/infrastructure/schemas/README.md index 9a88d55e..9f5efedc 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"] + schemas["📁 schemas"] + schemas --> treatments_schema_ts["📄 treatments.schema.ts"] ``` ## 📄 File Registry @@ -24,7 +24,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './schemas'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/treatments/presentation/README.md b/backend/src/modules/treatments/presentation/README.md index 7a6948d7..b5ca2e7c 100644 --- a/backend/src/modules/treatments/presentation/README.md +++ b/backend/src/modules/treatments/presentation/README.md @@ -8,17 +8,19 @@ 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"] + presentation["📁 presentation"] + presentation --> dto["📁 dto"] + presentation --> treatments_controller_ts["📄 treatments.controller.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `treatments.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for treatments.controller.ts. | @nestjs | +| `treatments.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for treatments.controller.ts. | @nestjs, @modules | ## 🔗 Dependencies +- `@modules/treatments` +- `@nestjs/common` - `@nestjs/platform-express` - `multer` - `path` @@ -26,7 +28,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './presentation'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/treatments/presentation/dto/README.md b/backend/src/modules/treatments/presentation/dto/README.md index 0321e55b..e0c1813e 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"] + dto["📁 dto"] + dto --> create_treatments_dto_ts["📄 create-treatments.dto.ts"] + dto --> update_treatments_dto_ts["📄 update-treatments.dto.ts"] ``` ## 📄 File Registry @@ -20,14 +20,14 @@ graph TD | `update-treatments.dto.ts` | TypeScript | Provides core logic and orchestration for update-treatments.dto.ts. | @nestjs | ## 🔗 Dependencies -- `./create-treatments.dto` - `@nestjs/mapped-types` - `class-transformer` +- `class-validator` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './dto'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/user/README.md b/backend/src/modules/user/README.md index 4d80484e..a7cd2056 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"] + user["📁 user"] + user --> infrastructure["📁 infrastructure"] + user --> presentation["📁 presentation"] + user --> domain["📁 domain"] + user --> application["📁 application"] + user --> user_module_ts["📄 user.module.ts"] + user --> index_ts["📄 index.ts"] ``` ## 📄 File Registry @@ -24,16 +24,13 @@ graph TD | `user.module.ts` | TypeScript | Defines the architectural module boundaries for user.module.ts. | @nestjs | ## 🔗 Dependencies -- `./application/user.service` -- `./infrastructure/repositories/user.repository` -- `./presentation/user.controller` - `@nestjs/common` - `@nestjs/mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './user'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/user/application/README.md b/backend/src/modules/user/application/README.md index 49d3c42d..6cb66ee8 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"] + application["📁 application"] + application --> user_service_ts["📄 user.service.ts"] ``` ## 📄 File Registry @@ -18,15 +18,13 @@ graph TD | `user.service.ts` | TypeScript | Encapsulates business logic and data access for user.service.ts. | @nestjs | ## 🔗 Dependencies -- `../domain/user.entity` -- `../infrastructure/repositories/user.repository` - `@nestjs/common` - `bcrypt` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './application'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/user/domain/README.md b/backend/src/modules/user/domain/README.md index b30d4a9f..e7e88d95 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"] + domain["📁 domain"] + domain --> user_entity_ts["📄 user.entity.ts"] ``` ## 📄 File Registry @@ -23,7 +23,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './domain'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/user/infrastructure/README.md b/backend/src/modules/user/infrastructure/README.md index 0c8fe858..ed655cbd 100644 --- a/backend/src/modules/user/infrastructure/README.md +++ b/backend/src/modules/user/infrastructure/README.md @@ -8,13 +8,15 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> repositories["📁 repositories"] - Root --> schemas["📁 schemas"] + infrastructure["📁 infrastructure"] + infrastructure --> repositories["📁 repositories"] + infrastructure --> schemas["📁 schemas"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -22,7 +24,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './infrastructure'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/user/infrastructure/repositories/README.md b/backend/src/modules/user/infrastructure/repositories/README.md index 0d1e6fb3..a0d30cb5 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"] + repositories["📁 repositories"] + repositories --> user_repository_ts["📄 user.repository.ts"] ``` ## 📄 File Registry @@ -18,8 +18,6 @@ graph TD | `user.repository.ts` | TypeScript | Provides core logic and orchestration for user.repository.ts. | @nestjs | ## 🔗 Dependencies -- `../../domain/user.entity` -- `../schemas/user.schema` - `@nestjs/common` - `@nestjs/mongoose` - `mongoose` @@ -27,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './repositories'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/user/infrastructure/schemas/README.md b/backend/src/modules/user/infrastructure/schemas/README.md index 2e531db3..6434e9d1 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"] + schemas["📁 schemas"] + schemas --> user_schema_ts["📄 user.schema.ts"] ``` ## 📄 File Registry @@ -24,7 +24,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './schemas'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/user/presentation/README.md b/backend/src/modules/user/presentation/README.md index 3c548cff..2190fd1f 100644 --- a/backend/src/modules/user/presentation/README.md +++ b/backend/src/modules/user/presentation/README.md @@ -8,22 +8,20 @@ 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"] + presentation["📁 presentation"] + presentation --> dto["📁 dto"] + presentation --> user_controller_ts["📄 user.controller.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `user.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for user.controller.ts. | @common, @modules, @nestjs | +| `user.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for user.controller.ts. | @nestjs, @common, @modules | ## 🔗 Dependencies -- `../application/user.service` -- `./dto/create-user.dto` -- `./dto/update-user.dto` - `@common/interfaces/authenticated-request.interface` - `@modules/user` +- `@nestjs/common` - `@nestjs/platform-express` - `multer` - `path` @@ -31,7 +29,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './presentation'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/user/presentation/dto/README.md b/backend/src/modules/user/presentation/dto/README.md index 2d6f70ec..c322cf67 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"] + dto["📁 dto"] + dto --> update_user_dto_ts["📄 update-user.dto.ts"] + dto --> create_user_dto_ts["📄 create-user.dto.ts"] ``` ## 📄 File Registry @@ -20,13 +20,13 @@ graph TD | `update-user.dto.ts` | TypeScript | Provides core logic and orchestration for update-user.dto.ts. | @nestjs | ## 🔗 Dependencies -- `./create-user.dto` - `@nestjs/mapped-types` +- `class-validator` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './dto'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/veil/README.md b/backend/src/modules/veil/README.md index 17f02552..72649e47 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"] + veil["📁 veil"] + veil --> infrastructure["📁 infrastructure"] + veil --> presentation["📁 presentation"] + veil --> domain["📁 domain"] + veil --> application["📁 application"] + veil --> index_ts["📄 index.ts"] + veil --> veil_module_ts["📄 veil.module.ts"] ``` ## 📄 File Registry @@ -24,16 +24,13 @@ graph TD | `veil.module.ts` | TypeScript | Defines the architectural module boundaries for veil.module.ts. | @nestjs | ## 🔗 Dependencies -- `./application/veil.service` -- `./infrastructure/repositories/veil.repository` -- `./presentation/veil.controller` - `@nestjs/common` - `@nestjs/mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/veil/application/README.md b/backend/src/modules/veil/application/README.md index 87cb6374..fa611485 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"] + application["📁 application"] + application --> veil_service_ts["📄 veil.service.ts"] ``` ## 📄 File Registry @@ -18,14 +18,12 @@ graph TD | `veil.service.ts` | TypeScript | Encapsulates business logic and data access for veil.service.ts. | @nestjs | ## 🔗 Dependencies -- `../domain/veil.entity` -- `../infrastructure/repositories/veil.repository` - `@nestjs/common` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './application'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/veil/domain/README.md b/backend/src/modules/veil/domain/README.md index 0bea95ff..78662463 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"] + domain["📁 domain"] + domain --> veil_entity_ts["📄 veil.entity.ts"] ``` ## 📄 File Registry @@ -23,7 +23,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './domain'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/veil/infrastructure/README.md b/backend/src/modules/veil/infrastructure/README.md index c53314ee..6a5aee05 100644 --- a/backend/src/modules/veil/infrastructure/README.md +++ b/backend/src/modules/veil/infrastructure/README.md @@ -8,13 +8,15 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 infrastructure"] - Root --> repositories["📁 repositories"] - Root --> schemas["📁 schemas"] + infrastructure["📁 infrastructure"] + infrastructure --> repositories["📁 repositories"] + infrastructure --> schemas["📁 schemas"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -22,7 +24,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './infrastructure'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/veil/infrastructure/repositories/README.md b/backend/src/modules/veil/infrastructure/repositories/README.md index abebe092..bed4b67a 100644 --- a/backend/src/modules/veil/infrastructure/repositories/README.md +++ b/backend/src/modules/veil/infrastructure/repositories/README.md @@ -8,18 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 repositories"] - Root --> veil_repository_ts["📄 veil.repository.ts"] + repositories["📁 repositories"] + repositories --> veil_repository_ts["📄 veil.repository.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `veil.repository.ts` | TypeScript | Provides core logic and orchestration for veil.repository.ts. | @common, @nestjs | +| `veil.repository.ts` | TypeScript | Provides core logic and orchestration for veil.repository.ts. | @nestjs, @common | ## 🔗 Dependencies -- `../../domain/veil.entity` -- `../schemas/veil.schema` - `@common/utils/file-system` - `@nestjs/common` - `@nestjs/mongoose` @@ -28,7 +26,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './repositories'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/veil/infrastructure/schemas/README.md b/backend/src/modules/veil/infrastructure/schemas/README.md index a129ab0b..5f42f76d 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"] + schemas["📁 schemas"] + schemas --> veil_schema_ts["📄 veil.schema.ts"] ``` ## 📄 File Registry @@ -24,7 +24,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './schemas'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/veil/presentation/README.md b/backend/src/modules/veil/presentation/README.md index cceea6fe..20a65304 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"] + presentation["📁 presentation"] + presentation --> dto["📁 dto"] + presentation --> veil_controller_ts["📄 veil.controller.ts"] ``` ## 📄 File Registry @@ -19,10 +19,7 @@ graph TD | `veil.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for veil.controller.ts. | @nestjs | ## 🔗 Dependencies -- `../application/veil.service` -- `../domain/veil.entity` -- `./dto/create-veil.dto` -- `./dto/update-veil.dto` +- `@nestjs/common` - `@nestjs/platform-express` - `multer` - `path` @@ -30,7 +27,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './presentation'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/src/modules/veil/presentation/dto/README.md b/backend/src/modules/veil/presentation/dto/README.md index 6cbbe5cd..9841d660 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"] + dto["📁 dto"] + dto --> update_veil_dto_ts["📄 update-veil.dto.ts"] + dto --> create_veil_dto_ts["📄 create-veil.dto.ts"] ``` ## 📄 File Registry @@ -20,14 +20,14 @@ graph TD | `update-veil.dto.ts` | TypeScript | Provides core logic and orchestration for update-veil.dto.ts. | @nestjs | ## 🔗 Dependencies -- `./create-veil.dto` - `@nestjs/mapped-types` - `class-transformer` +- `class-validator` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './dto'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/backend/test/README.md b/backend/test/README.md index 7ca1bad5..9c97789c 100644 --- a/backend/test/README.md +++ b/backend/test/README.md @@ -8,19 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 test"] - Root --> app_e2e_spec_ts["📄 app.e2e-spec.ts"] - Root --> jest_e2e_json["📄 jest-e2e.json"] + test["📁 test"] + test --> jest_e2e_json["📄 jest-e2e.json"] + test --> app_e2e_spec_ts["📄 app.e2e-spec.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `app.e2e-spec.ts` | TypeScript | Unit testing and quality assurance for app.e2e-spec.ts. | @nestjs | -| `jest-e2e.json` | JSON Configuration | Provides core logic and orchestration for jest-e2e.json. | N/A | +| `jest-e2e.json` | Config/JSON | Provides core logic and orchestration for jest-e2e.json. | N/A | ## 🔗 Dependencies -- `./../src/app.module` - `@nestjs/common` - `@nestjs/testing` - `supertest` @@ -29,7 +28,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './test'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/README.md b/frontend/README.md index 6282bdff..13f624bd 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -8,41 +8,39 @@ 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"] + frontend["📁 frontend"] + frontend --> public["📁 public"] + frontend --> src["📁 src"] + frontend --> package_lock_json["📄 package-lock.json"] + frontend --> angular_json["📄 angular.json"] + frontend --> metadata_json["📄 metadata.json"] + frontend --> index_tsx["📄 index.tsx"] + frontend --> leaflet_css["📄 leaflet.css"] + frontend --> tsconfig_json["📄 tsconfig.json"] + frontend --> index_html["📄 index.html"] + frontend --> package_json["📄 package.json"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `angular.json` | JSON Configuration | Provides core logic and orchestration for angular.json. | N/A | +| `angular.json` | Config/JSON | Provides core logic and orchestration for angular.json. | N/A | | `index.html` | Template | Provides core logic and orchestration for index.html. | N/A | -| `index.tsx` | File | Provides core logic and orchestration for index.tsx. | @angular | -| `leaflet.css` | Stylesheet | Provides core logic and orchestration for leaflet.css. | N/A | -| `metadata.json` | JSON Configuration | Provides core logic and orchestration for metadata.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 | -| `tsconfig.json` | JSON Configuration | Provides core logic and orchestration for tsconfig.json. | N/A | +| `index.tsx` | TypeScript | Provides core logic and orchestration for index.tsx. | @angular | +| `leaflet.css` | Style | Provides core logic and orchestration for leaflet.css. | N/A | +| `metadata.json` | Config/JSON | Provides core logic and orchestration for metadata.json. | N/A | +| `package-lock.json` | Config/JSON | Provides core logic and orchestration for package-lock.json. | N/A | +| `package.json` | Config/JSON | Provides core logic and orchestration for package.json. | N/A | +| `tsconfig.json` | Config/JSON | Provides core logic and orchestration for tsconfig.json. | N/A | ## 🔗 Dependencies -- `./src/app.component` -- `./src/app/app.config` - `@angular/platform-browser` - `leaflet/dist/leaflet.css` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './frontend'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/public/README.md b/frontend/public/README.md index 397a92c4..1f1f915c 100644 --- a/frontend/public/README.md +++ b/frontend/public/README.md @@ -8,12 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 public"] - Root --> images["📁 images"] + public["📁 public"] + public --> images["📁 images"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -21,7 +23,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './public'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/public/images/README.md b/frontend/public/images/README.md index e1f84cbf..6f289d4f 100644 --- a/frontend/public/images/README.md +++ b/frontend/public/images/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 images"] - Root --> treatments_add_img_png["📄 treatments-add-img.png"] - Root --> treatments_no_img_png["📄 treatments-no-img.png"] + images["📁 images"] + images --> treatments_no_img_png["📄 treatments-no-img.png"] + images --> treatments_add_img_png["📄 treatments-add-img.png"] ``` ## 📄 File Registry @@ -25,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './images'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/README.md b/frontend/src/README.md index 95d1aabe..c4267e3e 100644 --- a/frontend/src/README.md +++ b/frontend/src/README.md @@ -8,38 +8,37 @@ 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"] + src["📁 src"] + src --> backend["📁 backend"] + src --> entities["📁 entities"] + src --> environments["📁 environments"] + src --> app["📁 app"] + src --> locale["📁 locale"] + src --> core["📁 core"] + src --> shared["📁 shared"] + src --> widgets["📁 widgets"] + src --> pages["📁 pages"] + src --> features["📁 features"] + src --> types["📁 types"] + src --> app_component_html["📄 app.component.html"] + src --> main_ts["📄 main.ts"] + src --> app_routes_ts["📄 app.routes.ts"] + src --> app_component_scss["📄 app.component.scss"] + src --> app_component_ts["📄 app.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `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.component.scss` | Style | 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. | @shared, @angular | | `app.routes.ts` | TypeScript | Provides core logic and orchestration for app.routes.ts. | @angular, @pages, @widgets | | `main.ts` | TypeScript | Provides core logic and orchestration for main.ts. | @angular | ## 🔗 Dependencies -- `./app.component` -- `./app/app.config` - `@angular/common` +- `@angular/core` - `@angular/platform-browser` - `@angular/router` - `@pages/auth` @@ -50,7 +49,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './src'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/app/README.md b/frontend/src/app/README.md index 4f0fecb2..7bef1a95 100644 --- a/frontend/src/app/README.md +++ b/frontend/src/app/README.md @@ -2,24 +2,26 @@ [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. +**FSD Layer:** `App` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 app"] - Root --> app_config_ts["📄 app.config.ts"] + app["📁 app"] + app --> app_config_ts["📄 app.config.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `app.config.ts` | TypeScript | Provides core logic and orchestration for app.config.ts. | @angular, @core, @src | +| `app.config.ts` | TypeScript | Provides core logic and orchestration for app.config.ts. | @src, @angular, @core | ## 🔗 Dependencies +- `@angular/common/http` +- `@angular/core` - `@angular/platform-browser/animations` - `@angular/router` - `@core/interceptors` @@ -28,7 +30,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './app'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/backend/README.md b/frontend/src/backend/README.md index 4e5fc67d..61ebf301 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"] + backend["📁 backend"] + backend --> index_ts["📄 index.ts"] + backend --> telegram_auth_guard_ts["📄 telegram-auth.guard.ts"] ``` ## 📄 File Registry @@ -27,7 +27,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './backend'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/core/README.md b/frontend/src/core/README.md index b0fbfd4b..b88a267b 100644 --- a/frontend/src/core/README.md +++ b/frontend/src/core/README.md @@ -8,14 +8,16 @@ 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"] + core["📁 core"] + core --> guards["📁 guards"] + core --> constants["📁 constants"] + core --> interceptors["📁 interceptors"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. diff --git a/frontend/src/core/constants/README.md b/frontend/src/core/constants/README.md index 460c4195..24d65842 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"] + constants["📁 constants"] + constants --> api_endpoints_ts["📄 api-endpoints.ts"] + constants --> index_ts["📄 index.ts"] ``` ## 📄 File Registry @@ -25,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './constants'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/core/guards/README.md b/frontend/src/core/guards/README.md index 98b37c99..f8c24054 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"] + guards["📁 guards"] + guards --> index_ts["📄 index.ts"] + guards --> admin_guard_ts["📄 admin.guard.ts"] + guards --> auth_guard_ts["📄 auth.guard.ts"] ``` ## 📄 File Registry @@ -29,7 +29,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './guards'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/core/interceptors/README.md b/frontend/src/core/interceptors/README.md index e3d36af2..b8de985d 100644 --- a/frontend/src/core/interceptors/README.md +++ b/frontend/src/core/interceptors/README.md @@ -8,17 +8,17 @@ 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"] + interceptors["📁 interceptors"] + interceptors --> error_interceptor_ts["📄 error.interceptor.ts"] + interceptors --> index_ts["📄 index.ts"] + interceptors --> api_interceptor_ts["📄 api.interceptor.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `api.interceptor.ts` | TypeScript | Provides core logic and orchestration for api.interceptor.ts. | @angular, @shared | -| `error.interceptor.ts` | TypeScript | Provides core logic and orchestration for error.interceptor.ts. | @angular, @shared | +| `api.interceptor.ts` | TypeScript | Provides core logic and orchestration for api.interceptor.ts. | @shared, @angular | +| `error.interceptor.ts` | TypeScript | Provides core logic and orchestration for error.interceptor.ts. | @shared, @angular | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies @@ -31,7 +31,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './interceptors'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/entities/README.md b/frontend/src/entities/README.md index 26b108cd..e83780a6 100644 --- a/frontend/src/entities/README.md +++ b/frontend/src/entities/README.md @@ -2,24 +2,26 @@ [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:** `Entities` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 entities"] - Root --> admin-settings["📁 admin-settings"] - Root --> gallery["📁 gallery"] - Root --> treatments["📁 treatments"] - Root --> user["📁 user"] - Root --> veil["📁 veil"] + entities["📁 entities"] + entities --> gallery["📁 gallery"] + entities --> user["📁 user"] + entities --> treatments["📁 treatments"] + entities --> admin_settings["📁 admin-settings"] + entities --> veil["📁 veil"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -27,7 +29,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './entities'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/entities/admin-settings/README.md b/frontend/src/entities/admin-settings/README.md index 6c36646b..d4a6f67d 100644 --- a/frontend/src/entities/admin-settings/README.md +++ b/frontend/src/entities/admin-settings/README.md @@ -2,23 +2,23 @@ [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:** `Entities` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 admin-settings"] - Root --> admin_settings_service_ts["📄 admin-settings.service.ts"] - Root --> index_ts["📄 index.ts"] + admin_settings["📁 admin-settings"] + admin_settings --> admin_settings_service_ts["📄 admin-settings.service.ts"] + admin_settings --> index_ts["📄 index.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.service.ts` | TypeScript | Encapsulates business logic and data access for admin-settings.service.ts. | @angular, @core, @shared | +| `admin-settings.service.ts` | TypeScript | Encapsulates business logic and data access for admin-settings.service.ts. | @core, @shared, @angular | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies @@ -31,7 +31,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './admin-settings'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/entities/gallery/README.md b/frontend/src/entities/gallery/README.md index 26b0bbf2..8b106981 100644 --- a/frontend/src/entities/gallery/README.md +++ b/frontend/src/entities/gallery/README.md @@ -2,24 +2,24 @@ [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:** `Entities` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 gallery"] - Root --> constants["📁 constants"] - Root --> gallery_service_ts["📄 gallery.service.ts"] - Root --> index_ts["📄 index.ts"] + gallery["📁 gallery"] + gallery --> constants["📁 constants"] + gallery --> gallery_service_ts["📄 gallery.service.ts"] + gallery --> index_ts["📄 index.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.service.ts` | TypeScript | Encapsulates business logic and data access for gallery.service.ts. | @angular, @shared | +| `gallery.service.ts` | TypeScript | Encapsulates business logic and data access for gallery.service.ts. | @shared, @angular | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies @@ -31,7 +31,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/entities/gallery/constants/README.md b/frontend/src/entities/gallery/constants/README.md index 9806c978..ac3a62e2 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:** `Entities` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 constants"] - Root --> gallery_constants_ts["📄 gallery.constants.ts"] + constants["📁 constants"] + constants --> gallery_constants_ts["📄 gallery.constants.ts"] ``` ## 📄 File Registry @@ -25,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './constants'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/entities/treatments/README.md b/frontend/src/entities/treatments/README.md index 5bce2c27..2b465469 100644 --- a/frontend/src/entities/treatments/README.md +++ b/frontend/src/entities/treatments/README.md @@ -2,25 +2,25 @@ [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:** `Entities` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 treatments"] - Root --> constants["📁 constants"] - Root --> index_ts["📄 index.ts"] - Root --> treatments_service_ts["📄 treatments.service.ts"] + treatments["📁 treatments"] + treatments --> constants["📁 constants"] + treatments --> index_ts["📄 index.ts"] + treatments --> treatments_service_ts["📄 treatments.service.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `treatments.service.ts` | TypeScript | Encapsulates business logic and data access for treatments.service.ts. | @angular, @core, @features, @shared | +| `treatments.service.ts` | TypeScript | Encapsulates business logic and data access for treatments.service.ts. | @features, @shared, @angular, @core | ## 🔗 Dependencies - `@angular/common/http` @@ -33,7 +33,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatments'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/entities/treatments/constants/README.md b/frontend/src/entities/treatments/constants/README.md index e5eaca65..c5fadbd6 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:** `Entities` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 constants"] - Root --> treatments_constants_ts["📄 treatments.constants.ts"] + constants["📁 constants"] + constants --> treatments_constants_ts["📄 treatments.constants.ts"] ``` ## 📄 File Registry @@ -25,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './constants'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/entities/user/README.md b/frontend/src/entities/user/README.md index 8cc8e2b6..97a19154 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:** `Entities` + ## 🏗️ 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"] + user["📁 user"] + user --> model["📁 model"] + user --> constants["📁 constants"] + user --> auth_service_ts["📄 auth.service.ts"] + user --> index_ts["📄 index.ts"] + user --> user_service_ts["📄 user.service.ts"] ``` ## 📄 File Registry @@ -26,7 +26,6 @@ graph TD | `user.service.ts` | TypeScript | Encapsulates business logic and data access for user.service.ts. | @angular | ## 🔗 Dependencies -- `./model/user.model` - `@angular/common/http` - `@angular/core` - `@angular/router` @@ -37,7 +36,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './user'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/entities/user/constants/README.md b/frontend/src/entities/user/constants/README.md index eef76311..1428cf07 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:** `Entities` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 constants"] - Root --> user_constants_ts["📄 user.constants.ts"] + constants["📁 constants"] + constants --> user_constants_ts["📄 user.constants.ts"] ``` ## 📄 File Registry @@ -25,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './constants'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/entities/user/model/README.md b/frontend/src/entities/user/model/README.md index 9ae9f0c9..d50910bf 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:** `Entities` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 model"] - Root --> user_model_ts["📄 user.model.ts"] + model["📁 model"] + model --> user_model_ts["📄 user.model.ts"] ``` ## 📄 File Registry @@ -25,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './model'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/entities/veil/README.md b/frontend/src/entities/veil/README.md index 600f9ffb..c6b789fa 100644 --- a/frontend/src/entities/veil/README.md +++ b/frontend/src/entities/veil/README.md @@ -2,25 +2,25 @@ [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:** `Entities` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 veil"] - Root --> constants["📁 constants"] - Root --> index_ts["📄 index.ts"] - Root --> veil_service_ts["📄 veil.service.ts"] + veil["📁 veil"] + veil --> constants["📁 constants"] + veil --> veil_service_ts["📄 veil.service.ts"] + veil --> 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 | -| `veil.service.ts` | TypeScript | Encapsulates business logic and data access for veil.service.ts. | @angular, @core, @features, @shared | +| `veil.service.ts` | TypeScript | Encapsulates business logic and data access for veil.service.ts. | @core, @features, @angular, @shared | ## 🔗 Dependencies - `@angular/common/http` @@ -33,7 +33,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/entities/veil/constants/README.md b/frontend/src/entities/veil/constants/README.md index b92501c2..256d60e4 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:** `Entities` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 constants"] - Root --> veil_constants_ts["📄 veil.constants.ts"] + constants["📁 constants"] + constants --> veil_constants_ts["📄 veil.constants.ts"] ``` ## 📄 File Registry @@ -25,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './constants'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/environments/README.md b/frontend/src/environments/README.md index 0424d507..48a0be42 100644 --- a/frontend/src/environments/README.md +++ b/frontend/src/environments/README.md @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## 🏗️ Architecture ```mermaid graph TD - Root["📁 environments"] - Root --> environment_prod_ts["📄 environment.prod.ts"] - Root --> environment_ts["📄 environment.ts"] + environments["📁 environments"] + environments --> environment_prod_ts["📄 environment.prod.ts"] + environments --> environment_ts["📄 environment.ts"] ``` ## 📄 File Registry @@ -25,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './environments'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/features/README.md b/frontend/src/features/README.md index 9cfa039d..dde57936 100644 --- a/frontend/src/features/README.md +++ b/frontend/src/features/README.md @@ -2,24 +2,26 @@ [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:** `Features` + ## 🏗️ 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"] + features["📁 features"] + features --> gallery["📁 gallery"] + features --> language_selection["📁 language-selection"] + features --> treatments["📁 treatments"] + features --> veil["📁 veil"] + features --> client_form["📁 client-form"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -27,7 +29,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './features'; +import { relevantMember } from './core'; // 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..57a82c0d 100644 --- a/frontend/src/features/client-form/README.md +++ b/frontend/src/features/client-form/README.md @@ -2,25 +2,25 @@ [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:** `Features` + ## 🏗️ 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"] + client_form["📁 client-form"] + client_form --> client_form_component_ts["📄 client-form.component.ts"] + client_form --> client_form_component_html["📄 client-form.component.html"] + client_form --> index_ts["📄 index.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `client-form.component.html` | Template | Structural template and layout for client-form.component.html. | N/A | -| `client-form.component.ts` | TypeScript | UI component logic and state management for client-form.component.ts. | @angular, @entities, @shared | +| `client-form.component.ts` | TypeScript | UI component logic and state management for client-form.component.ts. | @shared, @angular, @entities | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies @@ -33,7 +33,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './client-form'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/features/gallery/README.md b/frontend/src/features/gallery/README.md index 50ba5965..4a6af1c9 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:** `Features` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 gallery"] - Root --> model["📁 model"] - Root --> index_ts["📄 index.ts"] + gallery["📁 gallery"] + gallery --> model["📁 model"] + gallery --> index_ts["📄 index.ts"] ``` ## 📄 File Registry @@ -26,7 +26,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/features/gallery/model/README.md b/frontend/src/features/gallery/model/README.md index d98350dc..9f22301f 100644 --- a/frontend/src/features/gallery/model/README.md +++ b/frontend/src/features/gallery/model/README.md @@ -2,22 +2,22 @@ [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:** `Features` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 model"] - Root --> gallery_data_ts["📄 gallery.data.ts"] + model["📁 model"] + model --> gallery_data_ts["📄 gallery.data.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.data.ts` | TypeScript | Provides core logic and orchestration for gallery.data.ts. | @angular, @shared | +| `gallery.data.ts` | TypeScript | Provides core logic and orchestration for gallery.data.ts. | @shared, @angular | ## 🔗 Dependencies - `@angular/forms/signals` @@ -26,7 +26,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './model'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/features/language-selection/README.md b/frontend/src/features/language-selection/README.md index e69753a7..8c8cf226 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:** `Features` + ## 🏗️ 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"] + language_selection["📁 language-selection"] + language_selection --> language_switcher_component_html["📄 language-switcher.component.html"] + language_selection --> index_ts["📄 index.ts"] + language_selection --> language_switcher_component_scss["📄 language-switcher.component.scss"] + language_selection --> language_switcher_component_ts["📄 language-switcher.component.ts"] ``` ## 📄 File Registry @@ -22,7 +22,7 @@ graph TD |---|---|---|---| | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | | `language-switcher.component.html` | Template | Structural template and layout for language-switcher.component.html. | N/A | -| `language-switcher.component.scss` | Stylesheet | Luxury styling and visual presentation for language-switcher.component.scss. | N/A | +| `language-switcher.component.scss` | Style | Luxury styling and visual presentation for language-switcher.component.scss. | N/A | | `language-switcher.component.ts` | TypeScript | UI component logic and state management for language-switcher.component.ts. | @angular | ## 🔗 Dependencies @@ -32,7 +32,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './language-selection'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/features/treatments/README.md b/frontend/src/features/treatments/README.md index 80d0f363..4e466562 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:** `Features` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 treatments"] - Root --> model["📁 model"] - Root --> index_ts["📄 index.ts"] + treatments["📁 treatments"] + treatments --> model["📁 model"] + treatments --> index_ts["📄 index.ts"] ``` ## 📄 File Registry @@ -26,7 +26,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatments'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/features/treatments/model/README.md b/frontend/src/features/treatments/model/README.md index 43ea1b6b..851cf334 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:** `Features` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 model"] - Root --> treatments_data_ts["📄 treatments.data.ts"] + model["📁 model"] + model --> treatments_data_ts["📄 treatments.data.ts"] ``` ## 📄 File Registry @@ -25,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './model'; +import { relevantMember } from './core'; // 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..298f9d1a 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:** `Features` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 veil"] - Root --> model["📁 model"] - Root --> index_ts["📄 index.ts"] + veil["📁 veil"] + veil --> model["📁 model"] + veil --> index_ts["📄 index.ts"] ``` ## 📄 File Registry @@ -26,7 +26,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/features/veil/model/README.md b/frontend/src/features/veil/model/README.md index 93c92979..c3c9e15b 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:** `Features` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 model"] - Root --> veil_data_ts["📄 veil.data.ts"] + model["📁 model"] + model --> veil_data_ts["📄 veil.data.ts"] ``` ## 📄 File Registry @@ -25,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './model'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/locale/README.md b/frontend/src/locale/README.md index 098ab331..fee76b50 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"] + locale["📁 locale"] + locale --> messages_tj_xlf["📄 messages.tj.xlf"] + locale --> messages_xlf["📄 messages.xlf"] + locale --> messages_ru_xlf["📄 messages.ru.xlf"] ``` ## 📄 File Registry @@ -27,7 +27,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './locale'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/README.md b/frontend/src/pages/README.md index a9c9c4f1..a252c352 100644 --- a/frontend/src/pages/README.md +++ b/frontend/src/pages/README.md @@ -2,33 +2,33 @@ [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:** `Pages` + ## 🏗️ 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"] + pages["📁 pages"] + pages --> portfolio["📁 portfolio"] + pages --> settings["📁 settings"] + pages --> dashboard["📁 dashboard"] + pages --> gallery["📁 gallery"] + pages --> user_profile["📁 user-profile"] + pages --> treatments["📁 treatments"] + pages --> about["📁 about"] + pages --> veil["📁 veil"] + pages --> veils_catalog["📁 veils-catalog"] + pages --> inventory["📁 inventory"] + pages --> clients["📁 clients"] + pages --> more_dirs["..."] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -36,7 +36,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './pages'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/about/README.md b/frontend/src/pages/about/README.md index 63c1cb5c..44dbbb51 100644 --- a/frontend/src/pages/about/README.md +++ b/frontend/src/pages/about/README.md @@ -2,26 +2,26 @@ [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:** `Pages` + ## 🏗️ 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"] + about["📁 about"] + about --> index_ts["📄 index.ts"] + about --> about_component_scss["📄 about.component.scss"] + about --> about_component_html["📄 about.component.html"] + about --> about_component_ts["📄 about.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `about.component.html` | Template | Structural template and layout for about.component.html. | N/A | -| `about.component.scss` | Stylesheet | Luxury styling and visual presentation for about.component.scss. | N/A | +| `about.component.scss` | Style | Luxury styling and visual presentation for about.component.scss. | N/A | | `about.component.ts` | TypeScript | UI component logic and state management for about.component.ts. | @angular, @entities | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | @@ -35,7 +35,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './about'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/auth/README.md b/frontend/src/pages/auth/README.md index 6bc3927a..70f4d256 100644 --- a/frontend/src/pages/auth/README.md +++ b/frontend/src/pages/auth/README.md @@ -2,31 +2,33 @@ [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:** `Pages` + ## 🏗️ 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"] + auth["📁 auth"] + auth --> index_ts["📄 index.ts"] + auth --> auth_component_scss["📄 auth.component.scss"] + auth --> auth_component_ts["📄 auth.component.ts"] + auth --> auth_component_html["📄 auth.component.html"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `auth.component.html` | Template | Structural template and layout for auth.component.html. | N/A | -| `auth.component.scss` | Stylesheet | Luxury styling and visual presentation for auth.component.scss. | N/A | -| `auth.component.ts` | TypeScript | UI component logic and state management for auth.component.ts. | @angular, @entities, @features | +| `auth.component.scss` | Style | Luxury styling and visual presentation for auth.component.scss. | N/A | +| `auth.component.ts` | TypeScript | UI component logic and state management for auth.component.ts. | @features, @angular, @entities | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies - `@angular/common` +- `@angular/core` +- `@angular/forms/signals` - `@angular/router` - `@entities/user` - `@features/language-selection` @@ -34,7 +36,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './auth'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/clients/README.md b/frontend/src/pages/clients/README.md index 3038a625..32dcbf06 100644 --- a/frontend/src/pages/clients/README.md +++ b/frontend/src/pages/clients/README.md @@ -2,25 +2,25 @@ [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:** `Pages` + ## 🏗️ 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"] + clients["📁 clients"] + clients --> clients_component_ts["📄 clients.component.ts"] + clients --> index_ts["📄 index.ts"] + clients --> clients_component_html["📄 clients.component.html"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `clients.component.html` | Template | Structural template and layout for clients.component.html. | N/A | -| `clients.component.ts` | TypeScript | UI component logic and state management for clients.component.ts. | @angular, @entities, @features, @shared | +| `clients.component.ts` | TypeScript | UI component logic and state management for clients.component.ts. | @features, @shared, @angular, @entities | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies @@ -34,7 +34,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './clients'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/dashboard/README.md b/frontend/src/pages/dashboard/README.md index 277fbea9..d437e6e7 100644 --- a/frontend/src/pages/dashboard/README.md +++ b/frontend/src/pages/dashboard/README.md @@ -2,26 +2,26 @@ [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:** `Pages` + ## 🏗️ 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"] + dashboard["📁 dashboard"] + dashboard --> index_ts["📄 index.ts"] + dashboard --> dashboard_component_scss["📄 dashboard.component.scss"] + dashboard --> dashboard_component_html["📄 dashboard.component.html"] + dashboard --> dashboard_component_ts["📄 dashboard.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `dashboard.component.html` | Template | Structural template and layout for dashboard.component.html. | N/A | -| `dashboard.component.scss` | Stylesheet | Luxury styling and visual presentation for dashboard.component.scss. | N/A | +| `dashboard.component.scss` | Style | Luxury styling and visual presentation for dashboard.component.scss. | N/A | | `dashboard.component.ts` | TypeScript | UI component logic and state management for dashboard.component.ts. | @angular, @entities | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | @@ -37,7 +37,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './dashboard'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/gallery/README.md b/frontend/src/pages/gallery/README.md index 44dabd42..edb7dec6 100644 --- a/frontend/src/pages/gallery/README.md +++ b/frontend/src/pages/gallery/README.md @@ -2,33 +2,33 @@ [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:** `Pages` + ## 🏗️ 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"] + gallery["📁 gallery"] + gallery --> ui["📁 ui"] + gallery --> index_ts["📄 index.ts"] + gallery --> gallery_component_scss["📄 gallery.component.scss"] + gallery --> gallery_component_ts["📄 gallery.component.ts"] + gallery --> gallery_component_html["📄 gallery.component.html"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `gallery.component.html` | Template | Structural template and layout for gallery.component.html. | N/A | -| `gallery.component.scss` | Stylesheet | Luxury styling and visual presentation for gallery.component.scss. | N/A | -| `gallery.component.ts` | TypeScript | UI component logic and state management for gallery.component.ts. | @angular, @entities, @environments, @shared | +| `gallery.component.scss` | Style | Luxury styling and visual presentation for gallery.component.scss. | N/A | +| `gallery.component.ts` | TypeScript | UI component logic and state management for gallery.component.ts. | @environments, @shared, @angular, @entities | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- `./ui/gallery-form/gallery-form.component` - `@angular/common` +- `@angular/core` - `@angular/forms` - `@entities/admin-settings` - `@entities/gallery` @@ -41,7 +41,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/gallery/ui/README.md b/frontend/src/pages/gallery/ui/README.md index 665c6d7c..717956c5 100644 --- a/frontend/src/pages/gallery/ui/README.md +++ b/frontend/src/pages/gallery/ui/README.md @@ -2,20 +2,22 @@ [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:** `Pages` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 ui"] - Root --> gallery-form["📁 gallery-form"] + ui["📁 ui"] + ui --> gallery_form["📁 gallery-form"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -23,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './ui'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/gallery/ui/gallery-form/README.md b/frontend/src/pages/gallery/ui/gallery-form/README.md index 3e458d0d..93e48b44 100644 --- a/frontend/src/pages/gallery/ui/gallery-form/README.md +++ b/frontend/src/pages/gallery/ui/gallery-form/README.md @@ -2,27 +2,28 @@ [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:** `Pages` + ## 🏗️ 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"] + gallery_form["📁 gallery-form"] + gallery_form --> gallery_form_component_ts["📄 gallery-form.component.ts"] + gallery_form --> gallery_form_component_html["📄 gallery-form.component.html"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `gallery-form.component.html` | Template | Structural template and layout for gallery-form.component.html. | N/A | -| `gallery-form.component.ts` | TypeScript | UI component logic and state management for gallery-form.component.ts. | @angular, @environments, @features, @shared | +| `gallery-form.component.ts` | TypeScript | UI component logic and state management for gallery-form.component.ts. | @features, @shared, @angular, @environments | ## 🔗 Dependencies - `@angular/common` +- `@angular/core` - `@angular/forms/signals` - `@environments/environment` - `@features/gallery` @@ -33,7 +34,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery-form'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/inventory/README.md b/frontend/src/pages/inventory/README.md index c1350af1..dd1cd93e 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:** `Pages` + ## 🏗️ 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"] + inventory["📁 inventory"] + inventory --> index_ts["📄 index.ts"] + inventory --> inventory_component_ts["📄 inventory.component.ts"] + inventory --> inventory_component_scss["📄 inventory.component.scss"] + inventory --> inventory_component_html["📄 inventory.component.html"] ``` ## 📄 File Registry @@ -22,7 +22,7 @@ graph TD |---|---|---|---| | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | | `inventory.component.html` | Template | Structural template and layout for inventory.component.html. | N/A | -| `inventory.component.scss` | Stylesheet | Luxury styling and visual presentation for inventory.component.scss. | N/A | +| `inventory.component.scss` | Style | Luxury styling and visual presentation for inventory.component.scss. | N/A | | `inventory.component.ts` | TypeScript | UI component logic and state management for inventory.component.ts. | @angular | ## 🔗 Dependencies @@ -32,7 +32,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './inventory'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/portfolio/README.md b/frontend/src/pages/portfolio/README.md index fd4f029f..c9b1ce68 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:** `Pages` + ## 🏗️ 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"] + portfolio["📁 portfolio"] + portfolio --> portfolio_component_ts["📄 portfolio.component.ts"] + portfolio --> index_ts["📄 index.ts"] + portfolio --> portfolio_component_html["📄 portfolio.component.html"] + portfolio --> portfolio_component_scss["📄 portfolio.component.scss"] ``` ## 📄 File Registry @@ -22,11 +22,12 @@ graph TD |---|---|---|---| | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | | `portfolio.component.html` | Template | Structural template and layout for portfolio.component.html. | N/A | -| `portfolio.component.scss` | Stylesheet | Luxury styling and visual presentation for portfolio.component.scss. | N/A | -| `portfolio.component.ts` | TypeScript | UI component logic and state management for portfolio.component.ts. | @angular, @entities, @environments, @shared | +| `portfolio.component.scss` | Style | Luxury styling and visual presentation for portfolio.component.scss. | N/A | +| `portfolio.component.ts` | TypeScript | UI component logic and state management for portfolio.component.ts. | @environments, @shared, @angular, @entities | ## 🔗 Dependencies - `@angular/common` +- `@angular/core` - `@entities/admin-settings` - `@entities/gallery` - `@environments/environment` @@ -35,7 +36,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './portfolio'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/settings/README.md b/frontend/src/pages/settings/README.md index a4d992e4..f4a8b29b 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:** `Pages` + ## 🏗️ 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"] + settings["📁 settings"] + settings --> ui["📁 ui"] + settings --> index_ts["📄 index.ts"] + settings --> settings_component_html["📄 settings.component.html"] + settings --> settings_component_ts["📄 settings.component.ts"] + settings --> settings_component_scss["📄 settings.component.scss"] ``` ## 📄 File Registry @@ -23,15 +23,10 @@ graph TD |---|---|---|---| | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | | `settings.component.html` | Template | Structural template and layout for settings.component.html. | N/A | -| `settings.component.scss` | Stylesheet | Luxury styling and visual presentation for settings.component.scss. | N/A | -| `settings.component.ts` | TypeScript | UI component logic and state management for settings.component.ts. | @angular, @entities, @shared | +| `settings.component.scss` | Style | Luxury styling and visual presentation for settings.component.scss. | N/A | +| `settings.component.ts` | TypeScript | UI component logic and state management for settings.component.ts. | @shared, @angular, @entities | ## 🔗 Dependencies -- `./ui/additional-links.component` -- `./ui/business-profile.component` -- `./ui/general-info.component` -- `./ui/selects-settings.component` -- `./ui/social-matrix.component` - `@angular/common` - `@angular/core` - `@angular/core/rxjs-interop` @@ -43,7 +38,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './settings'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/settings/ui/README.md b/frontend/src/pages/settings/ui/README.md index 195bd7d1..9adecb1c 100644 --- a/frontend/src/pages/settings/ui/README.md +++ b/frontend/src/pages/settings/ui/README.md @@ -2,27 +2,27 @@ [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:** `Pages` + ## 🏗️ 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"] + ui["📁 ui"] + ui --> additional_links_component_ts["📄 additional-links.component.ts"] + ui --> social_matrix_component_ts["📄 social-matrix.component.ts"] + ui --> selects_settings_component_ts["📄 selects-settings.component.ts"] + ui --> general_info_component_ts["📄 general-info.component.ts"] + ui --> business_profile_component_ts["📄 business-profile.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `additional-links.component.ts` | TypeScript | UI component logic and state management for additional-links.component.ts. | @angular | -| `business-profile.component.ts` | TypeScript | UI component logic and state management for business-profile.component.ts. | @angular, @shared | +| `business-profile.component.ts` | TypeScript | UI component logic and state management for business-profile.component.ts. | @shared, @angular | | `general-info.component.ts` | TypeScript | UI component logic and state management for general-info.component.ts. | @angular | | `selects-settings.component.ts` | TypeScript | UI component logic and state management for selects-settings.component.ts. | @angular | | `social-matrix.component.ts` | TypeScript | UI component logic and state management for social-matrix.component.ts. | @angular | @@ -37,7 +37,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './ui'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/treatments-catalog/README.md b/frontend/src/pages/treatments-catalog/README.md index ba6ec0be..2ebb7dd0 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:** `Pages` + ## 🏗️ 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"] + treatments_catalog["📁 treatments-catalog"] + treatments_catalog --> treatments_catalog_component_scss["📄 treatments-catalog.component.scss"] + treatments_catalog --> index_ts["📄 index.ts"] + treatments_catalog --> treatments_catalog_component_html["📄 treatments-catalog.component.html"] + treatments_catalog --> treatments_catalog_component_ts["📄 treatments-catalog.component.ts"] ``` ## 📄 File Registry @@ -22,11 +22,12 @@ graph TD |---|---|---|---| | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | | `treatments-catalog.component.html` | Template | Structural template and layout for treatments-catalog.component.html. | N/A | -| `treatments-catalog.component.scss` | Stylesheet | Luxury styling and visual presentation for treatments-catalog.component.scss. | N/A | -| `treatments-catalog.component.ts` | TypeScript | UI component logic and state management for treatments-catalog.component.ts. | @angular, @entities, @environments, @shared | +| `treatments-catalog.component.scss` | Style | Luxury styling and visual presentation for treatments-catalog.component.scss. | N/A | +| `treatments-catalog.component.ts` | TypeScript | UI component logic and state management for treatments-catalog.component.ts. | @shared, @environments, @angular, @entities | ## 🔗 Dependencies - `@angular/common` +- `@angular/core` - `@entities/admin-settings` - `@entities/treatments` - `@environments/environment` @@ -35,7 +36,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatments-catalog'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/treatments/README.md b/frontend/src/pages/treatments/README.md index 74519555..4f7b00d4 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:** `Pages` + ## 🏗️ 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"] + treatments["📁 treatments"] + treatments --> components["📁 components"] + treatments --> treatments_component_scss["📄 treatments.component.scss"] + treatments --> treatments_component_html["📄 treatments.component.html"] + treatments --> index_ts["📄 index.ts"] + treatments --> treatments_component_ts["📄 treatments.component.ts"] ``` ## 📄 File Registry @@ -23,12 +23,12 @@ graph TD |---|---|---|---| | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | | `treatments.component.html` | Template | Structural template and layout for treatments.component.html. | N/A | -| `treatments.component.scss` | Stylesheet | Luxury styling and visual presentation for treatments.component.scss. | N/A | -| `treatments.component.ts` | TypeScript | UI component logic and state management for treatments.component.ts. | @angular, @entities, @environments, @features, @shared | +| `treatments.component.scss` | Style | Luxury styling and visual presentation for treatments.component.scss. | N/A | +| `treatments.component.ts` | TypeScript | UI component logic and state management for treatments.component.ts. | @features, @entities, @shared, @angular, @environments | ## 🔗 Dependencies -- `./components/treatment-form/treatment-form.component` - `@angular/common` +- `@angular/core` - `@angular/forms` - `@entities/admin-settings` - `@entities/treatments` @@ -40,7 +40,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatments'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/treatments/components/README.md b/frontend/src/pages/treatments/components/README.md index 543e0482..8b8dec43 100644 --- a/frontend/src/pages/treatments/components/README.md +++ b/frontend/src/pages/treatments/components/README.md @@ -2,20 +2,22 @@ [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:** `Pages` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 components"] - Root --> treatment-form["📁 treatment-form"] + components["📁 components"] + components --> treatment_form["📁 treatment-form"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -23,7 +25,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './components'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/treatments/components/treatment-form/README.md b/frontend/src/pages/treatments/components/treatment-form/README.md index 4fed94ae..71ccb613 100644 --- a/frontend/src/pages/treatments/components/treatment-form/README.md +++ b/frontend/src/pages/treatments/components/treatment-form/README.md @@ -2,27 +2,28 @@ [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:** `Pages` + ## 🏗️ 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"] + treatment_form["📁 treatment-form"] + treatment_form --> treatment_form_component_html["📄 treatment-form.component.html"] + treatment_form --> treatment_form_component_ts["📄 treatment-form.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `treatment-form.component.html` | Template | Structural template and layout for treatment-form.component.html. | N/A | -| `treatment-form.component.ts` | TypeScript | UI component logic and state management for treatment-form.component.ts. | @angular, @features, @shared | +| `treatment-form.component.ts` | TypeScript | UI component logic and state management for treatment-form.component.ts. | @features, @shared, @angular | ## 🔗 Dependencies - `@angular/common` +- `@angular/core` - `@angular/forms` - `@features/treatments` - `@shared/lib` @@ -30,7 +31,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatment-form'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/user-home/README.md b/frontend/src/pages/user-home/README.md index f3cb5f90..9995dff3 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:** `Pages` + ## 🏗️ 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"] + user_home["📁 user-home"] + user_home --> user_home_component_scss["📄 user-home.component.scss"] + user_home --> user_home_component_ts["📄 user-home.component.ts"] + user_home --> index_ts["📄 index.ts"] + user_home --> user_home_component_html["📄 user-home.component.html"] ``` ## 📄 File Registry @@ -22,19 +22,20 @@ graph TD |---|---|---|---| | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | | `user-home.component.html` | Template | Structural template and layout for user-home.component.html. | N/A | -| `user-home.component.scss` | Stylesheet | Luxury styling and visual presentation for user-home.component.scss. | N/A | -| `user-home.component.ts` | TypeScript | UI component logic and state management for user-home.component.ts. | @angular, @core | +| `user-home.component.scss` | Style | Luxury styling and visual presentation for user-home.component.scss. | N/A | +| `user-home.component.ts` | TypeScript | UI component logic and state management for user-home.component.ts. | @core, @angular | ## 🔗 Dependencies - `@angular/common` - `@angular/common/http` +- `@angular/core` - `@angular/router` - `@core/constants` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './user-home'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/user-profile/README.md b/frontend/src/pages/user-profile/README.md index 20b0edd2..13c7ea64 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:** `Pages` + ## 🏗️ 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"] + user_profile["📁 user-profile"] + user_profile --> user_profile_component_ts["📄 user-profile.component.ts"] + user_profile --> index_ts["📄 index.ts"] + user_profile --> user_profile_component_html["📄 user-profile.component.html"] + user_profile --> user_profile_component_scss["📄 user-profile.component.scss"] ``` ## 📄 File Registry @@ -22,18 +22,19 @@ graph TD |---|---|---|---| | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | | `user-profile.component.html` | Template | Structural template and layout for user-profile.component.html. | N/A | -| `user-profile.component.scss` | Stylesheet | Luxury styling and visual presentation for user-profile.component.scss. | N/A | +| `user-profile.component.scss` | Style | Luxury styling and visual presentation for user-profile.component.scss. | N/A | | `user-profile.component.ts` | TypeScript | UI component logic and state management for user-profile.component.ts. | @angular, @entities | ## 🔗 Dependencies - `@angular/common` +- `@angular/core` - `@angular/forms` - `@entities/user` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './user-profile'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/veil/README.md b/frontend/src/pages/veil/README.md index 4dac92c5..eb4f26a0 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:** `Pages` + ## 🏗️ 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"] + veil["📁 veil"] + veil --> ui["📁 ui"] + veil --> veil_component_ts["📄 veil.component.ts"] + veil --> veil_component_html["📄 veil.component.html"] + veil --> index_ts["📄 index.ts"] + veil --> veil_component_scss["📄 veil.component.scss"] ``` ## 📄 File Registry @@ -23,12 +23,12 @@ graph TD |---|---|---|---| | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | | `veil.component.html` | Template | Structural template and layout for veil.component.html. | N/A | -| `veil.component.scss` | Stylesheet | Luxury styling and visual presentation for veil.component.scss. | N/A | -| `veil.component.ts` | TypeScript | UI component logic and state management for veil.component.ts. | @angular, @entities, @environments, @features, @shared | +| `veil.component.scss` | Style | Luxury styling and visual presentation for veil.component.scss. | N/A | +| `veil.component.ts` | TypeScript | UI component logic and state management for veil.component.ts. | @features, @entities, @environments, @angular, @shared | ## 🔗 Dependencies -- `./ui/veil-form/veil-form.component` - `@angular/common` +- `@angular/core` - `@entities/admin-settings` - `@entities/veil` - `@environments/environment` @@ -40,7 +40,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/veil/ui/README.md b/frontend/src/pages/veil/ui/README.md index 38679f35..140e4f59 100644 --- a/frontend/src/pages/veil/ui/README.md +++ b/frontend/src/pages/veil/ui/README.md @@ -2,22 +2,24 @@ [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:** `Pages` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 ui"] - Root --> veil-form["📁 veil-form"] - Root --> veil-item["📁 veil-item"] - Root --> veil-modal["📁 veil-modal"] + ui["📁 ui"] + ui --> veil_item["📁 veil-item"] + ui --> veil_modal["📁 veil-modal"] + ui --> veil_form["📁 veil-form"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -25,7 +27,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './ui'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/veil/ui/veil-form/README.md b/frontend/src/pages/veil/ui/veil-form/README.md index 4d0cba1a..025ab75b 100644 --- a/frontend/src/pages/veil/ui/veil-form/README.md +++ b/frontend/src/pages/veil/ui/veil-form/README.md @@ -2,34 +2,36 @@ [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:** `Pages` + ## 🏗️ 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"] + veil_form["📁 veil-form"] + veil_form --> veil_form_component_html["📄 veil-form.component.html"] + veil_form --> veil_form_component_ts["📄 veil-form.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `veil-form.component.html` | Template | Structural template and layout for veil-form.component.html. | N/A | -| `veil-form.component.ts` | TypeScript | UI component logic and state management for veil-form.component.ts. | @angular, @shared | +| `veil-form.component.ts` | TypeScript | UI component logic and state management for veil-form.component.ts. | @features, @shared, @angular | ## 🔗 Dependencies - `@angular/common` +- `@angular/core` - `@angular/forms/signals` +- `@features/veil` - `@shared/lib` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil-form'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/veil/ui/veil-item/README.md b/frontend/src/pages/veil/ui/veil-item/README.md index 6114151a..15d1b0be 100644 --- a/frontend/src/pages/veil/ui/veil-item/README.md +++ b/frontend/src/pages/veil/ui/veil-item/README.md @@ -2,24 +2,24 @@ [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:** `Pages` + ## 🏗️ 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"] + veil_item["📁 veil-item"] + veil_item --> veil_item_component_html["📄 veil-item.component.html"] + veil_item --> veil_item_component_ts["📄 veil-item.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `veil-item.component.html` | Template | Structural template and layout for veil-item.component.html. | N/A | -| `veil-item.component.ts` | TypeScript | UI component logic and state management for veil-item.component.ts. | @angular, @features | +| `veil-item.component.ts` | TypeScript | UI component logic and state management for veil-item.component.ts. | @features, @angular | ## 🔗 Dependencies - `@angular/common` @@ -29,7 +29,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil-item'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/veil/ui/veil-modal/README.md b/frontend/src/pages/veil/ui/veil-modal/README.md index 088241a2..a5feac0d 100644 --- a/frontend/src/pages/veil/ui/veil-modal/README.md +++ b/frontend/src/pages/veil/ui/veil-modal/README.md @@ -2,34 +2,35 @@ [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:** `Pages` + ## 🏗️ 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"] + veil_modal["📁 veil-modal"] + veil_modal --> veil_modal_component_ts["📄 veil-modal.component.ts"] + veil_modal --> veil_modal_component_html["📄 veil-modal.component.html"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `veil-modal.component.html` | Template | Structural template and layout for veil-modal.component.html. | N/A | -| `veil-modal.component.ts` | TypeScript | UI component logic and state management for veil-modal.component.ts. | @angular, @features | +| `veil-modal.component.ts` | TypeScript | UI component logic and state management for veil-modal.component.ts. | @features, @angular | ## 🔗 Dependencies - `@angular/common` +- `@angular/core` - `@angular/forms` - `@features/veil` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil-modal'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/pages/veils-catalog/README.md b/frontend/src/pages/veils-catalog/README.md index 9f84378f..9b4f11f9 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:** `Pages` + ## 🏗️ 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"] + veils_catalog["📁 veils-catalog"] + veils_catalog --> veils_catalog_component_ts["📄 veils-catalog.component.ts"] + veils_catalog --> index_ts["📄 index.ts"] + veils_catalog --> veils_catalog_component_html["📄 veils-catalog.component.html"] + veils_catalog --> veils_catalog_component_scss["📄 veils-catalog.component.scss"] ``` ## 📄 File Registry @@ -22,8 +22,8 @@ graph TD |---|---|---|---| | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | | `veils-catalog.component.html` | Template | Structural template and layout for veils-catalog.component.html. | N/A | -| `veils-catalog.component.scss` | Stylesheet | Luxury styling and visual presentation for veils-catalog.component.scss. | N/A | -| `veils-catalog.component.ts` | TypeScript | UI component logic and state management for veils-catalog.component.ts. | @angular, @entities, @environments, @shared | +| `veils-catalog.component.scss` | Style | Luxury styling and visual presentation for veils-catalog.component.scss. | N/A | +| `veils-catalog.component.ts` | TypeScript | UI component logic and state management for veils-catalog.component.ts. | @shared, @environments, @angular, @entities | ## 🔗 Dependencies - `@angular/common` @@ -37,7 +37,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veils-catalog'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/shared/README.md b/frontend/src/shared/README.md index f974556a..45a6c8ee 100644 --- a/frontend/src/shared/README.md +++ b/frontend/src/shared/README.md @@ -2,25 +2,27 @@ [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"] + shared["📁 shared"] + shared --> services["📁 services"] + shared --> models["📁 models"] + shared --> store["📁 store"] + shared --> ui["📁 ui"] + shared --> pipes["📁 pipes"] + shared --> lib["📁 lib"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -28,7 +30,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './shared'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/shared/lib/README.md b/frontend/src/shared/lib/README.md index 6bc0bd8b..c3393d26 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"] + lib["📁 lib"] + lib --> object_ts["📄 object.ts"] + lib --> index_ts["📄 index.ts"] + lib --> array_ts["📄 array.ts"] + lib --> link_ts["📄 link.ts"] ``` ## 📄 File Registry @@ -31,7 +31,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './lib'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/shared/models/README.md b/frontend/src/shared/models/README.md index 564b3e89..6727f512 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"] + models["📁 models"] + models --> index_ts["📄 index.ts"] + models --> api_response_model_ts["📄 api-response.model.ts"] + models --> user_model_ts["📄 user.model.ts"] + models --> service_model_ts["📄 service.model.ts"] + models --> admin_settings_model_ts["📄 admin-settings.model.ts"] + models --> gallery_model_ts["📄 gallery.model.ts"] ``` ## 📄 File Registry @@ -35,7 +35,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './models'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/shared/pipes/README.md b/frontend/src/shared/pipes/README.md index b2137988..17b7c5be 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"] + pipes["📁 pipes"] + pipes --> index_ts["📄 index.ts"] + pipes --> safe_html_pipe_ts["📄 safe-html.pipe.ts"] ``` ## 📄 File Registry @@ -28,7 +28,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './pipes'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/shared/services/README.md b/frontend/src/shared/services/README.md index 485da328..f15e8bb7 100644 --- a/frontend/src/shared/services/README.md +++ b/frontend/src/shared/services/README.md @@ -2,33 +2,32 @@ [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"] + services["📁 services"] + services --> auth_service_ts["📄 auth.service.ts"] + services --> telegram_service_ts["📄 telegram.service.ts"] + services --> index_ts["📄 index.ts"] + services --> error_service_ts["📄 error.service.ts"] + services --> image_service_ts["📄 image.service.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `auth.service.ts` | TypeScript | Encapsulates business logic and data access for auth.service.ts. | @angular, @core, @shared | +| `auth.service.ts` | TypeScript | Encapsulates business logic and data access for auth.service.ts. | @core, @shared, @angular | | `error.service.ts` | TypeScript | Encapsulates business logic and data access for error.service.ts. | @angular | | `image.service.ts` | TypeScript | Encapsulates business logic and data access for image.service.ts. | @angular | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `telegram.service.ts` | TypeScript | Encapsulates business logic and data access for telegram.service.ts. | @angular, @src | +| `telegram.service.ts` | TypeScript | Encapsulates business logic and data access for telegram.service.ts. | @src, @angular | ## 🔗 Dependencies -- `./telegram.service` - `@angular/common/http` - `@angular/core` - `@angular/router` @@ -40,7 +39,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './services'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/shared/store/README.md b/frontend/src/shared/store/README.md index 05106078..a6c487af 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"] + store["📁 store"] + store --> signal_store_base_ts["📄 signal-store.base.ts"] + store --> index_ts["📄 index.ts"] ``` ## 📄 File Registry @@ -27,7 +27,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './store'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/shared/ui/README.md b/frontend/src/shared/ui/README.md index c9b9dab1..4f81bad4 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"] + ui["📁 ui"] + ui --> list_view["📁 list-view"] + ui --> global_error["📁 global-error"] + ui --> card_view["📁 card-view"] + ui --> image_popup["📁 image-popup"] + ui --> index_ts["📄 index.ts"] ``` ## 📄 File Registry @@ -29,7 +29,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './ui'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/shared/ui/card-view/README.md b/frontend/src/shared/ui/card-view/README.md index 96582616..aa941c16 100644 --- a/frontend/src/shared/ui/card-view/README.md +++ b/frontend/src/shared/ui/card-view/README.md @@ -2,38 +2,39 @@ [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"] + card_view["📁 card-view"] + card_view --> card_view_component_html["📄 card-view.component.html"] + card_view --> index_ts["📄 index.ts"] + card_view --> card_view_component_scss["📄 card-view.component.scss"] + card_view --> card_view_component_ts["📄 card-view.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `card-view.component.html` | Template | Structural template and layout for card-view.component.html. | N/A | -| `card-view.component.scss` | Stylesheet | Luxury styling and visual presentation for card-view.component.scss. | N/A | -| `card-view.component.ts` | TypeScript | UI component logic and state management for card-view.component.ts. | @angular, @environments, @shared | +| `card-view.component.scss` | Style | Luxury styling and visual presentation for card-view.component.scss. | N/A | +| `card-view.component.ts` | TypeScript | UI component logic and state management for card-view.component.ts. | @shared, @environments, @angular | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies - `@angular/common` +- `@angular/core` - `@environments/environment` - `@shared/lib` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './card-view'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/shared/ui/global-error/README.md b/frontend/src/shared/ui/global-error/README.md index 7c7d72f3..b2b837fc 100644 --- a/frontend/src/shared/ui/global-error/README.md +++ b/frontend/src/shared/ui/global-error/README.md @@ -2,22 +2,22 @@ [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"] + global_error["📁 global-error"] + global_error --> global_error_component_ts["📄 global-error.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `global-error.component.ts` | TypeScript | UI component logic and state management for global-error.component.ts. | @angular, @shared | +| `global-error.component.ts` | TypeScript | UI component logic and state management for global-error.component.ts. | @shared, @angular | ## 🔗 Dependencies - `@angular/animations` @@ -28,7 +28,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './global-error'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/shared/ui/image-popup/README.md b/frontend/src/shared/ui/image-popup/README.md index 37a267d9..23ef25da 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"] + image_popup["📁 image-popup"] + image_popup --> image_popup_component_ts["📄 image-popup.component.ts"] + image_popup --> image_popup_component_html["📄 image-popup.component.html"] ``` ## 📄 File Registry @@ -28,7 +28,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './image-popup'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/shared/ui/list-view/README.md b/frontend/src/shared/ui/list-view/README.md index fc1f4b1f..2ac5ce82 100644 --- a/frontend/src/shared/ui/list-view/README.md +++ b/frontend/src/shared/ui/list-view/README.md @@ -2,26 +2,26 @@ [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"] + list_view["📁 list-view"] + list_view --> list_view_component_scss["📄 list-view.component.scss"] + list_view --> list_view_component_html["📄 list-view.component.html"] + list_view --> list_view_component_ts["📄 list-view.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `list-view.component.html` | Template | Structural template and layout for list-view.component.html. | N/A | -| `list-view.component.scss` | Stylesheet | Luxury styling and visual presentation for list-view.component.scss. | N/A | -| `list-view.component.ts` | TypeScript | UI component logic and state management for list-view.component.ts. | @angular, @shared | +| `list-view.component.scss` | Style | Luxury styling and visual presentation for list-view.component.scss. | N/A | +| `list-view.component.ts` | TypeScript | UI component logic and state management for list-view.component.ts. | @shared, @angular | ## 🔗 Dependencies - `@angular/common` @@ -31,7 +31,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './list-view'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/types/README.md b/frontend/src/types/README.md index 80785dfe..db516130 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"] + types["📁 types"] + types --> telegram_ts["📄 telegram.ts"] ``` ## 📄 File Registry @@ -23,7 +23,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './types'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/widgets/README.md b/frontend/src/widgets/README.md index 21c51ce9..6b5ed78e 100644 --- a/frontend/src/widgets/README.md +++ b/frontend/src/widgets/README.md @@ -2,22 +2,24 @@ [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:** `Widgets` + ## 🏗️ Architecture ```mermaid graph TD - Root["📁 widgets"] - Root --> header["📁 header"] - Root --> layouts["📁 layouts"] - Root --> sidebar["📁 sidebar"] + widgets["📁 widgets"] + widgets --> header["📁 header"] + widgets --> sidebar["📁 sidebar"] + widgets --> layouts["📁 layouts"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | - | - | - | ## 🔗 Dependencies - No external dependencies. @@ -25,7 +27,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './widgets'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/widgets/header/README.md b/frontend/src/widgets/header/README.md index eaff395b..90b88d61 100644 --- a/frontend/src/widgets/header/README.md +++ b/frontend/src/widgets/header/README.md @@ -2,27 +2,27 @@ [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:** `Widgets` + ## 🏗️ 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"] + header["📁 header"] + header --> header_component_scss["📄 header.component.scss"] + header --> header_component_html["📄 header.component.html"] + header --> index_ts["📄 index.ts"] + header --> header_component_ts["📄 header.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `header.component.html` | Template | Structural template and layout for header.component.html. | N/A | -| `header.component.scss` | Stylesheet | Luxury styling and visual presentation for header.component.scss. | N/A | -| `header.component.ts` | TypeScript | UI component logic and state management for header.component.ts. | @angular, @features | +| `header.component.scss` | Style | Luxury styling and visual presentation for header.component.scss. | N/A | +| `header.component.ts` | TypeScript | UI component logic and state management for header.component.ts. | @features, @angular | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies @@ -34,7 +34,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './header'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/widgets/layouts/README.md b/frontend/src/widgets/layouts/README.md index fe1b67bc..c0039654 100644 --- a/frontend/src/widgets/layouts/README.md +++ b/frontend/src/widgets/layouts/README.md @@ -2,33 +2,33 @@ [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:** `Widgets` + ## 🏗️ 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"] + layouts["📁 layouts"] + layouts --> admin_layout_component_ts["📄 admin-layout.component.ts"] + layouts --> index_ts["📄 index.ts"] + layouts --> user_layout_component_ts["📄 user-layout.component.ts"] + layouts --> admin_layout_component_scss["📄 admin-layout.component.scss"] + layouts --> admin_layout_component_html["📄 admin-layout.component.html"] + layouts --> user_layout_component_scss["📄 user-layout.component.scss"] + layouts --> user_layout_component_html["📄 user-layout.component.html"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `admin-layout.component.html` | Template | Structural template and layout for admin-layout.component.html. | N/A | -| `admin-layout.component.scss` | Stylesheet | Luxury styling and visual presentation for admin-layout.component.scss. | N/A | +| `admin-layout.component.scss` | Style | Luxury styling and visual presentation for admin-layout.component.scss. | N/A | | `admin-layout.component.ts` | TypeScript | UI component logic and state management for admin-layout.component.ts. | @angular, @widgets | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | | `user-layout.component.html` | Template | Structural template and layout for user-layout.component.html. | N/A | -| `user-layout.component.scss` | Stylesheet | Luxury styling and visual presentation for user-layout.component.scss. | N/A | +| `user-layout.component.scss` | Style | Luxury styling and visual presentation for user-layout.component.scss. | N/A | | `user-layout.component.ts` | TypeScript | UI component logic and state management for user-layout.component.ts. | @angular | ## 🔗 Dependencies @@ -41,7 +41,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './layouts'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/frontend/src/widgets/sidebar/README.md b/frontend/src/widgets/sidebar/README.md index b54cf7a5..2c0447b9 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:** `Widgets` + ## 🏗️ 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"] + sidebar["📁 sidebar"] + sidebar --> index_ts["📄 index.ts"] + sidebar --> sidebar_component_html["📄 sidebar.component.html"] + sidebar --> sidebar_component_ts["📄 sidebar.component.ts"] ``` ## 📄 File Registry @@ -21,7 +21,7 @@ graph TD |---|---|---|---| | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | | `sidebar.component.html` | Template | Structural template and layout for sidebar.component.html. | N/A | -| `sidebar.component.ts` | TypeScript | UI component logic and state management for sidebar.component.ts. | @angular, @shared | +| `sidebar.component.ts` | TypeScript | UI component logic and state management for sidebar.component.ts. | @shared, @angular | ## 🔗 Dependencies - `@angular/common` @@ -33,7 +33,7 @@ graph TD ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './sidebar'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); diff --git a/generate_readmes.py b/generate_readmes.py new file mode 100644 index 00000000..ddda2051 --- /dev/null +++ b/generate_readmes.py @@ -0,0 +1,225 @@ +import os +import re + +EXCLUDE_DIRS = { + '.git', 'node_modules', 'dist', 'coverage', '.angular', '.vscode', + '.jules', '.gemini', '.agent', '.github', '.nx', '.husky', 'build', 'out' +} + +def get_breadcrumbs(path): + parts = path.strip('./').split('/') + if path == '.' or path == './': + return "[Root](/.)" + breadcrumbs = ["[Root](/.)"] + current_path = "." + for part in parts: + current_path = current_path + "/" + part + breadcrumbs.append(f"[{part}](/{current_path.lstrip('./')})") + return " > ".join(breadcrumbs) + +def extract_existing_responsibilities(readme_path): + responsibilities = {} + if not os.path.exists(readme_path): + return responsibilities + + try: + with open(readme_path, 'r', encoding='utf-8') as f: + content = f.read() + except: + return responsibilities + + in_table = False + for line in content.split('\n'): + if '| File Name' in line and '| Responsibility' in line: + in_table = True + continue + if in_table and line.strip().startswith('|---'): + continue + if in_table and line.strip().startswith('|'): + parts = [p.strip() for p in line.split('|')] + if len(parts) >= 4: + file_name = parts[1].replace('`', '').strip() + resp = parts[3].strip() + if resp and resp != "Provides core logic and utilities for this domain." and not resp.startswith("Provides core logic and orchestration for"): + responsibilities[file_name] = resp + elif in_table and not line.strip(): + in_table = False + + return responsibilities + +def get_fsd_layer(path): + lower_path = path.lower() + layers = ['app', 'pages', 'widgets', 'features', 'entities', 'shared'] + for layer in layers: + if f'/{layer}/' in lower_path or lower_path.endswith(f'/{layer}'): + return layer.capitalize() + return None + +def analyze_file(filepath): + # Returns (type, aliases, dependencies, is_export) + _, ext = os.path.splitext(filepath) + file_type = "File" + if ext in ['.ts', '.tsx']: + file_type = "TypeScript" + elif ext in ['.js', '.jsx']: + file_type = "JavaScript" + elif ext in ['.css', '.scss', '.sass', '.less']: + file_type = "Style" + elif ext in ['.html']: + file_type = "Template" + elif ext in ['.json']: + file_type = "Config/JSON" + elif ext in ['.md']: + file_type = "Markdown" + + aliases = set() + deps = set() + + try: + with open(filepath, 'r', encoding='utf-8') as f: + content = f.read() + # Extract dependencies and aliases from imports + import_patterns = re.findall(r'from\s+[\'"]([^\'"]+)[\'"]', content) + import_patterns += re.findall(r'import\s+[\'"]([^\'"]+)[\'"]', content) + for imp in import_patterns: + deps.add(imp) + if imp.startswith('@'): + aliases.add(imp.split('/')[0]) + except: + pass + + return file_type, list(aliases), list(deps) + +def generate_mermaid_diagram(folder_path, subdirs, files): + lines = ["```mermaid", "graph TD"] + folder_name = os.path.basename(os.path.abspath(folder_path)) + if folder_name == '': + folder_name = "Root" + + safe_folder = folder_name.replace(" ", "_").replace("-", "_").replace(".", "_") + lines.append(f' {safe_folder}["📁 {folder_name}"]') + + # Just list subdirs and files up to a limit + count = 0 + for subdir in subdirs: + if count > 10: + lines.append(f' {safe_folder} --> more_dirs["..."]') + break + safe_sub = subdir.replace(" ", "_").replace("-", "_").replace(".", "_") + lines.append(f' {safe_folder} --> {safe_sub}["📁 {subdir}"]') + count += 1 + + count = 0 + for file in files: + if file == 'README.md': continue + if count > 10: + lines.append(f' {safe_folder} --> more_files["..."]') + break + safe_file = file.replace(" ", "_").replace("-", "_").replace(".", "_") + lines.append(f' {safe_folder} --> {safe_file}["📄 {file}"]') + count += 1 + + lines.append("```") + return "\n".join(lines) + +def process_directory(dir_path): + readme_path = os.path.join(dir_path, 'README.md') + existing_responsibilities = extract_existing_responsibilities(readme_path) + + # List directory + all_items = [] + try: + all_items = os.listdir(dir_path) + except: + return + + subdirs = [d for d in all_items if os.path.isdir(os.path.join(dir_path, d)) and d not in EXCLUDE_DIRS] + files = [f for f in all_items if os.path.isfile(os.path.join(dir_path, f))] + + folder_name = os.path.basename(os.path.abspath(dir_path)) + if folder_name == '' or folder_name == '.': + folder_name = "Mavluda Beauty Repository" + + breadcrumbs = get_breadcrumbs(dir_path) + fsd_layer = get_fsd_layer(dir_path) + + purpose = f"Delivering luxury-tier architectural components and high-performance logic for the **{folder_name}** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience." + if fsd_layer: + purpose += f"\n\n**FSD Layer:** `{fsd_layer}`" + + diagram = generate_mermaid_diagram(dir_path, subdirs, files) + + table_lines = [ + "| File Name | Type | Responsibility | Key Aliases Used |", + "|---|---|---|---|" + ] + + all_deps = set() + + for f in sorted(files): + if f == 'README.md': continue + file_path = os.path.join(dir_path, f) + f_type, aliases, deps = analyze_file(file_path) + + all_deps.update(deps) + + resp = existing_responsibilities.get(f) + if not resp: + resp = f"Provides core logic and orchestration for {f}." + + alias_str = ", ".join(aliases) if aliases else "N/A" + table_lines.append(f"| `{f}` | {f_type} | {resp} | {alias_str} |") + + if len(table_lines) == 2: + table_lines.append("| (No files) | - | - | - |") + + deps_list = [d for d in all_deps if not d.startswith('.')] + if not deps_list: + deps_content = "- No external dependencies." + else: + # cap dependencies to 10 to avoid huge lists + capped_deps = sorted(list(deps_list))[:10] + deps_content = "\n".join(f"- `{d}`" for d in capped_deps) + if len(deps_list) > 10: + deps_content += f"\n- ... and {len(deps_list) - 10} more." + + usage = """```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './core'; + +// Integrate into the application architecture +relevantMember.execute(); +```""" + + readme_content = f"""# 📁 {folder_name} + +{breadcrumbs} + +## 🎯 Purpose +{purpose} + +## 🏗️ Architecture +{diagram} + +## 📄 File Registry +{"\n".join(table_lines)} + +## 🔗 Dependencies +{deps_content} + +## 🛠️ Usage +{usage} +""" + + with open(readme_path, 'w', encoding='utf-8') as f: + f.write(readme_content) + +def crawl(): + for root, dirs, files in os.walk('.'): + # Exclude directories + dirs[:] = [d for d in dirs if d not in EXCLUDE_DIRS] + + process_directory(root) + +if __name__ == '__main__': + crawl()