diff --git a/.github/README.md b/.github/README.md index 5c6c888d..f8f8886f 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,6 +1,6 @@ -# 📁 Mavluda Beauty .github +[Root](/.) > [.github](/.github) -[.github](/.github) +# 📁 .github ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **.github** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -17,15 +17,16 @@ graph TD ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| *No files in this directory* | - | - | - | - +| (No files) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies -No external or alias dependencies detected. +- No external dependencies. ## 🛠️ Usage ```typescript -// Example integration for .github -// Import capabilities from this directory to enrich your modules. -``` -> This directory provides specialized logic tailored to the Mavluda Beauty standard. +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './core'; + +// Integrate into the application architecture +relevantMember.execute(); +``` \ No newline at end of file diff --git a/.github/instructions/README.md b/.github/instructions/README.md index 706bc623..b6ffd25b 100644 --- a/.github/instructions/README.md +++ b/.github/instructions/README.md @@ -1,6 +1,6 @@ -# 📁 Mavluda Beauty instructions +[Root](/.) > [.github](/.github) > [instructions](/.github/instructions) -[.github](/.github) / [instructions](/.github/instructions) +# 📁 Instructions ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **instructions** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -19,19 +19,20 @@ graph TD ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `agents.md` | File | Core logic and utilities for this domain. | N/A | -| `angular-signals.md` | File | Core logic and utilities for this domain. | N/A | -| `backend-architecture.md` | File | Core logic and utilities for this domain. | N/A | -| `frontend.md` | File | Core logic and utilities for this domain. | N/A | -| `typescript.md` | File | Core logic and utilities for this domain. | N/A | - +| `agents.md` | Markdown | Core logic and utilities for this domain. | @entities | +| `angular-signals.md` | Markdown | Core logic and utilities for this domain. | N/A | +| `backend-architecture.md` | Markdown | Core logic and utilities for this domain. | N/A | +| `frontend.md` | Markdown | Core logic and utilities for this domain. | @angular | +| `typescript.md` | Markdown | Core logic and utilities for this domain. | @entities | ## 🔗 Dependencies -No external or alias dependencies detected. +- `./api/update-veil.service`, `./application/admin-settings.service`, `./application/dto/settings-response.dto`, `./application/dto/update-settings.dto`, `./domain/entities/admin-settings.entity`, `./model/veil.data`, `./ui/veil.component`, `@angular/core`, `@entities/veil`, `@entities/veil/api/veil.service` ## 🛠️ Usage ```typescript -// Example integration for instructions -// Import capabilities from this directory to enrich your modules. -``` -> This directory provides specialized logic tailored to the Mavluda Beauty standard. +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './core'; + +// Integrate into the application architecture +relevantMember.execute(); +``` \ No newline at end of file diff --git a/.github/prompts/README.md b/.github/prompts/README.md index 13ff0bd3..50a097aa 100644 --- a/.github/prompts/README.md +++ b/.github/prompts/README.md @@ -1,6 +1,6 @@ -# 📁 Mavluda Beauty prompts +[Root](/.) > [.github](/.github) > [prompts](/.github/prompts) -[.github](/.github) / [prompts](/.github/prompts) +# 📁 Prompts ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **prompts** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -15,15 +15,16 @@ graph TD ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `mavluda-beauty.md` | File | Core logic and utilities for this domain. | N/A | - +| `mavluda-beauty.md` | Markdown | Core logic and utilities for this domain. | N/A | ## 🔗 Dependencies -No external or alias dependencies detected. +- No external dependencies. ## 🛠️ Usage ```typescript -// Example integration for prompts -// Import capabilities from this directory to enrich your modules. -``` -> This directory provides specialized logic tailored to the Mavluda Beauty standard. +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './core'; + +// Integrate into the application architecture +relevantMember.execute(); +``` \ No newline at end of file diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 970559f7..6e20286a 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -1,6 +1,6 @@ -# 📁 Mavluda Beauty workflows +[Root](/.) > [.github](/.github) > [workflows](/.github/workflows) -[.github](/.github) / [workflows](/.github/workflows) +# 📁 Workflows ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **workflows** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -10,24 +10,25 @@ Delivering luxury-tier architectural components and high-performance logic for t graph TD workflows["📁 workflows"] workflows --> backend_deploy_yml["📄 backend-deploy.yml"] - workflows --> ci_yml["📄 ci.yml"] - workflows --> frontend_deployment_yml["📄 frontend-deployment.yml"] + workflows --> frontend_deploy_yml["📄 frontend-deploy.yml"] + workflows --> root_deploy_yml["📄 root-deploy.yml"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `backend-deploy.yml` | File | Core logic and utilities for this domain. | N/A | -| `ci.yml` | File | Core logic and utilities for this domain. | N/A | -| `frontend-deployment.yml` | File | Core logic and utilities for this domain. | N/A | - +| `frontend-deploy.yml` | File | Provides core logic and orchestration for frontend-deploy.yml. | N/A | +| `root-deploy.yml` | File | Provides core logic and orchestration for root-deploy.yml. | N/A | ## 🔗 Dependencies -No external or alias dependencies detected. +- No external dependencies. ## 🛠️ Usage ```typescript -// Example integration for workflows -// Import capabilities from this directory to enrich your modules. -``` -> This directory provides specialized logic tailored to the Mavluda Beauty standard. +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './core'; + +// Integrate into the application architecture +relevantMember.execute(); +``` \ No newline at end of file diff --git a/.gitignore b/.gitignore index fd1bd382..3304fbb2 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ dist-ssr !**/README.md !GEMINI.md !AGENTS.md +generate_readmes.py diff --git a/README.md b/README.md index 884f41cf..aae6adb1 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,23 @@ -# 📁 Mavluda Beauty Repository - [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 **.** 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"] + _["📁 ."] + _ --> _github["📁 .github"] + _ --> backend["📁 backend"] + _ --> frontend["📁 frontend"] + _ --> _env["📄 .env"] + _ --> _gitignore["📄 .gitignore"] + _ --> GEMINI_md["📄 GEMINI.md"] + _ --> SECURITY_md["📄 SECURITY.md"] + _ --> commit_files_sh["📄 commit_files.sh"] + _ --> generate_readmes_py["📄 generate_readmes.py"] ``` ## 📄 File Registry @@ -24,12 +25,13 @@ 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 | +| `commit_files.sh` | File | Provides core logic and orchestration for commit_files.sh. | N/A | | `generate_readmes.py` | File | Provides core logic and orchestration for generate_readmes.py. | N/A | ## 🔗 Dependencies -- No external dependencies. +- `./core` ## 🛠️ Usage ```typescript @@ -38,4 +40,4 @@ import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/README.md b/backend/README.md index 709a19b2..3886a912 100644 --- a/backend/README.md +++ b/backend/README.md @@ -1,44 +1,44 @@ -# 📁 backend - [Root](/.) > [backend](/backend) +# 📁 Backend + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **backend** 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["📁 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 --> src["📁 src"] + backend --> test["📁 test"] + backend --> _prettierrc["📄 .prettierrc"] + backend --> eslint_config_mjs["📄 eslint.config.mjs"] + backend --> nest_cli_json["📄 nest-cli.json"] + backend --> package_lock_json["📄 package-lock.json"] + backend --> package_json["📄 package.json"] + backend --> tsconfig_build_json["📄 tsconfig.build.json"] + backend --> tsconfig_json["📄 tsconfig.json"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `.prettierrc` | File | Provides core logic and orchestration for .prettierrc. | N/A | -| `eslint.config.mjs` | JavaScript | Provides core logic and orchestration for eslint.config.mjs. | N/A | -| `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` | JSON | Provides core logic and orchestration for nest-cli.json. | N/A | +| `package-lock.json` | JSON | Provides core logic and orchestration for package-lock.json. | N/A | +| `package.json` | JSON | Provides core logic and orchestration for package.json. | N/A | +| `tsconfig.build.json` | JSON | Provides core logic and orchestration for tsconfig.build.json. | N/A | +| `tsconfig.json` | 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/README.md b/backend/src/README.md index 50e1e1c3..3ea30309 100644 --- a/backend/src/README.md +++ b/backend/src/README.md @@ -1,21 +1,21 @@ -# 📁 src - [Root](/.) > [backend](/backend) > [src](/backend/src) +# 📁 Src + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **src** 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["📁 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 --> app_controller_ts["📄 app.controller.ts"] + src --> app_module_ts["📄 app.module.ts"] + src --> app_service_ts["📄 app.service.ts"] + src --> main_ts["📄 main.ts"] ``` ## 📄 File Registry @@ -28,34 +28,13 @@ graph TD | `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` -- `@modules/gallery` -- `@modules/inventory` -- `@modules/partnership` -- `@modules/payment` -- `@modules/treatments` -- `@modules/user` -- `@modules/veil` -- `@nestjs/common` -- `@nestjs/config` -- `@nestjs/core` -- `@nestjs/serve-static` -- `@nestjs/testing` -- `path` +- `./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`, `@modules/gallery`, `@modules/inventory`, `@modules/partnership`, `@modules/payment`, `@modules/treatments`, `@modules/user`, `@modules/veil`, `@nestjs/common`, `@nestjs/config`, `@nestjs/core`, `@nestjs/serve-static`, `@nestjs/testing`, `path` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './src'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/common/README.md b/backend/src/common/README.md index 8fa98efe..571c8fbc 100644 --- a/backend/src/common/README.md +++ b/backend/src/common/README.md @@ -1,26 +1,28 @@ -# 📁 common - [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) +# 📁 Common + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **common** 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["📁 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 --> config["📁 config"] + common --> constants["📁 constants"] + common --> database["📁 database"] + common --> decorators["📁 decorators"] + common --> filters["📁 filters"] + common --> guards["📁 guards"] + common --> interfaces["📁 interfaces"] + common --> utils["📁 utils"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -28,8 +30,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/common/config/README.md b/backend/src/common/config/README.md index f4bdd1f7..77378b4f 100644 --- a/backend/src/common/config/README.md +++ b/backend/src/common/config/README.md @@ -1,18 +1,18 @@ -# 📁 config - [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [config](/backend/src/common/config) +# 📁 Config + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **config** 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["📁 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_module_ts["📄 app-config.module.ts"] + config --> app_config_service_ts["📄 app-config.service.ts"] + config --> configuration_ts["📄 configuration.ts"] + config --> env_validation_ts["📄 env.validation.ts"] ``` ## 📄 File Registry @@ -24,18 +24,13 @@ 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` +- `./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(); -``` +``` \ No newline at end of file diff --git a/backend/src/common/constants/README.md b/backend/src/common/constants/README.md index 5d4061b0..209dd2fc 100644 --- a/backend/src/common/constants/README.md +++ b/backend/src/common/constants/README.md @@ -1,15 +1,15 @@ -# 📁 constants - [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [constants](/backend/src/common/constants) +# 📁 Constants + ## 🎯 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. ## 🏗️ 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,8 +23,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/common/database/README.md b/backend/src/common/database/README.md index f4b9cc00..b16b3aff 100644 --- a/backend/src/common/database/README.md +++ b/backend/src/common/database/README.md @@ -1,15 +1,15 @@ -# 📁 database - [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [database](/backend/src/common/database) +# 📁 Database + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **database** 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["📁 database"] - Root --> database_module_ts["📄 database.module.ts"] + database["📁 database"] + database --> database_module_ts["📄 database.module.ts"] ``` ## 📄 File Registry @@ -18,15 +18,13 @@ graph TD | `database.module.ts` | TypeScript | Defines the architectural module boundaries for database.module.ts. | @nestjs | ## 🔗 Dependencies -- `@nestjs/common` -- `@nestjs/config` -- `@nestjs/mongoose` +- `@nestjs/common`, `@nestjs/config`, `@nestjs/mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './database'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/common/decorators/README.md b/backend/src/common/decorators/README.md index b6ce6194..01f4038a 100644 --- a/backend/src/common/decorators/README.md +++ b/backend/src/common/decorators/README.md @@ -1,16 +1,16 @@ -# 📁 decorators - [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [decorators](/backend/src/common/decorators) +# 📁 Decorators + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **decorators** 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["📁 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,8 +25,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/common/filters/README.md b/backend/src/common/filters/README.md index e7b58835..670dba60 100644 --- a/backend/src/common/filters/README.md +++ b/backend/src/common/filters/README.md @@ -1,31 +1,30 @@ -# 📁 filters - [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [filters](/backend/src/common/filters) +# 📁 Filters + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **filters** 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["📁 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` -- `express` +- `../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(); -``` +``` \ No newline at end of file diff --git a/backend/src/common/guards/README.md b/backend/src/common/guards/README.md index 75d32eec..c93154d7 100644 --- a/backend/src/common/guards/README.md +++ b/backend/src/common/guards/README.md @@ -1,16 +1,16 @@ -# 📁 guards - [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [guards](/backend/src/common/guards) +# 📁 Guards + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **guards** 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["📁 guards"] - Root --> jwt_auth_guard_ts["📄 jwt-auth.guard.ts"] - Root --> roles_guard_ts["📄 roles.guard.ts"] + guards["📁 guards"] + guards --> jwt_auth_guard_ts["📄 jwt-auth.guard.ts"] + guards --> roles_guard_ts["📄 roles.guard.ts"] ``` ## 📄 File Registry @@ -20,17 +20,13 @@ 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` +- `../decorators/public.decorator`, `../decorators/roles.decorator`, `@nestjs/common`, `@nestjs/core`, `@nestjs/passport` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './guards'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/common/interfaces/README.md b/backend/src/common/interfaces/README.md index 6995df09..fd2185ec 100644 --- a/backend/src/common/interfaces/README.md +++ b/backend/src/common/interfaces/README.md @@ -1,15 +1,15 @@ -# 📁 interfaces - [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [interfaces](/backend/src/common/interfaces) +# 📁 Interfaces + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **interfaces** 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["📁 interfaces"] - Root --> authenticated_request_interface_ts["📄 authenticated-request.interface.ts"] + interfaces["📁 interfaces"] + interfaces --> authenticated_request_interface_ts["📄 authenticated-request.interface.ts"] ``` ## 📄 File Registry @@ -23,8 +23,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/common/utils/README.md b/backend/src/common/utils/README.md index 21591410..153cb840 100644 --- a/backend/src/common/utils/README.md +++ b/backend/src/common/utils/README.md @@ -1,17 +1,17 @@ -# 📁 utils - [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [utils](/backend/src/common/utils) +# 📁 Utils + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **utils** 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["📁 utils"] - Root --> file_system_ts["📄 file-system.ts"] - Root --> index_ts["📄 index.ts"] - Root --> object_ts["📄 object.ts"] + utils["📁 utils"] + utils --> file_system_ts["📄 file-system.ts"] + utils --> index_ts["📄 index.ts"] + utils --> object_ts["📄 object.ts"] ``` ## 📄 File Registry @@ -22,15 +22,13 @@ graph TD | `object.ts` | TypeScript | Provides core logic and orchestration for object.ts. | N/A | ## 🔗 Dependencies -- `fs` -- `path` -- `util` +- `./file-system`, `./object`, `fs`, `path`, `util` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './utils'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/README.md b/backend/src/modules/README.md index 91538132..e51f43da 100644 --- a/backend/src/modules/README.md +++ b/backend/src/modules/README.md @@ -1,28 +1,30 @@ -# 📁 modules - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) +# 📁 Modules + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **modules** 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["📁 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 --> admin_settings["📁 admin-settings"] + modules --> auth["📁 auth"] + modules --> booking["📁 booking"] + modules --> gallery["📁 gallery"] + modules --> inventory["📁 inventory"] + modules --> partnership["📁 partnership"] + modules --> payment["📁 payment"] + modules --> treatments["📁 treatments"] + modules --> user["📁 user"] + modules --> veil["📁 veil"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -30,8 +32,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/admin-settings/README.md b/backend/src/modules/admin-settings/README.md index 4c0e03d6..da80e3fc 100644 --- a/backend/src/modules/admin-settings/README.md +++ b/backend/src/modules/admin-settings/README.md @@ -1,20 +1,20 @@ -# 📁 admin-settings - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [admin-settings](/backend/src/modules/admin-settings) +# 📁 Admin-settings + ## 🎯 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. ## 🏗️ 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 --> application["📁 application"] + admin_settings --> domain["📁 domain"] + admin_settings --> infrastructure["📁 infrastructure"] + admin_settings --> presentation["📁 presentation"] + admin_settings --> admin_settings_module_ts["📄 admin-settings.module.ts"] + admin_settings --> index_ts["📄 index.ts"] ``` ## 📄 File Registry @@ -24,17 +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` +- `./admin-settings.module`, `./application/admin-settings.service`, `./domain/admin-settings.entity`, `./infrastructure/repositories/admin-settings.repository`, `./infrastructure/schemas/admin-settings.schema`, `./presentation/admin-settings.controller`, `./presentation/dto/create-admin-settings.dto`, `./presentation/dto/update-admin-settings.dto`, `@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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/admin-settings/application/README.md b/backend/src/modules/admin-settings/application/README.md index 44cd7b31..121c71bd 100644 --- a/backend/src/modules/admin-settings/application/README.md +++ b/backend/src/modules/admin-settings/application/README.md @@ -1,15 +1,16 @@ -# 📁 application - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [admin-settings](/backend/src/modules/admin-settings) > [application](/backend/src/modules/admin-settings/application) +# 📁 Application (App Layer) + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **application** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +This directory operates within the **App Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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,15 +19,13 @@ 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` +- `../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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/admin-settings/domain/README.md b/backend/src/modules/admin-settings/domain/README.md index b7b40f4b..ae345be2 100644 --- a/backend/src/modules/admin-settings/domain/README.md +++ b/backend/src/modules/admin-settings/domain/README.md @@ -1,16 +1,16 @@ -# 📁 domain - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [admin-settings](/backend/src/modules/admin-settings) > [domain](/backend/src/modules/admin-settings/domain) +# 📁 Domain + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **domain** 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["📁 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 @@ -19,13 +19,13 @@ graph TD | `admin-settings.entity.ts` | TypeScript | Provides core logic and orchestration for admin-settings.entity.ts. | N/A | ## 🔗 Dependencies -- No external dependencies. +- `./interfaces/admin-settings.interface` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './domain'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/admin-settings/domain/interfaces/README.md b/backend/src/modules/admin-settings/domain/interfaces/README.md index 7248dcc5..01975932 100644 --- a/backend/src/modules/admin-settings/domain/interfaces/README.md +++ b/backend/src/modules/admin-settings/domain/interfaces/README.md @@ -1,15 +1,15 @@ -# 📁 interfaces - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [admin-settings](/backend/src/modules/admin-settings) > [domain](/backend/src/modules/admin-settings/domain) > [interfaces](/backend/src/modules/admin-settings/domain/interfaces) +# 📁 Interfaces + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **interfaces** 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["📁 interfaces"] - Root --> admin_settings_interface_ts["📄 admin-settings.interface.ts"] + interfaces["📁 interfaces"] + interfaces --> admin_settings_interface_ts["📄 admin-settings.interface.ts"] ``` ## 📄 File Registry @@ -23,8 +23,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/admin-settings/infrastructure/README.md b/backend/src/modules/admin-settings/infrastructure/README.md index e1c84866..c36e55a8 100644 --- a/backend/src/modules/admin-settings/infrastructure/README.md +++ b/backend/src/modules/admin-settings/infrastructure/README.md @@ -1,20 +1,22 @@ -# 📁 infrastructure - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [admin-settings](/backend/src/modules/admin-settings) > [infrastructure](/backend/src/modules/admin-settings/infrastructure) +# 📁 Infrastructure + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **infrastructure** 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["📁 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) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -22,8 +24,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/admin-settings/infrastructure/repositories/README.md b/backend/src/modules/admin-settings/infrastructure/repositories/README.md index ad6004a7..1bf96e9b 100644 --- a/backend/src/modules/admin-settings/infrastructure/repositories/README.md +++ b/backend/src/modules/admin-settings/infrastructure/repositories/README.md @@ -1,15 +1,15 @@ -# 📁 repositories - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [admin-settings](/backend/src/modules/admin-settings) > [infrastructure](/backend/src/modules/admin-settings/infrastructure) > [repositories](/backend/src/modules/admin-settings/infrastructure/repositories) +# 📁 Repositories + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **repositories** 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["📁 repositories"] - Root --> admin_settings_repository_ts["📄 admin-settings.repository.ts"] + repositories["📁 repositories"] + repositories --> admin_settings_repository_ts["📄 admin-settings.repository.ts"] ``` ## 📄 File Registry @@ -18,16 +18,13 @@ 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` +- `../../domain/admin-settings.entity`, `../schemas/admin-settings.schema`, `@nestjs/common`, `@nestjs/mongoose`, `mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './repositories'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/admin-settings/infrastructure/schemas/README.md b/backend/src/modules/admin-settings/infrastructure/schemas/README.md index f461acff..8e753a84 100644 --- a/backend/src/modules/admin-settings/infrastructure/schemas/README.md +++ b/backend/src/modules/admin-settings/infrastructure/schemas/README.md @@ -1,15 +1,15 @@ -# 📁 schemas - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [admin-settings](/backend/src/modules/admin-settings) > [infrastructure](/backend/src/modules/admin-settings/infrastructure) > [schemas](/backend/src/modules/admin-settings/infrastructure/schemas) +# 📁 Schemas + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **schemas** 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["📁 schemas"] - Root --> admin_settings_schema_ts["📄 admin-settings.schema.ts"] + schemas["📁 schemas"] + schemas --> admin_settings_schema_ts["📄 admin-settings.schema.ts"] ``` ## 📄 File Registry @@ -18,14 +18,13 @@ graph TD | `admin-settings.schema.ts` | TypeScript | Provides core logic and orchestration for admin-settings.schema.ts. | @nestjs | ## 🔗 Dependencies -- `@nestjs/mongoose` -- `mongoose` +- `@nestjs/mongoose`, `mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './schemas'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/admin-settings/presentation/README.md b/backend/src/modules/admin-settings/presentation/README.md index e5c24bc2..982074a9 100644 --- a/backend/src/modules/admin-settings/presentation/README.md +++ b/backend/src/modules/admin-settings/presentation/README.md @@ -1,34 +1,31 @@ -# 📁 presentation - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [admin-settings](/backend/src/modules/admin-settings) > [presentation](/backend/src/modules/admin-settings/presentation) +# 📁 Presentation + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **presentation** 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["📁 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` +- `../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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/admin-settings/presentation/dto/README.md b/backend/src/modules/admin-settings/presentation/dto/README.md index 8e396cf8..13fb1e1e 100644 --- a/backend/src/modules/admin-settings/presentation/dto/README.md +++ b/backend/src/modules/admin-settings/presentation/dto/README.md @@ -1,16 +1,16 @@ -# 📁 dto - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [admin-settings](/backend/src/modules/admin-settings) > [presentation](/backend/src/modules/admin-settings/presentation) > [dto](/backend/src/modules/admin-settings/presentation/dto) +# 📁 Dto + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **dto** 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["📁 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,15 +20,13 @@ 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` +- `../../domain/interfaces/admin-settings.interface`, `./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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/auth/README.md b/backend/src/modules/auth/README.md index 6e5d3d54..c590b719 100644 --- a/backend/src/modules/auth/README.md +++ b/backend/src/modules/auth/README.md @@ -1,56 +1,41 @@ -# 📁 auth - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [auth](/backend/src/modules/auth) +# 📁 Auth + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **auth** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. ## 🏗️ 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 --> dto["📁 dto"] + auth --> infrastructure["📁 infrastructure"] + auth --> interfaces["📁 interfaces"] + auth --> auth_controller_ts["📄 auth.controller.ts"] + auth --> auth_module_ts["📄 auth.module.ts"] + auth --> auth_service_ts["📄 auth.service.ts"] + auth --> index_ts["📄 index.ts"] + auth --> telegram_auth_service_ts["📄 telegram-auth.service.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.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for auth.controller.ts. | @common, @nestjs | | `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 | | `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 | ## 🔗 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` -- `@modules/user` -- `@nestjs/common` -- `@nestjs/jwt` -- `@nestjs/passport` -- `bcrypt` -- `crypto` +- `./auth.controller`, `./auth.module`, `./auth.service`, `./dto/login.dto`, `./dto/register.dto`, `./infrastructure/jwt.strategy`, `./interfaces/auth-response.interface`, `./interfaces/jwt-payload.interface`, `./telegram-auth.service`, `@common/config/app-config.module`, `@common/config/app-config.service`, `@common/decorators/public.decorator`, `@modules/user`, `@nestjs/common`, `@nestjs/jwt`, `@nestjs/passport`, `bcrypt`, `crypto` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './auth'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/auth/dto/README.md b/backend/src/modules/auth/dto/README.md index 61523a1b..3cf2c52d 100644 --- a/backend/src/modules/auth/dto/README.md +++ b/backend/src/modules/auth/dto/README.md @@ -1,16 +1,16 @@ -# 📁 dto - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [auth](/backend/src/modules/auth) > [dto](/backend/src/modules/auth/dto) +# 📁 Dto + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **dto** 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["📁 dto"] - Root --> login_dto_ts["📄 login.dto.ts"] - Root --> register_dto_ts["📄 register.dto.ts"] + dto["📁 dto"] + dto --> login_dto_ts["📄 login.dto.ts"] + dto --> register_dto_ts["📄 register.dto.ts"] ``` ## 📄 File Registry @@ -25,8 +25,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/auth/infrastructure/README.md b/backend/src/modules/auth/infrastructure/README.md index ccea957b..68df25b2 100644 --- a/backend/src/modules/auth/infrastructure/README.md +++ b/backend/src/modules/auth/infrastructure/README.md @@ -1,15 +1,15 @@ -# 📁 infrastructure - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [auth](/backend/src/modules/auth) > [infrastructure](/backend/src/modules/auth/infrastructure) +# 📁 Infrastructure + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **infrastructure** 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["📁 infrastructure"] - Root --> jwt_strategy_ts["📄 jwt.strategy.ts"] + infrastructure["📁 infrastructure"] + infrastructure --> jwt_strategy_ts["📄 jwt.strategy.ts"] ``` ## 📄 File Registry @@ -18,17 +18,13 @@ graph TD | `jwt.strategy.ts` | TypeScript | Provides core logic and orchestration for jwt.strategy.ts. | @common, @nestjs | ## 🔗 Dependencies -- `../interfaces/jwt-payload.interface` -- `@common/config/app-config.service` -- `@nestjs/common` -- `@nestjs/passport` -- `passport-jwt` +- `../interfaces/jwt-payload.interface`, `@common/config/app-config.service`, `@nestjs/common`, `@nestjs/passport`, `passport-jwt` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './infrastructure'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/auth/interfaces/README.md b/backend/src/modules/auth/interfaces/README.md index 522e7e26..f4ae2b66 100644 --- a/backend/src/modules/auth/interfaces/README.md +++ b/backend/src/modules/auth/interfaces/README.md @@ -1,16 +1,16 @@ -# 📁 interfaces - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [auth](/backend/src/modules/auth) > [interfaces](/backend/src/modules/auth/interfaces) +# 📁 Interfaces + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **interfaces** 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["📁 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,8 +25,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/booking/README.md b/backend/src/modules/booking/README.md index 32d05106..f316a2f9 100644 --- a/backend/src/modules/booking/README.md +++ b/backend/src/modules/booking/README.md @@ -1,20 +1,20 @@ -# 📁 booking - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) +# 📁 Booking + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **booking** 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["📁 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 --> application["📁 application"] + booking --> domain["📁 domain"] + booking --> infrastructure["📁 infrastructure"] + booking --> presentation["📁 presentation"] + booking --> booking_module_ts["📄 booking.module.ts"] + booking --> index_ts["📄 index.ts"] ``` ## 📄 File Registry @@ -24,17 +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` +- `./application/booking.service`, `./booking.module`, `./domain/booking.entity`, `./infrastructure/repositories/booking.repository`, `./infrastructure/schemas/booking.schema`, `./presentation/booking.controller`, `./presentation/dto/create-booking.dto`, `./presentation/dto/update-booking.dto`, `@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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/booking/application/README.md b/backend/src/modules/booking/application/README.md index f0a95a23..b728b38f 100644 --- a/backend/src/modules/booking/application/README.md +++ b/backend/src/modules/booking/application/README.md @@ -1,15 +1,16 @@ -# 📁 application - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) > [application](/backend/src/modules/booking/application) +# 📁 Application (App Layer) + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **application** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +This directory operates within the **App Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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,17 +19,13 @@ 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` +- `../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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/booking/domain/README.md b/backend/src/modules/booking/domain/README.md index 5eb08be6..e617414d 100644 --- a/backend/src/modules/booking/domain/README.md +++ b/backend/src/modules/booking/domain/README.md @@ -1,15 +1,15 @@ -# 📁 domain - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) > [domain](/backend/src/modules/booking/domain) +# 📁 Domain + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **domain** 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["📁 domain"] - Root --> booking_entity_ts["📄 booking.entity.ts"] + domain["📁 domain"] + domain --> booking_entity_ts["📄 booking.entity.ts"] ``` ## 📄 File Registry @@ -23,8 +23,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/booking/infrastructure/README.md b/backend/src/modules/booking/infrastructure/README.md index a4d30890..45941859 100644 --- a/backend/src/modules/booking/infrastructure/README.md +++ b/backend/src/modules/booking/infrastructure/README.md @@ -1,20 +1,22 @@ -# 📁 infrastructure - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) > [infrastructure](/backend/src/modules/booking/infrastructure) +# 📁 Infrastructure + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **infrastructure** 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["📁 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) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -22,8 +24,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/booking/infrastructure/repositories/README.md b/backend/src/modules/booking/infrastructure/repositories/README.md index 9722ad3a..46f2a8c8 100644 --- a/backend/src/modules/booking/infrastructure/repositories/README.md +++ b/backend/src/modules/booking/infrastructure/repositories/README.md @@ -1,15 +1,15 @@ -# 📁 repositories - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) > [infrastructure](/backend/src/modules/booking/infrastructure) > [repositories](/backend/src/modules/booking/infrastructure/repositories) +# 📁 Repositories + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **repositories** 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["📁 repositories"] - Root --> booking_repository_ts["📄 booking.repository.ts"] + repositories["📁 repositories"] + repositories --> booking_repository_ts["📄 booking.repository.ts"] ``` ## 📄 File Registry @@ -18,16 +18,13 @@ 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` +- `../../domain/booking.entity`, `../schemas/booking.schema`, `@nestjs/common`, `@nestjs/mongoose`, `mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './repositories'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/booking/infrastructure/schemas/README.md b/backend/src/modules/booking/infrastructure/schemas/README.md index 5656002f..4ee8cc0a 100644 --- a/backend/src/modules/booking/infrastructure/schemas/README.md +++ b/backend/src/modules/booking/infrastructure/schemas/README.md @@ -1,15 +1,15 @@ -# 📁 schemas - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) > [infrastructure](/backend/src/modules/booking/infrastructure) > [schemas](/backend/src/modules/booking/infrastructure/schemas) +# 📁 Schemas + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **schemas** 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["📁 schemas"] - Root --> booking_schema_ts["📄 booking.schema.ts"] + schemas["📁 schemas"] + schemas --> booking_schema_ts["📄 booking.schema.ts"] ``` ## 📄 File Registry @@ -18,14 +18,13 @@ graph TD | `booking.schema.ts` | TypeScript | Provides core logic and orchestration for booking.schema.ts. | @nestjs | ## 🔗 Dependencies -- `@nestjs/mongoose` -- `mongoose` +- `@nestjs/mongoose`, `mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './schemas'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/booking/presentation/README.md b/backend/src/modules/booking/presentation/README.md index 7beddead..ccc6484a 100644 --- a/backend/src/modules/booking/presentation/README.md +++ b/backend/src/modules/booking/presentation/README.md @@ -1,33 +1,31 @@ -# 📁 presentation - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) > [presentation](/backend/src/modules/booking/presentation) +# 📁 Presentation + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **presentation** 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["📁 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` +- `../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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/booking/presentation/dto/README.md b/backend/src/modules/booking/presentation/dto/README.md index 3ae9fbaf..3edbef66 100644 --- a/backend/src/modules/booking/presentation/dto/README.md +++ b/backend/src/modules/booking/presentation/dto/README.md @@ -1,16 +1,16 @@ -# 📁 dto - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) > [presentation](/backend/src/modules/booking/presentation) > [dto](/backend/src/modules/booking/presentation/dto) +# 📁 Dto + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **dto** 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["📁 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,14 +20,13 @@ 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` +- `./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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/gallery/README.md b/backend/src/modules/gallery/README.md index 6eb97b3a..07c09da1 100644 --- a/backend/src/modules/gallery/README.md +++ b/backend/src/modules/gallery/README.md @@ -1,20 +1,20 @@ -# 📁 gallery - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) +# 📁 Gallery + ## 🎯 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. ## 🏗️ 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 --> application["📁 application"] + gallery --> domain["📁 domain"] + gallery --> infrastructure["📁 infrastructure"] + gallery --> presentation["📁 presentation"] + gallery --> gallery_module_ts["📄 gallery.module.ts"] + gallery --> index_ts["📄 index.ts"] ``` ## 📄 File Registry @@ -24,17 +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` +- `./application/gallery.service`, `./domain/gallery.entity`, `./gallery.module`, `./infrastructure/repositories/gallery.repository`, `./infrastructure/schemas/gallery.schema`, `./presentation/dto/create-gallery.dto`, `./presentation/dto/update-gallery.dto`, `./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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/gallery/application/README.md b/backend/src/modules/gallery/application/README.md index 40cb46b7..c391c4da 100644 --- a/backend/src/modules/gallery/application/README.md +++ b/backend/src/modules/gallery/application/README.md @@ -1,15 +1,16 @@ -# 📁 application - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) > [application](/backend/src/modules/gallery/application) +# 📁 Application (App Layer) + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **application** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +This directory operates within the **App Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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,15 +19,13 @@ 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` +- `../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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/gallery/domain/README.md b/backend/src/modules/gallery/domain/README.md index bc230be3..3b8ffe2b 100644 --- a/backend/src/modules/gallery/domain/README.md +++ b/backend/src/modules/gallery/domain/README.md @@ -1,15 +1,15 @@ -# 📁 domain - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) > [domain](/backend/src/modules/gallery/domain) +# 📁 Domain + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **domain** 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["📁 domain"] - Root --> gallery_entity_ts["📄 gallery.entity.ts"] + domain["📁 domain"] + domain --> gallery_entity_ts["📄 gallery.entity.ts"] ``` ## 📄 File Registry @@ -23,8 +23,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/gallery/infrastructure/README.md b/backend/src/modules/gallery/infrastructure/README.md index 5fe31df0..19e559de 100644 --- a/backend/src/modules/gallery/infrastructure/README.md +++ b/backend/src/modules/gallery/infrastructure/README.md @@ -1,20 +1,22 @@ -# 📁 infrastructure - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) > [infrastructure](/backend/src/modules/gallery/infrastructure) +# 📁 Infrastructure + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **infrastructure** 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["📁 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) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -22,8 +24,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/gallery/infrastructure/repositories/README.md b/backend/src/modules/gallery/infrastructure/repositories/README.md index 36be22d2..2a184c4b 100644 --- a/backend/src/modules/gallery/infrastructure/repositories/README.md +++ b/backend/src/modules/gallery/infrastructure/repositories/README.md @@ -1,15 +1,15 @@ -# 📁 repositories - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) > [infrastructure](/backend/src/modules/gallery/infrastructure) > [repositories](/backend/src/modules/gallery/infrastructure/repositories) +# 📁 Repositories + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **repositories** 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["📁 repositories"] - Root --> gallery_repository_ts["📄 gallery.repository.ts"] + repositories["📁 repositories"] + repositories --> gallery_repository_ts["📄 gallery.repository.ts"] ``` ## 📄 File Registry @@ -18,16 +18,13 @@ 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` +- `../../domain/gallery.entity`, `../schemas/gallery.schema`, `@nestjs/common`, `@nestjs/mongoose`, `mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './repositories'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/gallery/infrastructure/schemas/README.md b/backend/src/modules/gallery/infrastructure/schemas/README.md index 17c7ad83..414b52dc 100644 --- a/backend/src/modules/gallery/infrastructure/schemas/README.md +++ b/backend/src/modules/gallery/infrastructure/schemas/README.md @@ -1,15 +1,15 @@ -# 📁 schemas - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) > [infrastructure](/backend/src/modules/gallery/infrastructure) > [schemas](/backend/src/modules/gallery/infrastructure/schemas) +# 📁 Schemas + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **schemas** 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["📁 schemas"] - Root --> gallery_schema_ts["📄 gallery.schema.ts"] + schemas["📁 schemas"] + schemas --> gallery_schema_ts["📄 gallery.schema.ts"] ``` ## 📄 File Registry @@ -18,14 +18,13 @@ graph TD | `gallery.schema.ts` | TypeScript | Provides core logic and orchestration for gallery.schema.ts. | @nestjs | ## 🔗 Dependencies -- `@nestjs/mongoose` -- `mongoose` +- `@nestjs/mongoose`, `mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './schemas'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/gallery/presentation/README.md b/backend/src/modules/gallery/presentation/README.md index cf1a6713..01c6c7be 100644 --- a/backend/src/modules/gallery/presentation/README.md +++ b/backend/src/modules/gallery/presentation/README.md @@ -1,16 +1,16 @@ -# 📁 presentation - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) > [presentation](/backend/src/modules/gallery/presentation) +# 📁 Presentation + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **presentation** 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["📁 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,19 +19,13 @@ 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/platform-express` -- `multer` -- `path` +- `../application/gallery.service`, `../domain/gallery.entity`, `./dto/create-gallery.dto`, `./dto/update-gallery.dto`, `@nestjs/common`, `@nestjs/platform-express`, `multer`, `path` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './presentation'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/gallery/presentation/dto/README.md b/backend/src/modules/gallery/presentation/dto/README.md index 82ba0717..57db1c08 100644 --- a/backend/src/modules/gallery/presentation/dto/README.md +++ b/backend/src/modules/gallery/presentation/dto/README.md @@ -1,16 +1,16 @@ -# 📁 dto - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) > [presentation](/backend/src/modules/gallery/presentation) > [dto](/backend/src/modules/gallery/presentation/dto) +# 📁 Dto + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **dto** 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["📁 dto"] - Root --> create_gallery_dto_ts["📄 create-gallery.dto.ts"] - Root --> update_gallery_dto_ts["📄 update-gallery.dto.ts"] + dto["📁 dto"] + dto --> create_gallery_dto_ts["📄 create-gallery.dto.ts"] + dto --> update_gallery_dto_ts["📄 update-gallery.dto.ts"] ``` ## 📄 File Registry @@ -20,15 +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` +- `./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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/inventory/README.md b/backend/src/modules/inventory/README.md index 80349cad..13039a30 100644 --- a/backend/src/modules/inventory/README.md +++ b/backend/src/modules/inventory/README.md @@ -1,20 +1,20 @@ -# 📁 inventory - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) +# 📁 Inventory + ## 🎯 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. ## 🏗️ 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 --> application["📁 application"] + inventory --> domain["📁 domain"] + inventory --> infrastructure["📁 infrastructure"] + inventory --> presentation["📁 presentation"] + inventory --> index_ts["📄 index.ts"] + inventory --> inventory_module_ts["📄 inventory.module.ts"] ``` ## 📄 File Registry @@ -24,17 +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` +- `./application/inventory.service`, `./domain/inventory.entity`, `./infrastructure/repositories/inventory.repository`, `./infrastructure/schemas/inventory.schema`, `./inventory.module`, `./presentation/dto/create-inventory.dto`, `./presentation/dto/update-inventory.dto`, `./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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/inventory/application/README.md b/backend/src/modules/inventory/application/README.md index 4f041822..a5d7ed07 100644 --- a/backend/src/modules/inventory/application/README.md +++ b/backend/src/modules/inventory/application/README.md @@ -1,15 +1,16 @@ -# 📁 application - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) > [application](/backend/src/modules/inventory/application) +# 📁 Application (App Layer) + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **application** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +This directory operates within the **App Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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,17 +19,13 @@ 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` +- `../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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/inventory/domain/README.md b/backend/src/modules/inventory/domain/README.md index b764ea22..022f7a4c 100644 --- a/backend/src/modules/inventory/domain/README.md +++ b/backend/src/modules/inventory/domain/README.md @@ -1,15 +1,15 @@ -# 📁 domain - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) > [domain](/backend/src/modules/inventory/domain) +# 📁 Domain + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **domain** 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["📁 domain"] - Root --> inventory_entity_ts["📄 inventory.entity.ts"] + domain["📁 domain"] + domain --> inventory_entity_ts["📄 inventory.entity.ts"] ``` ## 📄 File Registry @@ -23,8 +23,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/inventory/infrastructure/README.md b/backend/src/modules/inventory/infrastructure/README.md index e14623ba..e5aa73c8 100644 --- a/backend/src/modules/inventory/infrastructure/README.md +++ b/backend/src/modules/inventory/infrastructure/README.md @@ -1,20 +1,22 @@ -# 📁 infrastructure - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) > [infrastructure](/backend/src/modules/inventory/infrastructure) +# 📁 Infrastructure + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **infrastructure** 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["📁 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) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -22,8 +24,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/inventory/infrastructure/repositories/README.md b/backend/src/modules/inventory/infrastructure/repositories/README.md index f231860b..6b95a8be 100644 --- a/backend/src/modules/inventory/infrastructure/repositories/README.md +++ b/backend/src/modules/inventory/infrastructure/repositories/README.md @@ -1,15 +1,15 @@ -# 📁 repositories - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) > [infrastructure](/backend/src/modules/inventory/infrastructure) > [repositories](/backend/src/modules/inventory/infrastructure/repositories) +# 📁 Repositories + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **repositories** 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["📁 repositories"] - Root --> inventory_repository_ts["📄 inventory.repository.ts"] + repositories["📁 repositories"] + repositories --> inventory_repository_ts["📄 inventory.repository.ts"] ``` ## 📄 File Registry @@ -18,16 +18,13 @@ 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` +- `../../domain/inventory.entity`, `../schemas/inventory.schema`, `@nestjs/common`, `@nestjs/mongoose`, `mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './repositories'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/inventory/infrastructure/schemas/README.md b/backend/src/modules/inventory/infrastructure/schemas/README.md index 938de0ce..73830b35 100644 --- a/backend/src/modules/inventory/infrastructure/schemas/README.md +++ b/backend/src/modules/inventory/infrastructure/schemas/README.md @@ -1,15 +1,15 @@ -# 📁 schemas - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) > [infrastructure](/backend/src/modules/inventory/infrastructure) > [schemas](/backend/src/modules/inventory/infrastructure/schemas) +# 📁 Schemas + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **schemas** 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["📁 schemas"] - Root --> inventory_schema_ts["📄 inventory.schema.ts"] + schemas["📁 schemas"] + schemas --> inventory_schema_ts["📄 inventory.schema.ts"] ``` ## 📄 File Registry @@ -18,14 +18,13 @@ graph TD | `inventory.schema.ts` | TypeScript | Provides core logic and orchestration for inventory.schema.ts. | @nestjs | ## 🔗 Dependencies -- `@nestjs/mongoose` -- `mongoose` +- `@nestjs/mongoose`, `mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './schemas'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/inventory/presentation/README.md b/backend/src/modules/inventory/presentation/README.md index e1df25cb..02bfe126 100644 --- a/backend/src/modules/inventory/presentation/README.md +++ b/backend/src/modules/inventory/presentation/README.md @@ -1,33 +1,31 @@ -# 📁 presentation - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) > [presentation](/backend/src/modules/inventory/presentation) +# 📁 Presentation + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **presentation** 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["📁 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` +- `../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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/inventory/presentation/dto/README.md b/backend/src/modules/inventory/presentation/dto/README.md index e34e4d22..199d0192 100644 --- a/backend/src/modules/inventory/presentation/dto/README.md +++ b/backend/src/modules/inventory/presentation/dto/README.md @@ -1,16 +1,16 @@ -# 📁 dto - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) > [presentation](/backend/src/modules/inventory/presentation) > [dto](/backend/src/modules/inventory/presentation/dto) +# 📁 Dto + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **dto** 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["📁 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,14 +20,13 @@ 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` +- `./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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/partnership/README.md b/backend/src/modules/partnership/README.md index 5c48c655..cfc7806b 100644 --- a/backend/src/modules/partnership/README.md +++ b/backend/src/modules/partnership/README.md @@ -1,20 +1,20 @@ -# 📁 partnership - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) +# 📁 Partnership + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **partnership** 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["📁 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 --> application["📁 application"] + partnership --> domain["📁 domain"] + partnership --> infrastructure["📁 infrastructure"] + partnership --> presentation["📁 presentation"] + partnership --> index_ts["📄 index.ts"] + partnership --> partnership_module_ts["📄 partnership.module.ts"] ``` ## 📄 File Registry @@ -24,17 +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` +- `./application/partnership.service`, `./domain/partnership.entity`, `./infrastructure/repositories/partnership.repository`, `./infrastructure/schemas/partnership.schema`, `./partnership.module`, `./presentation/dto/create-partnership.dto`, `./presentation/dto/update-partnership.dto`, `./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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/partnership/application/README.md b/backend/src/modules/partnership/application/README.md index 08c4fb0a..6c787bc7 100644 --- a/backend/src/modules/partnership/application/README.md +++ b/backend/src/modules/partnership/application/README.md @@ -1,15 +1,16 @@ -# 📁 application - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) > [application](/backend/src/modules/partnership/application) +# 📁 Application (App Layer) + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **application** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +This directory operates within the **App Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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,17 +19,13 @@ 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` +- `../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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/partnership/domain/README.md b/backend/src/modules/partnership/domain/README.md index 036785ca..f4f5138b 100644 --- a/backend/src/modules/partnership/domain/README.md +++ b/backend/src/modules/partnership/domain/README.md @@ -1,15 +1,15 @@ -# 📁 domain - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) > [domain](/backend/src/modules/partnership/domain) +# 📁 Domain + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **domain** 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["📁 domain"] - Root --> partnership_entity_ts["📄 partnership.entity.ts"] + domain["📁 domain"] + domain --> partnership_entity_ts["📄 partnership.entity.ts"] ``` ## 📄 File Registry @@ -23,8 +23,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/partnership/infrastructure/README.md b/backend/src/modules/partnership/infrastructure/README.md index e5b96009..75324920 100644 --- a/backend/src/modules/partnership/infrastructure/README.md +++ b/backend/src/modules/partnership/infrastructure/README.md @@ -1,20 +1,22 @@ -# 📁 infrastructure - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) > [infrastructure](/backend/src/modules/partnership/infrastructure) +# 📁 Infrastructure + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **infrastructure** 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["📁 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) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -22,8 +24,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/partnership/infrastructure/repositories/README.md b/backend/src/modules/partnership/infrastructure/repositories/README.md index 7a2a9c80..b4d78980 100644 --- a/backend/src/modules/partnership/infrastructure/repositories/README.md +++ b/backend/src/modules/partnership/infrastructure/repositories/README.md @@ -1,15 +1,15 @@ -# 📁 repositories - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) > [infrastructure](/backend/src/modules/partnership/infrastructure) > [repositories](/backend/src/modules/partnership/infrastructure/repositories) +# 📁 Repositories + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **repositories** 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["📁 repositories"] - Root --> partnership_repository_ts["📄 partnership.repository.ts"] + repositories["📁 repositories"] + repositories --> partnership_repository_ts["📄 partnership.repository.ts"] ``` ## 📄 File Registry @@ -18,16 +18,13 @@ 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` +- `../../domain/partnership.entity`, `../schemas/partnership.schema`, `@nestjs/common`, `@nestjs/mongoose`, `mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './repositories'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/partnership/infrastructure/schemas/README.md b/backend/src/modules/partnership/infrastructure/schemas/README.md index f54ea0d3..05de2c46 100644 --- a/backend/src/modules/partnership/infrastructure/schemas/README.md +++ b/backend/src/modules/partnership/infrastructure/schemas/README.md @@ -1,15 +1,15 @@ -# 📁 schemas - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) > [infrastructure](/backend/src/modules/partnership/infrastructure) > [schemas](/backend/src/modules/partnership/infrastructure/schemas) +# 📁 Schemas + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **schemas** 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["📁 schemas"] - Root --> partnership_schema_ts["📄 partnership.schema.ts"] + schemas["📁 schemas"] + schemas --> partnership_schema_ts["📄 partnership.schema.ts"] ``` ## 📄 File Registry @@ -18,14 +18,13 @@ graph TD | `partnership.schema.ts` | TypeScript | Provides core logic and orchestration for partnership.schema.ts. | @nestjs | ## 🔗 Dependencies -- `@nestjs/mongoose` -- `mongoose` +- `@nestjs/mongoose`, `mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './schemas'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/partnership/presentation/README.md b/backend/src/modules/partnership/presentation/README.md index 0cdfd4fd..bbf6805b 100644 --- a/backend/src/modules/partnership/presentation/README.md +++ b/backend/src/modules/partnership/presentation/README.md @@ -1,33 +1,31 @@ -# 📁 presentation - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) > [presentation](/backend/src/modules/partnership/presentation) +# 📁 Presentation + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **presentation** 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["📁 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` +- `../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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/partnership/presentation/dto/README.md b/backend/src/modules/partnership/presentation/dto/README.md index eca44cdd..364ade71 100644 --- a/backend/src/modules/partnership/presentation/dto/README.md +++ b/backend/src/modules/partnership/presentation/dto/README.md @@ -1,16 +1,16 @@ -# 📁 dto - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) > [presentation](/backend/src/modules/partnership/presentation) > [dto](/backend/src/modules/partnership/presentation/dto) +# 📁 Dto + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **dto** 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["📁 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,14 +20,13 @@ 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` +- `./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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/payment/README.md b/backend/src/modules/payment/README.md index 616722ed..05cf3164 100644 --- a/backend/src/modules/payment/README.md +++ b/backend/src/modules/payment/README.md @@ -1,42 +1,37 @@ -# 📁 payment - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [payment](/backend/src/modules/payment) +# 📁 Payment + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **payment** 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["📁 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 --> index_ts["📄 index.ts"] + payment --> payment_controller_ts["📄 payment.controller.ts"] + payment --> payment_module_ts["📄 payment.module.ts"] + payment --> payment_service_ts["📄 payment.service.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` +- `./payment.controller`, `./payment.module`, `./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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/payment/strategies/README.md b/backend/src/modules/payment/strategies/README.md index 1007b878..e6b52815 100644 --- a/backend/src/modules/payment/strategies/README.md +++ b/backend/src/modules/payment/strategies/README.md @@ -1,17 +1,17 @@ -# 📁 strategies - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [payment](/backend/src/modules/payment) > [strategies](/backend/src/modules/payment/strategies) +# 📁 Strategies + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **strategies** 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["📁 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 --> alif_pay_strategy_ts["📄 alif-pay.strategy.ts"] + strategies --> mock_card_strategy_ts["📄 mock-card.strategy.ts"] + strategies --> payment_strategy_ts["📄 payment.strategy.ts"] ``` ## 📄 File Registry @@ -22,13 +22,13 @@ graph TD | `payment.strategy.ts` | TypeScript | Provides core logic and orchestration for payment.strategy.ts. | N/A | ## 🔗 Dependencies -- `@nestjs/common` +- `./payment.strategy`, `@nestjs/common` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './strategies'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/treatments/README.md b/backend/src/modules/treatments/README.md index 47ea8252..70e80f7c 100644 --- a/backend/src/modules/treatments/README.md +++ b/backend/src/modules/treatments/README.md @@ -1,20 +1,20 @@ -# 📁 treatments - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) +# 📁 Treatments + ## 🎯 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. ## 🏗️ 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 --> application["📁 application"] + treatments --> domain["📁 domain"] + treatments --> infrastructure["📁 infrastructure"] + treatments --> presentation["📁 presentation"] + treatments --> index_ts["📄 index.ts"] + treatments --> treatments_module_ts["📄 treatments.module.ts"] ``` ## 📄 File Registry @@ -24,17 +24,13 @@ graph TD | `treatments.module.ts` | TypeScript | Defines the architectural module boundaries for treatments.module.ts. | @modules, @nestjs | ## 🔗 Dependencies -- `@modules/treatments/application/treatments.service` -- `@modules/treatments/infrastructure/repositories/treatments.repository` -- `@modules/treatments/presentation/treatments.controller` -- `@nestjs/common` -- `@nestjs/mongoose` +- `./application/treatments.service`, `./domain/treatments.entity`, `./infrastructure/repositories/treatments.repository`, `./infrastructure/schemas/treatments.schema`, `./presentation/dto/create-treatments.dto`, `./presentation/dto/update-treatments.dto`, `./presentation/treatments.controller`, `./treatments.module`, `@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` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatments'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/treatments/application/README.md b/backend/src/modules/treatments/application/README.md index 7cb6487d..60f62a76 100644 --- a/backend/src/modules/treatments/application/README.md +++ b/backend/src/modules/treatments/application/README.md @@ -1,15 +1,16 @@ -# 📁 application - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) > [application](/backend/src/modules/treatments/application) +# 📁 Application (App Layer) + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **application** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +This directory operates within the **App Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ Architecture ```mermaid graph TD - Root["📁 application"] - Root --> treatments_service_ts["📄 treatments.service.ts"] + application["📁 application"] + application --> treatments_service_ts["📄 treatments.service.ts"] ``` ## 📄 File Registry @@ -18,16 +19,13 @@ graph TD | `treatments.service.ts` | TypeScript | Encapsulates business logic and data access for treatments.service.ts. | @common, @nestjs | ## 🔗 Dependencies -- `../domain/treatments.entity` -- `../infrastructure/repositories/treatments.repository` -- `@common/utils` -- `@nestjs/common` +- `../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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/treatments/domain/README.md b/backend/src/modules/treatments/domain/README.md index 1da9154f..f85f64bc 100644 --- a/backend/src/modules/treatments/domain/README.md +++ b/backend/src/modules/treatments/domain/README.md @@ -1,15 +1,15 @@ -# 📁 domain - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) > [domain](/backend/src/modules/treatments/domain) +# 📁 Domain + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **domain** 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["📁 domain"] - Root --> treatments_entity_ts["📄 treatments.entity.ts"] + domain["📁 domain"] + domain --> treatments_entity_ts["📄 treatments.entity.ts"] ``` ## 📄 File Registry @@ -23,8 +23,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/treatments/infrastructure/README.md b/backend/src/modules/treatments/infrastructure/README.md index 1f3c64af..5e6d4134 100644 --- a/backend/src/modules/treatments/infrastructure/README.md +++ b/backend/src/modules/treatments/infrastructure/README.md @@ -1,20 +1,22 @@ -# 📁 infrastructure - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) > [infrastructure](/backend/src/modules/treatments/infrastructure) +# 📁 Infrastructure + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **infrastructure** 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["📁 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) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -22,8 +24,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/treatments/infrastructure/repositories/README.md b/backend/src/modules/treatments/infrastructure/repositories/README.md index b76c4329..49b8c758 100644 --- a/backend/src/modules/treatments/infrastructure/repositories/README.md +++ b/backend/src/modules/treatments/infrastructure/repositories/README.md @@ -1,15 +1,15 @@ -# 📁 repositories - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) > [infrastructure](/backend/src/modules/treatments/infrastructure) > [repositories](/backend/src/modules/treatments/infrastructure/repositories) +# 📁 Repositories + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **repositories** 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["📁 repositories"] - Root --> treatments_repository_ts["📄 treatments.repository.ts"] + repositories["📁 repositories"] + repositories --> treatments_repository_ts["📄 treatments.repository.ts"] ``` ## 📄 File Registry @@ -18,16 +18,13 @@ 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` +- `../../domain/treatments.entity`, `../schemas/treatments.schema`, `@nestjs/common`, `@nestjs/mongoose`, `mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './repositories'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/treatments/infrastructure/schemas/README.md b/backend/src/modules/treatments/infrastructure/schemas/README.md index 9a88d55e..79d340c5 100644 --- a/backend/src/modules/treatments/infrastructure/schemas/README.md +++ b/backend/src/modules/treatments/infrastructure/schemas/README.md @@ -1,15 +1,15 @@ -# 📁 schemas - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) > [infrastructure](/backend/src/modules/treatments/infrastructure) > [schemas](/backend/src/modules/treatments/infrastructure/schemas) +# 📁 Schemas + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **schemas** 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["📁 schemas"] - Root --> treatments_schema_ts["📄 treatments.schema.ts"] + schemas["📁 schemas"] + schemas --> treatments_schema_ts["📄 treatments.schema.ts"] ``` ## 📄 File Registry @@ -18,14 +18,13 @@ graph TD | `treatments.schema.ts` | TypeScript | Provides core logic and orchestration for treatments.schema.ts. | @nestjs | ## 🔗 Dependencies -- `@nestjs/mongoose` -- `mongoose` +- `@nestjs/mongoose`, `mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './schemas'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/treatments/presentation/README.md b/backend/src/modules/treatments/presentation/README.md index 7a6948d7..b6954477 100644 --- a/backend/src/modules/treatments/presentation/README.md +++ b/backend/src/modules/treatments/presentation/README.md @@ -1,33 +1,31 @@ -# 📁 presentation - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) > [presentation](/backend/src/modules/treatments/presentation) +# 📁 Presentation + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **presentation** 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["📁 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. | @modules, @nestjs | ## 🔗 Dependencies -- `@nestjs/platform-express` -- `multer` -- `path` +- `@modules/treatments`, `@nestjs/common`, `@nestjs/platform-express`, `multer`, `path` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './presentation'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/treatments/presentation/dto/README.md b/backend/src/modules/treatments/presentation/dto/README.md index 0321e55b..76c25f89 100644 --- a/backend/src/modules/treatments/presentation/dto/README.md +++ b/backend/src/modules/treatments/presentation/dto/README.md @@ -1,16 +1,16 @@ -# 📁 dto - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) > [presentation](/backend/src/modules/treatments/presentation) > [dto](/backend/src/modules/treatments/presentation/dto) +# 📁 Dto + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **dto** 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["📁 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,15 +20,13 @@ 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` +- `./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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/user/README.md b/backend/src/modules/user/README.md index 4d80484e..cd3eb464 100644 --- a/backend/src/modules/user/README.md +++ b/backend/src/modules/user/README.md @@ -1,20 +1,20 @@ -# 📁 user - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) +# 📁 User + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **user** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. ## 🏗️ 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 --> application["📁 application"] + user --> domain["📁 domain"] + user --> infrastructure["📁 infrastructure"] + user --> presentation["📁 presentation"] + user --> index_ts["📄 index.ts"] + user --> user_module_ts["📄 user.module.ts"] ``` ## 📄 File Registry @@ -24,17 +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` +- `./application/user.service`, `./domain/user.entity`, `./infrastructure/repositories/user.repository`, `./infrastructure/schemas/user.schema`, `./presentation/dto/create-user.dto`, `./presentation/dto/update-user.dto`, `./presentation/user.controller`, `./user.module`, `@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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/user/application/README.md b/backend/src/modules/user/application/README.md index 49d3c42d..41a973d7 100644 --- a/backend/src/modules/user/application/README.md +++ b/backend/src/modules/user/application/README.md @@ -1,15 +1,16 @@ -# 📁 application - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) > [application](/backend/src/modules/user/application) +# 📁 Application (App Layer) + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **application** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +This directory operates within the **App Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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,16 +19,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` +- `../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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/user/domain/README.md b/backend/src/modules/user/domain/README.md index b30d4a9f..b1b269a1 100644 --- a/backend/src/modules/user/domain/README.md +++ b/backend/src/modules/user/domain/README.md @@ -1,15 +1,15 @@ -# 📁 domain - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) > [domain](/backend/src/modules/user/domain) +# 📁 Domain + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **domain** 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["📁 domain"] - Root --> user_entity_ts["📄 user.entity.ts"] + domain["📁 domain"] + domain --> user_entity_ts["📄 user.entity.ts"] ``` ## 📄 File Registry @@ -23,8 +23,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/user/infrastructure/README.md b/backend/src/modules/user/infrastructure/README.md index 0c8fe858..70de787b 100644 --- a/backend/src/modules/user/infrastructure/README.md +++ b/backend/src/modules/user/infrastructure/README.md @@ -1,20 +1,22 @@ -# 📁 infrastructure - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) > [infrastructure](/backend/src/modules/user/infrastructure) +# 📁 Infrastructure + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **infrastructure** 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["📁 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) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -22,8 +24,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/user/infrastructure/repositories/README.md b/backend/src/modules/user/infrastructure/repositories/README.md index 0d1e6fb3..e7e29071 100644 --- a/backend/src/modules/user/infrastructure/repositories/README.md +++ b/backend/src/modules/user/infrastructure/repositories/README.md @@ -1,15 +1,15 @@ -# 📁 repositories - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) > [infrastructure](/backend/src/modules/user/infrastructure) > [repositories](/backend/src/modules/user/infrastructure/repositories) +# 📁 Repositories + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **repositories** 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["📁 repositories"] - Root --> user_repository_ts["📄 user.repository.ts"] + repositories["📁 repositories"] + repositories --> user_repository_ts["📄 user.repository.ts"] ``` ## 📄 File Registry @@ -18,17 +18,13 @@ 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` +- `../../domain/user.entity`, `../schemas/user.schema`, `@nestjs/common`, `@nestjs/mongoose`, `mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './repositories'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/user/infrastructure/schemas/README.md b/backend/src/modules/user/infrastructure/schemas/README.md index 2e531db3..d2a6e08d 100644 --- a/backend/src/modules/user/infrastructure/schemas/README.md +++ b/backend/src/modules/user/infrastructure/schemas/README.md @@ -1,15 +1,15 @@ -# 📁 schemas - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) > [infrastructure](/backend/src/modules/user/infrastructure) > [schemas](/backend/src/modules/user/infrastructure/schemas) +# 📁 Schemas + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **schemas** 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["📁 schemas"] - Root --> user_schema_ts["📄 user.schema.ts"] + schemas["📁 schemas"] + schemas --> user_schema_ts["📄 user.schema.ts"] ``` ## 📄 File Registry @@ -18,14 +18,13 @@ graph TD | `user.schema.ts` | TypeScript | Provides core logic and orchestration for user.schema.ts. | @nestjs | ## 🔗 Dependencies -- `@nestjs/mongoose` -- `mongoose` +- `@nestjs/mongoose`, `mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './schemas'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/user/presentation/README.md b/backend/src/modules/user/presentation/README.md index 3c548cff..1fce3af4 100644 --- a/backend/src/modules/user/presentation/README.md +++ b/backend/src/modules/user/presentation/README.md @@ -1,16 +1,16 @@ -# 📁 presentation - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) > [presentation](/backend/src/modules/user/presentation) +# 📁 Presentation + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **presentation** 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["📁 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 @@ -19,20 +19,13 @@ graph TD | `user.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for user.controller.ts. | @common, @modules, @nestjs | ## 🔗 Dependencies -- `../application/user.service` -- `./dto/create-user.dto` -- `./dto/update-user.dto` -- `@common/interfaces/authenticated-request.interface` -- `@modules/user` -- `@nestjs/platform-express` -- `multer` -- `path` +- `../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` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './presentation'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/user/presentation/dto/README.md b/backend/src/modules/user/presentation/dto/README.md index 2d6f70ec..00f3fb0a 100644 --- a/backend/src/modules/user/presentation/dto/README.md +++ b/backend/src/modules/user/presentation/dto/README.md @@ -1,16 +1,16 @@ -# 📁 dto - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) > [presentation](/backend/src/modules/user/presentation) > [dto](/backend/src/modules/user/presentation/dto) +# 📁 Dto + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **dto** 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["📁 dto"] - Root --> create_user_dto_ts["📄 create-user.dto.ts"] - Root --> update_user_dto_ts["📄 update-user.dto.ts"] + dto["📁 dto"] + dto --> create_user_dto_ts["📄 create-user.dto.ts"] + dto --> update_user_dto_ts["📄 update-user.dto.ts"] ``` ## 📄 File Registry @@ -20,14 +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` +- `./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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/veil/README.md b/backend/src/modules/veil/README.md index 17f02552..7e5bba6e 100644 --- a/backend/src/modules/veil/README.md +++ b/backend/src/modules/veil/README.md @@ -1,20 +1,20 @@ -# 📁 veil - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) +# 📁 Veil + ## 🎯 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. ## 🏗️ 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 --> application["📁 application"] + veil --> domain["📁 domain"] + veil --> infrastructure["📁 infrastructure"] + veil --> presentation["📁 presentation"] + veil --> index_ts["📄 index.ts"] + veil --> veil_module_ts["📄 veil.module.ts"] ``` ## 📄 File Registry @@ -24,17 +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` +- `./application/veil.service`, `./domain/veil.entity`, `./infrastructure/repositories/veil.repository`, `./infrastructure/schemas/veil.schema`, `./presentation/dto/create-veil.dto`, `./presentation/dto/update-veil.dto`, `./presentation/veil.controller`, `./veil.module`, `@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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/veil/application/README.md b/backend/src/modules/veil/application/README.md index 87cb6374..09c513f8 100644 --- a/backend/src/modules/veil/application/README.md +++ b/backend/src/modules/veil/application/README.md @@ -1,15 +1,16 @@ -# 📁 application - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) > [application](/backend/src/modules/veil/application) +# 📁 Application (App Layer) + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **application** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. +This directory operates within the **App Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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,15 +19,13 @@ 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` +- `../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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/veil/domain/README.md b/backend/src/modules/veil/domain/README.md index 0bea95ff..4a9be7b0 100644 --- a/backend/src/modules/veil/domain/README.md +++ b/backend/src/modules/veil/domain/README.md @@ -1,15 +1,15 @@ -# 📁 domain - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) > [domain](/backend/src/modules/veil/domain) +# 📁 Domain + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **domain** 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["📁 domain"] - Root --> veil_entity_ts["📄 veil.entity.ts"] + domain["📁 domain"] + domain --> veil_entity_ts["📄 veil.entity.ts"] ``` ## 📄 File Registry @@ -23,8 +23,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/veil/infrastructure/README.md b/backend/src/modules/veil/infrastructure/README.md index c53314ee..94b56b21 100644 --- a/backend/src/modules/veil/infrastructure/README.md +++ b/backend/src/modules/veil/infrastructure/README.md @@ -1,20 +1,22 @@ -# 📁 infrastructure - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) > [infrastructure](/backend/src/modules/veil/infrastructure) +# 📁 Infrastructure + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **infrastructure** 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["📁 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) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -22,8 +24,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/veil/infrastructure/repositories/README.md b/backend/src/modules/veil/infrastructure/repositories/README.md index abebe092..3179581d 100644 --- a/backend/src/modules/veil/infrastructure/repositories/README.md +++ b/backend/src/modules/veil/infrastructure/repositories/README.md @@ -1,15 +1,15 @@ -# 📁 repositories - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) > [infrastructure](/backend/src/modules/veil/infrastructure) > [repositories](/backend/src/modules/veil/infrastructure/repositories) +# 📁 Repositories + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **repositories** 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["📁 repositories"] - Root --> veil_repository_ts["📄 veil.repository.ts"] + repositories["📁 repositories"] + repositories --> veil_repository_ts["📄 veil.repository.ts"] ``` ## 📄 File Registry @@ -18,18 +18,13 @@ graph TD | `veil.repository.ts` | TypeScript | Provides core logic and orchestration for veil.repository.ts. | @common, @nestjs | ## 🔗 Dependencies -- `../../domain/veil.entity` -- `../schemas/veil.schema` -- `@common/utils/file-system` -- `@nestjs/common` -- `@nestjs/mongoose` -- `mongoose` +- `../../domain/veil.entity`, `../schemas/veil.schema`, `@common/utils/file-system`, `@nestjs/common`, `@nestjs/mongoose`, `mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './repositories'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/veil/infrastructure/schemas/README.md b/backend/src/modules/veil/infrastructure/schemas/README.md index a129ab0b..a1805cbc 100644 --- a/backend/src/modules/veil/infrastructure/schemas/README.md +++ b/backend/src/modules/veil/infrastructure/schemas/README.md @@ -1,15 +1,15 @@ -# 📁 schemas - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) > [infrastructure](/backend/src/modules/veil/infrastructure) > [schemas](/backend/src/modules/veil/infrastructure/schemas) +# 📁 Schemas + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **schemas** 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["📁 schemas"] - Root --> veil_schema_ts["📄 veil.schema.ts"] + schemas["📁 schemas"] + schemas --> veil_schema_ts["📄 veil.schema.ts"] ``` ## 📄 File Registry @@ -18,14 +18,13 @@ graph TD | `veil.schema.ts` | TypeScript | Provides core logic and orchestration for veil.schema.ts. | @nestjs | ## 🔗 Dependencies -- `@nestjs/mongoose` -- `mongoose` +- `@nestjs/mongoose`, `mongoose` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './schemas'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/veil/presentation/README.md b/backend/src/modules/veil/presentation/README.md index cceea6fe..29a5e4c0 100644 --- a/backend/src/modules/veil/presentation/README.md +++ b/backend/src/modules/veil/presentation/README.md @@ -1,16 +1,16 @@ -# 📁 presentation - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) > [presentation](/backend/src/modules/veil/presentation) +# 📁 Presentation + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **presentation** 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["📁 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,19 +19,13 @@ 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/platform-express` -- `multer` -- `path` +- `../application/veil.service`, `../domain/veil.entity`, `./dto/create-veil.dto`, `./dto/update-veil.dto`, `@nestjs/common`, `@nestjs/platform-express`, `multer`, `path` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './presentation'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/backend/src/modules/veil/presentation/dto/README.md b/backend/src/modules/veil/presentation/dto/README.md index 6cbbe5cd..c24faa50 100644 --- a/backend/src/modules/veil/presentation/dto/README.md +++ b/backend/src/modules/veil/presentation/dto/README.md @@ -1,16 +1,16 @@ -# 📁 dto - [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) > [presentation](/backend/src/modules/veil/presentation) > [dto](/backend/src/modules/veil/presentation/dto) +# 📁 Dto + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **dto** 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["📁 dto"] - Root --> create_veil_dto_ts["📄 create-veil.dto.ts"] - Root --> update_veil_dto_ts["📄 update-veil.dto.ts"] + dto["📁 dto"] + dto --> create_veil_dto_ts["📄 create-veil.dto.ts"] + dto --> update_veil_dto_ts["📄 update-veil.dto.ts"] ``` ## 📄 File Registry @@ -20,15 +20,13 @@ 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` +- `./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(); -``` +``` \ No newline at end of file diff --git a/backend/test/README.md b/backend/test/README.md index 7ca1bad5..f13ece2a 100644 --- a/backend/test/README.md +++ b/backend/test/README.md @@ -1,36 +1,32 @@ -# 📁 test - [Root](/.) > [backend](/backend) > [test](/backend/test) +# 📁 Test + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **test** 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["📁 test"] - Root --> app_e2e_spec_ts["📄 app.e2e-spec.ts"] - Root --> jest_e2e_json["📄 jest-e2e.json"] + test["📁 test"] + test --> app_e2e_spec_ts["📄 app.e2e-spec.ts"] + test --> jest_e2e_json["📄 jest-e2e.json"] ``` ## 📄 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` | JSON | Provides core logic and orchestration for jest-e2e.json. | N/A | ## 🔗 Dependencies -- `./../src/app.module` -- `@nestjs/common` -- `@nestjs/testing` -- `supertest` -- `supertest/types` +- `./../src/app.module`, `@nestjs/common`, `@nestjs/testing`, `supertest`, `supertest/types` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './test'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/README.md b/frontend/README.md index 6282bdff..3e6357a3 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,49 +1,47 @@ -# 📁 frontend - [Root](/.) > [frontend](/frontend) +# 📁 Frontend + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **frontend** 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["📁 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 --> environments["📁 environments"] + frontend --> public["📁 public"] + frontend --> src["📁 src"] + frontend --> angular_json["📄 angular.json"] + frontend --> index_html["📄 index.html"] + frontend --> index_tsx["📄 index.tsx"] + frontend --> leaflet_css["📄 leaflet.css"] + frontend --> metadata_json["📄 metadata.json"] + frontend --> package_lock_json["📄 package-lock.json"] + frontend --> package_json["📄 package.json"] + frontend --> tsconfig_json["📄 tsconfig.json"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `angular.json` | JSON Configuration | 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 | +| `angular.json` | JSON | Provides core logic and orchestration for angular.json. | N/A | +| `index.html` | HTML | Provides core logic and orchestration for index.html. | N/A | +| `index.tsx` | TypeScript | Provides core logic and orchestration for index.tsx. | @angular | +| `leaflet.css` | CSS/SCSS | Provides core logic and orchestration for leaflet.css. | N/A | +| `metadata.json` | JSON | Provides core logic and orchestration for metadata.json. | N/A | +| `package-lock.json` | JSON | Provides core logic and orchestration for package-lock.json. | N/A | +| `package.json` | JSON | Provides core logic and orchestration for package.json. | N/A | +| `tsconfig.json` | 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` +- `./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(); -``` +``` \ No newline at end of file diff --git a/frontend/environments/README.md b/frontend/environments/README.md new file mode 100644 index 00000000..ac17476c --- /dev/null +++ b/frontend/environments/README.md @@ -0,0 +1,38 @@ +[Root](/.) > [frontend](/frontend) > [environments](/frontend/environments) + +# 📁 Environments + +## 🎯 Purpose +Delivering luxury-tier architectural components and high-performance logic for the **environments** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. + +## 🏗️ Architecture +```mermaid +graph TD + environments["📁 environments"] + environments --> environment_development_ts["📄 environment.development.ts"] + environments --> environment_en_ts["📄 environment.en.ts"] + environments --> environment_ru_ts["📄 environment.ru.ts"] + environments --> environment_tg_ts["📄 environment.tg.ts"] + environments --> environment_ts["📄 environment.ts"] +``` + +## 📄 File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| `environment.development.ts` | TypeScript | Provides core logic and orchestration for environment.development.ts. | N/A | +| `environment.en.ts` | TypeScript | Provides core logic and orchestration for environment.en.ts. | N/A | +| `environment.ru.ts` | TypeScript | Provides core logic and orchestration for environment.ru.ts. | N/A | +| `environment.tg.ts` | TypeScript | Provides core logic and orchestration for environment.tg.ts. | N/A | +| `environment.ts` | TypeScript | Provides core logic and orchestration for environment.ts. | N/A | + +## 🔗 Dependencies +- `./environment.development` + +## 🛠️ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './core'; + +// Integrate into the application architecture +relevantMember.execute(); +``` \ No newline at end of file diff --git a/frontend/public/README.md b/frontend/public/README.md index 397a92c4..4fc1d3c9 100644 --- a/frontend/public/README.md +++ b/frontend/public/README.md @@ -1,19 +1,21 @@ -# 📁 public - [Root](/.) > [frontend](/frontend) > [public](/frontend/public) +# 📁 Public + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **public** 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["📁 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) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -21,8 +23,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/public/images/README.md b/frontend/public/images/README.md index e1f84cbf..47927b2f 100644 --- a/frontend/public/images/README.md +++ b/frontend/public/images/README.md @@ -1,16 +1,16 @@ -# 📁 images - [Root](/.) > [frontend](/frontend) > [public](/frontend/public) > [images](/frontend/public/images) +# 📁 Images + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **images** 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["📁 images"] - Root --> treatments_add_img_png["📄 treatments-add-img.png"] - Root --> treatments_no_img_png["📄 treatments-no-img.png"] + images["📁 images"] + images --> treatments_add_img_png["📄 treatments-add-img.png"] + images --> treatments_no_img_png["📄 treatments-no-img.png"] ``` ## 📄 File Registry @@ -25,8 +25,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/README.md b/frontend/src/README.md index 95d1aabe..6efd352d 100644 --- a/frontend/src/README.md +++ b/frontend/src/README.md @@ -1,57 +1,48 @@ -# 📁 src - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) +# 📁 Src + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **src** 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["📁 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 --> app["📁 app"] + src --> backend["📁 backend"] + src --> core["📁 core"] + src --> entities["📁 entities"] + src --> features["📁 features"] + src --> locale["📁 locale"] + src --> pages["📁 pages"] + src --> shared["📁 shared"] + src --> types["📁 types"] + src --> widgets["📁 widgets"] + src --> app_component_html["📄 app.component.html"] + src --> app_component_scss["📄 app.component.scss"] + src --> app_component_ts["📄 app.component.ts"] + src --> app_routes_ts["📄 app.routes.ts"] + src --> main_ts["📄 main.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.html` | HTML | Structural template and layout for app.component.html. | N/A | +| `app.component.scss` | CSS/SCSS | Luxury styling and visual presentation for app.component.scss. | N/A | | `app.component.ts` | TypeScript | UI component logic and state management for app.component.ts. | @angular, @shared | | `app.routes.ts` | TypeScript | Provides core logic and orchestration for app.routes.ts. | @angular, @pages, @widgets | | `main.ts` | TypeScript | Provides core logic and orchestration for main.ts. | @angular | ## 🔗 Dependencies -- `./app.component` -- `./app/app.config` -- `@angular/common` -- `@angular/platform-browser` -- `@angular/router` -- `@pages/auth` -- `@shared/services` -- `@shared/ui` -- `@widgets/layouts` +- `./app.component`, `./app/app.config`, `@angular/common`, `@angular/core`, `@angular/platform-browser`, `@angular/router`, `@pages/auth`, `@shared/services`, `@shared/ui`, `@widgets/layouts` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './src'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/app/README.md b/frontend/src/app/README.md index 4f0fecb2..faca6cbe 100644 --- a/frontend/src/app/README.md +++ b/frontend/src/app/README.md @@ -1,17 +1,16 @@ -# 📁 app - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [app](/frontend/src/app) -**FSD Layer:** App +# 📁 App (App Layer) ## 🎯 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. +This directory operates within the **App Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ Architecture ```mermaid graph TD - Root["📁 app"] - Root --> app_config_ts["📄 app.config.ts"] + app["📁 app"] + app --> app_config_ts["📄 app.config.ts"] ``` ## 📄 File Registry @@ -20,16 +19,13 @@ graph TD | `app.config.ts` | TypeScript | Provides core logic and orchestration for app.config.ts. | @angular, @core, @src | ## 🔗 Dependencies -- `@angular/platform-browser/animations` -- `@angular/router` -- `@core/interceptors` -- `@src/app.routes` +- `@angular/common/http`, `@angular/core`, `@angular/platform-browser/animations`, `@angular/router`, `@core/interceptors`, `@src/app.routes` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './app'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/backend/README.md b/frontend/src/backend/README.md index 4e5fc67d..19cc13c1 100644 --- a/frontend/src/backend/README.md +++ b/frontend/src/backend/README.md @@ -1,16 +1,16 @@ -# 📁 backend - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [backend](/frontend/src/backend) +# 📁 Backend + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **backend** 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["📁 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 @@ -20,15 +20,13 @@ graph TD | `telegram-auth.guard.ts` | TypeScript | Provides core logic and orchestration for telegram-auth.guard.ts. | @nestjs | ## 🔗 Dependencies -- `@nestjs/common` -- `crypto` -- `express` +- `./telegram-auth.guard`, `@nestjs/common`, `crypto`, `express` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './backend'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/core/README.md b/frontend/src/core/README.md index b0fbfd4b..44cdde15 100644 --- a/frontend/src/core/README.md +++ b/frontend/src/core/README.md @@ -1,21 +1,23 @@ -# 📁 core - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [core](/frontend/src/core) +# 📁 Core + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **core** 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["📁 core"] - Root --> constants["📁 constants"] - Root --> guards["📁 guards"] - Root --> interceptors["📁 interceptors"] + core["📁 core"] + core --> constants["📁 constants"] + core --> guards["📁 guards"] + core --> interceptors["📁 interceptors"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -27,4 +29,4 @@ import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/core/constants/README.md b/frontend/src/core/constants/README.md index 460c4195..ca9cde9c 100644 --- a/frontend/src/core/constants/README.md +++ b/frontend/src/core/constants/README.md @@ -1,16 +1,16 @@ -# 📁 constants - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [core](/frontend/src/core) > [constants](/frontend/src/core/constants) +# 📁 Constants + ## 🎯 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. ## 🏗️ 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 @@ -20,13 +20,13 @@ graph TD | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- `@shared/lib` +- `./api-endpoints`, `@shared/lib` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './constants'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/core/guards/README.md b/frontend/src/core/guards/README.md index 98b37c99..2506f89c 100644 --- a/frontend/src/core/guards/README.md +++ b/frontend/src/core/guards/README.md @@ -1,17 +1,17 @@ -# 📁 guards - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [core](/frontend/src/core) > [guards](/frontend/src/core/guards) +# 📁 Guards + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **guards** 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["📁 guards"] - Root --> admin_guard_ts["📄 admin.guard.ts"] - Root --> auth_guard_ts["📄 auth.guard.ts"] - Root --> index_ts["📄 index.ts"] + guards["📁 guards"] + guards --> admin_guard_ts["📄 admin.guard.ts"] + guards --> auth_guard_ts["📄 auth.guard.ts"] + guards --> index_ts["📄 index.ts"] ``` ## 📄 File Registry @@ -22,15 +22,13 @@ graph TD | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- `@angular/core` -- `@angular/router` -- `@entities/user` +- `./admin.guard`, `./auth.guard`, `@angular/core`, `@angular/router`, `@entities/user` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './guards'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/core/interceptors/README.md b/frontend/src/core/interceptors/README.md index e3d36af2..6a056315 100644 --- a/frontend/src/core/interceptors/README.md +++ b/frontend/src/core/interceptors/README.md @@ -1,17 +1,17 @@ -# 📁 interceptors - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [core](/frontend/src/core) > [interceptors](/frontend/src/core/interceptors) +# 📁 Interceptors + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **interceptors** 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["📁 interceptors"] - Root --> api_interceptor_ts["📄 api.interceptor.ts"] - Root --> error_interceptor_ts["📄 error.interceptor.ts"] - Root --> index_ts["📄 index.ts"] + interceptors["📁 interceptors"] + interceptors --> api_interceptor_ts["📄 api.interceptor.ts"] + interceptors --> error_interceptor_ts["📄 error.interceptor.ts"] + interceptors --> index_ts["📄 index.ts"] ``` ## 📄 File Registry @@ -22,17 +22,13 @@ graph TD | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- `@angular/common/http` -- `@angular/core` -- `@shared/lib` -- `@shared/services` -- `rxjs` +- `./api.interceptor`, `./error.interceptor`, `@angular/common/http`, `@angular/core`, `@shared/lib`, `@shared/services`, `rxjs` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './interceptors'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/entities/README.md b/frontend/src/entities/README.md index 26b108cd..f3ebfdd9 100644 --- a/frontend/src/entities/README.md +++ b/frontend/src/entities/README.md @@ -1,25 +1,26 @@ -# 📁 entities - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) -**FSD Layer:** Entity +# 📁 Entities (Entity Layer) ## 🎯 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. +This directory operates within the **Entity Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> admin_settings["📁 admin-settings"] + entities --> gallery["📁 gallery"] + entities --> treatments["📁 treatments"] + entities --> user["📁 user"] + entities --> veil["📁 veil"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -27,8 +28,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/entities/admin-settings/README.md b/frontend/src/entities/admin-settings/README.md index 6c36646b..4dac5ecb 100644 --- a/frontend/src/entities/admin-settings/README.md +++ b/frontend/src/entities/admin-settings/README.md @@ -1,18 +1,17 @@ -# 📁 admin-settings - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [admin-settings](/frontend/src/entities/admin-settings) -**FSD Layer:** Entity +# 📁 Admin-settings (Entity Layer) ## 🎯 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. +This directory operates within the **Entity Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 @@ -22,17 +21,13 @@ graph TD | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- `@angular/common/http` -- `@angular/core` -- `@core/constants/api-endpoints` -- `@shared/models/admin-settings.model` -- `rxjs` +- `./admin-settings.service`, `@angular/common/http`, `@angular/core`, `@core/constants/api-endpoints`, `@shared/models/admin-settings.model`, `rxjs` ## 🛠️ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/entities/gallery/README.md b/frontend/src/entities/gallery/README.md index 26b0bbf2..54e7efa5 100644 --- a/frontend/src/entities/gallery/README.md +++ b/frontend/src/entities/gallery/README.md @@ -1,19 +1,18 @@ -# 📁 gallery - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [gallery](/frontend/src/entities/gallery) -**FSD Layer:** Entity +# 📁 Gallery (Entity Layer) ## 🎯 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. +This directory operates within the **Entity Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 @@ -23,16 +22,13 @@ graph TD | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- `@angular/common/http` -- `@angular/core` -- `@shared/models` -- `rxjs` +- `./constants/gallery.constants`, `./gallery.service`, `@angular/common/http`, `@angular/core`, `@shared/models`, `rxjs` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/entities/gallery/constants/README.md b/frontend/src/entities/gallery/constants/README.md index 9806c978..1a3f6bdf 100644 --- a/frontend/src/entities/gallery/constants/README.md +++ b/frontend/src/entities/gallery/constants/README.md @@ -1,17 +1,16 @@ -# 📁 constants - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [gallery](/frontend/src/entities/gallery) > [constants](/frontend/src/entities/gallery/constants) -**FSD Layer:** Entity +# 📁 Constants (Entity Layer) ## 🎯 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. +This directory operates within the **Entity Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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,8 +24,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/entities/treatments/README.md b/frontend/src/entities/treatments/README.md index 5bce2c27..8caf424a 100644 --- a/frontend/src/entities/treatments/README.md +++ b/frontend/src/entities/treatments/README.md @@ -1,19 +1,18 @@ -# 📁 treatments - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [treatments](/frontend/src/entities/treatments) -**FSD Layer:** Entity +# 📁 Treatments (Entity Layer) ## 🎯 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. +This directory operates within the **Entity Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 @@ -23,18 +22,13 @@ graph TD | `treatments.service.ts` | TypeScript | Encapsulates business logic and data access for treatments.service.ts. | @angular, @core, @features, @shared | ## 🔗 Dependencies -- `@angular/common/http` -- `@angular/core` -- `@core/constants` -- `@features/treatments` -- `@shared/lib` -- `rxjs` +- `./constants/treatments.constants`, `./treatments.service`, `@angular/common/http`, `@angular/core`, `@core/constants`, `@features/treatments`, `@shared/lib`, `rxjs` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatments'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/entities/treatments/constants/README.md b/frontend/src/entities/treatments/constants/README.md index e5eaca65..d9791529 100644 --- a/frontend/src/entities/treatments/constants/README.md +++ b/frontend/src/entities/treatments/constants/README.md @@ -1,17 +1,16 @@ -# 📁 constants - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [treatments](/frontend/src/entities/treatments) > [constants](/frontend/src/entities/treatments/constants) -**FSD Layer:** Entity +# 📁 Constants (Entity Layer) ## 🎯 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. +This directory operates within the **Entity Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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,8 +24,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/entities/user/README.md b/frontend/src/entities/user/README.md index 8cc8e2b6..d6c47c10 100644 --- a/frontend/src/entities/user/README.md +++ b/frontend/src/entities/user/README.md @@ -1,21 +1,20 @@ -# 📁 user - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [user](/frontend/src/entities/user) -**FSD Layer:** Entity +# 📁 User (Entity Layer) ## 🎯 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. +This directory operates within the **Entity Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> constants["📁 constants"] + user --> model["📁 model"] + user --> auth_service_ts["📄 auth.service.ts"] + user --> index_ts["📄 index.ts"] + user --> user_service_ts["📄 user.service.ts"] ``` ## 📄 File Registry @@ -26,19 +25,13 @@ 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` -- `jwt-decode` -- `rxjs` -- `rxjs/operators` +- `./auth.service`, `./model/user.model`, `./user.service`, `@angular/common/http`, `@angular/core`, `@angular/router`, `jwt-decode`, `rxjs`, `rxjs/operators` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './user'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/entities/user/constants/README.md b/frontend/src/entities/user/constants/README.md index eef76311..4188f923 100644 --- a/frontend/src/entities/user/constants/README.md +++ b/frontend/src/entities/user/constants/README.md @@ -1,17 +1,16 @@ -# 📁 constants - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [user](/frontend/src/entities/user) > [constants](/frontend/src/entities/user/constants) -**FSD Layer:** Entity +# 📁 Constants (Entity Layer) ## 🎯 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. +This directory operates within the **Entity Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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,8 +24,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/entities/user/model/README.md b/frontend/src/entities/user/model/README.md index 9ae9f0c9..95834e8f 100644 --- a/frontend/src/entities/user/model/README.md +++ b/frontend/src/entities/user/model/README.md @@ -1,17 +1,16 @@ -# 📁 model - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [user](/frontend/src/entities/user) > [model](/frontend/src/entities/user/model) -**FSD Layer:** Entity +# 📁 Model (Entity Layer) ## 🎯 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. +This directory operates within the **Entity Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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,8 +24,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/entities/veil/README.md b/frontend/src/entities/veil/README.md index 600f9ffb..19e59ef4 100644 --- a/frontend/src/entities/veil/README.md +++ b/frontend/src/entities/veil/README.md @@ -1,19 +1,18 @@ -# 📁 veil - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [veil](/frontend/src/entities/veil) -**FSD Layer:** Entity +# 📁 Veil (Entity Layer) ## 🎯 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. +This directory operates within the **Entity Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> index_ts["📄 index.ts"] + veil --> veil_service_ts["📄 veil.service.ts"] ``` ## 📄 File Registry @@ -23,18 +22,13 @@ graph TD | `veil.service.ts` | TypeScript | Encapsulates business logic and data access for veil.service.ts. | @angular, @core, @features, @shared | ## 🔗 Dependencies -- `@angular/common/http` -- `@angular/core` -- `@core/constants` -- `@features/veil` -- `@shared/lib` -- `rxjs` +- `./constants/veil.constants`, `./veil.service`, `@angular/common/http`, `@angular/core`, `@core/constants`, `@features/veil`, `@shared/lib`, `rxjs` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/entities/veil/constants/README.md b/frontend/src/entities/veil/constants/README.md index b92501c2..ae0cdfe4 100644 --- a/frontend/src/entities/veil/constants/README.md +++ b/frontend/src/entities/veil/constants/README.md @@ -1,17 +1,16 @@ -# 📁 constants - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [veil](/frontend/src/entities/veil) > [constants](/frontend/src/entities/veil/constants) -**FSD Layer:** Entity +# 📁 Constants (Entity Layer) ## 🎯 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. +This directory operates within the **Entity Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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,8 +24,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/features/README.md b/frontend/src/features/README.md index 9cfa039d..14b6114c 100644 --- a/frontend/src/features/README.md +++ b/frontend/src/features/README.md @@ -1,25 +1,26 @@ -# 📁 features - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) -**FSD Layer:** Feature +# 📁 Features (Feature Layer) ## 🎯 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. +This directory operates within the **Feature Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> client_form["📁 client-form"] + features --> gallery["📁 gallery"] + features --> language_selection["📁 language-selection"] + features --> treatments["📁 treatments"] + features --> veil["📁 veil"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -27,8 +28,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/features/client-form/README.md b/frontend/src/features/client-form/README.md index e2993639..21d3b74c 100644 --- a/frontend/src/features/client-form/README.md +++ b/frontend/src/features/client-form/README.md @@ -1,40 +1,35 @@ -# 📁 client-form - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [client-form](/frontend/src/features/client-form) -**FSD Layer:** Feature +# 📁 Client-form (Feature Layer) ## 🎯 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. +This directory operates within the **Feature Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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_html["📄 client-form.component.html"] + client_form --> client_form_component_ts["📄 client-form.component.ts"] + 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.html` | HTML | 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 | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- `@angular/common` -- `@angular/core` -- `@angular/forms` -- `@entities/user` -- `@shared/lib` +- `./client-form.component`, `@angular/common`, `@angular/core`, `@angular/forms`, `@entities/user`, `@shared/lib` ## 🛠️ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/features/gallery/README.md b/frontend/src/features/gallery/README.md index 50ba5965..d975a924 100644 --- a/frontend/src/features/gallery/README.md +++ b/frontend/src/features/gallery/README.md @@ -1,18 +1,17 @@ -# 📁 gallery - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [gallery](/frontend/src/features/gallery) -**FSD Layer:** Feature +# 📁 Gallery (Feature Layer) ## 🎯 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. +This directory operates within the **Feature Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 @@ -21,13 +20,13 @@ graph TD | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- No external dependencies. +- `./model/gallery.data` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/features/gallery/model/README.md b/frontend/src/features/gallery/model/README.md index d98350dc..b38a6f78 100644 --- a/frontend/src/features/gallery/model/README.md +++ b/frontend/src/features/gallery/model/README.md @@ -1,17 +1,16 @@ -# 📁 model - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [gallery](/frontend/src/features/gallery) > [model](/frontend/src/features/gallery/model) -**FSD Layer:** Feature +# 📁 Model (Feature Layer) ## 🎯 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. +This directory operates within the **Feature Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ Architecture ```mermaid graph TD - Root["📁 model"] - Root --> gallery_data_ts["📄 gallery.data.ts"] + model["📁 model"] + model --> gallery_data_ts["📄 gallery.data.ts"] ``` ## 📄 File Registry @@ -20,14 +19,13 @@ graph TD | `gallery.data.ts` | TypeScript | Provides core logic and orchestration for gallery.data.ts. | @angular, @shared | ## 🔗 Dependencies -- `@angular/forms/signals` -- `@shared/models` +- `@angular/forms/signals`, `@shared/models` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './model'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/features/language-selection/README.md b/frontend/src/features/language-selection/README.md index e69753a7..c33286c2 100644 --- a/frontend/src/features/language-selection/README.md +++ b/frontend/src/features/language-selection/README.md @@ -1,39 +1,37 @@ -# 📁 language-selection - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [language-selection](/frontend/src/features/language-selection) -**FSD Layer:** Feature +# 📁 Language-selection (Feature Layer) ## 🎯 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. +This directory operates within the **Feature Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> index_ts["📄 index.ts"] + language_selection --> language_switcher_component_html["📄 language-switcher.component.html"] + language_selection --> language_switcher_component_scss["📄 language-switcher.component.scss"] + language_selection --> language_switcher_component_ts["📄 language-switcher.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `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.html` | HTML | Structural template and layout for language-switcher.component.html. | N/A | +| `language-switcher.component.scss` | CSS/SCSS | 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 -- `@angular/common` -- `@angular/core` +- `./language-switcher.component`, `@angular/common`, `@angular/core` ## 🛠️ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/features/treatments/README.md b/frontend/src/features/treatments/README.md index 80d0f363..d1564267 100644 --- a/frontend/src/features/treatments/README.md +++ b/frontend/src/features/treatments/README.md @@ -1,18 +1,17 @@ -# 📁 treatments - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [treatments](/frontend/src/features/treatments) -**FSD Layer:** Feature +# 📁 Treatments (Feature Layer) ## 🎯 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. +This directory operates within the **Feature Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 @@ -21,13 +20,13 @@ graph TD | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- No external dependencies. +- `./model/treatments.data` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatments'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/features/treatments/model/README.md b/frontend/src/features/treatments/model/README.md index 43ea1b6b..dae15109 100644 --- a/frontend/src/features/treatments/model/README.md +++ b/frontend/src/features/treatments/model/README.md @@ -1,17 +1,16 @@ -# 📁 model - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [treatments](/frontend/src/features/treatments) > [model](/frontend/src/features/treatments/model) -**FSD Layer:** Feature +# 📁 Model (Feature Layer) ## 🎯 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. +This directory operates within the **Feature Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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,8 +24,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/features/veil/README.md b/frontend/src/features/veil/README.md index e472b4a9..a7ab088e 100644 --- a/frontend/src/features/veil/README.md +++ b/frontend/src/features/veil/README.md @@ -1,18 +1,17 @@ -# 📁 veil - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [veil](/frontend/src/features/veil) -**FSD Layer:** Feature +# 📁 Veil (Feature Layer) ## 🎯 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. +This directory operates within the **Feature Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 @@ -21,13 +20,13 @@ graph TD | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- No external dependencies. +- `./model/veil.data` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/features/veil/model/README.md b/frontend/src/features/veil/model/README.md index 93c92979..bf9af574 100644 --- a/frontend/src/features/veil/model/README.md +++ b/frontend/src/features/veil/model/README.md @@ -1,17 +1,16 @@ -# 📁 model - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [veil](/frontend/src/features/veil) > [model](/frontend/src/features/veil/model) -**FSD Layer:** Feature +# 📁 Model (Feature Layer) ## 🎯 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. +This directory operates within the **Feature Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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,8 +24,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/locale/README.md b/frontend/src/locale/README.md index 098ab331..1e344ff8 100644 --- a/frontend/src/locale/README.md +++ b/frontend/src/locale/README.md @@ -1,17 +1,17 @@ -# 📁 locale - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [locale](/frontend/src/locale) +# 📁 Locale + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **locale** 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["📁 locale"] - Root --> messages_ru_xlf["📄 messages.ru.xlf"] - Root --> messages_tj_xlf["📄 messages.tj.xlf"] - Root --> messages_xlf["📄 messages.xlf"] + locale["📁 locale"] + locale --> messages_ru_xlf["📄 messages.ru.xlf"] + locale --> messages_tj_xlf["📄 messages.tj.xlf"] + locale --> messages_xlf["📄 messages.xlf"] ``` ## 📄 File Registry @@ -27,8 +27,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/README.md b/frontend/src/pages/README.md index a9c9c4f1..62a43c51 100644 --- a/frontend/src/pages/README.md +++ b/frontend/src/pages/README.md @@ -1,34 +1,35 @@ -# 📁 pages - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) -**FSD Layer:** Page +# 📁 Pages (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> about["📁 about"] + pages --> auth["📁 auth"] + pages --> clients["📁 clients"] + pages --> dashboard["📁 dashboard"] + pages --> gallery["📁 gallery"] + pages --> inventory["📁 inventory"] + pages --> portfolio["📁 portfolio"] + pages --> settings["📁 settings"] + pages --> treatments["📁 treatments"] + pages --> treatments_catalog["📁 treatments-catalog"] + pages --> user_home["📁 user-home"] + pages --> user_profile["📁 user-profile"] + pages --> veil["📁 veil"] + pages --> veils_catalog["📁 veils-catalog"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -36,8 +37,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/about/README.md b/frontend/src/pages/about/README.md index 63c1cb5c..5f59a588 100644 --- a/frontend/src/pages/about/README.md +++ b/frontend/src/pages/about/README.md @@ -1,42 +1,37 @@ -# 📁 about - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [about](/frontend/src/pages/about) -**FSD Layer:** Page +# 📁 About (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> about_component_html["📄 about.component.html"] + about --> about_component_scss["📄 about.component.scss"] + about --> about_component_ts["📄 about.component.ts"] + about --> index_ts["📄 index.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.html` | HTML | Structural template and layout for about.component.html. | N/A | +| `about.component.scss` | CSS/SCSS | 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 | ## 🔗 Dependencies -- `@angular/common` -- `@angular/core` -- `@angular/forms/signals` -- `@angular/platform-browser` -- `@entities/admin-settings` +- `./about.component`, `@angular/common`, `@angular/core`, `@angular/forms/signals`, `@angular/platform-browser`, `@entities/admin-settings` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './about'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/auth/README.md b/frontend/src/pages/auth/README.md index 6bc3927a..35e878b5 100644 --- a/frontend/src/pages/auth/README.md +++ b/frontend/src/pages/auth/README.md @@ -1,41 +1,37 @@ -# 📁 auth - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [auth](/frontend/src/pages/auth) -**FSD Layer:** Page +# 📁 Auth (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> auth_component_html["📄 auth.component.html"] + auth --> auth_component_scss["📄 auth.component.scss"] + auth --> auth_component_ts["📄 auth.component.ts"] + auth --> index_ts["📄 index.ts"] ``` ## 📄 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.html` | HTML | Structural template and layout for auth.component.html. | N/A | +| `auth.component.scss` | CSS/SCSS | 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 | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- `@angular/common` -- `@angular/router` -- `@entities/user` -- `@features/language-selection` +- `./auth.component`, `@angular/common`, `@angular/core`, `@angular/forms/signals`, `@angular/router`, `@entities/user`, `@features/language-selection` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './auth'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/clients/README.md b/frontend/src/pages/clients/README.md index 3038a625..6f066018 100644 --- a/frontend/src/pages/clients/README.md +++ b/frontend/src/pages/clients/README.md @@ -1,41 +1,35 @@ -# 📁 clients - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [clients](/frontend/src/pages/clients) -**FSD Layer:** Page +# 📁 Clients (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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_html["📄 clients.component.html"] + clients --> clients_component_ts["📄 clients.component.ts"] + clients --> index_ts["📄 index.ts"] ``` ## 📄 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.html` | HTML | 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 | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- `@angular/common` -- `@angular/core` -- `@angular/forms` -- `@entities/user` -- `@features/client-form` -- `@shared/ui` +- `./clients.component`, `@angular/common`, `@angular/core`, `@angular/forms`, `@entities/user`, `@features/client-form`, `@shared/ui` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './clients'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/dashboard/README.md b/frontend/src/pages/dashboard/README.md index 277fbea9..5cb8db82 100644 --- a/frontend/src/pages/dashboard/README.md +++ b/frontend/src/pages/dashboard/README.md @@ -1,44 +1,37 @@ -# 📁 dashboard - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [dashboard](/frontend/src/pages/dashboard) -**FSD Layer:** Page +# 📁 Dashboard (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> dashboard_component_html["📄 dashboard.component.html"] + dashboard --> dashboard_component_scss["📄 dashboard.component.scss"] + dashboard --> dashboard_component_ts["📄 dashboard.component.ts"] + dashboard --> index_ts["📄 index.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.html` | HTML | Structural template and layout for dashboard.component.html. | N/A | +| `dashboard.component.scss` | CSS/SCSS | 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 | ## 🔗 Dependencies -- `@angular/common` -- `@angular/core` -- `@entities/gallery/gallery.service` -- `@entities/treatments/treatments.service` -- `@entities/user/user.service` -- `@entities/veil/veil.service` -- `rxjs` +- `./dashboard.component`, `@angular/common`, `@angular/core`, `@entities/gallery/gallery.service`, `@entities/treatments/treatments.service`, `@entities/user/user.service`, `@entities/veil/veil.service`, `rxjs` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './dashboard'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/gallery/README.md b/frontend/src/pages/gallery/README.md index 44dabd42..2454a565 100644 --- a/frontend/src/pages/gallery/README.md +++ b/frontend/src/pages/gallery/README.md @@ -1,48 +1,38 @@ -# 📁 gallery - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [gallery](/frontend/src/pages/gallery) -**FSD Layer:** Page +# 📁 Gallery (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> gallery_component_html["📄 gallery.component.html"] + gallery --> gallery_component_scss["📄 gallery.component.scss"] + gallery --> gallery_component_ts["📄 gallery.component.ts"] + gallery --> index_ts["📄 index.ts"] ``` ## 📄 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.html` | HTML | Structural template and layout for gallery.component.html. | N/A | +| `gallery.component.scss` | CSS/SCSS | 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 | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- `./ui/gallery-form/gallery-form.component` -- `@angular/common` -- `@angular/forms` -- `@entities/admin-settings` -- `@entities/gallery` -- `@environments/environment` -- `@shared/lib` -- `@shared/lib/object` -- `@shared/models` -- `@shared/ui` +- `./gallery.component`, `./ui/gallery-form/gallery-form.component`, `@angular/common`, `@angular/core`, `@angular/forms`, `@entities/admin-settings`, `@entities/gallery`, `@environments/environment`, `@shared/lib`, `@shared/lib/object`, `@shared/models`, `@shared/ui` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/gallery/ui/README.md b/frontend/src/pages/gallery/ui/README.md index 665c6d7c..d4a94d97 100644 --- a/frontend/src/pages/gallery/ui/README.md +++ b/frontend/src/pages/gallery/ui/README.md @@ -1,21 +1,22 @@ -# 📁 ui - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [gallery](/frontend/src/pages/gallery) > [ui](/frontend/src/pages/gallery/ui) -**FSD Layer:** Page +# 📁 Ui (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -23,8 +24,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/gallery/ui/gallery-form/README.md b/frontend/src/pages/gallery/ui/gallery-form/README.md index 3e458d0d..63348257 100644 --- a/frontend/src/pages/gallery/ui/gallery-form/README.md +++ b/frontend/src/pages/gallery/ui/gallery-form/README.md @@ -1,40 +1,33 @@ -# 📁 gallery-form - [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 +# 📁 Gallery-form (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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_html["📄 gallery-form.component.html"] + gallery_form --> gallery_form_component_ts["📄 gallery-form.component.ts"] ``` ## 📄 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.html` | HTML | 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 | ## 🔗 Dependencies -- `@angular/common` -- `@angular/forms/signals` -- `@environments/environment` -- `@features/gallery` -- `@shared/lib` -- `@shared/models` -- `@shared/ui` +- `@angular/common`, `@angular/core`, `@angular/forms/signals`, `@environments/environment`, `@features/gallery`, `@shared/lib`, `@shared/models`, `@shared/ui` ## 🛠️ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/inventory/README.md b/frontend/src/pages/inventory/README.md index c1350af1..12fc85ac 100644 --- a/frontend/src/pages/inventory/README.md +++ b/frontend/src/pages/inventory/README.md @@ -1,39 +1,37 @@ -# 📁 inventory - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [inventory](/frontend/src/pages/inventory) -**FSD Layer:** Page +# 📁 Inventory (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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_html["📄 inventory.component.html"] + inventory --> inventory_component_scss["📄 inventory.component.scss"] + inventory --> inventory_component_ts["📄 inventory.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `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.html` | HTML | Structural template and layout for inventory.component.html. | N/A | +| `inventory.component.scss` | CSS/SCSS | 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 -- `@angular/common` -- `@angular/core` +- `./inventory.component`, `@angular/common`, `@angular/core` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './inventory'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/portfolio/README.md b/frontend/src/pages/portfolio/README.md index fd4f029f..16715370 100644 --- a/frontend/src/pages/portfolio/README.md +++ b/frontend/src/pages/portfolio/README.md @@ -1,42 +1,37 @@ -# 📁 portfolio - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [portfolio](/frontend/src/pages/portfolio) -**FSD Layer:** Page +# 📁 Portfolio (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> index_ts["📄 index.ts"] + portfolio --> portfolio_component_html["📄 portfolio.component.html"] + portfolio --> portfolio_component_scss["📄 portfolio.component.scss"] + portfolio --> portfolio_component_ts["📄 portfolio.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `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.html` | HTML | Structural template and layout for portfolio.component.html. | N/A | +| `portfolio.component.scss` | CSS/SCSS | 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 | ## 🔗 Dependencies -- `@angular/common` -- `@entities/admin-settings` -- `@entities/gallery` -- `@environments/environment` -- `@shared/lib` +- `./portfolio.component`, `@angular/common`, `@angular/core`, `@entities/admin-settings`, `@entities/gallery`, `@environments/environment`, `@shared/lib` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './portfolio'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/settings/README.md b/frontend/src/pages/settings/README.md index a4d992e4..1b5cf8af 100644 --- a/frontend/src/pages/settings/README.md +++ b/frontend/src/pages/settings/README.md @@ -1,50 +1,38 @@ -# 📁 settings - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [settings](/frontend/src/pages/settings) -**FSD Layer:** Page +# 📁 Settings (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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_scss["📄 settings.component.scss"] + settings --> settings_component_ts["📄 settings.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `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.html` | HTML | Structural template and layout for settings.component.html. | N/A | +| `settings.component.scss` | CSS/SCSS | 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 | ## 🔗 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` -- `@angular/forms` -- `@entities/admin-settings` -- `@shared/models/admin-settings.model` -- `rxjs` +- `./settings.component`, `./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`, `@angular/forms`, `@entities/admin-settings`, `@shared/models/admin-settings.model`, `rxjs` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './settings'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/settings/ui/README.md b/frontend/src/pages/settings/ui/README.md index 195bd7d1..6b588f6b 100644 --- a/frontend/src/pages/settings/ui/README.md +++ b/frontend/src/pages/settings/ui/README.md @@ -1,21 +1,20 @@ -# 📁 ui - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [settings](/frontend/src/pages/settings) > [ui](/frontend/src/pages/settings/ui) -**FSD Layer:** Page +# 📁 Ui (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> business_profile_component_ts["📄 business-profile.component.ts"] + ui --> general_info_component_ts["📄 general-info.component.ts"] + ui --> selects_settings_component_ts["📄 selects-settings.component.ts"] + ui --> social_matrix_component_ts["📄 social-matrix.component.ts"] ``` ## 📄 File Registry @@ -28,17 +27,13 @@ graph TD | `social-matrix.component.ts` | TypeScript | UI component logic and state management for social-matrix.component.ts. | @angular | ## 🔗 Dependencies -- `@angular/common` -- `@angular/core` -- `@angular/forms` -- `@shared/models` -- `leaflet` +- `@angular/common`, `@angular/core`, `@angular/forms`, `@shared/models`, `leaflet` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './ui'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/treatments-catalog/README.md b/frontend/src/pages/treatments-catalog/README.md index ba6ec0be..60686b2d 100644 --- a/frontend/src/pages/treatments-catalog/README.md +++ b/frontend/src/pages/treatments-catalog/README.md @@ -1,42 +1,37 @@ -# 📁 treatments-catalog - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [treatments-catalog](/frontend/src/pages/treatments-catalog) -**FSD Layer:** Page +# 📁 Treatments-catalog (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> index_ts["📄 index.ts"] + treatments_catalog --> treatments_catalog_component_html["📄 treatments-catalog.component.html"] + treatments_catalog --> treatments_catalog_component_scss["📄 treatments-catalog.component.scss"] + treatments_catalog --> treatments_catalog_component_ts["📄 treatments-catalog.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `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.html` | HTML | Structural template and layout for treatments-catalog.component.html. | N/A | +| `treatments-catalog.component.scss` | CSS/SCSS | 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 | ## 🔗 Dependencies -- `@angular/common` -- `@entities/admin-settings` -- `@entities/treatments` -- `@environments/environment` -- `@shared/lib` +- `./treatments-catalog.component`, `@angular/common`, `@angular/core`, `@entities/admin-settings`, `@entities/treatments`, `@environments/environment`, `@shared/lib` ## 🛠️ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/treatments/README.md b/frontend/src/pages/treatments/README.md index 74519555..3969a288 100644 --- a/frontend/src/pages/treatments/README.md +++ b/frontend/src/pages/treatments/README.md @@ -1,47 +1,38 @@ -# 📁 treatments - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [treatments](/frontend/src/pages/treatments) -**FSD Layer:** Page +# 📁 Treatments (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> index_ts["📄 index.ts"] + treatments --> treatments_component_html["📄 treatments.component.html"] + treatments --> treatments_component_scss["📄 treatments.component.scss"] + treatments --> treatments_component_ts["📄 treatments.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `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.html` | HTML | Structural template and layout for treatments.component.html. | N/A | +| `treatments.component.scss` | CSS/SCSS | 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 | ## 🔗 Dependencies -- `./components/treatment-form/treatment-form.component` -- `@angular/common` -- `@angular/forms` -- `@entities/admin-settings` -- `@entities/treatments` -- `@environments/environment` -- `@features/treatments` -- `@shared/lib` -- `@shared/ui` +- `./components/treatment-form/treatment-form.component`, `./treatments.component`, `@angular/common`, `@angular/core`, `@angular/forms`, `@entities/admin-settings`, `@entities/treatments`, `@environments/environment`, `@features/treatments`, `@shared/lib`, `@shared/ui` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatments'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/treatments/components/README.md b/frontend/src/pages/treatments/components/README.md index 543e0482..d7c9979e 100644 --- a/frontend/src/pages/treatments/components/README.md +++ b/frontend/src/pages/treatments/components/README.md @@ -1,21 +1,22 @@ -# 📁 components - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [treatments](/frontend/src/pages/treatments) > [components](/frontend/src/pages/treatments/components) -**FSD Layer:** Page +# 📁 Components (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -23,8 +24,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/treatments/components/treatment-form/README.md b/frontend/src/pages/treatments/components/treatment-form/README.md index 4fed94ae..4ed9859b 100644 --- a/frontend/src/pages/treatments/components/treatment-form/README.md +++ b/frontend/src/pages/treatments/components/treatment-form/README.md @@ -1,37 +1,33 @@ -# 📁 treatment-form - [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 +# 📁 Treatment-form (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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.html` | HTML | 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 | ## 🔗 Dependencies -- `@angular/common` -- `@angular/forms` -- `@features/treatments` -- `@shared/lib` +- `@angular/common`, `@angular/core`, `@angular/forms`, `@features/treatments`, `@shared/lib` ## 🛠️ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/user-home/README.md b/frontend/src/pages/user-home/README.md index f3cb5f90..7b2fd326 100644 --- a/frontend/src/pages/user-home/README.md +++ b/frontend/src/pages/user-home/README.md @@ -1,41 +1,37 @@ -# 📁 user-home - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [user-home](/frontend/src/pages/user-home) -**FSD Layer:** Page +# 📁 User-home (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> index_ts["📄 index.ts"] + user_home --> user_home_component_html["📄 user-home.component.html"] + user_home --> user_home_component_scss["📄 user-home.component.scss"] + user_home --> user_home_component_ts["📄 user-home.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `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.html` | HTML | Structural template and layout for user-home.component.html. | N/A | +| `user-home.component.scss` | CSS/SCSS | 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 | ## 🔗 Dependencies -- `@angular/common` -- `@angular/common/http` -- `@angular/router` -- `@core/constants` +- `./user-home.component`, `@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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/user-profile/README.md b/frontend/src/pages/user-profile/README.md index 20b0edd2..a93d4dba 100644 --- a/frontend/src/pages/user-profile/README.md +++ b/frontend/src/pages/user-profile/README.md @@ -1,40 +1,37 @@ -# 📁 user-profile - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [user-profile](/frontend/src/pages/user-profile) -**FSD Layer:** Page +# 📁 User-profile (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> index_ts["📄 index.ts"] + user_profile --> user_profile_component_html["📄 user-profile.component.html"] + user_profile --> user_profile_component_scss["📄 user-profile.component.scss"] + user_profile --> user_profile_component_ts["📄 user-profile.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `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.html` | HTML | Structural template and layout for user-profile.component.html. | N/A | +| `user-profile.component.scss` | CSS/SCSS | 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/forms` -- `@entities/user` +- `./user-profile.component`, `@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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/veil/README.md b/frontend/src/pages/veil/README.md index 4dac92c5..7010c6d1 100644 --- a/frontend/src/pages/veil/README.md +++ b/frontend/src/pages/veil/README.md @@ -1,47 +1,38 @@ -# 📁 veil - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veil](/frontend/src/pages/veil) -**FSD Layer:** Page +# 📁 Veil (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> index_ts["📄 index.ts"] + veil --> veil_component_html["📄 veil.component.html"] + veil --> veil_component_scss["📄 veil.component.scss"] + veil --> veil_component_ts["📄 veil.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `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.html` | HTML | Structural template and layout for veil.component.html. | N/A | +| `veil.component.scss` | CSS/SCSS | 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 | ## 🔗 Dependencies -- `./ui/veil-form/veil-form.component` -- `@angular/common` -- `@entities/admin-settings` -- `@entities/veil` -- `@environments/environment` -- `@features/veil` -- `@shared/lib` -- `@shared/ui` -- `rxjs` +- `./ui/veil-form/veil-form.component`, `./veil.component`, `@angular/common`, `@angular/core`, `@entities/admin-settings`, `@entities/veil`, `@environments/environment`, `@features/veil`, `@shared/lib`, `@shared/ui`, `rxjs` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/veil/ui/README.md b/frontend/src/pages/veil/ui/README.md index 38679f35..0720bfbc 100644 --- a/frontend/src/pages/veil/ui/README.md +++ b/frontend/src/pages/veil/ui/README.md @@ -1,23 +1,24 @@ -# 📁 ui - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veil](/frontend/src/pages/veil) > [ui](/frontend/src/pages/veil/ui) -**FSD Layer:** Page +# 📁 Ui (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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_form["📁 veil-form"] + ui --> veil_item["📁 veil-item"] + ui --> veil_modal["📁 veil-modal"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -25,8 +26,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/veil/ui/veil-form/README.md b/frontend/src/pages/veil/ui/veil-form/README.md index 4d0cba1a..055cd938 100644 --- a/frontend/src/pages/veil/ui/veil-form/README.md +++ b/frontend/src/pages/veil/ui/veil-form/README.md @@ -1,36 +1,33 @@ -# 📁 veil-form - [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 +# 📁 Veil-form (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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.html` | HTML | 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, @features, @shared | ## 🔗 Dependencies -- `@angular/common` -- `@angular/forms/signals` -- `@shared/lib` +- `@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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/veil/ui/veil-item/README.md b/frontend/src/pages/veil/ui/veil-item/README.md index 6114151a..40148c26 100644 --- a/frontend/src/pages/veil/ui/veil-item/README.md +++ b/frontend/src/pages/veil/ui/veil-item/README.md @@ -1,36 +1,33 @@ -# 📁 veil-item - [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 +# 📁 Veil-item (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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.html` | HTML | 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 | ## 🔗 Dependencies -- `@angular/common` -- `@angular/core` -- `@features/veil` +- `@angular/common`, `@angular/core`, `@features/veil` ## 🛠️ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/veil/ui/veil-modal/README.md b/frontend/src/pages/veil/ui/veil-modal/README.md index 088241a2..f5a953fd 100644 --- a/frontend/src/pages/veil/ui/veil-modal/README.md +++ b/frontend/src/pages/veil/ui/veil-modal/README.md @@ -1,36 +1,33 @@ -# 📁 veil-modal - [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 +# 📁 Veil-modal (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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_html["📄 veil-modal.component.html"] + veil_modal --> veil_modal_component_ts["📄 veil-modal.component.ts"] ``` ## 📄 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.html` | HTML | 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 | ## 🔗 Dependencies -- `@angular/common` -- `@angular/forms` -- `@features/veil` +- `@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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/pages/veils-catalog/README.md b/frontend/src/pages/veils-catalog/README.md index 9f84378f..128e28f9 100644 --- a/frontend/src/pages/veils-catalog/README.md +++ b/frontend/src/pages/veils-catalog/README.md @@ -1,44 +1,37 @@ -# 📁 veils-catalog - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veils-catalog](/frontend/src/pages/veils-catalog) -**FSD Layer:** Page +# 📁 Veils-catalog (Pages Layer) ## 🎯 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. +This directory operates within the **Pages Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> index_ts["📄 index.ts"] + veils_catalog --> veils_catalog_component_html["📄 veils-catalog.component.html"] + veils_catalog --> veils_catalog_component_scss["📄 veils-catalog.component.scss"] + veils_catalog --> veils_catalog_component_ts["📄 veils-catalog.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `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.html` | HTML | Structural template and layout for veils-catalog.component.html. | N/A | +| `veils-catalog.component.scss` | CSS/SCSS | 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 | ## 🔗 Dependencies -- `@angular/common` -- `@angular/core` -- `@entities/admin-settings` -- `@entities/veil` -- `@environments/environment` -- `@shared/lib` -- `@shared/ui` +- `./veils-catalog.component`, `@angular/common`, `@angular/core`, `@entities/admin-settings`, `@entities/veil`, `@environments/environment`, `@shared/lib`, `@shared/ui` ## 🛠️ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/shared/README.md b/frontend/src/shared/README.md index f974556a..58e750ba 100644 --- a/frontend/src/shared/README.md +++ b/frontend/src/shared/README.md @@ -1,26 +1,27 @@ -# 📁 shared - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) -**FSD Layer:** Shared +# 📁 Shared (Shared Layer) ## 🎯 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. +This directory operates within the **Shared Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> lib["📁 lib"] + shared --> models["📁 models"] + shared --> pipes["📁 pipes"] + shared --> services["📁 services"] + shared --> store["📁 store"] + shared --> ui["📁 ui"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -28,8 +29,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/shared/lib/README.md b/frontend/src/shared/lib/README.md index 6bc0bd8b..f57a027f 100644 --- a/frontend/src/shared/lib/README.md +++ b/frontend/src/shared/lib/README.md @@ -1,20 +1,19 @@ -# 📁 lib - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [lib](/frontend/src/shared/lib) -**FSD Layer:** Shared +# 📁 Lib (Shared Layer) ## 🎯 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. +This directory operates within the **Shared Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> array_ts["📄 array.ts"] + lib --> index_ts["📄 index.ts"] + lib --> link_ts["📄 link.ts"] + lib --> object_ts["📄 object.ts"] ``` ## 📄 File Registry @@ -26,13 +25,13 @@ graph TD | `object.ts` | TypeScript | Provides core logic and orchestration for object.ts. | N/A | ## 🔗 Dependencies -- `@environments/environment` +- `./array`, `./link`, `./object`, `@environments/environment` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './lib'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/shared/models/README.md b/frontend/src/shared/models/README.md index 564b3e89..ecf4a1e5 100644 --- a/frontend/src/shared/models/README.md +++ b/frontend/src/shared/models/README.md @@ -1,22 +1,21 @@ -# 📁 models - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [models](/frontend/src/shared/models) -**FSD Layer:** Shared +# 📁 Models (Shared Layer) ## 🎯 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. +This directory operates within the **Shared Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> admin_settings_model_ts["📄 admin-settings.model.ts"] + models --> api_response_model_ts["📄 api-response.model.ts"] + models --> gallery_model_ts["📄 gallery.model.ts"] + models --> index_ts["📄 index.ts"] + models --> service_model_ts["📄 service.model.ts"] + models --> user_model_ts["📄 user.model.ts"] ``` ## 📄 File Registry @@ -30,13 +29,13 @@ graph TD | `user.model.ts` | TypeScript | Provides core logic and orchestration for user.model.ts. | N/A | ## 🔗 Dependencies -- No external dependencies. +- `./admin-settings.model`, `./api-response.model`, `./gallery.model`, `./service.model`, `./user.model` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './models'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/shared/pipes/README.md b/frontend/src/shared/pipes/README.md index b2137988..c6154b1f 100644 --- a/frontend/src/shared/pipes/README.md +++ b/frontend/src/shared/pipes/README.md @@ -1,18 +1,17 @@ -# 📁 pipes - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [pipes](/frontend/src/shared/pipes) -**FSD Layer:** Shared +# 📁 Pipes (Shared Layer) ## 🎯 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. +This directory operates within the **Shared Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 @@ -22,14 +21,13 @@ graph TD | `safe-html.pipe.ts` | TypeScript | Provides core logic and orchestration for safe-html.pipe.ts. | @angular | ## 🔗 Dependencies -- `@angular/core` -- `@angular/platform-browser` +- `./safe-html.pipe`, `@angular/core`, `@angular/platform-browser` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './pipes'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/shared/services/README.md b/frontend/src/shared/services/README.md index 485da328..7db0ec79 100644 --- a/frontend/src/shared/services/README.md +++ b/frontend/src/shared/services/README.md @@ -1,21 +1,20 @@ -# 📁 services - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [services](/frontend/src/shared/services) -**FSD Layer:** Shared +# 📁 Services (Shared Layer) ## 🎯 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. +This directory operates within the **Shared Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> error_service_ts["📄 error.service.ts"] + services --> image_service_ts["📄 image.service.ts"] + services --> index_ts["📄 index.ts"] + services --> telegram_service_ts["📄 telegram.service.ts"] ``` ## 📄 File Registry @@ -28,20 +27,13 @@ graph TD | `telegram.service.ts` | TypeScript | Encapsulates business logic and data access for telegram.service.ts. | @angular, @src | ## 🔗 Dependencies -- `./telegram.service` -- `@angular/common/http` -- `@angular/core` -- `@angular/router` -- `@core/constants` -- `@shared/models` -- `@src/types/telegram` -- `rxjs` +- `./auth.service`, `./error.service`, `./image.service`, `./telegram.service`, `@angular/common/http`, `@angular/core`, `@angular/router`, `@core/constants`, `@shared/models`, `@src/types/telegram`, `rxjs` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './services'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/shared/store/README.md b/frontend/src/shared/store/README.md index 05106078..df26e071 100644 --- a/frontend/src/shared/store/README.md +++ b/frontend/src/shared/store/README.md @@ -1,18 +1,17 @@ -# 📁 store - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [store](/frontend/src/shared/store) -**FSD Layer:** Shared +# 📁 Store (Shared Layer) ## 🎯 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. +This directory operates within the **Shared Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ Architecture ```mermaid graph TD - Root["📁 store"] - Root --> index_ts["📄 index.ts"] - Root --> signal_store_base_ts["📄 signal-store.base.ts"] + store["📁 store"] + store --> index_ts["📄 index.ts"] + store --> signal_store_base_ts["📄 signal-store.base.ts"] ``` ## 📄 File Registry @@ -22,13 +21,13 @@ graph TD | `signal-store.base.ts` | TypeScript | Provides core logic and orchestration for signal-store.base.ts. | @angular | ## 🔗 Dependencies -- `@angular/core` +- `./signal-store.base`, `@angular/core` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './store'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/shared/ui/README.md b/frontend/src/shared/ui/README.md index c9b9dab1..0e519348 100644 --- a/frontend/src/shared/ui/README.md +++ b/frontend/src/shared/ui/README.md @@ -1,21 +1,20 @@ -# 📁 ui - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [ui](/frontend/src/shared/ui) -**FSD Layer:** Shared +# 📁 Ui (Shared Layer) ## 🎯 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. +This directory operates within the **Shared Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> card_view["📁 card-view"] + ui --> global_error["📁 global-error"] + ui --> image_popup["📁 image-popup"] + ui --> list_view["📁 list-view"] + ui --> index_ts["📄 index.ts"] ``` ## 📄 File Registry @@ -24,13 +23,13 @@ graph TD | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- No external dependencies. +- `./card-view`, `./global-error/global-error.component`, `./image-popup/image-popup.component`, `./list-view/list-view.component` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './ui'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/shared/ui/card-view/README.md b/frontend/src/shared/ui/card-view/README.md index 96582616..979bec6f 100644 --- a/frontend/src/shared/ui/card-view/README.md +++ b/frontend/src/shared/ui/card-view/README.md @@ -1,40 +1,37 @@ -# 📁 card-view - [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 +# 📁 Card-view (Shared Layer) ## 🎯 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. +This directory operates within the **Shared Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 --> card_view_component_scss["📄 card-view.component.scss"] + card_view --> card_view_component_ts["📄 card-view.component.ts"] + card_view --> index_ts["📄 index.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.html` | HTML | Structural template and layout for card-view.component.html. | N/A | +| `card-view.component.scss` | CSS/SCSS | 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 | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- `@angular/common` -- `@environments/environment` -- `@shared/lib` +- `./card-view.component`, `@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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/shared/ui/global-error/README.md b/frontend/src/shared/ui/global-error/README.md index 7c7d72f3..a8e224e9 100644 --- a/frontend/src/shared/ui/global-error/README.md +++ b/frontend/src/shared/ui/global-error/README.md @@ -1,17 +1,16 @@ -# 📁 global-error - [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 +# 📁 Global-error (Shared Layer) ## 🎯 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. +This directory operates within the **Shared Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 @@ -20,16 +19,13 @@ graph TD | `global-error.component.ts` | TypeScript | UI component logic and state management for global-error.component.ts. | @angular, @shared | ## 🔗 Dependencies -- `@angular/animations` -- `@angular/common` -- `@angular/core` -- `@shared/services` +- `@angular/animations`, `@angular/common`, `@angular/core`, `@shared/services` ## 🛠️ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/shared/ui/image-popup/README.md b/frontend/src/shared/ui/image-popup/README.md index 37a267d9..d7593ff6 100644 --- a/frontend/src/shared/ui/image-popup/README.md +++ b/frontend/src/shared/ui/image-popup/README.md @@ -1,35 +1,33 @@ -# 📁 image-popup - [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 +# 📁 Image-popup (Shared Layer) ## 🎯 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. +This directory operates within the **Shared Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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_html["📄 image-popup.component.html"] + image_popup --> image_popup_component_ts["📄 image-popup.component.ts"] ``` ## 📄 File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `image-popup.component.html` | Template | Structural template and layout for image-popup.component.html. | N/A | +| `image-popup.component.html` | HTML | Structural template and layout for image-popup.component.html. | N/A | | `image-popup.component.ts` | TypeScript | UI component logic and state management for image-popup.component.ts. | @angular | ## 🔗 Dependencies -- `@angular/common` -- `@angular/core` +- `@angular/common`, `@angular/core` ## 🛠️ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/shared/ui/list-view/README.md b/frontend/src/shared/ui/list-view/README.md index fc1f4b1f..aa4c40b0 100644 --- a/frontend/src/shared/ui/list-view/README.md +++ b/frontend/src/shared/ui/list-view/README.md @@ -1,38 +1,35 @@ -# 📁 list-view - [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 +# 📁 List-view (Shared Layer) ## 🎯 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. +This directory operates within the **Shared Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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_html["📄 list-view.component.html"] + list_view --> list_view_component_scss["📄 list-view.component.scss"] + 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.html` | HTML | Structural template and layout for list-view.component.html. | N/A | +| `list-view.component.scss` | CSS/SCSS | 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 | ## 🔗 Dependencies -- `@angular/common` -- `@angular/core` -- `@shared/lib` +- `@angular/common`, `@angular/core`, `@shared/lib` ## 🛠️ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/types/README.md b/frontend/src/types/README.md index 80785dfe..35e74fcc 100644 --- a/frontend/src/types/README.md +++ b/frontend/src/types/README.md @@ -1,15 +1,15 @@ -# 📁 types - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [types](/frontend/src/types) +# 📁 Types + ## 🎯 Purpose Delivering luxury-tier architectural components and high-performance logic for the **types** 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["📁 types"] - Root --> telegram_ts["📄 telegram.ts"] + types["📁 types"] + types --> telegram_ts["📄 telegram.ts"] ``` ## 📄 File Registry @@ -23,8 +23,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/widgets/README.md b/frontend/src/widgets/README.md index 21c51ce9..f5b955a9 100644 --- a/frontend/src/widgets/README.md +++ b/frontend/src/widgets/README.md @@ -1,23 +1,24 @@ -# 📁 widgets - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [widgets](/frontend/src/widgets) -**FSD Layer:** Widget +# 📁 Widgets (Widget Layer) ## 🎯 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. +This directory operates within the **Widget Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ Architecture ```mermaid graph TD - Root["📁 widgets"] - Root --> header["📁 header"] - Root --> layouts["📁 layouts"] - Root --> sidebar["📁 sidebar"] + widgets["📁 widgets"] + widgets --> header["📁 header"] + widgets --> layouts["📁 layouts"] + widgets --> sidebar["📁 sidebar"] ``` ## 📄 File Registry -*No relevant files in this directory.* +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| (No files) | N/A | Subdirectory container | N/A | ## 🔗 Dependencies - No external dependencies. @@ -25,8 +26,8 @@ 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(); -``` +``` \ No newline at end of file diff --git a/frontend/src/widgets/header/README.md b/frontend/src/widgets/header/README.md index eaff395b..14078a4b 100644 --- a/frontend/src/widgets/header/README.md +++ b/frontend/src/widgets/header/README.md @@ -1,41 +1,37 @@ -# 📁 header - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [widgets](/frontend/src/widgets) > [header](/frontend/src/widgets/header) -**FSD Layer:** Widget +# 📁 Header (Widget Layer) ## 🎯 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. +This directory operates within the **Widget Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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_html["📄 header.component.html"] + header --> header_component_scss["📄 header.component.scss"] + header --> header_component_ts["📄 header.component.ts"] + header --> index_ts["📄 index.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.html` | HTML | Structural template and layout for header.component.html. | N/A | +| `header.component.scss` | CSS/SCSS | 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 | | `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | ## 🔗 Dependencies -- `@angular/common` -- `@angular/core` -- `@angular/router` -- `@features/language-selection` +- `./header.component`, `@angular/common`, `@angular/core`, `@angular/router`, `@features/language-selection` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './header'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/widgets/layouts/README.md b/frontend/src/widgets/layouts/README.md index fe1b67bc..3603c367 100644 --- a/frontend/src/widgets/layouts/README.md +++ b/frontend/src/widgets/layouts/README.md @@ -1,48 +1,43 @@ -# 📁 layouts - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [widgets](/frontend/src/widgets) > [layouts](/frontend/src/widgets/layouts) -**FSD Layer:** Widget +# 📁 Layouts (Widget Layer) ## 🎯 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. +This directory operates within the **Widget Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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_html["📄 admin-layout.component.html"] + layouts --> admin_layout_component_scss["📄 admin-layout.component.scss"] + layouts --> admin_layout_component_ts["📄 admin-layout.component.ts"] + layouts --> index_ts["📄 index.ts"] + layouts --> user_layout_component_html["📄 user-layout.component.html"] + layouts --> user_layout_component_scss["📄 user-layout.component.scss"] + layouts --> user_layout_component_ts["📄 user-layout.component.ts"] ``` ## 📄 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.html` | HTML | Structural template and layout for admin-layout.component.html. | N/A | +| `admin-layout.component.scss` | CSS/SCSS | 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.html` | HTML | Structural template and layout for user-layout.component.html. | N/A | +| `user-layout.component.scss` | CSS/SCSS | 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 -- `@angular/common` -- `@angular/core` -- `@angular/router` -- `@widgets/header` -- `@widgets/sidebar` +- `./admin-layout.component`, `./user-layout.component`, `@angular/common`, `@angular/core`, `@angular/router`, `@widgets/header`, `@widgets/sidebar` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './layouts'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file diff --git a/frontend/src/widgets/sidebar/README.md b/frontend/src/widgets/sidebar/README.md index b54cf7a5..c0fd7f8a 100644 --- a/frontend/src/widgets/sidebar/README.md +++ b/frontend/src/widgets/sidebar/README.md @@ -1,40 +1,35 @@ -# 📁 sidebar - [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [widgets](/frontend/src/widgets) > [sidebar](/frontend/src/widgets/sidebar) -**FSD Layer:** Widget +# 📁 Sidebar (Widget Layer) ## 🎯 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. +This directory operates within the **Widget Layer** of the Feature Sliced Design (FSD) architecture. ## 🏗️ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `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.html` | HTML | 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 | ## 🔗 Dependencies -- `@angular/common` -- `@angular/core` -- `@angular/router` -- `@shared/pipes` -- `rxjs` +- `./sidebar.component`, `@angular/common`, `@angular/core`, `@angular/router`, `@shared/pipes`, `rxjs` ## 🛠️ Usage ```typescript // Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './sidebar'; +import { relevantMember } from './core'; // Integrate into the application architecture relevantMember.execute(); -``` +``` \ No newline at end of file