From 2ebcc0f3a47c9fd36f08ac317078c97730700d94 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 02:12:05 +0000 Subject: [PATCH] docs: generate localized architectural READMEs - Implemented node script to traverse directory structure. - Generated rich `README.md` in every directory based on Mavluda Beauty standard. - Included Mermaid diagrams for architecture, markdown tables for files mapping type/responsibility/aliases, and explicit FSD layer notations. - Cleaned up root configuration to ensure correct rendering. Co-authored-by: beginwebdev2002 <102213457+beginwebdev2002@users.noreply.github.com> --- .agent/README.md | 20 +++---- .agent/rules/README.md | 28 +++++++--- .agent/workflows/README.md | 18 ++++--- .gemini/README.md | 19 ++++--- .gemini/commands/README.md | 18 ++++--- .gemini/commands/test/README.md | 18 ++++--- .github/README.md | 22 ++++---- .github/instructions/README.md | 26 ++++++--- .github/prompts/README.md | 18 ++++--- .github/workflows/README.md | 22 +++++--- .jules/README.md | 24 ++++++--- README.md | 25 +++++---- backend/README.md | 41 ++++++++------ backend/src/README.md | 44 +++++++-------- backend/src/common/README.md | 28 +++++----- backend/src/common/config/README.md | 37 +++++++------ backend/src/common/database/README.md | 20 +++---- backend/src/common/decorators/README.md | 24 ++++----- backend/src/common/guards/README.md | 26 +++++---- backend/src/common/interfaces/README.md | 20 +++---- backend/src/common/utils/README.md | 30 +++++------ backend/src/modules/README.md | 37 ++++++------- backend/src/modules/admin-settings/README.md | 39 ++++++-------- .../admin-settings/application/README.md | 25 +++++---- .../modules/admin-settings/domain/README.md | 22 ++++---- .../domain/interfaces/README.md | 21 ++++---- .../admin-settings/infrastructure/README.md | 21 ++++---- .../infrastructure/repositories/README.md | 25 +++++---- .../infrastructure/schemas/README.md | 23 ++++---- .../admin-settings/presentation/README.md | 26 ++++----- .../admin-settings/presentation/dto/README.md | 31 ++++++----- backend/src/modules/auth/README.md | 49 ++++++++--------- backend/src/modules/auth/dto/README.md | 25 +++++---- .../src/modules/auth/infrastructure/README.md | 26 ++++----- backend/src/modules/auth/interfaces/README.md | 25 +++++---- backend/src/modules/booking/README.md | 39 ++++++-------- .../src/modules/booking/application/README.md | 27 +++++----- backend/src/modules/booking/domain/README.md | 21 ++++---- .../modules/booking/infrastructure/README.md | 21 ++++---- .../infrastructure/repositories/README.md | 25 +++++---- .../booking/infrastructure/schemas/README.md | 23 ++++---- .../modules/booking/presentation/README.md | 25 ++++----- .../booking/presentation/dto/README.md | 26 +++++---- backend/src/modules/gallery/README.md | 39 ++++++-------- .../src/modules/gallery/application/README.md | 25 +++++---- backend/src/modules/gallery/domain/README.md | 21 ++++---- .../modules/gallery/infrastructure/README.md | 21 ++++---- .../infrastructure/repositories/README.md | 25 +++++---- .../gallery/infrastructure/schemas/README.md | 23 ++++---- .../modules/gallery/presentation/README.md | 28 +++++----- .../gallery/presentation/dto/README.md | 30 +++++------ backend/src/modules/inventory/README.md | 39 ++++++-------- .../modules/inventory/application/README.md | 27 +++++----- .../src/modules/inventory/domain/README.md | 21 ++++---- .../inventory/infrastructure/README.md | 21 ++++---- .../infrastructure/repositories/README.md | 25 +++++---- .../infrastructure/schemas/README.md | 23 ++++---- .../modules/inventory/presentation/README.md | 25 ++++----- .../inventory/presentation/dto/README.md | 26 +++++---- backend/src/modules/partnership/README.md | 39 ++++++-------- .../modules/partnership/application/README.md | 27 +++++----- .../src/modules/partnership/domain/README.md | 21 ++++---- .../partnership/infrastructure/README.md | 21 ++++---- .../infrastructure/repositories/README.md | 25 +++++---- .../infrastructure/schemas/README.md | 23 ++++---- .../partnership/presentation/README.md | 25 ++++----- .../partnership/presentation/dto/README.md | 26 +++++---- backend/src/modules/payment/README.md | 37 ++++++------- .../src/modules/payment/strategies/README.md | 30 +++++------ backend/src/modules/treatments/README.md | 39 ++++++-------- .../modules/treatments/application/README.md | 25 +++++---- .../src/modules/treatments/domain/README.md | 21 ++++---- .../treatments/infrastructure/README.md | 21 ++++---- .../infrastructure/repositories/README.md | 25 +++++---- .../infrastructure/schemas/README.md | 23 ++++---- .../modules/treatments/presentation/README.md | 24 +++++---- .../treatments/presentation/dto/README.md | 30 +++++------ backend/src/modules/user/README.md | 39 ++++++-------- .../src/modules/user/application/README.md | 27 +++++----- backend/src/modules/user/domain/README.md | 21 ++++---- .../src/modules/user/infrastructure/README.md | 21 ++++---- .../infrastructure/repositories/README.md | 25 +++++---- .../user/infrastructure/schemas/README.md | 23 ++++---- .../src/modules/user/presentation/README.md | 27 +++++----- .../modules/user/presentation/dto/README.md | 30 +++++------ backend/src/modules/veil/README.md | 39 ++++++-------- .../src/modules/veil/application/README.md | 25 +++++---- backend/src/modules/veil/domain/README.md | 21 ++++---- .../src/modules/veil/infrastructure/README.md | 21 ++++---- .../infrastructure/repositories/README.md | 27 +++++----- .../veil/infrastructure/schemas/README.md | 23 ++++---- .../src/modules/veil/presentation/README.md | 28 +++++----- .../modules/veil/presentation/dto/README.md | 30 +++++------ backend/test/README.md | 27 +++++----- frontend/README.md | 44 ++++++++------- frontend/public/README.md | 30 ++++++----- frontend/public/images/README.md | 34 ++++++------ frontend/src/README.md | 53 +++++++++++-------- frontend/src/app/README.md | 23 ++++---- frontend/src/backend/README.md | 27 +++++----- frontend/src/core/README.md | 22 ++++---- frontend/src/core/constants/README.md | 25 +++++---- frontend/src/core/guards/README.md | 30 +++++------ frontend/src/core/interceptors/README.md | 34 ++++++------ frontend/src/entities/README.md | 29 +++++----- .../src/entities/admin-settings/README.md | 32 +++++------ frontend/src/entities/gallery/README.md | 33 ++++++------ .../src/entities/gallery/constants/README.md | 23 ++++---- frontend/src/entities/treatments/README.md | 33 ++++++------ .../entities/treatments/constants/README.md | 23 ++++---- frontend/src/entities/user/README.md | 37 +++++++------ .../src/entities/user/constants/README.md | 23 ++++---- frontend/src/entities/user/model/README.md | 23 ++++---- frontend/src/entities/veil/README.md | 31 ++++++----- .../src/entities/veil/constants/README.md | 23 ++++---- frontend/src/environments/README.md | 24 ++++----- frontend/src/features/README.md | 29 +++++----- frontend/src/features/client-form/README.md | 32 +++++------ frontend/src/features/gallery/README.md | 24 ++++----- frontend/src/features/gallery/model/README.md | 23 ++++---- .../src/features/language-selection/README.md | 36 ++++++------- frontend/src/features/treatments/README.md | 24 ++++----- .../src/features/treatments/model/README.md | 23 ++++---- frontend/src/features/veil/README.md | 24 ++++----- frontend/src/features/veil/model/README.md | 23 ++++---- frontend/src/locale/README.md | 22 +++++--- frontend/src/pages/README.md | 47 ++++++++-------- frontend/src/pages/about/README.md | 38 ++++++------- frontend/src/pages/auth/README.md | 36 ++++++------- frontend/src/pages/clients/README.md | 32 +++++------ frontend/src/pages/dashboard/README.md | 43 ++++++++------- frontend/src/pages/gallery/README.md | 36 +++++++------ frontend/src/pages/gallery/ui/README.md | 21 ++++---- .../pages/gallery/ui/gallery-form/README.md | 27 +++++----- frontend/src/pages/inventory/README.md | 36 ++++++------- frontend/src/pages/portfolio/README.md | 40 +++++++------- frontend/src/pages/settings/README.md | 43 ++++++++------- frontend/src/pages/settings/ui/README.md | 41 +++++++------- .../src/pages/treatments-catalog/README.md | 40 +++++++------- frontend/src/pages/treatments/README.md | 36 +++++++------ .../src/pages/treatments/components/README.md | 21 ++++---- .../components/treatment-form/README.md | 27 +++++----- frontend/src/pages/user-home/README.md | 36 ++++++------- frontend/src/pages/user-profile/README.md | 36 ++++++------- frontend/src/pages/veil/README.md | 38 +++++++------ frontend/src/pages/veil/ui/README.md | 25 +++++---- .../src/pages/veil/ui/veil-form/README.md | 28 +++++----- .../src/pages/veil/ui/veil-item/README.md | 27 +++++----- .../src/pages/veil/ui/veil-modal/README.md | 27 +++++----- frontend/src/pages/veils-catalog/README.md | 42 ++++++++------- frontend/src/shared/README.md | 31 ++++++----- frontend/src/shared/lib/README.md | 38 +++++++------ frontend/src/shared/models/README.md | 47 ++++++++-------- frontend/src/shared/pipes/README.md | 28 +++++----- frontend/src/shared/services/README.md | 47 ++++++++-------- frontend/src/shared/store/README.md | 28 +++++----- frontend/src/shared/ui/README.md | 33 ++++++------ frontend/src/shared/ui/card-view/README.md | 36 ++++++------- frontend/src/shared/ui/global-error/README.md | 23 ++++---- frontend/src/shared/ui/image-popup/README.md | 27 +++++----- frontend/src/shared/ui/list-view/README.md | 31 +++++------ frontend/src/types/README.md | 20 ++++--- frontend/src/widgets/README.md | 25 +++++---- frontend/src/widgets/header/README.md | 36 ++++++------- frontend/src/widgets/layouts/README.md | 49 +++++++++-------- frontend/src/widgets/sidebar/README.md | 36 +++++++------ 166 files changed, 2399 insertions(+), 2360 deletions(-) diff --git a/.agent/README.md b/.agent/README.md index cbc30d92..dd7e11a5 100644 --- a/.agent/README.md +++ b/.agent/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ .agent +# ๐Ÿ“ Mavluda Beauty .agent -[Root](/.) > [.agent](/.agent) +[.agent](/.agent) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **.agent** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -8,21 +8,23 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ .agent"] - Root --> rules["๐Ÿ“ rules"] - Root --> workflows["๐Ÿ“ workflows"] + _agent["๐Ÿ“ .agent"] + _agent --> rules["๐Ÿ“ rules"] + _agent --> workflows["๐Ÿ“ workflows"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for .agent +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/.agent/rules/README.md b/.agent/rules/README.md index 6eb358c6..7da2757c 100644 --- a/.agent/rules/README.md +++ b/.agent/rules/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ rules +# ๐Ÿ“ Mavluda Beauty rules -[Root](/.) > [.agent](/.agent) > [rules](/.agent/rules) +[.agent](/.agent) / [rules](/.agent/rules) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **rules** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -8,20 +8,32 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ rules"] - Root --> Empty["(Empty / No recognized files)"] + rules["๐Ÿ“ rules"] + rules --> agents_md["๐Ÿ“„ agents.md"] + rules --> angular_signals_md["๐Ÿ“„ angular-signals.md"] + rules --> angular_md["๐Ÿ“„ angular.md"] + rules --> backend_architecture_md["๐Ÿ“„ backend-architecture.md"] + rules --> frontend_md["๐Ÿ“„ frontend.md"] + rules --> nestjs_md["๐Ÿ“„ nestjs.md"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| `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 | +| `angular.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 | +| `nestjs.md` | File | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for rules +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/.agent/workflows/README.md b/.agent/workflows/README.md index 45bc3696..63d76ded 100644 --- a/.agent/workflows/README.md +++ b/.agent/workflows/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ workflows +# ๐Ÿ“ Mavluda Beauty workflows -[Root](/.) > [.agent](/.agent) > [workflows](/.agent/workflows) +[.agent](/.agent) / [workflows](/.agent/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. @@ -8,20 +8,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ workflows"] - Root --> Empty["(Empty / No recognized files)"] + workflows["๐Ÿ“ workflows"] + workflows --> aaa_architecture_md["๐Ÿ“„ aaa-architecture.md"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| `aaa-architecture.md` | File | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```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. diff --git a/.gemini/README.md b/.gemini/README.md index 0ef6d1ac..0105e08f 100644 --- a/.gemini/README.md +++ b/.gemini/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ .gemini +# ๐Ÿ“ Mavluda Beauty .gemini -[Root](/.) > [.gemini](/.gemini) +[.gemini](/.gemini) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **.gemini** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -8,20 +8,23 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ .gemini"] - Root --> commands["๐Ÿ“ commands"] + _gemini["๐Ÿ“ .gemini"] + _gemini --> commands["๐Ÿ“ commands"] + _gemini --> gemini_md["๐Ÿ“„ gemini.md"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| `gemini.md` | File | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for .gemini +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/.gemini/commands/README.md b/.gemini/commands/README.md index c279eb63..5e410c26 100644 --- a/.gemini/commands/README.md +++ b/.gemini/commands/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ commands +# ๐Ÿ“ Mavluda Beauty commands -[Root](/.) > [.gemini](/.gemini) > [commands](/.gemini/commands) +[.gemini](/.gemini) / [commands](/.gemini/commands) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **commands** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -8,20 +8,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ commands"] - Root --> test["๐Ÿ“ test"] + commands["๐Ÿ“ commands"] + commands --> test["๐Ÿ“ test"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for commands +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/.gemini/commands/test/README.md b/.gemini/commands/test/README.md index ec91ac1d..5a9f5462 100644 --- a/.gemini/commands/test/README.md +++ b/.gemini/commands/test/README.md @@ -1,6 +1,6 @@ -# ๐Ÿงช test +# ๐Ÿ“ Mavluda Beauty test -[Root](/.) > [.gemini](/.gemini) > [commands](/.gemini/commands) > [test](/.gemini/commands/test) +[.gemini](/.gemini) / [commands](/.gemini/commands) / [test](/.gemini/commands/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. @@ -8,20 +8,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿงช test"] - Root --> Empty["(Empty / No recognized files)"] + test["๐Ÿ“ test"] + test --> gen_toml["๐Ÿ“„ gen.toml"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| `gen.toml` | File | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for test +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/.github/README.md b/.github/README.md index 98b33366..5c6c888d 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ .github +# ๐Ÿ“ Mavluda Beauty .github -[Root](/.) > [.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. @@ -8,22 +8,24 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ .github"] - Root --> instructions["๐Ÿ“ instructions"] - Root --> prompts["๐Ÿ“ prompts"] - Root --> workflows["๐Ÿ“ workflows"] + _github["๐Ÿ“ .github"] + _github --> instructions["๐Ÿ“ instructions"] + _github --> prompts["๐Ÿ“ prompts"] + _github --> workflows["๐Ÿ“ workflows"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```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. diff --git a/.github/instructions/README.md b/.github/instructions/README.md index 2fcb03d5..706bc623 100644 --- a/.github/instructions/README.md +++ b/.github/instructions/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ instructions +# ๐Ÿ“ Mavluda Beauty instructions -[Root](/.) > [.github](/.github) > [instructions](/.github/instructions) +[.github](/.github) / [instructions](/.github/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. @@ -8,20 +8,30 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ instructions"] - Root --> Empty["(Empty / No recognized files)"] + instructions["๐Ÿ“ instructions"] + instructions --> agents_md["๐Ÿ“„ agents.md"] + instructions --> angular_signals_md["๐Ÿ“„ angular-signals.md"] + instructions --> backend_architecture_md["๐Ÿ“„ backend-architecture.md"] + instructions --> frontend_md["๐Ÿ“„ frontend.md"] + instructions --> typescript_md["๐Ÿ“„ typescript.md"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| `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 | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```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. diff --git a/.github/prompts/README.md b/.github/prompts/README.md index 4a989a7a..13ff0bd3 100644 --- a/.github/prompts/README.md +++ b/.github/prompts/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ prompts +# ๐Ÿ“ Mavluda Beauty prompts -[Root](/.) > [.github](/.github) > [prompts](/.github/prompts) +[.github](/.github) / [prompts](/.github/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. @@ -8,20 +8,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ prompts"] - Root --> Empty["(Empty / No recognized files)"] + prompts["๐Ÿ“ prompts"] + prompts --> mavluda_beauty_md["๐Ÿ“„ mavluda-beauty.md"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| `mavluda-beauty.md` | File | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```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. diff --git a/.github/workflows/README.md b/.github/workflows/README.md index dcbf43e5..970559f7 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ workflows +# ๐Ÿ“ Mavluda Beauty workflows -[Root](/.) > [.github](/.github) > [workflows](/.github/workflows) +[.github](/.github) / [workflows](/.github/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. @@ -8,20 +8,26 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ workflows"] - Root --> Empty["(Empty / No recognized files)"] + workflows["๐Ÿ“ workflows"] + workflows --> backend_deploy_yml["๐Ÿ“„ backend-deploy.yml"] + workflows --> ci_yml["๐Ÿ“„ ci.yml"] + workflows --> frontend_deployment_yml["๐Ÿ“„ frontend-deployment.yml"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| `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 | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```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. diff --git a/.jules/README.md b/.jules/README.md index 82d57fe3..5653a4ca 100644 --- a/.jules/README.md +++ b/.jules/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ .jules +# ๐Ÿ“ Mavluda Beauty .jules -[Root](/.) > [.jules](/.jules) +[.jules](/.jules) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **.jules** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -8,20 +8,28 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ .jules"] - Root --> Empty["(Empty / No recognized files)"] + _jules["๐Ÿ“ .jules"] + _jules --> agents_md["๐Ÿ“„ agents.md"] + _jules --> bolt_md["๐Ÿ“„ bolt.md"] + _jules --> palette_md["๐Ÿ“„ palette.md"] + _jules --> sentinel_md["๐Ÿ“„ sentinel.md"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| `agents.md` | File | Core logic and utilities for this domain. | N/A | +| `bolt.md` | File | Core logic and utilities for this domain. | N/A | +| `palette.md` | File | Core logic and utilities for this domain. | N/A | +| `sentinel.md` | File | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for .jules +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/README.md b/README.md index 3aecb853..46301f80 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,39 @@ # ๐Ÿ‘‘ Mavluda Beauty Root -[Root](/.) +[.](/.) ## ๐ŸŽฏ Purpose -Delivering luxury-tier architectural components and high-performance logic for the **Mavluda Beauty Root** 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 **Root** 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 Root"] - Root --> agent["๐Ÿ“ .agent"] - Root --> gemini["๐Ÿ“ .gemini"] - Root --> github["๐Ÿ“ .github"] - Root --> jules["๐Ÿ“ .jules"] + Root["๐Ÿ‘‘ Root"] + Root --> _agent["๐Ÿ“ .agent"] + Root --> _gemini["๐Ÿ“ .gemini"] + Root --> _github["๐Ÿ“ .github"] + Root --> _jules["๐Ÿ“ .jules"] Root --> backend["๐Ÿ“ backend"] Root --> frontend["๐Ÿ“ frontend"] + Root --> _env["๐Ÿ“„ .env"] + Root --> _gitignore["๐Ÿ“„ .gitignore"] + Root --> _gitignore_append["๐Ÿ“„ .gitignore_append"] + Root --> GEMINI_md["๐Ÿ“„ GEMINI.md"] + Root --> generate_readmes_js["๐Ÿ“„ generate_readmes.js"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `.env` | Configuration | Project level settings and dependencies. | N/A | -| `.gitignore` | Configuration | Project level settings and dependencies. | N/A | +| `.env` | File | Core logic and utilities for this domain. | N/A | +| `.gitignore` | File | Core logic and utilities for this domain. | N/A | | `.gitignore_append` | File | Core logic and utilities for this domain. | N/A | | `GEMINI.md` | File | Core logic and utilities for this domain. | N/A | | `generate_readmes.js` | File | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- `./${tsFile.name.replace(/\.ts$/, ` +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```markdown diff --git a/backend/README.md b/backend/README.md index 5533d66c..ea0be002 100644 --- a/backend/README.md +++ b/backend/README.md @@ -1,6 +1,6 @@ -# โš™๏ธ backend +# โš™๏ธ Mavluda Beauty backend -[Root](/.) > [backend](/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. @@ -8,29 +8,36 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["โš™๏ธ backend"] - Root --> src["๐Ÿ“ src"] - Root --> test["๐Ÿ“ test"] + 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 | |---|---|---|---| -| `eslint.config.mjs` | File | Core logic and utilities for this domain. | @eslint | -| `nest-cli.json` | File | Core logic and utilities for this domain. | N/A | -| `package-lock.json` | File | Core logic and utilities for this domain. | N/A | -| `package.json` | Manifest | Project level settings and dependencies. | N/A | -| `tsconfig.build.json` | File | Core logic and utilities for this domain. | N/A | -| `tsconfig.json` | File | Core logic and utilities for this domain. | N/A | +| `.prettierrc` | File | Core logic and utilities for this domain. | N/A | +| `eslint.config.mjs` | File | Core logic and utilities for this domain. | N/A | +| `nest-cli.json` | Configuration | Project level settings and dependencies. | N/A | +| `package-lock.json` | Configuration | Project level settings and dependencies. | N/A | +| `package.json` | Configuration | Project level settings and dependencies. | N/A | +| `tsconfig.build.json` | Configuration | Project level settings and dependencies. | N/A | +| `tsconfig.json` | Configuration | Project level settings and dependencies. | N/A | ## ๐Ÿ”— Dependencies -- `@eslint/js` -- `eslint-plugin-prettier/recommended` -- `globals` -- `typescript-eslint` +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for backend +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/README.md b/backend/src/README.md index 2f9de718..101203d1 100644 --- a/backend/src/README.md +++ b/backend/src/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ’ป src +# ๐Ÿ’ป Mavluda Beauty src -[Root](/.) > [backend](/backend) > [src](/backend/src) +[backend](/backend) / [src](/backend/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. @@ -8,30 +8,31 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ’ป src"] - Root --> common["๐Ÿ“ common"] - Root --> modules["๐Ÿ“ modules"] + 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `app.controller.spec.ts` | Test | Ensures code quality and regression prevention. | @nestjs | -| `app.controller.ts` | Controller | Request handling and routing. | @nestjs | -| `app.module.ts` | Module | Core logic and utilities for this domain. | @nestjs, @modules | -| `app.service.ts` | Service | Business logic and state management. | @nestjs | -| `main.ts` | File | Core logic and utilities for this domain. | @nestjs | +| `app.controller.spec.ts` | Test | Verifies correctness and prevents regressions. | `@nestjs/testing` | +| `app.controller.ts` | Controller | Handles HTTP requests and orchestrates responses. | `@nestjs/common` | +| `app.module.ts` | Module | Groups related capabilities and defines dependencies. | `@nestjs/common, @nestjs/serve-static, @modules/user, @modules/admin-settings, @modules/veil, @modules/treatments, @modules/gallery, @modules/auth, @modules/payment, @modules/booking, @modules/inventory, @modules/partnership` | +| `app.service.ts` | Service | Encapsulates business logic and API calls. | `@nestjs/common` | +| `main.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/common, @nestjs/core, @nestjs/config` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/testing` -- `./app.controller` -- `./app.service` - `@nestjs/common` - `@nestjs/serve-static` -- `path` -- `./common/config/app-config.module` -- `./common/database/database.module` - `@modules/user` - `@modules/admin-settings` - `@modules/veil` @@ -44,13 +45,14 @@ graph TD - `@modules/partnership` - `@nestjs/core` - `@nestjs/config` -- `./app.module` + +**External Packages:** +- `path` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './app.controller.spec'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for src +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/common/README.md b/backend/src/common/README.md index 70c83430..006b08c4 100644 --- a/backend/src/common/README.md +++ b/backend/src/common/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ’Ž common +# ๐Ÿ“ Mavluda Beauty common -[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) +[backend](/backend) / [src](/backend/src) / [common](/backend/src/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. @@ -8,25 +8,27 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ’Ž common"] - Root --> config["๐Ÿ“ config"] - Root --> database["๐Ÿ“ database"] - Root --> decorators["๐Ÿ“ decorators"] - Root --> guards["๐Ÿ“ guards"] - Root --> interfaces["๐Ÿ“ interfaces"] - Root --> utils["๐Ÿ“ utils"] + common["๐Ÿ“ common"] + common --> config["๐Ÿ“ config"] + common --> database["๐Ÿ“ database"] + common --> decorators["๐Ÿ“ decorators"] + common --> guards["๐Ÿ“ guards"] + common --> interfaces["๐Ÿ“ interfaces"] + common --> utils["๐Ÿ“ utils"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for common +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/common/config/README.md b/backend/src/common/config/README.md index 9bafb6af..b0928787 100644 --- a/backend/src/common/config/README.md +++ b/backend/src/common/config/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ”ง config +# ๐Ÿ“ Mavluda Beauty config -[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [config](/backend/src/common/config) +[backend](/backend) / [src](/backend/src) / [common](/backend/src/common) / [config](/backend/src/common/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. @@ -8,36 +8,35 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ”ง config"] - Root --> appconfigmodulets["๐Ÿ“„ app-config.module.ts"] - Root --> appconfigservicets["๐Ÿ“„ app-config.service.ts"] - Root --> configurationts["๐Ÿ“„ configuration.ts"] - Root --> envvalidationts["๐Ÿ“„ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `app-config.module.ts` | Module | Core logic and utilities for this domain. | @nestjs | -| `app-config.service.ts` | Service | Business logic and state management. | @nestjs | -| `configuration.ts` | File | Core logic and utilities for this domain. | N/A | -| `env.validation.ts` | File | Core logic and utilities for this domain. | N/A | +| `app-config.module.ts` | Module | Groups related capabilities and defines dependencies. | `@nestjs/common, @nestjs/config` | +| `app-config.service.ts` | Service | Encapsulates business logic and API calls. | `@nestjs/common, @nestjs/config` | +| `configuration.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `env.validation.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` - `@nestjs/config` -- `./app-config.service` -- `./env.validation` -- `./configuration` + +**External Packages:** - `class-transformer` - `class-validator` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './app-config.module'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for config +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/common/database/README.md b/backend/src/common/database/README.md index 94131310..e3dff821 100644 --- a/backend/src/common/database/README.md +++ b/backend/src/common/database/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ database +# ๐Ÿ“ Mavluda Beauty database -[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [database](/backend/src/common/database) +[backend](/backend) / [src](/backend/src) / [common](/backend/src/common) / [database](/backend/src/common/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. @@ -8,26 +8,26 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ database"] - Root --> databasemodulets["๐Ÿ“„ database.module.ts"] + database["๐Ÿ“ database"] + database --> database_module_ts["๐Ÿ“„ database.module.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `database.module.ts` | Module | Core logic and utilities for this domain. | @nestjs | +| `database.module.ts` | Module | Groups related capabilities and defines dependencies. | `@nestjs/common, @nestjs/config, @nestjs/mongoose` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` - `@nestjs/config` - `@nestjs/mongoose` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './database.module'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for database +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/common/decorators/README.md b/backend/src/common/decorators/README.md index cfaff4c1..9ec53a15 100644 --- a/backend/src/common/decorators/README.md +++ b/backend/src/common/decorators/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ decorators +# ๐Ÿ“ Mavluda Beauty decorators -[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [decorators](/backend/src/common/decorators) +[backend](/backend) / [src](/backend/src) / [common](/backend/src/common) / [decorators](/backend/src/common/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. @@ -8,26 +8,26 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ decorators"] - Root --> publicdecoratorts["๐Ÿ“„ public.decorator.ts"] - Root --> rolesdecoratorts["๐Ÿ“„ roles.decorator.ts"] + decorators["๐Ÿ“ decorators"] + decorators --> public_decorator_ts["๐Ÿ“„ public.decorator.ts"] + decorators --> roles_decorator_ts["๐Ÿ“„ roles.decorator.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `public.decorator.ts` | File | Core logic and utilities for this domain. | @nestjs | -| `roles.decorator.ts` | File | Core logic and utilities for this domain. | @nestjs | +| `public.decorator.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/common` | +| `roles.decorator.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/common` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './public.decorator'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for decorators +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/common/guards/README.md b/backend/src/common/guards/README.md index 9c8d7772..7a244a1a 100644 --- a/backend/src/common/guards/README.md +++ b/backend/src/common/guards/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ guards +# ๐Ÿ“ Mavluda Beauty guards -[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [guards](/backend/src/common/guards) +[backend](/backend) / [src](/backend/src) / [common](/backend/src/common) / [guards](/backend/src/common/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. @@ -8,30 +8,28 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ guards"] - Root --> jwtauthguardts["๐Ÿ“„ jwt-auth.guard.ts"] - Root --> rolesguardts["๐Ÿ“„ roles.guard.ts"] + guards["๐Ÿ“ guards"] + guards --> jwt_auth_guard_ts["๐Ÿ“„ jwt-auth.guard.ts"] + guards --> roles_guard_ts["๐Ÿ“„ roles.guard.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `jwt-auth.guard.ts` | File | Core logic and utilities for this domain. | @nestjs | -| `roles.guard.ts` | File | Core logic and utilities for this domain. | @nestjs | +| `jwt-auth.guard.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/common, @nestjs/core, @nestjs/passport` | +| `roles.guard.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/common, @nestjs/core` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` - `@nestjs/core` - `@nestjs/passport` -- `../decorators/public.decorator` -- `../decorators/roles.decorator` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './jwt-auth.guard'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for guards +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/common/interfaces/README.md b/backend/src/common/interfaces/README.md index b3ccf473..17fb2c0f 100644 --- a/backend/src/common/interfaces/README.md +++ b/backend/src/common/interfaces/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“‹ interfaces +# ๐Ÿ“ Mavluda Beauty interfaces -[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [interfaces](/backend/src/common/interfaces) +[backend](/backend) / [src](/backend/src) / [common](/backend/src/common) / [interfaces](/backend/src/common/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. @@ -8,24 +8,24 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“‹ interfaces"] - Root --> authenticatedrequestinterfacets["๐Ÿ“„ authenticated-request.interface.ts"] + interfaces["๐Ÿ“ interfaces"] + interfaces --> authenticated_request_interface_ts["๐Ÿ“„ authenticated-request.interface.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `authenticated-request.interface.ts` | File | Core logic and utilities for this domain. | N/A | +| `authenticated-request.interface.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**External Packages:** - `express` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './authenticated-request.interface'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for interfaces +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/common/utils/README.md b/backend/src/common/utils/README.md index 07f573bd..ca83f5d3 100644 --- a/backend/src/common/utils/README.md +++ b/backend/src/common/utils/README.md @@ -1,6 +1,6 @@ -# ๐Ÿงฐ utils +# ๐Ÿ› ๏ธ Mavluda Beauty utils -[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [utils](/backend/src/common/utils) +[backend](/backend) / [src](/backend/src) / [common](/backend/src/common) / [utils](/backend/src/common/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. @@ -8,32 +8,30 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿงฐ utils"] - Root --> filesystemts["๐Ÿ“„ file-system.ts"] - Root --> indexts["๐Ÿ“„ index.ts"] - Root --> objectts["๐Ÿ“„ object.ts"] + utils["๐Ÿ› ๏ธ utils"] + utils --> file_system_ts["๐Ÿ“„ file-system.ts"] + utils --> index_ts["๐Ÿ“„ index.ts"] + utils --> object_ts["๐Ÿ“„ object.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `file-system.ts` | File | Core logic and utilities for this domain. | N/A | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | -| `object.ts` | File | Core logic and utilities for this domain. | N/A | +| `file-system.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `object.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**External Packages:** - `fs` - `path` - `util` -- `./object` -- `./file-system` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './file-system'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for utils +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/README.md b/backend/src/modules/README.md index b067744a..840fdc6e 100644 --- a/backend/src/modules/README.md +++ b/backend/src/modules/README.md @@ -1,37 +1,38 @@ -# ๐Ÿ“ฆ modules +# ๐Ÿ“ Mavluda Beauty modules -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ฆ modules"] - Root --> adminsettings["๐Ÿ“ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for modules +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/admin-settings/README.md b/backend/src/modules/admin-settings/README.md index a66e4485..3dce56e1 100644 --- a/backend/src/modules/admin-settings/README.md +++ b/backend/src/modules/admin-settings/README.md @@ -1,45 +1,38 @@ -# ๐Ÿ“ admin-settings +# ๐Ÿ“ Mavluda Beauty admin-settings -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [admin-settings](/backend/src/modules/admin-settings) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [admin-settings](/backend/src/modules/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ admin-settings"] - Root --> application["๐Ÿ“ application"] - Root --> domain["๐Ÿ“ domain"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> presentation["๐Ÿ“ presentation"] + 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.module.ts` | Module | Core logic and utilities for this domain. | @nestjs | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `admin-settings.module.ts` | Module | Groups related capabilities and defines dependencies. | `@nestjs/common, @nestjs/mongoose` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` - `@nestjs/mongoose` -- `./application/admin-settings.service` -- `./infrastructure/repositories/admin-settings.repository` -- `./infrastructure/schemas/admin-settings.schema` -- `./presentation/admin-settings.controller` -- `./domain/admin-settings.entity` -- `./presentation/dto/create-admin-settings.dto` -- `./presentation/dto/update-admin-settings.dto` -- `./admin-settings.module` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './admin-settings.module'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for admin-settings +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/admin-settings/application/README.md b/backend/src/modules/admin-settings/application/README.md index add4b9bc..2472f7b1 100644 --- a/backend/src/modules/admin-settings/application/README.md +++ b/backend/src/modules/admin-settings/application/README.md @@ -1,34 +1,33 @@ -# ๐Ÿ“ application +# โš™๏ธ Mavluda Beauty 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) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [admin-settings](/backend/src/modules/admin-settings) / [application](/backend/src/modules/admin-settings/application) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `App` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ application"] - Root --> adminsettingsservicets["๐Ÿ“„ admin-settings.service.ts"] + application["โš™๏ธ application"] + application --> admin_settings_service_ts["๐Ÿ“„ admin-settings.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.service.ts` | Service | Business logic and state management. | @nestjs | +| `admin-settings.service.ts` | Service | Encapsulates business logic and API calls. | `@nestjs/common` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` -- `../domain/admin-settings.entity` -- `../infrastructure/repositories/admin-settings.repository` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './admin-settings.service'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for application +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/admin-settings/domain/README.md b/backend/src/modules/admin-settings/domain/README.md index 8a157997..1646083f 100644 --- a/backend/src/modules/admin-settings/domain/README.md +++ b/backend/src/modules/admin-settings/domain/README.md @@ -1,32 +1,30 @@ -# ๐Ÿ“ domain +# ๐Ÿง  Mavluda Beauty 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) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [admin-settings](/backend/src/modules/admin-settings) / [domain](/backend/src/modules/admin-settings/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ domain"] - Root --> interfaces["๐Ÿ“ interfaces"] + domain["๐Ÿง  domain"] + domain --> interfaces["๐Ÿ“ interfaces"] + domain --> admin_settings_entity_ts["๐Ÿ“„ admin-settings.entity.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.entity.ts` | Entity/Model | Data structure and schema definitions. | N/A | +| `admin-settings.entity.ts` | Model/Schema | Defines persistence layer structure. | N/A | ## ๐Ÿ”— Dependencies -- `./interfaces/admin-settings.interface` +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './admin-settings.entity'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for domain +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/admin-settings/domain/interfaces/README.md b/backend/src/modules/admin-settings/domain/interfaces/README.md index df2dcbc9..9ec93da0 100644 --- a/backend/src/modules/admin-settings/domain/interfaces/README.md +++ b/backend/src/modules/admin-settings/domain/interfaces/README.md @@ -1,32 +1,29 @@ -# ๐Ÿ“‹ interfaces +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“‹ interfaces"] - Root --> adminsettingsinterfacets["๐Ÿ“„ admin-settings.interface.ts"] + interfaces["๐Ÿ“ interfaces"] + interfaces --> admin_settings_interface_ts["๐Ÿ“„ admin-settings.interface.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.interface.ts` | File | Core logic and utilities for this domain. | N/A | +| `admin-settings.interface.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './admin-settings.interface'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for interfaces +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/admin-settings/infrastructure/README.md b/backend/src/modules/admin-settings/infrastructure/README.md index ddc22e24..1c5d3386 100644 --- a/backend/src/modules/admin-settings/infrastructure/README.md +++ b/backend/src/modules/admin-settings/infrastructure/README.md @@ -1,29 +1,30 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ—๏ธ Mavluda Beauty 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) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [admin-settings](/backend/src/modules/admin-settings) / [infrastructure](/backend/src/modules/admin-settings/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> repositories["๐Ÿ“ repositories"] - Root --> schemas["๐Ÿ“ schemas"] + infrastructure["๐Ÿ—๏ธ infrastructure"] + infrastructure --> repositories["๐Ÿ“ repositories"] + infrastructure --> schemas["๐Ÿ“ schemas"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for infrastructure +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/admin-settings/infrastructure/repositories/README.md b/backend/src/modules/admin-settings/infrastructure/repositories/README.md index 369d3175..4bd17419 100644 --- a/backend/src/modules/admin-settings/infrastructure/repositories/README.md +++ b/backend/src/modules/admin-settings/infrastructure/repositories/README.md @@ -1,36 +1,35 @@ -# ๐Ÿ“ repositories +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ repositories"] - Root --> adminsettingsrepositoryts["๐Ÿ“„ admin-settings.repository.ts"] + repositories["๐Ÿ“ repositories"] + repositories --> admin_settings_repository_ts["๐Ÿ“„ admin-settings.repository.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.repository.ts` | File | Core logic and utilities for this domain. | @nestjs | +| `admin-settings.repository.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/common, @nestjs/mongoose` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` - `@nestjs/mongoose` + +**External Packages:** - `mongoose` -- `../../domain/admin-settings.entity` -- `../schemas/admin-settings.schema` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './admin-settings.repository'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for repositories +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/admin-settings/infrastructure/schemas/README.md b/backend/src/modules/admin-settings/infrastructure/schemas/README.md index 627fc50a..b8b67ba2 100644 --- a/backend/src/modules/admin-settings/infrastructure/schemas/README.md +++ b/backend/src/modules/admin-settings/infrastructure/schemas/README.md @@ -1,33 +1,34 @@ -# ๐Ÿ“ schemas +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ schemas"] - Root --> adminsettingsschemats["๐Ÿ“„ admin-settings.schema.ts"] + schemas["๐Ÿ“ schemas"] + schemas --> admin_settings_schema_ts["๐Ÿ“„ admin-settings.schema.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.schema.ts` | Entity/Model | Data structure and schema definitions. | @nestjs | +| `admin-settings.schema.ts` | Model/Schema | Defines persistence layer structure. | `@nestjs/mongoose` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/mongoose` + +**External Packages:** - `mongoose` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './admin-settings.schema'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for schemas +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/admin-settings/presentation/README.md b/backend/src/modules/admin-settings/presentation/README.md index 033f2daa..9cefb8f6 100644 --- a/backend/src/modules/admin-settings/presentation/README.md +++ b/backend/src/modules/admin-settings/presentation/README.md @@ -1,36 +1,32 @@ -# ๐Ÿ“ presentation +# ๐ŸŽญ Mavluda Beauty 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) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [admin-settings](/backend/src/modules/admin-settings) / [presentation](/backend/src/modules/admin-settings/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ presentation"] - Root --> dto["๐Ÿ“ dto"] + 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` | Controller | Request handling and routing. | @nestjs | +| `admin-settings.controller.ts` | Controller | Handles HTTP requests and orchestrates responses. | `@nestjs/common` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` -- `../application/admin-settings.service` -- `../domain/admin-settings.entity` -- `./dto/update-admin-settings.dto` -- `./dto/create-admin-settings.dto` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './admin-settings.controller'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for presentation +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/admin-settings/presentation/dto/README.md b/backend/src/modules/admin-settings/presentation/dto/README.md index c785324b..c7c25ae4 100644 --- a/backend/src/modules/admin-settings/presentation/dto/README.md +++ b/backend/src/modules/admin-settings/presentation/dto/README.md @@ -1,38 +1,37 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ฆ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> createadminsettingsdtots["๐Ÿ“„ create-admin-settings.dto.ts"] - Root --> updateadminsettingsdtots["๐Ÿ“„ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `create-admin-settings.dto.ts` | DTO | Data Transfer Object for validation. | N/A | -| `update-admin-settings.dto.ts` | DTO | Data Transfer Object for validation. | @nestjs | +| `create-admin-settings.dto.ts` | DTO | Defines expected data shapes for validation. | N/A | +| `update-admin-settings.dto.ts` | DTO | Defines expected data shapes for validation. | `@nestjs/mapped-types` | ## ๐Ÿ”— Dependencies +**Path Aliases:** +- `@nestjs/mapped-types` + +**External Packages:** - `class-transformer` - `class-validator` -- `../../domain/interfaces/admin-settings.interface` -- `@nestjs/mapped-types` -- `./create-admin-settings.dto` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './create-admin-settings.dto'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for dto +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/auth/README.md b/backend/src/modules/auth/README.md index 22b7adf0..50db0d9e 100644 --- a/backend/src/modules/auth/README.md +++ b/backend/src/modules/auth/README.md @@ -1,55 +1,52 @@ -# ๐Ÿ“ auth +# ๐Ÿ“ Mavluda Beauty auth -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [auth](/backend/src/modules/auth) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [auth](/backend/src/modules/auth) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **auth** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ auth"] - Root --> dto["๐Ÿ“ dto"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> interfaces["๐Ÿ“ interfaces"] + 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` | Controller | Request handling and routing. | @nestjs, @common | -| `auth.module.ts` | Module | Core logic and utilities for this domain. | @nestjs, @modules, @common | -| `auth.service.ts` | Service | Business logic and state management. | @nestjs, @modules | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | -| `telegram-auth.service.ts` | Service | Business logic and state management. | @nestjs, @common, @modules | +| `auth.controller.ts` | Controller | Handles HTTP requests and orchestrates responses. | `@nestjs/common, @common/decorators/public.decorator` | +| `auth.module.ts` | Module | Groups related capabilities and defines dependencies. | `@nestjs/common, @modules/user, @nestjs/passport, @nestjs/jwt, @common/config/app-config.module, @common/config/app-config.service` | +| `auth.service.ts` | Service | Encapsulates business logic and API calls. | `@nestjs/common, @modules/user, @nestjs/jwt` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `telegram-auth.service.ts` | Service | Encapsulates business logic and API calls. | `@nestjs/common, @common/config/app-config.service, @modules/user` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` -- `./telegram-auth.service` -- `./auth.service` -- `./dto/login.dto` -- `./dto/register.dto` - `@common/decorators/public.decorator` -- `./interfaces/auth-response.interface` -- `./auth.controller` - `@modules/user` - `@nestjs/passport` - `@nestjs/jwt` - `@common/config/app-config.module` - `@common/config/app-config.service` -- `./infrastructure/jwt.strategy` + +**External Packages:** - `bcrypt` -- `./interfaces/jwt-payload.interface` -- `./auth.module` - `crypto` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './auth.controller'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for auth +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/auth/dto/README.md b/backend/src/modules/auth/dto/README.md index a28b6772..53b7735d 100644 --- a/backend/src/modules/auth/dto/README.md +++ b/backend/src/modules/auth/dto/README.md @@ -1,34 +1,33 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ฆ Mavluda Beauty dto -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [auth](/backend/src/modules/auth) > [dto](/backend/src/modules/auth/dto) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [auth](/backend/src/modules/auth) / [dto](/backend/src/modules/auth/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> logindtots["๐Ÿ“„ login.dto.ts"] - Root --> registerdtots["๐Ÿ“„ register.dto.ts"] + dto["๐Ÿ“ฆ dto"] + dto --> login_dto_ts["๐Ÿ“„ login.dto.ts"] + dto --> register_dto_ts["๐Ÿ“„ register.dto.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `login.dto.ts` | DTO | Data Transfer Object for validation. | N/A | -| `register.dto.ts` | DTO | Data Transfer Object for validation. | N/A | +| `login.dto.ts` | DTO | Defines expected data shapes for validation. | N/A | +| `register.dto.ts` | DTO | Defines expected data shapes for validation. | N/A | ## ๐Ÿ”— Dependencies +**External Packages:** - `class-validator` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './login.dto'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for dto +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/auth/infrastructure/README.md b/backend/src/modules/auth/infrastructure/README.md index 5b7851ef..3d1cbca2 100644 --- a/backend/src/modules/auth/infrastructure/README.md +++ b/backend/src/modules/auth/infrastructure/README.md @@ -1,36 +1,36 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ—๏ธ Mavluda Beauty infrastructure -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [auth](/backend/src/modules/auth) > [infrastructure](/backend/src/modules/auth/infrastructure) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [auth](/backend/src/modules/auth) / [infrastructure](/backend/src/modules/auth/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> jwtstrategyts["๐Ÿ“„ jwt.strategy.ts"] + infrastructure["๐Ÿ—๏ธ infrastructure"] + infrastructure --> jwt_strategy_ts["๐Ÿ“„ jwt.strategy.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `jwt.strategy.ts` | File | Core logic and utilities for this domain. | @nestjs, @common | +| `jwt.strategy.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/passport, @nestjs/common, @common/config/app-config.service` | ## ๐Ÿ”— Dependencies -- `passport-jwt` +**Path Aliases:** - `@nestjs/passport` - `@nestjs/common` - `@common/config/app-config.service` -- `../interfaces/jwt-payload.interface` + +**External Packages:** +- `passport-jwt` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './jwt.strategy'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for infrastructure +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/auth/interfaces/README.md b/backend/src/modules/auth/interfaces/README.md index 1f1feeb1..cf6b7913 100644 --- a/backend/src/modules/auth/interfaces/README.md +++ b/backend/src/modules/auth/interfaces/README.md @@ -1,34 +1,33 @@ -# ๐Ÿ“‹ interfaces +# ๐Ÿ“ Mavluda Beauty interfaces -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [auth](/backend/src/modules/auth) > [interfaces](/backend/src/modules/auth/interfaces) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [auth](/backend/src/modules/auth) / [interfaces](/backend/src/modules/auth/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“‹ interfaces"] - Root --> authresponseinterfacets["๐Ÿ“„ auth-response.interface.ts"] - Root --> jwtpayloadinterfacets["๐Ÿ“„ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `auth-response.interface.ts` | File | Core logic and utilities for this domain. | @modules | -| `jwt-payload.interface.ts` | File | Core logic and utilities for this domain. | N/A | +| `auth-response.interface.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@modules/user` | +| `jwt-payload.interface.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@modules/user` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './auth-response.interface'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for interfaces +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/booking/README.md b/backend/src/modules/booking/README.md index f563ed08..82259296 100644 --- a/backend/src/modules/booking/README.md +++ b/backend/src/modules/booking/README.md @@ -1,45 +1,38 @@ -# ๐Ÿ“ booking +# ๐Ÿ“ Mavluda Beauty booking -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [booking](/backend/src/modules/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ booking"] - Root --> application["๐Ÿ“ application"] - Root --> domain["๐Ÿ“ domain"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> presentation["๐Ÿ“ presentation"] + 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `booking.module.ts` | Module | Core logic and utilities for this domain. | @nestjs | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `booking.module.ts` | Module | Groups related capabilities and defines dependencies. | `@nestjs/common, @nestjs/mongoose` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` - `@nestjs/mongoose` -- `./application/booking.service` -- `./presentation/booking.controller` -- `./infrastructure/repositories/booking.repository` -- `./infrastructure/schemas/booking.schema` -- `./presentation/dto/create-booking.dto` -- `./presentation/dto/update-booking.dto` -- `./domain/booking.entity` -- `./booking.module` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './booking.module'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for booking +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/booking/application/README.md b/backend/src/modules/booking/application/README.md index fa0f1f37..d8bbddab 100644 --- a/backend/src/modules/booking/application/README.md +++ b/backend/src/modules/booking/application/README.md @@ -1,36 +1,33 @@ -# ๐Ÿ“ application +# โš™๏ธ Mavluda Beauty application -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) > [application](/backend/src/modules/booking/application) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [booking](/backend/src/modules/booking) / [application](/backend/src/modules/booking/application) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `App` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ application"] - Root --> bookingservicets["๐Ÿ“„ booking.service.ts"] + application["โš™๏ธ application"] + application --> booking_service_ts["๐Ÿ“„ booking.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `booking.service.ts` | Service | Business logic and state management. | @nestjs | +| `booking.service.ts` | Service | Encapsulates business logic and API calls. | `@nestjs/common` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` -- `../domain/booking.entity` -- `../infrastructure/repositories/booking.repository` -- `../presentation/dto/create-booking.dto` -- `../presentation/dto/update-booking.dto` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './booking.service'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for application +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/booking/domain/README.md b/backend/src/modules/booking/domain/README.md index d9cd45e8..c72aa41f 100644 --- a/backend/src/modules/booking/domain/README.md +++ b/backend/src/modules/booking/domain/README.md @@ -1,32 +1,29 @@ -# ๐Ÿ“ domain +# ๐Ÿง  Mavluda Beauty domain -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) > [domain](/backend/src/modules/booking/domain) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [booking](/backend/src/modules/booking) / [domain](/backend/src/modules/booking/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ domain"] - Root --> bookingentityts["๐Ÿ“„ booking.entity.ts"] + domain["๐Ÿง  domain"] + domain --> booking_entity_ts["๐Ÿ“„ booking.entity.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `booking.entity.ts` | Entity/Model | Data structure and schema definitions. | N/A | +| `booking.entity.ts` | Model/Schema | Defines persistence layer structure. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './booking.entity'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for domain +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/booking/infrastructure/README.md b/backend/src/modules/booking/infrastructure/README.md index abe0936e..149f453c 100644 --- a/backend/src/modules/booking/infrastructure/README.md +++ b/backend/src/modules/booking/infrastructure/README.md @@ -1,29 +1,30 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ—๏ธ Mavluda Beauty infrastructure -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) > [infrastructure](/backend/src/modules/booking/infrastructure) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [booking](/backend/src/modules/booking) / [infrastructure](/backend/src/modules/booking/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> repositories["๐Ÿ“ repositories"] - Root --> schemas["๐Ÿ“ schemas"] + infrastructure["๐Ÿ—๏ธ infrastructure"] + infrastructure --> repositories["๐Ÿ“ repositories"] + infrastructure --> schemas["๐Ÿ“ schemas"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for infrastructure +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/booking/infrastructure/repositories/README.md b/backend/src/modules/booking/infrastructure/repositories/README.md index b79720da..38b36cf8 100644 --- a/backend/src/modules/booking/infrastructure/repositories/README.md +++ b/backend/src/modules/booking/infrastructure/repositories/README.md @@ -1,36 +1,35 @@ -# ๐Ÿ“ repositories +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ repositories"] - Root --> bookingrepositoryts["๐Ÿ“„ booking.repository.ts"] + repositories["๐Ÿ“ repositories"] + repositories --> booking_repository_ts["๐Ÿ“„ booking.repository.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `booking.repository.ts` | File | Core logic and utilities for this domain. | @nestjs | +| `booking.repository.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/common, @nestjs/mongoose` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` - `@nestjs/mongoose` + +**External Packages:** - `mongoose` -- `../../domain/booking.entity` -- `../schemas/booking.schema` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './booking.repository'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for repositories +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/booking/infrastructure/schemas/README.md b/backend/src/modules/booking/infrastructure/schemas/README.md index 74a4755e..eb29bc65 100644 --- a/backend/src/modules/booking/infrastructure/schemas/README.md +++ b/backend/src/modules/booking/infrastructure/schemas/README.md @@ -1,33 +1,34 @@ -# ๐Ÿ“ schemas +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ schemas"] - Root --> bookingschemats["๐Ÿ“„ booking.schema.ts"] + schemas["๐Ÿ“ schemas"] + schemas --> booking_schema_ts["๐Ÿ“„ booking.schema.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `booking.schema.ts` | Entity/Model | Data structure and schema definitions. | @nestjs | +| `booking.schema.ts` | Model/Schema | Defines persistence layer structure. | `@nestjs/mongoose` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/mongoose` + +**External Packages:** - `mongoose` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './booking.schema'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for schemas +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/booking/presentation/README.md b/backend/src/modules/booking/presentation/README.md index 431b5e2f..c8edeb18 100644 --- a/backend/src/modules/booking/presentation/README.md +++ b/backend/src/modules/booking/presentation/README.md @@ -1,35 +1,32 @@ -# ๐Ÿ“ presentation +# ๐ŸŽญ Mavluda Beauty presentation -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) > [presentation](/backend/src/modules/booking/presentation) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [booking](/backend/src/modules/booking) / [presentation](/backend/src/modules/booking/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ presentation"] - Root --> dto["๐Ÿ“ dto"] + presentation["๐ŸŽญ presentation"] + presentation --> dto["๐Ÿ“ dto"] + presentation --> booking_controller_ts["๐Ÿ“„ booking.controller.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `booking.controller.ts` | Controller | Request handling and routing. | @nestjs | +| `booking.controller.ts` | Controller | Handles HTTP requests and orchestrates responses. | `@nestjs/common` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` -- `../application/booking.service` -- `./dto/create-booking.dto` -- `./dto/update-booking.dto` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './booking.controller'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for presentation +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/booking/presentation/dto/README.md b/backend/src/modules/booking/presentation/dto/README.md index eb997257..e2ac159a 100644 --- a/backend/src/modules/booking/presentation/dto/README.md +++ b/backend/src/modules/booking/presentation/dto/README.md @@ -1,35 +1,33 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ฆ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> createbookingdtots["๐Ÿ“„ create-booking.dto.ts"] - Root --> updatebookingdtots["๐Ÿ“„ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `create-booking.dto.ts` | DTO | Data Transfer Object for validation. | N/A | -| `update-booking.dto.ts` | DTO | Data Transfer Object for validation. | @nestjs | +| `create-booking.dto.ts` | DTO | Defines expected data shapes for validation. | N/A | +| `update-booking.dto.ts` | DTO | Defines expected data shapes for validation. | `@nestjs/mapped-types` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/mapped-types` -- `./create-booking.dto` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './create-booking.dto'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for dto +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/gallery/README.md b/backend/src/modules/gallery/README.md index 4aa24157..f42ea05b 100644 --- a/backend/src/modules/gallery/README.md +++ b/backend/src/modules/gallery/README.md @@ -1,45 +1,38 @@ -# ๐Ÿ“ gallery +# ๐Ÿ“ Mavluda Beauty gallery -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [gallery](/backend/src/modules/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ gallery"] - Root --> application["๐Ÿ“ application"] - Root --> domain["๐Ÿ“ domain"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> presentation["๐Ÿ“ presentation"] + 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.module.ts` | Module | Core logic and utilities for this domain. | @nestjs | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `gallery.module.ts` | Module | Groups related capabilities and defines dependencies. | `@nestjs/common, @nestjs/mongoose` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` - `@nestjs/mongoose` -- `./application/gallery.service` -- `./presentation/gallery.controller` -- `./infrastructure/repositories/gallery.repository` -- `./infrastructure/schemas/gallery.schema` -- `./presentation/dto/create-gallery.dto` -- `./presentation/dto/update-gallery.dto` -- `./domain/gallery.entity` -- `./gallery.module` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery.module'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for gallery +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/gallery/application/README.md b/backend/src/modules/gallery/application/README.md index 4bd53632..e918d00f 100644 --- a/backend/src/modules/gallery/application/README.md +++ b/backend/src/modules/gallery/application/README.md @@ -1,34 +1,33 @@ -# ๐Ÿ“ application +# โš™๏ธ Mavluda Beauty application -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) > [application](/backend/src/modules/gallery/application) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [gallery](/backend/src/modules/gallery) / [application](/backend/src/modules/gallery/application) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `App` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ application"] - Root --> galleryservicets["๐Ÿ“„ gallery.service.ts"] + application["โš™๏ธ application"] + application --> gallery_service_ts["๐Ÿ“„ gallery.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.service.ts` | Service | Business logic and state management. | @nestjs | +| `gallery.service.ts` | Service | Encapsulates business logic and API calls. | `@nestjs/common` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` -- `../domain/gallery.entity` -- `../infrastructure/repositories/gallery.repository` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery.service'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for application +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/gallery/domain/README.md b/backend/src/modules/gallery/domain/README.md index d0a7b64d..474b85a5 100644 --- a/backend/src/modules/gallery/domain/README.md +++ b/backend/src/modules/gallery/domain/README.md @@ -1,32 +1,29 @@ -# ๐Ÿ“ domain +# ๐Ÿง  Mavluda Beauty domain -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) > [domain](/backend/src/modules/gallery/domain) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [gallery](/backend/src/modules/gallery) / [domain](/backend/src/modules/gallery/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ domain"] - Root --> galleryentityts["๐Ÿ“„ gallery.entity.ts"] + domain["๐Ÿง  domain"] + domain --> gallery_entity_ts["๐Ÿ“„ gallery.entity.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.entity.ts` | Entity/Model | Data structure and schema definitions. | N/A | +| `gallery.entity.ts` | Model/Schema | Defines persistence layer structure. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery.entity'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for domain +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/gallery/infrastructure/README.md b/backend/src/modules/gallery/infrastructure/README.md index 5c4916ff..bdf30845 100644 --- a/backend/src/modules/gallery/infrastructure/README.md +++ b/backend/src/modules/gallery/infrastructure/README.md @@ -1,29 +1,30 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ—๏ธ Mavluda Beauty infrastructure -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) > [infrastructure](/backend/src/modules/gallery/infrastructure) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [gallery](/backend/src/modules/gallery) / [infrastructure](/backend/src/modules/gallery/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> repositories["๐Ÿ“ repositories"] - Root --> schemas["๐Ÿ“ schemas"] + infrastructure["๐Ÿ—๏ธ infrastructure"] + infrastructure --> repositories["๐Ÿ“ repositories"] + infrastructure --> schemas["๐Ÿ“ schemas"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for infrastructure +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/gallery/infrastructure/repositories/README.md b/backend/src/modules/gallery/infrastructure/repositories/README.md index ad7efe30..474ef1f1 100644 --- a/backend/src/modules/gallery/infrastructure/repositories/README.md +++ b/backend/src/modules/gallery/infrastructure/repositories/README.md @@ -1,36 +1,35 @@ -# ๐Ÿ“ repositories +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ repositories"] - Root --> galleryrepositoryts["๐Ÿ“„ gallery.repository.ts"] + repositories["๐Ÿ“ repositories"] + repositories --> gallery_repository_ts["๐Ÿ“„ gallery.repository.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.repository.ts` | File | Core logic and utilities for this domain. | @nestjs | +| `gallery.repository.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/common, @nestjs/mongoose` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` - `@nestjs/mongoose` + +**External Packages:** - `mongoose` -- `../../domain/gallery.entity` -- `../schemas/gallery.schema` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery.repository'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for repositories +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/gallery/infrastructure/schemas/README.md b/backend/src/modules/gallery/infrastructure/schemas/README.md index 7c371575..d351f909 100644 --- a/backend/src/modules/gallery/infrastructure/schemas/README.md +++ b/backend/src/modules/gallery/infrastructure/schemas/README.md @@ -1,33 +1,34 @@ -# ๐Ÿ“ schemas +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ schemas"] - Root --> galleryschemats["๐Ÿ“„ gallery.schema.ts"] + schemas["๐Ÿ“ schemas"] + schemas --> gallery_schema_ts["๐Ÿ“„ gallery.schema.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.schema.ts` | Entity/Model | Data structure and schema definitions. | @nestjs | +| `gallery.schema.ts` | Model/Schema | Defines persistence layer structure. | `@nestjs/mongoose` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/mongoose` + +**External Packages:** - `mongoose` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery.schema'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for schemas +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/gallery/presentation/README.md b/backend/src/modules/gallery/presentation/README.md index 79538bd2..98cb2cf6 100644 --- a/backend/src/modules/gallery/presentation/README.md +++ b/backend/src/modules/gallery/presentation/README.md @@ -1,39 +1,37 @@ -# ๐Ÿ“ presentation +# ๐ŸŽญ Mavluda Beauty presentation -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) > [presentation](/backend/src/modules/gallery/presentation) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [gallery](/backend/src/modules/gallery) / [presentation](/backend/src/modules/gallery/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ presentation"] - Root --> dto["๐Ÿ“ dto"] + presentation["๐ŸŽญ presentation"] + presentation --> dto["๐Ÿ“ dto"] + presentation --> gallery_controller_ts["๐Ÿ“„ gallery.controller.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.controller.ts` | Controller | Request handling and routing. | @nestjs | +| `gallery.controller.ts` | Controller | Handles HTTP requests and orchestrates responses. | `@nestjs/common, @nestjs/platform-express` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` - `@nestjs/platform-express` + +**External Packages:** - `multer` - `path` -- `../application/gallery.service` -- `../domain/gallery.entity` -- `./dto/create-gallery.dto` -- `./dto/update-gallery.dto` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery.controller'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for presentation +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/gallery/presentation/dto/README.md b/backend/src/modules/gallery/presentation/dto/README.md index f25a6c5a..978844dd 100644 --- a/backend/src/modules/gallery/presentation/dto/README.md +++ b/backend/src/modules/gallery/presentation/dto/README.md @@ -1,36 +1,36 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ฆ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> creategallerydtots["๐Ÿ“„ create-gallery.dto.ts"] - Root --> updategallerydtots["๐Ÿ“„ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `create-gallery.dto.ts` | DTO | Data Transfer Object for validation. | N/A | -| `update-gallery.dto.ts` | DTO | Data Transfer Object for validation. | @nestjs | +| `create-gallery.dto.ts` | DTO | Defines expected data shapes for validation. | N/A | +| `update-gallery.dto.ts` | DTO | Defines expected data shapes for validation. | `@nestjs/mapped-types` | ## ๐Ÿ”— Dependencies -- `class-validator` +**Path Aliases:** - `@nestjs/mapped-types` -- `./create-gallery.dto` + +**External Packages:** +- `class-validator` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './create-gallery.dto'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for dto +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/inventory/README.md b/backend/src/modules/inventory/README.md index 1d6105b2..41a54dee 100644 --- a/backend/src/modules/inventory/README.md +++ b/backend/src/modules/inventory/README.md @@ -1,45 +1,38 @@ -# ๐Ÿ“ inventory +# ๐Ÿ“ Mavluda Beauty inventory -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [inventory](/backend/src/modules/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ inventory"] - Root --> application["๐Ÿ“ application"] - Root --> domain["๐Ÿ“ domain"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> presentation["๐Ÿ“ presentation"] + 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | File | Core logic and utilities for this domain. | N/A | -| `inventory.module.ts` | Module | Core logic and utilities for this domain. | @nestjs | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `inventory.module.ts` | Module | Groups related capabilities and defines dependencies. | `@nestjs/common, @nestjs/mongoose` | ## ๐Ÿ”— Dependencies -- `./presentation/dto/create-inventory.dto` -- `./presentation/dto/update-inventory.dto` -- `./application/inventory.service` -- `./domain/inventory.entity` -- `./inventory.module` +**Path Aliases:** - `@nestjs/common` - `@nestjs/mongoose` -- `./presentation/inventory.controller` -- `./infrastructure/repositories/inventory.repository` -- `./infrastructure/schemas/inventory.schema` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for inventory +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/inventory/application/README.md b/backend/src/modules/inventory/application/README.md index 81659f61..0cd0c9ea 100644 --- a/backend/src/modules/inventory/application/README.md +++ b/backend/src/modules/inventory/application/README.md @@ -1,36 +1,33 @@ -# ๐Ÿ“ application +# โš™๏ธ Mavluda Beauty application -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) > [application](/backend/src/modules/inventory/application) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [inventory](/backend/src/modules/inventory) / [application](/backend/src/modules/inventory/application) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `App` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ application"] - Root --> inventoryservicets["๐Ÿ“„ inventory.service.ts"] + application["โš™๏ธ application"] + application --> inventory_service_ts["๐Ÿ“„ inventory.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `inventory.service.ts` | Service | Business logic and state management. | @nestjs | +| `inventory.service.ts` | Service | Encapsulates business logic and API calls. | `@nestjs/common` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` -- `../domain/inventory.entity` -- `../infrastructure/repositories/inventory.repository` -- `../presentation/dto/create-inventory.dto` -- `../presentation/dto/update-inventory.dto` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './inventory.service'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for application +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/inventory/domain/README.md b/backend/src/modules/inventory/domain/README.md index b0f02466..72a05797 100644 --- a/backend/src/modules/inventory/domain/README.md +++ b/backend/src/modules/inventory/domain/README.md @@ -1,32 +1,29 @@ -# ๐Ÿ“ domain +# ๐Ÿง  Mavluda Beauty domain -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) > [domain](/backend/src/modules/inventory/domain) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [inventory](/backend/src/modules/inventory) / [domain](/backend/src/modules/inventory/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ domain"] - Root --> inventoryentityts["๐Ÿ“„ inventory.entity.ts"] + domain["๐Ÿง  domain"] + domain --> inventory_entity_ts["๐Ÿ“„ inventory.entity.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `inventory.entity.ts` | Entity/Model | Data structure and schema definitions. | N/A | +| `inventory.entity.ts` | Model/Schema | Defines persistence layer structure. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './inventory.entity'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for domain +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/inventory/infrastructure/README.md b/backend/src/modules/inventory/infrastructure/README.md index 965a54bc..642f4bb8 100644 --- a/backend/src/modules/inventory/infrastructure/README.md +++ b/backend/src/modules/inventory/infrastructure/README.md @@ -1,29 +1,30 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ—๏ธ Mavluda Beauty infrastructure -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) > [infrastructure](/backend/src/modules/inventory/infrastructure) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [inventory](/backend/src/modules/inventory) / [infrastructure](/backend/src/modules/inventory/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> repositories["๐Ÿ“ repositories"] - Root --> schemas["๐Ÿ“ schemas"] + infrastructure["๐Ÿ—๏ธ infrastructure"] + infrastructure --> repositories["๐Ÿ“ repositories"] + infrastructure --> schemas["๐Ÿ“ schemas"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for infrastructure +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/inventory/infrastructure/repositories/README.md b/backend/src/modules/inventory/infrastructure/repositories/README.md index 5aef0685..24340144 100644 --- a/backend/src/modules/inventory/infrastructure/repositories/README.md +++ b/backend/src/modules/inventory/infrastructure/repositories/README.md @@ -1,36 +1,35 @@ -# ๐Ÿ“ repositories +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ repositories"] - Root --> inventoryrepositoryts["๐Ÿ“„ inventory.repository.ts"] + repositories["๐Ÿ“ repositories"] + repositories --> inventory_repository_ts["๐Ÿ“„ inventory.repository.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `inventory.repository.ts` | File | Core logic and utilities for this domain. | @nestjs | +| `inventory.repository.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/common, @nestjs/mongoose` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` - `@nestjs/mongoose` + +**External Packages:** - `mongoose` -- `../../domain/inventory.entity` -- `../schemas/inventory.schema` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './inventory.repository'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for repositories +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/inventory/infrastructure/schemas/README.md b/backend/src/modules/inventory/infrastructure/schemas/README.md index d431c246..077e55fe 100644 --- a/backend/src/modules/inventory/infrastructure/schemas/README.md +++ b/backend/src/modules/inventory/infrastructure/schemas/README.md @@ -1,33 +1,34 @@ -# ๐Ÿ“ schemas +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ schemas"] - Root --> inventoryschemats["๐Ÿ“„ inventory.schema.ts"] + schemas["๐Ÿ“ schemas"] + schemas --> inventory_schema_ts["๐Ÿ“„ inventory.schema.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `inventory.schema.ts` | Entity/Model | Data structure and schema definitions. | @nestjs | +| `inventory.schema.ts` | Model/Schema | Defines persistence layer structure. | `@nestjs/mongoose` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/mongoose` + +**External Packages:** - `mongoose` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './inventory.schema'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for schemas +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/inventory/presentation/README.md b/backend/src/modules/inventory/presentation/README.md index 705d510d..39fd2f61 100644 --- a/backend/src/modules/inventory/presentation/README.md +++ b/backend/src/modules/inventory/presentation/README.md @@ -1,35 +1,32 @@ -# ๐Ÿ“ presentation +# ๐ŸŽญ Mavluda Beauty presentation -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) > [presentation](/backend/src/modules/inventory/presentation) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [inventory](/backend/src/modules/inventory) / [presentation](/backend/src/modules/inventory/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ presentation"] - Root --> dto["๐Ÿ“ dto"] + presentation["๐ŸŽญ presentation"] + presentation --> dto["๐Ÿ“ dto"] + presentation --> inventory_controller_ts["๐Ÿ“„ inventory.controller.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `inventory.controller.ts` | Controller | Request handling and routing. | @nestjs | +| `inventory.controller.ts` | Controller | Handles HTTP requests and orchestrates responses. | `@nestjs/common` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` -- `../application/inventory.service` -- `./dto/create-inventory.dto` -- `./dto/update-inventory.dto` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './inventory.controller'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for presentation +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/inventory/presentation/dto/README.md b/backend/src/modules/inventory/presentation/dto/README.md index b30b1237..9e67b880 100644 --- a/backend/src/modules/inventory/presentation/dto/README.md +++ b/backend/src/modules/inventory/presentation/dto/README.md @@ -1,35 +1,33 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ฆ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> createinventorydtots["๐Ÿ“„ create-inventory.dto.ts"] - Root --> updateinventorydtots["๐Ÿ“„ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `create-inventory.dto.ts` | DTO | Data Transfer Object for validation. | N/A | -| `update-inventory.dto.ts` | DTO | Data Transfer Object for validation. | @nestjs | +| `create-inventory.dto.ts` | DTO | Defines expected data shapes for validation. | N/A | +| `update-inventory.dto.ts` | DTO | Defines expected data shapes for validation. | `@nestjs/mapped-types` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/mapped-types` -- `./create-inventory.dto` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './create-inventory.dto'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for dto +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/partnership/README.md b/backend/src/modules/partnership/README.md index b1ec8036..ef2c5aa9 100644 --- a/backend/src/modules/partnership/README.md +++ b/backend/src/modules/partnership/README.md @@ -1,45 +1,38 @@ -# ๐Ÿ“ partnership +# ๐Ÿ“ Mavluda Beauty partnership -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [partnership](/backend/src/modules/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ partnership"] - Root --> application["๐Ÿ“ application"] - Root --> domain["๐Ÿ“ domain"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> presentation["๐Ÿ“ presentation"] + 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | File | Core logic and utilities for this domain. | N/A | -| `partnership.module.ts` | Module | Core logic and utilities for this domain. | @nestjs | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `partnership.module.ts` | Module | Groups related capabilities and defines dependencies. | `@nestjs/common, @nestjs/mongoose` | ## ๐Ÿ”— Dependencies -- `./presentation/dto/create-partnership.dto` -- `./presentation/dto/update-partnership.dto` -- `./application/partnership.service` -- `./domain/partnership.entity` -- `./partnership.module` +**Path Aliases:** - `@nestjs/common` - `@nestjs/mongoose` -- `./presentation/partnership.controller` -- `./infrastructure/repositories/partnership.repository` -- `./infrastructure/schemas/partnership.schema` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for partnership +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/partnership/application/README.md b/backend/src/modules/partnership/application/README.md index 5841ef8d..d070f90f 100644 --- a/backend/src/modules/partnership/application/README.md +++ b/backend/src/modules/partnership/application/README.md @@ -1,36 +1,33 @@ -# ๐Ÿ“ application +# โš™๏ธ Mavluda Beauty application -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) > [application](/backend/src/modules/partnership/application) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [partnership](/backend/src/modules/partnership) / [application](/backend/src/modules/partnership/application) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `App` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ application"] - Root --> partnershipservicets["๐Ÿ“„ partnership.service.ts"] + application["โš™๏ธ application"] + application --> partnership_service_ts["๐Ÿ“„ partnership.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `partnership.service.ts` | Service | Business logic and state management. | @nestjs | +| `partnership.service.ts` | Service | Encapsulates business logic and API calls. | `@nestjs/common` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` -- `../domain/partnership.entity` -- `../infrastructure/repositories/partnership.repository` -- `../presentation/dto/create-partnership.dto` -- `../presentation/dto/update-partnership.dto` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './partnership.service'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for application +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/partnership/domain/README.md b/backend/src/modules/partnership/domain/README.md index 7e29200b..e6082410 100644 --- a/backend/src/modules/partnership/domain/README.md +++ b/backend/src/modules/partnership/domain/README.md @@ -1,32 +1,29 @@ -# ๐Ÿ“ domain +# ๐Ÿง  Mavluda Beauty domain -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) > [domain](/backend/src/modules/partnership/domain) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [partnership](/backend/src/modules/partnership) / [domain](/backend/src/modules/partnership/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ domain"] - Root --> partnershipentityts["๐Ÿ“„ partnership.entity.ts"] + domain["๐Ÿง  domain"] + domain --> partnership_entity_ts["๐Ÿ“„ partnership.entity.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `partnership.entity.ts` | Entity/Model | Data structure and schema definitions. | N/A | +| `partnership.entity.ts` | Model/Schema | Defines persistence layer structure. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './partnership.entity'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for domain +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/partnership/infrastructure/README.md b/backend/src/modules/partnership/infrastructure/README.md index d60b67b4..e9ccdd23 100644 --- a/backend/src/modules/partnership/infrastructure/README.md +++ b/backend/src/modules/partnership/infrastructure/README.md @@ -1,29 +1,30 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ—๏ธ Mavluda Beauty infrastructure -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) > [infrastructure](/backend/src/modules/partnership/infrastructure) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [partnership](/backend/src/modules/partnership) / [infrastructure](/backend/src/modules/partnership/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> repositories["๐Ÿ“ repositories"] - Root --> schemas["๐Ÿ“ schemas"] + infrastructure["๐Ÿ—๏ธ infrastructure"] + infrastructure --> repositories["๐Ÿ“ repositories"] + infrastructure --> schemas["๐Ÿ“ schemas"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for infrastructure +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/partnership/infrastructure/repositories/README.md b/backend/src/modules/partnership/infrastructure/repositories/README.md index 09ea8351..dfb16116 100644 --- a/backend/src/modules/partnership/infrastructure/repositories/README.md +++ b/backend/src/modules/partnership/infrastructure/repositories/README.md @@ -1,36 +1,35 @@ -# ๐Ÿ“ repositories +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ repositories"] - Root --> partnershiprepositoryts["๐Ÿ“„ partnership.repository.ts"] + repositories["๐Ÿ“ repositories"] + repositories --> partnership_repository_ts["๐Ÿ“„ partnership.repository.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `partnership.repository.ts` | File | Core logic and utilities for this domain. | @nestjs | +| `partnership.repository.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/common, @nestjs/mongoose` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` - `@nestjs/mongoose` + +**External Packages:** - `mongoose` -- `../../domain/partnership.entity` -- `../schemas/partnership.schema` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './partnership.repository'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for repositories +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/partnership/infrastructure/schemas/README.md b/backend/src/modules/partnership/infrastructure/schemas/README.md index 3083a4d4..cd19577f 100644 --- a/backend/src/modules/partnership/infrastructure/schemas/README.md +++ b/backend/src/modules/partnership/infrastructure/schemas/README.md @@ -1,33 +1,34 @@ -# ๐Ÿ“ schemas +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ schemas"] - Root --> partnershipschemats["๐Ÿ“„ partnership.schema.ts"] + schemas["๐Ÿ“ schemas"] + schemas --> partnership_schema_ts["๐Ÿ“„ partnership.schema.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `partnership.schema.ts` | Entity/Model | Data structure and schema definitions. | @nestjs | +| `partnership.schema.ts` | Model/Schema | Defines persistence layer structure. | `@nestjs/mongoose` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/mongoose` + +**External Packages:** - `mongoose` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './partnership.schema'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for schemas +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/partnership/presentation/README.md b/backend/src/modules/partnership/presentation/README.md index 8f9ed222..6e66c951 100644 --- a/backend/src/modules/partnership/presentation/README.md +++ b/backend/src/modules/partnership/presentation/README.md @@ -1,35 +1,32 @@ -# ๐Ÿ“ presentation +# ๐ŸŽญ Mavluda Beauty presentation -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) > [presentation](/backend/src/modules/partnership/presentation) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [partnership](/backend/src/modules/partnership) / [presentation](/backend/src/modules/partnership/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ presentation"] - Root --> dto["๐Ÿ“ dto"] + presentation["๐ŸŽญ presentation"] + presentation --> dto["๐Ÿ“ dto"] + presentation --> partnership_controller_ts["๐Ÿ“„ partnership.controller.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `partnership.controller.ts` | Controller | Request handling and routing. | @nestjs | +| `partnership.controller.ts` | Controller | Handles HTTP requests and orchestrates responses. | `@nestjs/common` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` -- `../application/partnership.service` -- `./dto/create-partnership.dto` -- `./dto/update-partnership.dto` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './partnership.controller'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for presentation +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/partnership/presentation/dto/README.md b/backend/src/modules/partnership/presentation/dto/README.md index 8b1178fb..25cdeecc 100644 --- a/backend/src/modules/partnership/presentation/dto/README.md +++ b/backend/src/modules/partnership/presentation/dto/README.md @@ -1,35 +1,33 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ฆ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> createpartnershipdtots["๐Ÿ“„ create-partnership.dto.ts"] - Root --> updatepartnershipdtots["๐Ÿ“„ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `create-partnership.dto.ts` | DTO | Data Transfer Object for validation. | N/A | -| `update-partnership.dto.ts` | DTO | Data Transfer Object for validation. | @nestjs | +| `create-partnership.dto.ts` | DTO | Defines expected data shapes for validation. | N/A | +| `update-partnership.dto.ts` | DTO | Defines expected data shapes for validation. | `@nestjs/mapped-types` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/mapped-types` -- `./create-partnership.dto` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './create-partnership.dto'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for dto +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/payment/README.md b/backend/src/modules/payment/README.md index e5efdced..fefd5653 100644 --- a/backend/src/modules/payment/README.md +++ b/backend/src/modules/payment/README.md @@ -1,41 +1,38 @@ -# ๐Ÿ“ payment +# ๐Ÿ“ Mavluda Beauty payment -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [payment](/backend/src/modules/payment) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [payment](/backend/src/modules/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ payment"] - Root --> strategies["๐Ÿ“ strategies"] + 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` | File | Core logic and utilities for this domain. | N/A | -| `payment.controller.ts` | Controller | Request handling and routing. | @nestjs | -| `payment.module.ts` | Module | Core logic and utilities for this domain. | @nestjs | -| `payment.service.ts` | Service | Business logic and state management. | @nestjs | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `payment.controller.ts` | Controller | Handles HTTP requests and orchestrates responses. | `@nestjs/common` | +| `payment.module.ts` | Module | Groups related capabilities and defines dependencies. | `@nestjs/common` | +| `payment.service.ts` | Service | Encapsulates business logic and API calls. | `@nestjs/common` | ## ๐Ÿ”— Dependencies -- `./strategies/payment.strategy` -- `./payment.service` -- `./payment.module` +**Path Aliases:** - `@nestjs/common` -- `./payment.controller` -- `./strategies/alif-pay.strategy` -- `./strategies/mock-card.strategy` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for payment +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/payment/strategies/README.md b/backend/src/modules/payment/strategies/README.md index fddf095e..679da27d 100644 --- a/backend/src/modules/payment/strategies/README.md +++ b/backend/src/modules/payment/strategies/README.md @@ -1,37 +1,35 @@ -# ๐Ÿ“ strategies +# ๐Ÿ“ Mavluda Beauty strategies -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [payment](/backend/src/modules/payment) > [strategies](/backend/src/modules/payment/strategies) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [payment](/backend/src/modules/payment) / [strategies](/backend/src/modules/payment/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ strategies"] - Root --> alifpaystrategyts["๐Ÿ“„ alif-pay.strategy.ts"] - Root --> mockcardstrategyts["๐Ÿ“„ mock-card.strategy.ts"] - Root --> paymentstrategyts["๐Ÿ“„ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `alif-pay.strategy.ts` | File | Core logic and utilities for this domain. | @nestjs | -| `mock-card.strategy.ts` | File | Core logic and utilities for this domain. | @nestjs | -| `payment.strategy.ts` | File | Core logic and utilities for this domain. | N/A | +| `alif-pay.strategy.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/common` | +| `mock-card.strategy.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/common` | +| `payment.strategy.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` -- `./payment.strategy` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './alif-pay.strategy'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for strategies +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/treatments/README.md b/backend/src/modules/treatments/README.md index ad570658..1620723c 100644 --- a/backend/src/modules/treatments/README.md +++ b/backend/src/modules/treatments/README.md @@ -1,37 +1,31 @@ -# ๐Ÿ“ treatments +# ๐Ÿ“ Mavluda Beauty treatments -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [treatments](/backend/src/modules/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ treatments"] - Root --> application["๐Ÿ“ application"] - Root --> domain["๐Ÿ“ domain"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> presentation["๐Ÿ“ presentation"] + 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | File | Core logic and utilities for this domain. | N/A | -| `treatments.module.ts` | Module | Core logic and utilities for this domain. | @nestjs, @modules | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `treatments.module.ts` | Module | Groups related capabilities and defines dependencies. | `@nestjs/common, @nestjs/mongoose, @modules/treatments/application/treatments.service, @modules/treatments/presentation/treatments.controller, @modules/treatments/infrastructure/repositories/treatments.repository, @modules/treatments/infrastructure/schemas/treatments.schema` | ## ๐Ÿ”— Dependencies -- `./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` +**Path Aliases:** - `@nestjs/common` - `@nestjs/mongoose` - `@modules/treatments/application/treatments.service` @@ -39,11 +33,10 @@ graph TD - `@modules/treatments/infrastructure/repositories/treatments.repository` - `@modules/treatments/infrastructure/schemas/treatments.schema` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for treatments +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/treatments/application/README.md b/backend/src/modules/treatments/application/README.md index 327b4aa2..d5a0e47c 100644 --- a/backend/src/modules/treatments/application/README.md +++ b/backend/src/modules/treatments/application/README.md @@ -1,35 +1,34 @@ -# ๐Ÿ“ application +# โš™๏ธ Mavluda Beauty application -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) > [application](/backend/src/modules/treatments/application) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [treatments](/backend/src/modules/treatments) / [application](/backend/src/modules/treatments/application) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `App` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ application"] - Root --> treatmentsservicets["๐Ÿ“„ treatments.service.ts"] + application["โš™๏ธ application"] + application --> treatments_service_ts["๐Ÿ“„ treatments.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `treatments.service.ts` | Service | Business logic and state management. | @nestjs, @common | +| `treatments.service.ts` | Service | Encapsulates business logic and API calls. | `@nestjs/common, @common/utils` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` -- `../domain/treatments.entity` -- `../infrastructure/repositories/treatments.repository` - `@common/utils` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatments.service'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for application +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/treatments/domain/README.md b/backend/src/modules/treatments/domain/README.md index 76338d1c..f11a7fac 100644 --- a/backend/src/modules/treatments/domain/README.md +++ b/backend/src/modules/treatments/domain/README.md @@ -1,32 +1,29 @@ -# ๐Ÿ“ domain +# ๐Ÿง  Mavluda Beauty domain -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) > [domain](/backend/src/modules/treatments/domain) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [treatments](/backend/src/modules/treatments) / [domain](/backend/src/modules/treatments/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ domain"] - Root --> treatmentsentityts["๐Ÿ“„ treatments.entity.ts"] + domain["๐Ÿง  domain"] + domain --> treatments_entity_ts["๐Ÿ“„ treatments.entity.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `treatments.entity.ts` | Entity/Model | Data structure and schema definitions. | N/A | +| `treatments.entity.ts` | Model/Schema | Defines persistence layer structure. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatments.entity'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for domain +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/treatments/infrastructure/README.md b/backend/src/modules/treatments/infrastructure/README.md index 1cfd2a8a..089e9eec 100644 --- a/backend/src/modules/treatments/infrastructure/README.md +++ b/backend/src/modules/treatments/infrastructure/README.md @@ -1,29 +1,30 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ—๏ธ Mavluda Beauty infrastructure -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) > [infrastructure](/backend/src/modules/treatments/infrastructure) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [treatments](/backend/src/modules/treatments) / [infrastructure](/backend/src/modules/treatments/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> repositories["๐Ÿ“ repositories"] - Root --> schemas["๐Ÿ“ schemas"] + infrastructure["๐Ÿ—๏ธ infrastructure"] + infrastructure --> repositories["๐Ÿ“ repositories"] + infrastructure --> schemas["๐Ÿ“ schemas"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for infrastructure +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/treatments/infrastructure/repositories/README.md b/backend/src/modules/treatments/infrastructure/repositories/README.md index ec4c7365..1d00f136 100644 --- a/backend/src/modules/treatments/infrastructure/repositories/README.md +++ b/backend/src/modules/treatments/infrastructure/repositories/README.md @@ -1,36 +1,35 @@ -# ๐Ÿ“ repositories +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ repositories"] - Root --> treatmentsrepositoryts["๐Ÿ“„ treatments.repository.ts"] + repositories["๐Ÿ“ repositories"] + repositories --> treatments_repository_ts["๐Ÿ“„ treatments.repository.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `treatments.repository.ts` | File | Core logic and utilities for this domain. | @nestjs | +| `treatments.repository.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/common, @nestjs/mongoose` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` - `@nestjs/mongoose` + +**External Packages:** - `mongoose` -- `../../domain/treatments.entity` -- `../schemas/treatments.schema` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatments.repository'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for repositories +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/treatments/infrastructure/schemas/README.md b/backend/src/modules/treatments/infrastructure/schemas/README.md index 40dbfd16..6a265482 100644 --- a/backend/src/modules/treatments/infrastructure/schemas/README.md +++ b/backend/src/modules/treatments/infrastructure/schemas/README.md @@ -1,33 +1,34 @@ -# ๐Ÿ“ schemas +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ schemas"] - Root --> treatmentsschemats["๐Ÿ“„ treatments.schema.ts"] + schemas["๐Ÿ“ schemas"] + schemas --> treatments_schema_ts["๐Ÿ“„ treatments.schema.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `treatments.schema.ts` | Entity/Model | Data structure and schema definitions. | @nestjs | +| `treatments.schema.ts` | Model/Schema | Defines persistence layer structure. | `@nestjs/mongoose` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/mongoose` + +**External Packages:** - `mongoose` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatments.schema'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for schemas +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/treatments/presentation/README.md b/backend/src/modules/treatments/presentation/README.md index 186c2386..e9a8a577 100644 --- a/backend/src/modules/treatments/presentation/README.md +++ b/backend/src/modules/treatments/presentation/README.md @@ -1,36 +1,38 @@ -# ๐Ÿ“ presentation +# ๐ŸŽญ Mavluda Beauty presentation -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) > [presentation](/backend/src/modules/treatments/presentation) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [treatments](/backend/src/modules/treatments) / [presentation](/backend/src/modules/treatments/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ presentation"] - Root --> dto["๐Ÿ“ dto"] + presentation["๐ŸŽญ presentation"] + presentation --> dto["๐Ÿ“ dto"] + presentation --> treatments_controller_ts["๐Ÿ“„ treatments.controller.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `treatments.controller.ts` | Controller | Request handling and routing. | @modules, @nestjs | +| `treatments.controller.ts` | Controller | Handles HTTP requests and orchestrates responses. | `@modules/treatments, @nestjs/common, @nestjs/platform-express` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@modules/treatments` - `@nestjs/common` - `@nestjs/platform-express` + +**External Packages:** - `multer` - `path` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatments.controller'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for presentation +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/treatments/presentation/dto/README.md b/backend/src/modules/treatments/presentation/dto/README.md index 7c46bff2..7170cb87 100644 --- a/backend/src/modules/treatments/presentation/dto/README.md +++ b/backend/src/modules/treatments/presentation/dto/README.md @@ -1,37 +1,37 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ฆ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> createtreatmentsdtots["๐Ÿ“„ create-treatments.dto.ts"] - Root --> updatetreatmentsdtots["๐Ÿ“„ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `create-treatments.dto.ts` | DTO | Data Transfer Object for validation. | N/A | -| `update-treatments.dto.ts` | DTO | Data Transfer Object for validation. | @nestjs | +| `create-treatments.dto.ts` | DTO | Defines expected data shapes for validation. | N/A | +| `update-treatments.dto.ts` | DTO | Defines expected data shapes for validation. | `@nestjs/mapped-types` | ## ๐Ÿ”— Dependencies +**Path Aliases:** +- `@nestjs/mapped-types` + +**External Packages:** - `class-transformer` - `class-validator` -- `@nestjs/mapped-types` -- `./create-treatments.dto` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './create-treatments.dto'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for dto +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/user/README.md b/backend/src/modules/user/README.md index b6e23a94..86129bbb 100644 --- a/backend/src/modules/user/README.md +++ b/backend/src/modules/user/README.md @@ -1,45 +1,38 @@ -# ๐Ÿ“ user +# ๐Ÿ“ Mavluda Beauty user -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [user](/backend/src/modules/user) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **user** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ user"] - Root --> application["๐Ÿ“ application"] - Root --> domain["๐Ÿ“ domain"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> presentation["๐Ÿ“ presentation"] + 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | File | Core logic and utilities for this domain. | N/A | -| `user.module.ts` | Module | Core logic and utilities for this domain. | @nestjs | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `user.module.ts` | Module | Groups related capabilities and defines dependencies. | `@nestjs/common, @nestjs/mongoose` | ## ๐Ÿ”— Dependencies -- `./application/user.service` -- `./domain/user.entity` -- `./infrastructure/repositories/user.repository` -- `./infrastructure/schemas/user.schema` -- `./presentation/dto/create-user.dto` -- `./presentation/dto/update-user.dto` -- `./user.module` +**Path Aliases:** - `@nestjs/common` - `@nestjs/mongoose` -- `./presentation/user.controller` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for user +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/user/application/README.md b/backend/src/modules/user/application/README.md index d97abee2..52b0f11b 100644 --- a/backend/src/modules/user/application/README.md +++ b/backend/src/modules/user/application/README.md @@ -1,35 +1,36 @@ -# ๐Ÿ“ application +# โš™๏ธ Mavluda Beauty application -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) > [application](/backend/src/modules/user/application) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [user](/backend/src/modules/user) / [application](/backend/src/modules/user/application) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `App` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ application"] - Root --> userservicets["๐Ÿ“„ user.service.ts"] + application["โš™๏ธ application"] + application --> user_service_ts["๐Ÿ“„ user.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `user.service.ts` | Service | Business logic and state management. | @nestjs | +| `user.service.ts` | Service | Encapsulates business logic and API calls. | `@nestjs/common` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` + +**External Packages:** - `bcrypt` -- `../domain/user.entity` -- `../infrastructure/repositories/user.repository` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './user.service'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for application +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/user/domain/README.md b/backend/src/modules/user/domain/README.md index 9c994561..43f7db89 100644 --- a/backend/src/modules/user/domain/README.md +++ b/backend/src/modules/user/domain/README.md @@ -1,32 +1,29 @@ -# ๐Ÿ“ domain +# ๐Ÿง  Mavluda Beauty domain -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) > [domain](/backend/src/modules/user/domain) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [user](/backend/src/modules/user) / [domain](/backend/src/modules/user/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ domain"] - Root --> userentityts["๐Ÿ“„ user.entity.ts"] + domain["๐Ÿง  domain"] + domain --> user_entity_ts["๐Ÿ“„ user.entity.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `user.entity.ts` | Entity/Model | Data structure and schema definitions. | N/A | +| `user.entity.ts` | Model/Schema | Defines persistence layer structure. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './user.entity'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for domain +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/user/infrastructure/README.md b/backend/src/modules/user/infrastructure/README.md index 865928eb..37f1e22f 100644 --- a/backend/src/modules/user/infrastructure/README.md +++ b/backend/src/modules/user/infrastructure/README.md @@ -1,29 +1,30 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ—๏ธ Mavluda Beauty infrastructure -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) > [infrastructure](/backend/src/modules/user/infrastructure) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [user](/backend/src/modules/user) / [infrastructure](/backend/src/modules/user/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> repositories["๐Ÿ“ repositories"] - Root --> schemas["๐Ÿ“ schemas"] + infrastructure["๐Ÿ—๏ธ infrastructure"] + infrastructure --> repositories["๐Ÿ“ repositories"] + infrastructure --> schemas["๐Ÿ“ schemas"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for infrastructure +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/user/infrastructure/repositories/README.md b/backend/src/modules/user/infrastructure/repositories/README.md index 7d3f7d92..a183ca10 100644 --- a/backend/src/modules/user/infrastructure/repositories/README.md +++ b/backend/src/modules/user/infrastructure/repositories/README.md @@ -1,36 +1,35 @@ -# ๐Ÿ“ repositories +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ repositories"] - Root --> userrepositoryts["๐Ÿ“„ user.repository.ts"] + repositories["๐Ÿ“ repositories"] + repositories --> user_repository_ts["๐Ÿ“„ user.repository.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `user.repository.ts` | File | Core logic and utilities for this domain. | @nestjs | +| `user.repository.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/common, @nestjs/mongoose` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` - `@nestjs/mongoose` + +**External Packages:** - `mongoose` -- `../../domain/user.entity` -- `../schemas/user.schema` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './user.repository'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for repositories +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/user/infrastructure/schemas/README.md b/backend/src/modules/user/infrastructure/schemas/README.md index 94af2863..2b9213e3 100644 --- a/backend/src/modules/user/infrastructure/schemas/README.md +++ b/backend/src/modules/user/infrastructure/schemas/README.md @@ -1,33 +1,34 @@ -# ๐Ÿ“ schemas +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ schemas"] - Root --> userschemats["๐Ÿ“„ user.schema.ts"] + schemas["๐Ÿ“ schemas"] + schemas --> user_schema_ts["๐Ÿ“„ user.schema.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `user.schema.ts` | Entity/Model | Data structure and schema definitions. | @nestjs | +| `user.schema.ts` | Model/Schema | Defines persistence layer structure. | `@nestjs/mongoose` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/mongoose` + +**External Packages:** - `mongoose` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './user.schema'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for schemas +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/user/presentation/README.md b/backend/src/modules/user/presentation/README.md index c269abf2..88c169ed 100644 --- a/backend/src/modules/user/presentation/README.md +++ b/backend/src/modules/user/presentation/README.md @@ -1,40 +1,39 @@ -# ๐Ÿ“ presentation +# ๐ŸŽญ Mavluda Beauty presentation -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) > [presentation](/backend/src/modules/user/presentation) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [user](/backend/src/modules/user) / [presentation](/backend/src/modules/user/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ presentation"] - Root --> dto["๐Ÿ“ dto"] + presentation["๐ŸŽญ presentation"] + presentation --> dto["๐Ÿ“ dto"] + presentation --> user_controller_ts["๐Ÿ“„ user.controller.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `user.controller.ts` | Controller | Request handling and routing. | @nestjs, @modules, @common | +| `user.controller.ts` | Controller | Handles HTTP requests and orchestrates responses. | `@nestjs/common, @modules/user, @common/interfaces/authenticated-request.interface, @nestjs/platform-express` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` -- `../application/user.service` - `@modules/user` -- `./dto/create-user.dto` -- `./dto/update-user.dto` - `@common/interfaces/authenticated-request.interface` - `@nestjs/platform-express` + +**External Packages:** - `multer` - `path` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './user.controller'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for presentation +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/user/presentation/dto/README.md b/backend/src/modules/user/presentation/dto/README.md index 68621e11..455289fd 100644 --- a/backend/src/modules/user/presentation/dto/README.md +++ b/backend/src/modules/user/presentation/dto/README.md @@ -1,36 +1,36 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ฆ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> createuserdtots["๐Ÿ“„ create-user.dto.ts"] - Root --> updateuserdtots["๐Ÿ“„ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `create-user.dto.ts` | DTO | Data Transfer Object for validation. | N/A | -| `update-user.dto.ts` | DTO | Data Transfer Object for validation. | @nestjs | +| `create-user.dto.ts` | DTO | Defines expected data shapes for validation. | N/A | +| `update-user.dto.ts` | DTO | Defines expected data shapes for validation. | `@nestjs/mapped-types` | ## ๐Ÿ”— Dependencies -- `class-validator` +**Path Aliases:** - `@nestjs/mapped-types` -- `./create-user.dto` + +**External Packages:** +- `class-validator` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './create-user.dto'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for dto +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/veil/README.md b/backend/src/modules/veil/README.md index 9a791c1f..8ad45ae4 100644 --- a/backend/src/modules/veil/README.md +++ b/backend/src/modules/veil/README.md @@ -1,45 +1,38 @@ -# ๐Ÿ“ veil +# ๐Ÿ“ Mavluda Beauty veil -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [veil](/backend/src/modules/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ veil"] - Root --> application["๐Ÿ“ application"] - Root --> domain["๐Ÿ“ domain"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> presentation["๐Ÿ“ presentation"] + 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | File | Core logic and utilities for this domain. | N/A | -| `veil.module.ts` | Module | Core logic and utilities for this domain. | @nestjs | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `veil.module.ts` | Module | Groups related capabilities and defines dependencies. | `@nestjs/common, @nestjs/mongoose` | ## ๐Ÿ”— Dependencies -- `./presentation/dto/create-veil.dto` -- `./presentation/dto/update-veil.dto` -- `./application/veil.service` -- `./domain/veil.entity` -- `./infrastructure/repositories/veil.repository` -- `./infrastructure/schemas/veil.schema` -- `./veil.module` +**Path Aliases:** - `@nestjs/common` - `@nestjs/mongoose` -- `./presentation/veil.controller` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for veil +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/veil/application/README.md b/backend/src/modules/veil/application/README.md index 675d0356..1c213f91 100644 --- a/backend/src/modules/veil/application/README.md +++ b/backend/src/modules/veil/application/README.md @@ -1,34 +1,33 @@ -# ๐Ÿ“ application +# โš™๏ธ Mavluda Beauty application -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) > [application](/backend/src/modules/veil/application) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [veil](/backend/src/modules/veil) / [application](/backend/src/modules/veil/application) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `App` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ application"] - Root --> veilservicets["๐Ÿ“„ veil.service.ts"] + application["โš™๏ธ application"] + application --> veil_service_ts["๐Ÿ“„ veil.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `veil.service.ts` | Service | Business logic and state management. | @nestjs | +| `veil.service.ts` | Service | Encapsulates business logic and API calls. | `@nestjs/common` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` -- `../domain/veil.entity` -- `../infrastructure/repositories/veil.repository` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil.service'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for application +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/veil/domain/README.md b/backend/src/modules/veil/domain/README.md index 14d7c6cf..4d83c5db 100644 --- a/backend/src/modules/veil/domain/README.md +++ b/backend/src/modules/veil/domain/README.md @@ -1,32 +1,29 @@ -# ๐Ÿ“ domain +# ๐Ÿง  Mavluda Beauty domain -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) > [domain](/backend/src/modules/veil/domain) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [veil](/backend/src/modules/veil) / [domain](/backend/src/modules/veil/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ domain"] - Root --> veilentityts["๐Ÿ“„ veil.entity.ts"] + domain["๐Ÿง  domain"] + domain --> veil_entity_ts["๐Ÿ“„ veil.entity.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `veil.entity.ts` | Entity/Model | Data structure and schema definitions. | N/A | +| `veil.entity.ts` | Model/Schema | Defines persistence layer structure. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil.entity'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for domain +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/veil/infrastructure/README.md b/backend/src/modules/veil/infrastructure/README.md index 271068b7..0d9e9a10 100644 --- a/backend/src/modules/veil/infrastructure/README.md +++ b/backend/src/modules/veil/infrastructure/README.md @@ -1,29 +1,30 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ—๏ธ Mavluda Beauty infrastructure -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) > [infrastructure](/backend/src/modules/veil/infrastructure) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [veil](/backend/src/modules/veil) / [infrastructure](/backend/src/modules/veil/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> repositories["๐Ÿ“ repositories"] - Root --> schemas["๐Ÿ“ schemas"] + infrastructure["๐Ÿ—๏ธ infrastructure"] + infrastructure --> repositories["๐Ÿ“ repositories"] + infrastructure --> schemas["๐Ÿ“ schemas"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for infrastructure +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/veil/infrastructure/repositories/README.md b/backend/src/modules/veil/infrastructure/repositories/README.md index 365fb02b..a6c23aac 100644 --- a/backend/src/modules/veil/infrastructure/repositories/README.md +++ b/backend/src/modules/veil/infrastructure/repositories/README.md @@ -1,37 +1,36 @@ -# ๐Ÿ“ repositories +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ repositories"] - Root --> veilrepositoryts["๐Ÿ“„ veil.repository.ts"] + repositories["๐Ÿ“ repositories"] + repositories --> veil_repository_ts["๐Ÿ“„ veil.repository.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `veil.repository.ts` | File | Core logic and utilities for this domain. | @nestjs, @common | +| `veil.repository.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/common, @nestjs/mongoose, @common/utils/file-system` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` - `@nestjs/mongoose` -- `mongoose` -- `../../domain/veil.entity` -- `../schemas/veil.schema` - `@common/utils/file-system` +**External Packages:** +- `mongoose` + + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil.repository'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for repositories +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/veil/infrastructure/schemas/README.md b/backend/src/modules/veil/infrastructure/schemas/README.md index 2101f051..21370cd6 100644 --- a/backend/src/modules/veil/infrastructure/schemas/README.md +++ b/backend/src/modules/veil/infrastructure/schemas/README.md @@ -1,33 +1,34 @@ -# ๐Ÿ“ schemas +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ schemas"] - Root --> veilschemats["๐Ÿ“„ veil.schema.ts"] + schemas["๐Ÿ“ schemas"] + schemas --> veil_schema_ts["๐Ÿ“„ veil.schema.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `veil.schema.ts` | Entity/Model | Data structure and schema definitions. | @nestjs | +| `veil.schema.ts` | Model/Schema | Defines persistence layer structure. | `@nestjs/mongoose` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/mongoose` + +**External Packages:** - `mongoose` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil.schema'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for schemas +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/veil/presentation/README.md b/backend/src/modules/veil/presentation/README.md index 0996541f..7c78b650 100644 --- a/backend/src/modules/veil/presentation/README.md +++ b/backend/src/modules/veil/presentation/README.md @@ -1,39 +1,37 @@ -# ๐Ÿ“ presentation +# ๐ŸŽญ Mavluda Beauty presentation -[Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) > [presentation](/backend/src/modules/veil/presentation) +[backend](/backend) / [src](/backend/src) / [modules](/backend/src/modules) / [veil](/backend/src/modules/veil) / [presentation](/backend/src/modules/veil/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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ presentation"] - Root --> dto["๐Ÿ“ dto"] + presentation["๐ŸŽญ presentation"] + presentation --> dto["๐Ÿ“ dto"] + presentation --> veil_controller_ts["๐Ÿ“„ veil.controller.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `veil.controller.ts` | Controller | Request handling and routing. | @nestjs | +| `veil.controller.ts` | Controller | Handles HTTP requests and orchestrates responses. | `@nestjs/common, @nestjs/platform-express` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/common` - `@nestjs/platform-express` + +**External Packages:** - `multer` - `path` -- `../application/veil.service` -- `../domain/veil.entity` -- `./dto/create-veil.dto` -- `./dto/update-veil.dto` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil.controller'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for presentation +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/src/modules/veil/presentation/dto/README.md b/backend/src/modules/veil/presentation/dto/README.md index 6157870e..3e37cd0c 100644 --- a/backend/src/modules/veil/presentation/dto/README.md +++ b/backend/src/modules/veil/presentation/dto/README.md @@ -1,37 +1,37 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ฆ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ 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. -> **FSD Layer:** Modules (Backend FSD) - Adhering to strict Feature Sliced Design architectural constraints. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> createveildtots["๐Ÿ“„ create-veil.dto.ts"] - Root --> updateveildtots["๐Ÿ“„ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `create-veil.dto.ts` | DTO | Data Transfer Object for validation. | N/A | -| `update-veil.dto.ts` | DTO | Data Transfer Object for validation. | @nestjs | +| `create-veil.dto.ts` | DTO | Defines expected data shapes for validation. | N/A | +| `update-veil.dto.ts` | DTO | Defines expected data shapes for validation. | `@nestjs/mapped-types` | ## ๐Ÿ”— Dependencies +**Path Aliases:** +- `@nestjs/mapped-types` + +**External Packages:** - `class-validator` - `class-transformer` -- `@nestjs/mapped-types` -- `./create-veil.dto` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './create-veil.dto'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for dto +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/backend/test/README.md b/backend/test/README.md index af0cf6cb..7e036dc6 100644 --- a/backend/test/README.md +++ b/backend/test/README.md @@ -1,6 +1,6 @@ -# ๐Ÿงช test +# ๐Ÿ“ Mavluda Beauty test -[Root](/.) > [backend](/backend) > [test](/backend/test) +[backend](/backend) / [test](/backend/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. @@ -8,30 +8,31 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿงช test"] - Root --> appe2espects["๐Ÿ“„ app.e2e-spec.ts"] - Root --> jeste2ejson["๐Ÿ“„ 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` | File | Core logic and utilities for this domain. | @nestjs | -| `jest-e2e.json` | File | Core logic and utilities for this domain. | N/A | +| `app.e2e-spec.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/testing, @nestjs/common` | +| `jest-e2e.json` | Configuration | Project level settings and dependencies. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@nestjs/testing` - `@nestjs/common` + +**External Packages:** - `supertest` - `supertest/types` -- `./../src/app.module` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './app.e2e-spec'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for test +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/README.md b/frontend/README.md index c371909c..83db9771 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,6 +1,6 @@ -# ๐ŸŽจ frontend +# ๐ŸŽจ Mavluda Beauty frontend -[Root](/.) > [frontend](/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. @@ -8,30 +8,38 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐ŸŽจ frontend"] - Root --> src["๐Ÿ“ src"] + frontend["๐ŸŽจ frontend"] + 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` | File | Core logic and utilities for this domain. | N/A | -| `index.html` | Template | Visual layout and structural HTML. | N/A | -| `leaflet.css` | Stylesheet | Luxury styling and layout logic. | N/A | -| `metadata.json` | File | Core logic and utilities for this domain. | N/A | -| `package-lock.json` | File | Core logic and utilities for this domain. | N/A | -| `package.json` | Manifest | Project level settings and dependencies. | N/A | -| `tsconfig.json` | File | Core logic and utilities for this domain. | N/A | +| `angular.json` | Configuration | Project level settings and dependencies. | N/A | +| `index.html` | Template | Core logic and utilities for this domain. | N/A | +| `index.tsx` | File | Core logic and utilities for this domain. | N/A | +| `leaflet.css` | Styles | Core logic and utilities for this domain. | N/A | +| `metadata.json` | Configuration | Project level settings and dependencies. | N/A | +| `package-lock.json` | Configuration | Project level settings and dependencies. | N/A | +| `package.json` | Configuration | Project level settings and dependencies. | N/A | +| `tsconfig.json` | Configuration | Project level settings and dependencies. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```html - - -
- -
+```typescript +// Example integration for frontend +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/public/README.md b/frontend/public/README.md index d7181bf7..8c5ecc3a 100644 --- a/frontend/public/README.md +++ b/frontend/public/README.md @@ -1,27 +1,29 @@ -# [root](/) / [frontend](/frontend) / [public](/frontend/public) +# ๐Ÿ“ Mavluda Beauty public -## ๐Ÿท๏ธ ๐Ÿ“ Public +[frontend](/frontend) / [public](/frontend/public) -### ๐ŸŽฏ PURPOSE -The `public` directory handles frontend architecture and configuration for the Mavluda Beauty platform. +## ๐ŸŽฏ 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 +## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - public[๐Ÿ“ public] - public --> public_images[๐Ÿ“ images] + public["๐Ÿ“ public"] + public --> images["๐Ÿ“ images"] ``` -### ๐Ÿ“„ FILE REGISTRY +## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| (No files) | - | - | - | +| *No files in this directory* | - | - | - | -### ๐Ÿ”— DEPENDENCIES -- `None` -### ๐Ÿ› ๏ธ USAGE +## ๐Ÿ”— Dependencies +No external or alias dependencies detected. + +## ๐Ÿ› ๏ธ Usage ```typescript -// Seamlessly integrate public into your refined workflows: -import { /* exported members */ } from '@path/to/public'; +// Example integration for public +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/public/images/README.md b/frontend/public/images/README.md index 02936a03..a378f84c 100644 --- a/frontend/public/images/README.md +++ b/frontend/public/images/README.md @@ -1,29 +1,31 @@ -# [root](/) / [frontend](/frontend) / [public](/frontend/public) / [images](/frontend/public/images) +# ๐Ÿ“ Mavluda Beauty images -## ๐Ÿท๏ธ ๐Ÿ“ Images +[frontend](/frontend) / [public](/frontend/public) / [images](/frontend/public/images) -### ๐ŸŽฏ PURPOSE -The `images` directory handles frontend architecture and configuration for the Mavluda Beauty platform. +## ๐ŸŽฏ 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 +## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - images[๐Ÿ“ images] - images --> images_treatments_add_img_png(treatments-add-img.png) - images --> images_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 +## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `treatments-add-img.png` | `png` | Core logic or foundational asset for this directory. | None | -| `treatments-no-img.png` | `png` | Core logic or foundational asset for this directory. | None | +| `treatments-add-img.png` | File | Core logic and utilities for this domain. | N/A | +| `treatments-no-img.png` | File | Core logic and utilities for this domain. | N/A | -### ๐Ÿ”— DEPENDENCIES -- `None` -### ๐Ÿ› ๏ธ USAGE +## ๐Ÿ”— Dependencies +No external or alias dependencies detected. + +## ๐Ÿ› ๏ธ Usage ```typescript -// Seamlessly integrate images into your refined workflows: -import { /* exported members */ } from '@path/to/images'; +// Example integration for images +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/README.md b/frontend/src/README.md index 3af0c6e3..b44bc3f3 100644 --- a/frontend/src/README.md +++ b/frontend/src/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ’ป src +# ๐Ÿ’ป Mavluda Beauty src -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) +[frontend](/frontend) / [src](/frontend/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. @@ -8,30 +8,37 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ’ป src"] - Root --> app["๐Ÿ“ app"] - Root --> backend["๐Ÿ“ backend"] - Root --> core["๐Ÿ“ core"] - Root --> entities["๐Ÿ“ entities"] - Root --> environments["๐Ÿ“ environments"] - Root --> features["๐Ÿ“ features"] - Root --> locale["๐Ÿ“ locale"] - Root --> pages["๐Ÿ“ pages"] - Root --> shared["๐Ÿ“ shared"] - Root --> types["๐Ÿ“ types"] - Root --> widgets["๐Ÿ“ widgets"] + src["๐Ÿ’ป src"] + src --> app["๐Ÿ“ app"] + src --> backend["๐Ÿ“ backend"] + src --> core["๐Ÿ“ core"] + src --> entities["๐Ÿ“ entities"] + src --> environments["๐Ÿ“ environments"] + 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 | Visual layout and structural HTML. | N/A | -| `app.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `app.component.ts` | Component | UI rendering and component-level state. | @angular, @shared | -| `app.routes.ts` | File | Core logic and utilities for this domain. | @angular, @pages, @widgets | +| `app.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `app.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `app.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/router, @angular/common, @shared/services, @shared/ui` | +| `app.routes.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@angular/router, @pages/auth, @widgets/layouts` | +| `main.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@angular/platform-browser` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/router` - `@angular/common` @@ -39,12 +46,12 @@ graph TD - `@shared/ui` - `@pages/auth` - `@widgets/layouts` +- `@angular/platform-browser` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './app.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for src +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/app/README.md b/frontend/src/app/README.md index a9338023..c146f4e7 100644 --- a/frontend/src/app/README.md +++ b/frontend/src/app/README.md @@ -1,25 +1,27 @@ -# ๐Ÿš€ app +# ๐Ÿš€ Mavluda Beauty app -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [app](/frontend/src/app) +[frontend](/frontend) / [src](/frontend/src) / [app](/frontend/src/app) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **app** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** App - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `App` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿš€ app"] - Root --> appconfigts["๐Ÿ“„ app.config.ts"] + app["๐Ÿš€ app"] + app --> app_config_ts["๐Ÿ“„ app.config.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `app.config.ts` | File | Core logic and utilities for this domain. | @angular, @src, @core | +| `app.config.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@angular/core, @angular/platform-browser/animations, @angular/router, @src/app.routes, @angular/common/http, @core/interceptors` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/platform-browser/animations` - `@angular/router` @@ -27,11 +29,10 @@ graph TD - `@angular/common/http` - `@core/interceptors` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './app.config'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for app +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/backend/README.md b/frontend/src/backend/README.md index c69167e7..628ae7ce 100644 --- a/frontend/src/backend/README.md +++ b/frontend/src/backend/README.md @@ -1,6 +1,6 @@ -# โš™๏ธ backend +# โš™๏ธ Mavluda Beauty backend -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [backend](/frontend/src/backend) +[frontend](/frontend) / [src](/frontend/src) / [backend](/frontend/src/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. @@ -8,29 +8,30 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["โš™๏ธ backend"] - Root --> indexts["๐Ÿ“„ index.ts"] - Root --> telegramauthguardts["๐Ÿ“„ telegram-auth.guard.ts"] + backend["โš™๏ธ backend"] + backend --> index_ts["๐Ÿ“„ index.ts"] + backend --> telegram_auth_guard_ts["๐Ÿ“„ telegram-auth.guard.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | File | Core logic and utilities for this domain. | N/A | -| `telegram-auth.guard.ts` | File | Core logic and utilities for this domain. | @nestjs | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `telegram-auth.guard.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@nestjs/common` | ## ๐Ÿ”— Dependencies -- `./telegram-auth.guard` +**Path Aliases:** - `@nestjs/common` + +**External Packages:** - `express` - `crypto` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for backend +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/core/README.md b/frontend/src/core/README.md index de4eb48d..bedf46d0 100644 --- a/frontend/src/core/README.md +++ b/frontend/src/core/README.md @@ -1,6 +1,6 @@ -# ๐Ÿง  core +# ๐Ÿ“ Mavluda Beauty core -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [core](/frontend/src/core) +[frontend](/frontend) / [src](/frontend/src) / [core](/frontend/src/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. @@ -8,22 +8,24 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿง  core"] - Root --> constants["๐Ÿ“ constants"] - Root --> guards["๐Ÿ“ guards"] - Root --> interceptors["๐Ÿ“ interceptors"] + core["๐Ÿ“ core"] + core --> constants["๐Ÿ“ constants"] + core --> guards["๐Ÿ“ guards"] + core --> interceptors["๐Ÿ“ interceptors"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for core +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/core/constants/README.md b/frontend/src/core/constants/README.md index 66e83e6d..49d7acd1 100644 --- a/frontend/src/core/constants/README.md +++ b/frontend/src/core/constants/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ constants +# ๐Ÿ“ Mavluda Beauty constants -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [core](/frontend/src/core) > [constants](/frontend/src/core/constants) +[frontend](/frontend) / [src](/frontend/src) / [core](/frontend/src/core) / [constants](/frontend/src/core/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. @@ -8,27 +8,26 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ constants"] - Root --> apiendpointsts["๐Ÿ“„ api-endpoints.ts"] - Root --> indexts["๐Ÿ“„ index.ts"] + constants["๐Ÿ“ constants"] + constants --> api_endpoints_ts["๐Ÿ“„ api-endpoints.ts"] + constants --> index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `api-endpoints.ts` | File | Core logic and utilities for this domain. | @shared | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `api-endpoints.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@shared/lib` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@shared/lib` -- `./api-endpoints` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './api-endpoints'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for constants +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/core/guards/README.md b/frontend/src/core/guards/README.md index c97d9801..ebb04487 100644 --- a/frontend/src/core/guards/README.md +++ b/frontend/src/core/guards/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ guards +# ๐Ÿ“ Mavluda Beauty guards -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [core](/frontend/src/core) > [guards](/frontend/src/core/guards) +[frontend](/frontend) / [src](/frontend/src) / [core](/frontend/src/core) / [guards](/frontend/src/core/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. @@ -8,32 +8,30 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ guards"] - Root --> adminguardts["๐Ÿ“„ admin.guard.ts"] - Root --> authguardts["๐Ÿ“„ auth.guard.ts"] - Root --> indexts["๐Ÿ“„ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin.guard.ts` | File | Core logic and utilities for this domain. | @angular, @entities | -| `auth.guard.ts` | File | Core logic and utilities for this domain. | @angular, @entities | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `admin.guard.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@angular/core, @angular/router, @entities/user` | +| `auth.guard.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@angular/core, @angular/router, @entities/user` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/router` - `@entities/user` -- `./admin.guard` -- `./auth.guard` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './admin.guard'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for guards +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/core/interceptors/README.md b/frontend/src/core/interceptors/README.md index 51de343f..58337bd3 100644 --- a/frontend/src/core/interceptors/README.md +++ b/frontend/src/core/interceptors/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ interceptors +# ๐Ÿ“ Mavluda Beauty interceptors -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [core](/frontend/src/core) > [interceptors](/frontend/src/core/interceptors) +[frontend](/frontend) / [src](/frontend/src) / [core](/frontend/src/core) / [interceptors](/frontend/src/core/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. @@ -8,34 +8,34 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ interceptors"] - Root --> apiinterceptorts["๐Ÿ“„ api.interceptor.ts"] - Root --> errorinterceptorts["๐Ÿ“„ error.interceptor.ts"] - Root --> indexts["๐Ÿ“„ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `api.interceptor.ts` | File | Core logic and utilities for this domain. | @angular, @shared | -| `error.interceptor.ts` | File | Core logic and utilities for this domain. | @angular, @shared | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `api.interceptor.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@angular/common/http, @shared/lib` | +| `error.interceptor.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@angular/common/http, @angular/core, @shared/services` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/common/http` - `@shared/lib` - `@angular/core` -- `rxjs` - `@shared/services` -- `./api.interceptor` -- `./error.interceptor` + +**External Packages:** +- `rxjs` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './api.interceptor'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for interceptors +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/entities/README.md b/frontend/src/entities/README.md index e6be51cb..c1fa7b29 100644 --- a/frontend/src/entities/README.md +++ b/frontend/src/entities/README.md @@ -1,32 +1,35 @@ -# ๐Ÿงฑ entities +# ๐Ÿงฑ Mavluda Beauty entities -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) +[frontend](/frontend) / [src](/frontend/src) / [entities](/frontend/src/entities) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **entities** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Entities - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Entities` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿงฑ entities"] - Root --> adminsettings["๐Ÿ“ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for entities +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/entities/admin-settings/README.md b/frontend/src/entities/admin-settings/README.md index 32bb293b..3b3cf379 100644 --- a/frontend/src/entities/admin-settings/README.md +++ b/frontend/src/entities/admin-settings/README.md @@ -1,39 +1,41 @@ -# ๐Ÿ“ admin-settings +# ๐Ÿ“ Mavluda Beauty admin-settings -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [admin-settings](/frontend/src/entities/admin-settings) +[frontend](/frontend) / [src](/frontend/src) / [entities](/frontend/src/entities) / [admin-settings](/frontend/src/entities/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. -> **FSD Layer:** Entities - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Entities` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ admin-settings"] - Root --> adminsettingsservicets["๐Ÿ“„ admin-settings.service.ts"] - Root --> indexts["๐Ÿ“„ index.ts"] + admin_settings["๐Ÿ“ admin-settings"] + admin_settings --> admin_settings_service_ts["๐Ÿ“„ admin-settings.service.ts"] + admin_settings --> index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.service.ts` | Service | Business logic and state management. | @angular, @core, @shared | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `admin-settings.service.ts` | Service | Encapsulates business logic and API calls. | `@angular/core, @angular/common/http, @core/constants/api-endpoints, @shared/models/admin-settings.model` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/common/http` -- `rxjs` - `@core/constants/api-endpoints` - `@shared/models/admin-settings.model` -- `./admin-settings.service` + +**External Packages:** +- `rxjs` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './admin-settings.service'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for admin-settings +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/entities/gallery/README.md b/frontend/src/entities/gallery/README.md index 049eef13..242af97e 100644 --- a/frontend/src/entities/gallery/README.md +++ b/frontend/src/entities/gallery/README.md @@ -1,38 +1,41 @@ -# ๐Ÿ“ gallery +# ๐Ÿ“ Mavluda Beauty gallery -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [gallery](/frontend/src/entities/gallery) +[frontend](/frontend) / [src](/frontend/src) / [entities](/frontend/src/entities) / [gallery](/frontend/src/entities/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. -> **FSD Layer:** Entities - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Entities` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ gallery"] - Root --> constants["๐Ÿ“ constants"] + gallery["๐Ÿ“ gallery"] + gallery --> constants["๐Ÿ“ constants"] + gallery --> gallery_service_ts["๐Ÿ“„ gallery.service.ts"] + gallery --> index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.service.ts` | Service | Business logic and state management. | @angular, @shared | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `gallery.service.ts` | Service | Encapsulates business logic and API calls. | `@angular/core, @angular/common/http, @shared/models` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/common/http` -- `rxjs` - `@shared/models` -- `./gallery.service` -- `./constants/gallery.constants` + +**External Packages:** +- `rxjs` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery.service'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for gallery +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/entities/gallery/constants/README.md b/frontend/src/entities/gallery/constants/README.md index 1c946ef2..7d9537f2 100644 --- a/frontend/src/entities/gallery/constants/README.md +++ b/frontend/src/entities/gallery/constants/README.md @@ -1,32 +1,31 @@ -# ๐Ÿ“ constants +# ๐Ÿ“ Mavluda Beauty constants -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [gallery](/frontend/src/entities/gallery) > [constants](/frontend/src/entities/gallery/constants) +[frontend](/frontend) / [src](/frontend/src) / [entities](/frontend/src/entities) / [gallery](/frontend/src/entities/gallery) / [constants](/frontend/src/entities/gallery/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. -> **FSD Layer:** Entities - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Entities` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ constants"] - Root --> galleryconstantsts["๐Ÿ“„ gallery.constants.ts"] + constants["๐Ÿ“ constants"] + constants --> gallery_constants_ts["๐Ÿ“„ gallery.constants.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.constants.ts` | File | Core logic and utilities for this domain. | N/A | +| `gallery.constants.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery.constants'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for constants +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/entities/treatments/README.md b/frontend/src/entities/treatments/README.md index 5d90b884..5137e173 100644 --- a/frontend/src/entities/treatments/README.md +++ b/frontend/src/entities/treatments/README.md @@ -1,40 +1,43 @@ -# ๐Ÿ“ treatments +# ๐Ÿ“ Mavluda Beauty treatments -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [treatments](/frontend/src/entities/treatments) +[frontend](/frontend) / [src](/frontend/src) / [entities](/frontend/src/entities) / [treatments](/frontend/src/entities/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. -> **FSD Layer:** Entities - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Entities` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ treatments"] - Root --> constants["๐Ÿ“ constants"] + treatments["๐Ÿ“ treatments"] + treatments --> constants["๐Ÿ“ constants"] + treatments --> index_ts["๐Ÿ“„ index.ts"] + treatments --> treatments_service_ts["๐Ÿ“„ treatments.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | File | Core logic and utilities for this domain. | N/A | -| `treatments.service.ts` | Service | Business logic and state management. | @angular, @features, @shared, @core | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `treatments.service.ts` | Service | Encapsulates business logic and API calls. | `@angular/core, @angular/common/http, @features/treatments, @shared/lib, @core/constants` | ## ๐Ÿ”— Dependencies -- `./treatments.service` -- `./constants/treatments.constants` +**Path Aliases:** - `@angular/core` - `@angular/common/http` -- `rxjs` - `@features/treatments` - `@shared/lib` - `@core/constants` +**External Packages:** +- `rxjs` + + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for treatments +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/entities/treatments/constants/README.md b/frontend/src/entities/treatments/constants/README.md index 508a10f9..3c458137 100644 --- a/frontend/src/entities/treatments/constants/README.md +++ b/frontend/src/entities/treatments/constants/README.md @@ -1,32 +1,31 @@ -# ๐Ÿ“ constants +# ๐Ÿ“ Mavluda Beauty constants -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [treatments](/frontend/src/entities/treatments) > [constants](/frontend/src/entities/treatments/constants) +[frontend](/frontend) / [src](/frontend/src) / [entities](/frontend/src/entities) / [treatments](/frontend/src/entities/treatments) / [constants](/frontend/src/entities/treatments/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. -> **FSD Layer:** Entities - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Entities` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ constants"] - Root --> treatmentsconstantsts["๐Ÿ“„ treatments.constants.ts"] + constants["๐Ÿ“ constants"] + constants --> treatments_constants_ts["๐Ÿ“„ treatments.constants.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `treatments.constants.ts` | File | Core logic and utilities for this domain. | N/A | +| `treatments.constants.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatments.constants'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for constants +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/entities/user/README.md b/frontend/src/entities/user/README.md index 13e12dd4..7a479530 100644 --- a/frontend/src/entities/user/README.md +++ b/frontend/src/entities/user/README.md @@ -1,43 +1,46 @@ -# ๐Ÿ“ user +# ๐Ÿ“ Mavluda Beauty user -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [user](/frontend/src/entities/user) +[frontend](/frontend) / [src](/frontend/src) / [entities](/frontend/src/entities) / [user](/frontend/src/entities/user) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **user** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Entities - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Entities` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ user"] - Root --> constants["๐Ÿ“ constants"] - Root --> model["๐Ÿ“ model"] + 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `auth.service.ts` | Service | Business logic and state management. | @angular | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | -| `user.service.ts` | Service | Business logic and state management. | @angular | +| `auth.service.ts` | Service | Encapsulates business logic and API calls. | `@angular/core, @angular/common/http, @angular/router` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `user.service.ts` | Service | Encapsulates business logic and API calls. | `@angular/core, @angular/common/http` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/common/http` - `@angular/router` + +**External Packages:** - `rxjs/operators` -- `./model/user.model` - `jwt-decode` -- `./auth.service` -- `./user.service` - `rxjs` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './auth.service'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for user +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/entities/user/constants/README.md b/frontend/src/entities/user/constants/README.md index 41951537..d8fc779c 100644 --- a/frontend/src/entities/user/constants/README.md +++ b/frontend/src/entities/user/constants/README.md @@ -1,32 +1,31 @@ -# ๐Ÿ“ constants +# ๐Ÿ“ Mavluda Beauty constants -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [user](/frontend/src/entities/user) > [constants](/frontend/src/entities/user/constants) +[frontend](/frontend) / [src](/frontend/src) / [entities](/frontend/src/entities) / [user](/frontend/src/entities/user) / [constants](/frontend/src/entities/user/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. -> **FSD Layer:** Entities - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Entities` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ constants"] - Root --> userconstantsts["๐Ÿ“„ user.constants.ts"] + constants["๐Ÿ“ constants"] + constants --> user_constants_ts["๐Ÿ“„ user.constants.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `user.constants.ts` | File | Core logic and utilities for this domain. | N/A | +| `user.constants.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './user.constants'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for constants +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/entities/user/model/README.md b/frontend/src/entities/user/model/README.md index 41816ffb..0915dbbd 100644 --- a/frontend/src/entities/user/model/README.md +++ b/frontend/src/entities/user/model/README.md @@ -1,32 +1,31 @@ -# ๐Ÿ“ model +# ๐Ÿ“ Mavluda Beauty model -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [user](/frontend/src/entities/user) > [model](/frontend/src/entities/user/model) +[frontend](/frontend) / [src](/frontend/src) / [entities](/frontend/src/entities) / [user](/frontend/src/entities/user) / [model](/frontend/src/entities/user/model) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **model** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Entities - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Entities` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ model"] - Root --> usermodelts["๐Ÿ“„ user.model.ts"] + model["๐Ÿ“ model"] + model --> user_model_ts["๐Ÿ“„ user.model.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `user.model.ts` | File | Core logic and utilities for this domain. | N/A | +| `user.model.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './user.model'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for model +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/entities/veil/README.md b/frontend/src/entities/veil/README.md index 94834dd8..101b07cd 100644 --- a/frontend/src/entities/veil/README.md +++ b/frontend/src/entities/veil/README.md @@ -1,40 +1,43 @@ -# ๐Ÿ“ veil +# ๐Ÿ“ Mavluda Beauty veil -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [veil](/frontend/src/entities/veil) +[frontend](/frontend) / [src](/frontend/src) / [entities](/frontend/src/entities) / [veil](/frontend/src/entities/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. -> **FSD Layer:** Entities - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Entities` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ veil"] - Root --> constants["๐Ÿ“ constants"] + veil["๐Ÿ“ veil"] + veil --> constants["๐Ÿ“ constants"] + veil --> index_ts["๐Ÿ“„ index.ts"] + veil --> veil_service_ts["๐Ÿ“„ veil.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | File | Core logic and utilities for this domain. | N/A | -| `veil.service.ts` | Service | Business logic and state management. | @angular, @core, @features, @shared | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `veil.service.ts` | Service | Encapsulates business logic and API calls. | `@angular/common/http, @angular/core, @core/constants, @features/veil, @shared/lib` | ## ๐Ÿ”— Dependencies -- `./veil.service` -- `./constants/veil.constants` +**Path Aliases:** - `@angular/common/http` - `@angular/core` - `@core/constants` - `@features/veil` - `@shared/lib` + +**External Packages:** - `rxjs` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for veil +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/entities/veil/constants/README.md b/frontend/src/entities/veil/constants/README.md index 23412408..334079a3 100644 --- a/frontend/src/entities/veil/constants/README.md +++ b/frontend/src/entities/veil/constants/README.md @@ -1,32 +1,31 @@ -# ๐Ÿ“ constants +# ๐Ÿ“ Mavluda Beauty constants -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [veil](/frontend/src/entities/veil) > [constants](/frontend/src/entities/veil/constants) +[frontend](/frontend) / [src](/frontend/src) / [entities](/frontend/src/entities) / [veil](/frontend/src/entities/veil) / [constants](/frontend/src/entities/veil/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. -> **FSD Layer:** Entities - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Entities` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ constants"] - Root --> veilconstantsts["๐Ÿ“„ veil.constants.ts"] + constants["๐Ÿ“ constants"] + constants --> veil_constants_ts["๐Ÿ“„ veil.constants.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `veil.constants.ts` | File | Core logic and utilities for this domain. | N/A | +| `veil.constants.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil.constants'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for constants +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/environments/README.md b/frontend/src/environments/README.md index 6748d9a7..67d96c74 100644 --- a/frontend/src/environments/README.md +++ b/frontend/src/environments/README.md @@ -1,6 +1,6 @@ -# ๐ŸŒ environments +# ๐Ÿ“ Mavluda Beauty environments -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [environments](/frontend/src/environments) +[frontend](/frontend) / [src](/frontend/src) / [environments](/frontend/src/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. @@ -8,26 +8,24 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐ŸŒ environments"] - Root --> environmentprodts["๐Ÿ“„ environment.prod.ts"] - Root --> environmentts["๐Ÿ“„ environment.ts"] + environments["๐Ÿ“ environments"] + environments --> environment_prod_ts["๐Ÿ“„ environment.prod.ts"] + environments --> environment_ts["๐Ÿ“„ environment.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `environment.prod.ts` | File | Core logic and utilities for this domain. | N/A | -| `environment.ts` | File | Core logic and utilities for this domain. | N/A | +| `environment.prod.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `environment.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './environment.prod'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for environments +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/features/README.md b/frontend/src/features/README.md index b0e79d13..59d1e25e 100644 --- a/frontend/src/features/README.md +++ b/frontend/src/features/README.md @@ -1,32 +1,35 @@ -# ๐ŸŒŸ features +# ๐ŸŒŸ Mavluda Beauty features -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) +[frontend](/frontend) / [src](/frontend/src) / [features](/frontend/src/features) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **features** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Features - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Features` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐ŸŒŸ features"] - Root --> clientform["๐Ÿ“ client-form"] - Root --> gallery["๐Ÿ“ gallery"] - Root --> languageselection["๐Ÿ“ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for features +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/features/client-form/README.md b/frontend/src/features/client-form/README.md index b829a42a..1842bb21 100644 --- a/frontend/src/features/client-form/README.md +++ b/frontend/src/features/client-form/README.md @@ -1,41 +1,41 @@ -# ๐Ÿ“ client-form +# ๐Ÿ“ Mavluda Beauty client-form -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [client-form](/frontend/src/features/client-form) +[frontend](/frontend) / [src](/frontend/src) / [features](/frontend/src/features) / [client-form](/frontend/src/features/client-form) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **client-form** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Features - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Features` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ client-form"] - Root --> clientformcomponenthtml["๐Ÿ“„ client-form.component.html"] - Root --> clientformcomponentts["๐Ÿ“„ client-form.component.ts"] - Root --> indexts["๐Ÿ“„ 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 | Visual layout and structural HTML. | N/A | -| `client-form.component.ts` | Component | UI rendering and component-level state. | @angular, @entities, @shared | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `client-form.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `client-form.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @angular/forms, @entities/user, @shared/lib` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/common` - `@angular/forms` - `@entities/user` - `@shared/lib` -- `./client-form.component` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './client-form.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for client-form +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/features/gallery/README.md b/frontend/src/features/gallery/README.md index e8b6b8eb..909c0bf7 100644 --- a/frontend/src/features/gallery/README.md +++ b/frontend/src/features/gallery/README.md @@ -1,32 +1,32 @@ -# ๐Ÿ“ gallery +# ๐Ÿ“ Mavluda Beauty gallery -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [gallery](/frontend/src/features/gallery) +[frontend](/frontend) / [src](/frontend/src) / [features](/frontend/src/features) / [gallery](/frontend/src/features/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. -> **FSD Layer:** Features - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Features` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ gallery"] - Root --> model["๐Ÿ“ model"] + gallery["๐Ÿ“ gallery"] + gallery --> model["๐Ÿ“ model"] + gallery --> index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- `./model/gallery.data` +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for gallery +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/features/gallery/model/README.md b/frontend/src/features/gallery/model/README.md index b1de796d..02648a16 100644 --- a/frontend/src/features/gallery/model/README.md +++ b/frontend/src/features/gallery/model/README.md @@ -1,33 +1,34 @@ -# ๐Ÿ“ model +# ๐Ÿ“ Mavluda Beauty model -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [gallery](/frontend/src/features/gallery) > [model](/frontend/src/features/gallery/model) +[frontend](/frontend) / [src](/frontend/src) / [features](/frontend/src/features) / [gallery](/frontend/src/features/gallery) / [model](/frontend/src/features/gallery/model) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **model** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Features - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Features` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ model"] - Root --> gallerydatats["๐Ÿ“„ gallery.data.ts"] + model["๐Ÿ“ model"] + model --> gallery_data_ts["๐Ÿ“„ gallery.data.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.data.ts` | File | Core logic and utilities for this domain. | @angular, @shared | +| `gallery.data.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@angular/forms/signals, @shared/models` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/forms/signals` - `@shared/models` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery.data'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for model +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/features/language-selection/README.md b/frontend/src/features/language-selection/README.md index b4a00e6a..606d72c6 100644 --- a/frontend/src/features/language-selection/README.md +++ b/frontend/src/features/language-selection/README.md @@ -1,40 +1,40 @@ -# ๐Ÿ“ language-selection +# ๐Ÿ“ Mavluda Beauty language-selection -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [language-selection](/frontend/src/features/language-selection) +[frontend](/frontend) / [src](/frontend/src) / [features](/frontend/src/features) / [language-selection](/frontend/src/features/language-selection) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **language-selection** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Features - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Features` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ language-selection"] - Root --> indexts["๐Ÿ“„ index.ts"] - Root --> languageswitchercomponenthtml["๐Ÿ“„ language-switcher.component.html"] - Root --> languageswitchercomponentscss["๐Ÿ“„ language-switcher.component.scss"] - Root --> languageswitchercomponentts["๐Ÿ“„ 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` | File | Core logic and utilities for this domain. | N/A | -| `language-switcher.component.html` | Template | Visual layout and structural HTML. | N/A | -| `language-switcher.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `language-switcher.component.ts` | Component | UI rendering and component-level state. | @angular | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `language-switcher.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `language-switcher.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `language-switcher.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common` | ## ๐Ÿ”— Dependencies -- `./language-switcher.component` +**Path Aliases:** - `@angular/core` - `@angular/common` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for language-selection +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/features/treatments/README.md b/frontend/src/features/treatments/README.md index 9f68a219..4f8cb6ba 100644 --- a/frontend/src/features/treatments/README.md +++ b/frontend/src/features/treatments/README.md @@ -1,32 +1,32 @@ -# ๐Ÿ“ treatments +# ๐Ÿ“ Mavluda Beauty treatments -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [treatments](/frontend/src/features/treatments) +[frontend](/frontend) / [src](/frontend/src) / [features](/frontend/src/features) / [treatments](/frontend/src/features/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. -> **FSD Layer:** Features - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Features` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ treatments"] - Root --> model["๐Ÿ“ model"] + treatments["๐Ÿ“ treatments"] + treatments --> model["๐Ÿ“ model"] + treatments --> index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- `./model/treatments.data` +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for treatments +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/features/treatments/model/README.md b/frontend/src/features/treatments/model/README.md index d958410c..21227efd 100644 --- a/frontend/src/features/treatments/model/README.md +++ b/frontend/src/features/treatments/model/README.md @@ -1,32 +1,33 @@ -# ๐Ÿ“ model +# ๐Ÿ“ Mavluda Beauty model -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [treatments](/frontend/src/features/treatments) > [model](/frontend/src/features/treatments/model) +[frontend](/frontend) / [src](/frontend/src) / [features](/frontend/src/features) / [treatments](/frontend/src/features/treatments) / [model](/frontend/src/features/treatments/model) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **model** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Features - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Features` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ model"] - Root --> treatmentsdatats["๐Ÿ“„ treatments.data.ts"] + model["๐Ÿ“ model"] + model --> treatments_data_ts["๐Ÿ“„ treatments.data.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `treatments.data.ts` | File | Core logic and utilities for this domain. | @angular | +| `treatments.data.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@angular/forms/signals` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/forms/signals` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatments.data'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for model +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/features/veil/README.md b/frontend/src/features/veil/README.md index 349ae994..fe96dc88 100644 --- a/frontend/src/features/veil/README.md +++ b/frontend/src/features/veil/README.md @@ -1,32 +1,32 @@ -# ๐Ÿ“ veil +# ๐Ÿ“ Mavluda Beauty veil -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [veil](/frontend/src/features/veil) +[frontend](/frontend) / [src](/frontend/src) / [features](/frontend/src/features) / [veil](/frontend/src/features/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. -> **FSD Layer:** Features - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Features` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ veil"] - Root --> model["๐Ÿ“ model"] + veil["๐Ÿ“ veil"] + veil --> model["๐Ÿ“ model"] + veil --> index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- `./model/veil.data` +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for veil +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/features/veil/model/README.md b/frontend/src/features/veil/model/README.md index 1f63a9ed..a5807e7d 100644 --- a/frontend/src/features/veil/model/README.md +++ b/frontend/src/features/veil/model/README.md @@ -1,32 +1,33 @@ -# ๐Ÿ“ model +# ๐Ÿ“ Mavluda Beauty model -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [veil](/frontend/src/features/veil) > [model](/frontend/src/features/veil/model) +[frontend](/frontend) / [src](/frontend/src) / [features](/frontend/src/features) / [veil](/frontend/src/features/veil) / [model](/frontend/src/features/veil/model) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **model** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Features - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Features` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ model"] - Root --> veildatats["๐Ÿ“„ veil.data.ts"] + model["๐Ÿ“ model"] + model --> veil_data_ts["๐Ÿ“„ veil.data.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `veil.data.ts` | File | Core logic and utilities for this domain. | @angular | +| `veil.data.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@angular/forms/signals` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/forms/signals` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil.data'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for model +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/locale/README.md b/frontend/src/locale/README.md index 5eb5a558..1ebdc319 100644 --- a/frontend/src/locale/README.md +++ b/frontend/src/locale/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ locale +# ๐Ÿ“ Mavluda Beauty locale -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [locale](/frontend/src/locale) +[frontend](/frontend) / [src](/frontend/src) / [locale](/frontend/src/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. @@ -8,20 +8,26 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ locale"] - Root --> Empty["(Empty / No recognized files)"] + locale["๐Ÿ“ locale"] + locale --> messages_ru_xlf["๐Ÿ“„ messages.ru.xlf"] + locale --> messages_tj_xlf["๐Ÿ“„ messages.tj.xlf"] + locale --> messages_xlf["๐Ÿ“„ messages.xlf"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| `messages.ru.xlf` | File | Core logic and utilities for this domain. | N/A | +| `messages.tj.xlf` | File | Core logic and utilities for this domain. | N/A | +| `messages.xlf` | File | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for locale +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/README.md b/frontend/src/pages/README.md index 619dc05a..5df373ff 100644 --- a/frontend/src/pages/README.md +++ b/frontend/src/pages/README.md @@ -1,41 +1,44 @@ -# ๐Ÿ“„ pages +# ๐Ÿ“„ Mavluda Beauty pages -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **pages** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ 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 --> treatmentscatalog["๐Ÿ“ treatments-catalog"] - Root --> userhome["๐Ÿ“ user-home"] - Root --> userprofile["๐Ÿ“ user-profile"] - Root --> veil["๐Ÿ“ veil"] - Root --> veilscatalog["๐Ÿ“ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for pages +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/about/README.md b/frontend/src/pages/about/README.md index 49a07975..328d00cd 100644 --- a/frontend/src/pages/about/README.md +++ b/frontend/src/pages/about/README.md @@ -1,41 +1,43 @@ -# ๐Ÿ“ about +# ๐Ÿ“ Mavluda Beauty about -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [about](/frontend/src/pages/about) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [about](/frontend/src/pages/about) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **about** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ about"] - Root --> aboutcomponenthtml["๐Ÿ“„ about.component.html"] - Root --> aboutcomponentscss["๐Ÿ“„ about.component.scss"] - Root --> aboutcomponentts["๐Ÿ“„ about.component.ts"] - Root --> indexts["๐Ÿ“„ 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 | Visual layout and structural HTML. | N/A | -| `about.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `about.component.ts` | Component | UI rendering and component-level state. | @angular | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `about.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `about.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `about.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @angular/forms/signals, @entities/admin-settings, @angular/platform-browser` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/common` - `@angular/forms/signals` -- `./about.component` +- `@entities/admin-settings` +- `@angular/platform-browser` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './about.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for about +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/auth/README.md b/frontend/src/pages/auth/README.md index f4db0ca8..f9271368 100644 --- a/frontend/src/pages/auth/README.md +++ b/frontend/src/pages/auth/README.md @@ -1,44 +1,44 @@ -# ๐Ÿ“ auth +# ๐Ÿ“ Mavluda Beauty auth -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [auth](/frontend/src/pages/auth) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [auth](/frontend/src/pages/auth) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **auth** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ auth"] - Root --> authcomponenthtml["๐Ÿ“„ auth.component.html"] - Root --> authcomponentscss["๐Ÿ“„ auth.component.scss"] - Root --> authcomponentts["๐Ÿ“„ auth.component.ts"] - Root --> indexts["๐Ÿ“„ 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 | Visual layout and structural HTML. | N/A | -| `auth.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `auth.component.ts` | Component | UI rendering and component-level state. | @angular, @entities, @features | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `auth.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `auth.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `auth.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @angular/router, @angular/forms/signals, @entities/user, @features/language-selection` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/common` - `@angular/router` - `@angular/forms/signals` - `@entities/user` - `@features/language-selection` -- `./auth.component` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './auth.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for auth +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/clients/README.md b/frontend/src/pages/clients/README.md index 63e04812..60014d75 100644 --- a/frontend/src/pages/clients/README.md +++ b/frontend/src/pages/clients/README.md @@ -1,42 +1,42 @@ -# ๐Ÿ“ clients +# ๐Ÿ“ Mavluda Beauty clients -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [clients](/frontend/src/pages/clients) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [clients](/frontend/src/pages/clients) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **clients** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ clients"] - Root --> clientscomponenthtml["๐Ÿ“„ clients.component.html"] - Root --> clientscomponentts["๐Ÿ“„ clients.component.ts"] - Root --> indexts["๐Ÿ“„ 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 | Visual layout and structural HTML. | N/A | -| `clients.component.ts` | Component | UI rendering and component-level state. | @angular, @entities, @features, @shared | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `clients.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `clients.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @angular/forms, @entities/user, @features/client-form, @shared/ui` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/common` - `@angular/forms` - `@entities/user` - `@features/client-form` - `@shared/ui` -- `./clients.component` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './clients.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for clients +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/dashboard/README.md b/frontend/src/pages/dashboard/README.md index dfaf59f2..9898419d 100644 --- a/frontend/src/pages/dashboard/README.md +++ b/frontend/src/pages/dashboard/README.md @@ -1,40 +1,47 @@ -# ๐Ÿ“ dashboard +# ๐Ÿ“ Mavluda Beauty dashboard -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [dashboard](/frontend/src/pages/dashboard) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [dashboard](/frontend/src/pages/dashboard) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **dashboard** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dashboard"] - Root --> dashboardcomponenthtml["๐Ÿ“„ dashboard.component.html"] - Root --> dashboardcomponentscss["๐Ÿ“„ dashboard.component.scss"] - Root --> dashboardcomponentts["๐Ÿ“„ dashboard.component.ts"] - Root --> indexts["๐Ÿ“„ 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 | Visual layout and structural HTML. | N/A | -| `dashboard.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `dashboard.component.ts` | Component | UI rendering and component-level state. | @angular | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `dashboard.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `dashboard.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `dashboard.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @entities/user/user.service, @entities/veil/veil.service, @entities/gallery/gallery.service, @entities/treatments/treatments.service` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/common` -- `./dashboard.component` +- `@entities/user/user.service` +- `@entities/veil/veil.service` +- `@entities/gallery/gallery.service` +- `@entities/treatments/treatments.service` + +**External Packages:** +- `rxjs` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './dashboard.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for dashboard +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/gallery/README.md b/frontend/src/pages/gallery/README.md index 96c81fdd..b6c3788d 100644 --- a/frontend/src/pages/gallery/README.md +++ b/frontend/src/pages/gallery/README.md @@ -1,45 +1,49 @@ -# ๐Ÿ“ gallery +# ๐Ÿ“ Mavluda Beauty gallery -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [gallery](/frontend/src/pages/gallery) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [gallery](/frontend/src/pages/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. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ gallery"] - Root --> ui["๐Ÿ“ ui"] + 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 | Visual layout and structural HTML. | N/A | -| `gallery.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `gallery.component.ts` | Component | UI rendering and component-level state. | @angular, @entities, @shared, @environments | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `gallery.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `gallery.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `gallery.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @angular/forms, @entities/gallery, @entities/admin-settings, @shared/models, @shared/ui, @shared/lib/object, @shared/lib, @environments/environment` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/common` - `@angular/forms` - `@entities/gallery` +- `@entities/admin-settings` - `@shared/models` -- `./ui/gallery-form/gallery-form.component` - `@shared/ui` - `@shared/lib/object` - `@shared/lib` - `@environments/environment` -- `./gallery.component` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for gallery +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/gallery/ui/README.md b/frontend/src/pages/gallery/ui/README.md index fed1f373..98fcd6f1 100644 --- a/frontend/src/pages/gallery/ui/README.md +++ b/frontend/src/pages/gallery/ui/README.md @@ -1,28 +1,31 @@ -# ๐Ÿ“ ui +# ๐Ÿ–Œ๏ธ Mavluda Beauty ui -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [gallery](/frontend/src/pages/gallery) > [ui](/frontend/src/pages/gallery/ui) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [gallery](/frontend/src/pages/gallery) / [ui](/frontend/src/pages/gallery/ui) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **ui** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ ui"] - Root --> galleryform["๐Ÿ“ gallery-form"] + ui["๐Ÿ–Œ๏ธ ui"] + ui --> gallery_form["๐Ÿ“ gallery-form"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for ui +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/gallery/ui/gallery-form/README.md b/frontend/src/pages/gallery/ui/gallery-form/README.md index d8d7b3c2..6f0916ba 100644 --- a/frontend/src/pages/gallery/ui/gallery-form/README.md +++ b/frontend/src/pages/gallery/ui/gallery-form/README.md @@ -1,27 +1,29 @@ -# ๐Ÿ“ gallery-form +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **gallery-form** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ gallery-form"] - Root --> galleryformcomponenthtml["๐Ÿ“„ gallery-form.component.html"] - Root --> galleryformcomponentts["๐Ÿ“„ 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 | Visual layout and structural HTML. | N/A | -| `gallery-form.component.ts` | Component | UI rendering and component-level state. | @angular, @shared, @features, @environments | +| `gallery-form.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `gallery-form.component.ts` | Component | Renders UI and handles user interaction. | `@angular/common, @angular/core, @angular/forms/signals, @shared/models, @shared/lib, @features/gallery, @shared/ui, @environments/environment` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/common` - `@angular/core` - `@angular/forms/signals` @@ -31,11 +33,10 @@ graph TD - `@shared/ui` - `@environments/environment` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './gallery-form.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for gallery-form +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/inventory/README.md b/frontend/src/pages/inventory/README.md index 6394a77d..30b31db7 100644 --- a/frontend/src/pages/inventory/README.md +++ b/frontend/src/pages/inventory/README.md @@ -1,40 +1,40 @@ -# ๐Ÿ“ inventory +# ๐Ÿ“ Mavluda Beauty inventory -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [inventory](/frontend/src/pages/inventory) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [inventory](/frontend/src/pages/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. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ inventory"] - Root --> indexts["๐Ÿ“„ index.ts"] - Root --> inventorycomponenthtml["๐Ÿ“„ inventory.component.html"] - Root --> inventorycomponentscss["๐Ÿ“„ inventory.component.scss"] - Root --> inventorycomponentts["๐Ÿ“„ 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` | File | Core logic and utilities for this domain. | N/A | -| `inventory.component.html` | Template | Visual layout and structural HTML. | N/A | -| `inventory.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `inventory.component.ts` | Component | UI rendering and component-level state. | @angular | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `inventory.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `inventory.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `inventory.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common` | ## ๐Ÿ”— Dependencies -- `./inventory.component` +**Path Aliases:** - `@angular/core` - `@angular/common` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for inventory +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/portfolio/README.md b/frontend/src/pages/portfolio/README.md index 237197e7..58b9d1d7 100644 --- a/frontend/src/pages/portfolio/README.md +++ b/frontend/src/pages/portfolio/README.md @@ -1,42 +1,44 @@ -# ๐Ÿ“ portfolio +# ๐Ÿ“ Mavluda Beauty portfolio -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [portfolio](/frontend/src/pages/portfolio) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [portfolio](/frontend/src/pages/portfolio) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **portfolio** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ portfolio"] - Root --> indexts["๐Ÿ“„ index.ts"] - Root --> portfoliocomponenthtml["๐Ÿ“„ portfolio.component.html"] - Root --> portfoliocomponentscss["๐Ÿ“„ portfolio.component.scss"] - Root --> portfoliocomponentts["๐Ÿ“„ 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` | File | Core logic and utilities for this domain. | N/A | -| `portfolio.component.html` | Template | Visual layout and structural HTML. | N/A | -| `portfolio.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `portfolio.component.ts` | Component | UI rendering and component-level state. | @angular, @entities, @shared | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `portfolio.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `portfolio.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `portfolio.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @entities/gallery, @entities/admin-settings, @shared/lib, @environments/environment` | ## ๐Ÿ”— Dependencies -- `./portfolio.component` +**Path Aliases:** - `@angular/core` - `@angular/common` - `@entities/gallery` -- `@shared/models` +- `@entities/admin-settings` +- `@shared/lib` +- `@environments/environment` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for portfolio +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/settings/README.md b/frontend/src/pages/settings/README.md index 14757d48..63b8593d 100644 --- a/frontend/src/pages/settings/README.md +++ b/frontend/src/pages/settings/README.md @@ -1,45 +1,48 @@ -# ๐Ÿ“ settings +# ๐Ÿ“ Mavluda Beauty settings -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [settings](/frontend/src/pages/settings) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [settings](/frontend/src/pages/settings) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **settings** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ settings"] - Root --> ui["๐Ÿ“ ui"] + 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` | File | Core logic and utilities for this domain. | N/A | -| `settings.component.html` | Template | Visual layout and structural HTML. | N/A | -| `settings.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `settings.component.ts` | Component | UI rendering and component-level state. | @angular, @entities, @shared | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `settings.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `settings.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `settings.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @angular/forms, @angular/core/rxjs-interop, @entities/admin-settings, @shared/models/admin-settings.model` | ## ๐Ÿ”— Dependencies -- `./settings.component` +**Path Aliases:** - `@angular/core` - `@angular/common` - `@angular/forms` +- `@angular/core/rxjs-interop` - `@entities/admin-settings` - `@shared/models/admin-settings.model` -- `./ui/business-profile.component` -- `./ui/social-matrix.component` -- `./ui/general-info.component` -- `./ui/additional-links.component` -- `./ui/selects-settings.component` + +**External Packages:** +- `rxjs` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for settings +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/settings/ui/README.md b/frontend/src/pages/settings/ui/README.md index d32bdd82..4e6b1db2 100644 --- a/frontend/src/pages/settings/ui/README.md +++ b/frontend/src/pages/settings/ui/README.md @@ -1,44 +1,47 @@ -# ๐Ÿ“ ui +# ๐Ÿ–Œ๏ธ Mavluda Beauty ui -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [settings](/frontend/src/pages/settings) > [ui](/frontend/src/pages/settings/ui) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [settings](/frontend/src/pages/settings) / [ui](/frontend/src/pages/settings/ui) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **ui** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ ui"] - Root --> additionallinkscomponentts["๐Ÿ“„ additional-links.component.ts"] - Root --> businessprofilecomponentts["๐Ÿ“„ business-profile.component.ts"] - Root --> generalinfocomponentts["๐Ÿ“„ general-info.component.ts"] - Root --> selectssettingscomponentts["๐Ÿ“„ selects-settings.component.ts"] - Root --> socialmatrixcomponentts["๐Ÿ“„ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `additional-links.component.ts` | Component | UI rendering and component-level state. | @angular | -| `business-profile.component.ts` | Component | UI rendering and component-level state. | @angular, @shared | -| `general-info.component.ts` | Component | UI rendering and component-level state. | @angular | -| `selects-settings.component.ts` | Component | UI rendering and component-level state. | @angular | -| `social-matrix.component.ts` | Component | UI rendering and component-level state. | @angular | +| `additional-links.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @angular/forms` | +| `business-profile.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @angular/forms, @shared/models` | +| `general-info.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @angular/forms` | +| `selects-settings.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @angular/forms` | +| `social-matrix.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @angular/forms` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/common` - `@angular/forms` - `@shared/models` + +**External Packages:** - `leaflet` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './additional-links.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for ui +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/treatments-catalog/README.md b/frontend/src/pages/treatments-catalog/README.md index 78b709d6..6bbfdfce 100644 --- a/frontend/src/pages/treatments-catalog/README.md +++ b/frontend/src/pages/treatments-catalog/README.md @@ -1,40 +1,44 @@ -# ๐Ÿ“ treatments-catalog +# ๐Ÿ“ Mavluda Beauty treatments-catalog -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [treatments-catalog](/frontend/src/pages/treatments-catalog) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [treatments-catalog](/frontend/src/pages/treatments-catalog) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **treatments-catalog** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ treatments-catalog"] - Root --> indexts["๐Ÿ“„ index.ts"] - Root --> treatmentscatalogcomponenthtml["๐Ÿ“„ treatments-catalog.component.html"] - Root --> treatmentscatalogcomponentscss["๐Ÿ“„ treatments-catalog.component.scss"] - Root --> treatmentscatalogcomponentts["๐Ÿ“„ 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` | File | Core logic and utilities for this domain. | N/A | -| `treatments-catalog.component.html` | Template | Visual layout and structural HTML. | N/A | -| `treatments-catalog.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `treatments-catalog.component.ts` | Component | UI rendering and component-level state. | @angular | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `treatments-catalog.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `treatments-catalog.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `treatments-catalog.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @entities/admin-settings, @entities/treatments, @environments/environment, @shared/lib` | ## ๐Ÿ”— Dependencies -- `./treatments-catalog.component` +**Path Aliases:** - `@angular/core` - `@angular/common` +- `@entities/admin-settings` +- `@entities/treatments` +- `@environments/environment` +- `@shared/lib` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for treatments-catalog +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/treatments/README.md b/frontend/src/pages/treatments/README.md index 5dfb774b..1e9fff0e 100644 --- a/frontend/src/pages/treatments/README.md +++ b/frontend/src/pages/treatments/README.md @@ -1,44 +1,48 @@ -# ๐Ÿ“ treatments +# ๐Ÿ“ Mavluda Beauty treatments -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [treatments](/frontend/src/pages/treatments) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [treatments](/frontend/src/pages/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. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ treatments"] - Root --> components["๐Ÿ“ components"] + 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` | File | Core logic and utilities for this domain. | N/A | -| `treatments.component.html` | Template | Visual layout and structural HTML. | N/A | -| `treatments.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `treatments.component.ts` | Component | UI rendering and component-level state. | @angular, @features, @entities, @shared, @environments | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `treatments.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `treatments.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `treatments.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @angular/forms, @features/treatments, @entities/treatments, @entities/admin-settings, @shared/ui, @environments/environment, @shared/lib` | ## ๐Ÿ”— Dependencies -- `./treatments.component` +**Path Aliases:** - `@angular/core` - `@angular/common` - `@angular/forms` -- `./components/treatment-form/treatment-form.component` - `@features/treatments` - `@entities/treatments` +- `@entities/admin-settings` - `@shared/ui` - `@environments/environment` - `@shared/lib` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for treatments +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/treatments/components/README.md b/frontend/src/pages/treatments/components/README.md index a0f09d12..32216503 100644 --- a/frontend/src/pages/treatments/components/README.md +++ b/frontend/src/pages/treatments/components/README.md @@ -1,28 +1,31 @@ -# ๐Ÿงฉ components +# ๐Ÿงฉ Mavluda Beauty components -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [treatments](/frontend/src/pages/treatments) > [components](/frontend/src/pages/treatments/components) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [treatments](/frontend/src/pages/treatments) / [components](/frontend/src/pages/treatments/components) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **components** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿงฉ components"] - Root --> treatmentform["๐Ÿ“ treatment-form"] + components["๐Ÿงฉ components"] + components --> treatment_form["๐Ÿ“ treatment-form"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for components +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/treatments/components/treatment-form/README.md b/frontend/src/pages/treatments/components/treatment-form/README.md index e11d5b34..d23769c3 100644 --- a/frontend/src/pages/treatments/components/treatment-form/README.md +++ b/frontend/src/pages/treatments/components/treatment-form/README.md @@ -1,38 +1,39 @@ -# ๐Ÿ“ treatment-form +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **treatment-form** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ treatment-form"] - Root --> treatmentformcomponenthtml["๐Ÿ“„ treatment-form.component.html"] - Root --> treatmentformcomponentts["๐Ÿ“„ 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 | Visual layout and structural HTML. | N/A | -| `treatment-form.component.ts` | Component | UI rendering and component-level state. | @angular, @features, @shared | +| `treatment-form.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `treatment-form.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @angular/forms, @features/treatments, @shared/lib` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/common` - `@angular/forms` - `@features/treatments` - `@shared/lib` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './treatment-form.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for treatment-form +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/user-home/README.md b/frontend/src/pages/user-home/README.md index f4107a7c..926ff770 100644 --- a/frontend/src/pages/user-home/README.md +++ b/frontend/src/pages/user-home/README.md @@ -1,43 +1,43 @@ -# ๐Ÿ“ user-home +# ๐Ÿ“ Mavluda Beauty user-home -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [user-home](/frontend/src/pages/user-home) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [user-home](/frontend/src/pages/user-home) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **user-home** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ user-home"] - Root --> indexts["๐Ÿ“„ index.ts"] - Root --> userhomecomponenthtml["๐Ÿ“„ user-home.component.html"] - Root --> userhomecomponentscss["๐Ÿ“„ user-home.component.scss"] - Root --> userhomecomponentts["๐Ÿ“„ 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` | File | Core logic and utilities for this domain. | N/A | -| `user-home.component.html` | Template | Visual layout and structural HTML. | N/A | -| `user-home.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `user-home.component.ts` | Component | UI rendering and component-level state. | @angular, @core | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `user-home.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `user-home.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `user-home.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @angular/router, @angular/common/http, @core/constants` | ## ๐Ÿ”— Dependencies -- `./user-home.component` +**Path Aliases:** - `@angular/core` - `@angular/common` - `@angular/router` - `@angular/common/http` - `@core/constants` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for user-home +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/user-profile/README.md b/frontend/src/pages/user-profile/README.md index c7d4a04e..8a74c3ef 100644 --- a/frontend/src/pages/user-profile/README.md +++ b/frontend/src/pages/user-profile/README.md @@ -1,41 +1,41 @@ -# ๐Ÿ“ user-profile +# ๐Ÿ“ Mavluda Beauty user-profile -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [user-profile](/frontend/src/pages/user-profile) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [user-profile](/frontend/src/pages/user-profile) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **user-profile** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ user-profile"] - Root --> indexts["๐Ÿ“„ index.ts"] - Root --> userprofilecomponenthtml["๐Ÿ“„ user-profile.component.html"] - Root --> userprofilecomponentscss["๐Ÿ“„ user-profile.component.scss"] - Root --> userprofilecomponentts["๐Ÿ“„ 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` | File | Core logic and utilities for this domain. | N/A | -| `user-profile.component.html` | Template | Visual layout and structural HTML. | N/A | -| `user-profile.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `user-profile.component.ts` | Component | UI rendering and component-level state. | @angular, @entities | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `user-profile.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `user-profile.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `user-profile.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @entities/user` | ## ๐Ÿ”— Dependencies -- `./user-profile.component` +**Path Aliases:** - `@angular/core` - `@angular/common` - `@entities/user` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for user-profile +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/veil/README.md b/frontend/src/pages/veil/README.md index 80b1d676..aab3fa81 100644 --- a/frontend/src/pages/veil/README.md +++ b/frontend/src/pages/veil/README.md @@ -1,44 +1,50 @@ -# ๐Ÿ“ veil +# ๐Ÿ“ Mavluda Beauty veil -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veil](/frontend/src/pages/veil) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [veil](/frontend/src/pages/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. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ veil"] - Root --> ui["๐Ÿ“ ui"] + 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` | File | Core logic and utilities for this domain. | N/A | -| `veil.component.html` | Template | Visual layout and structural HTML. | N/A | -| `veil.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `veil.component.ts` | Component | UI rendering and component-level state. | @angular, @environments, @entities, @features, @shared | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `veil.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `veil.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `veil.component.ts` | Component | Renders UI and handles user interaction. | `@angular/common, @angular/core, @environments/environment, @entities/veil, @entities/admin-settings, @features/veil, @shared/lib, @shared/ui` | ## ๐Ÿ”— Dependencies -- `./veil.component` -- `./ui/veil-form/veil-form.component` +**Path Aliases:** - `@angular/common` - `@angular/core` - `@environments/environment` - `@entities/veil` +- `@entities/admin-settings` - `@features/veil` - `@shared/lib` - `@shared/ui` + +**External Packages:** - `rxjs` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for veil +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/veil/ui/README.md b/frontend/src/pages/veil/ui/README.md index 298e80ce..e87589f5 100644 --- a/frontend/src/pages/veil/ui/README.md +++ b/frontend/src/pages/veil/ui/README.md @@ -1,30 +1,33 @@ -# ๐Ÿ“ ui +# ๐Ÿ–Œ๏ธ Mavluda Beauty ui -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veil](/frontend/src/pages/veil) > [ui](/frontend/src/pages/veil/ui) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [veil](/frontend/src/pages/veil) / [ui](/frontend/src/pages/veil/ui) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **ui** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ ui"] - Root --> veilform["๐Ÿ“ veil-form"] - Root --> veilitem["๐Ÿ“ veil-item"] - Root --> veilmodal["๐Ÿ“ veil-modal"] + ui["๐Ÿ–Œ๏ธ ui"] + ui --> veil_form["๐Ÿ“ veil-form"] + ui --> veil_item["๐Ÿ“ veil-item"] + ui --> veil_modal["๐Ÿ“ veil-modal"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for ui +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/veil/ui/veil-form/README.md b/frontend/src/pages/veil/ui/veil-form/README.md index afce42eb..80e1f094 100644 --- a/frontend/src/pages/veil/ui/veil-form/README.md +++ b/frontend/src/pages/veil/ui/veil-form/README.md @@ -1,39 +1,39 @@ -# ๐Ÿ“ veil-form +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **veil-form** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ veil-form"] - Root --> veilformcomponenthtml["๐Ÿ“„ veil-form.component.html"] - Root --> veilformcomponentts["๐Ÿ“„ 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 | Visual layout and structural HTML. | N/A | -| `veil-form.component.ts` | Component | UI rendering and component-level state. | @angular, @entities, @features, @shared | +| `veil-form.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `veil-form.component.ts` | Component | Renders UI and handles user interaction. | `@angular/common, @angular/core, @angular/forms/signals, @features/veil, @shared/lib` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/common` - `@angular/core` - `@angular/forms/signals` -- `@entities/veil` - `@features/veil` - `@shared/lib` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil-form.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for veil-form +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/veil/ui/veil-item/README.md b/frontend/src/pages/veil/ui/veil-item/README.md index 51d98e2e..393ea889 100644 --- a/frontend/src/pages/veil/ui/veil-item/README.md +++ b/frontend/src/pages/veil/ui/veil-item/README.md @@ -1,36 +1,37 @@ -# ๐Ÿ“ veil-item +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **veil-item** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ veil-item"] - Root --> veilitemcomponenthtml["๐Ÿ“„ veil-item.component.html"] - Root --> veilitemcomponentts["๐Ÿ“„ 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 | Visual layout and structural HTML. | N/A | -| `veil-item.component.ts` | Component | UI rendering and component-level state. | @angular, @features | +| `veil-item.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `veil-item.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @features/veil` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/common` - `@features/veil` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil-item.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for veil-item +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/veil/ui/veil-modal/README.md b/frontend/src/pages/veil/ui/veil-modal/README.md index 41465de3..f6625e32 100644 --- a/frontend/src/pages/veil/ui/veil-modal/README.md +++ b/frontend/src/pages/veil/ui/veil-modal/README.md @@ -1,37 +1,38 @@ -# ๐Ÿ“ veil-modal +# ๐Ÿ“ Mavluda Beauty 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) +[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) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **veil-modal** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ veil-modal"] - Root --> veilmodalcomponenthtml["๐Ÿ“„ veil-modal.component.html"] - Root --> veilmodalcomponentts["๐Ÿ“„ 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 | Visual layout and structural HTML. | N/A | -| `veil-modal.component.ts` | Component | UI rendering and component-level state. | @angular, @features | +| `veil-modal.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `veil-modal.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @angular/forms, @features/veil` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/common` - `@angular/forms` - `@features/veil` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './veil-modal.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for veil-modal +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/pages/veils-catalog/README.md b/frontend/src/pages/veils-catalog/README.md index d51644da..d12124f7 100644 --- a/frontend/src/pages/veils-catalog/README.md +++ b/frontend/src/pages/veils-catalog/README.md @@ -1,41 +1,45 @@ -# ๐Ÿ“ veils-catalog +# ๐Ÿ“ Mavluda Beauty veils-catalog -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veils-catalog](/frontend/src/pages/veils-catalog) +[frontend](/frontend) / [src](/frontend/src) / [pages](/frontend/src/pages) / [veils-catalog](/frontend/src/pages/veils-catalog) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **veils-catalog** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Pages - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Pages` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ veils-catalog"] - Root --> indexts["๐Ÿ“„ index.ts"] - Root --> veilscatalogcomponenthtml["๐Ÿ“„ veils-catalog.component.html"] - Root --> veilscatalogcomponentscss["๐Ÿ“„ veils-catalog.component.scss"] - Root --> veilscatalogcomponentts["๐Ÿ“„ 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` | File | Core logic and utilities for this domain. | N/A | -| `veils-catalog.component.html` | Template | Visual layout and structural HTML. | N/A | -| `veils-catalog.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `veils-catalog.component.ts` | Component | UI rendering and component-level state. | @angular, @shared | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `veils-catalog.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `veils-catalog.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `veils-catalog.component.ts` | Component | Renders UI and handles user interaction. | `@angular/common, @angular/core, @entities/admin-settings, @entities/veil, @environments/environment, @shared/lib, @shared/ui` | ## ๐Ÿ”— Dependencies -- `./veils-catalog.component` -- `@angular/core` +**Path Aliases:** - `@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 './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for veils-catalog +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/shared/README.md b/frontend/src/shared/README.md index 7ee9f3d5..4baaf756 100644 --- a/frontend/src/shared/README.md +++ b/frontend/src/shared/README.md @@ -1,33 +1,36 @@ -# ๐Ÿค shared +# ๐Ÿค Mavluda Beauty shared -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) +[frontend](/frontend) / [src](/frontend/src) / [shared](/frontend/src/shared) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **shared** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Shared - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Shared` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for shared +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/shared/lib/README.md b/frontend/src/shared/lib/README.md index f5f3760a..c0bd797a 100644 --- a/frontend/src/shared/lib/README.md +++ b/frontend/src/shared/lib/README.md @@ -1,41 +1,39 @@ -# ๐Ÿ“ lib +# ๐Ÿ“ Mavluda Beauty lib -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [lib](/frontend/src/shared/lib) +[frontend](/frontend) / [src](/frontend/src) / [shared](/frontend/src/shared) / [lib](/frontend/src/shared/lib) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **lib** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Shared - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Shared` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ lib"] - Root --> arrayts["๐Ÿ“„ array.ts"] - Root --> indexts["๐Ÿ“„ index.ts"] - Root --> linkts["๐Ÿ“„ link.ts"] - Root --> objectts["๐Ÿ“„ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `array.ts` | File | Core logic and utilities for this domain. | N/A | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | -| `link.ts` | File | Core logic and utilities for this domain. | @environments | -| `object.ts` | File | Core logic and utilities for this domain. | N/A | +| `array.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `link.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@environments/environment` | +| `object.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- `./link` -- `./object` -- `./array` +**Path Aliases:** - `@environments/environment` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './array'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for lib +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/shared/models/README.md b/frontend/src/shared/models/README.md index 09ee9d9b..671163f5 100644 --- a/frontend/src/shared/models/README.md +++ b/frontend/src/shared/models/README.md @@ -1,46 +1,41 @@ -# ๐Ÿ“Š models +# ๐Ÿ—„๏ธ Mavluda Beauty models -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [models](/frontend/src/shared/models) +[frontend](/frontend) / [src](/frontend/src) / [shared](/frontend/src/shared) / [models](/frontend/src/shared/models) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **models** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Shared - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Shared` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“Š models"] - Root --> adminsettingsmodelts["๐Ÿ“„ admin-settings.model.ts"] - Root --> apiresponsemodelts["๐Ÿ“„ api-response.model.ts"] - Root --> gallerymodelts["๐Ÿ“„ gallery.model.ts"] - Root --> indexts["๐Ÿ“„ index.ts"] - Root --> servicemodelts["๐Ÿ“„ service.model.ts"] - Root --> usermodelts["๐Ÿ“„ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.model.ts` | File | Core logic and utilities for this domain. | N/A | -| `api-response.model.ts` | File | Core logic and utilities for this domain. | N/A | -| `gallery.model.ts` | File | Core logic and utilities for this domain. | N/A | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | -| `service.model.ts` | File | Core logic and utilities for this domain. | N/A | -| `user.model.ts` | File | Core logic and utilities for this domain. | N/A | +| `admin-settings.model.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `api-response.model.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `gallery.model.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `service.model.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `user.model.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- `./admin-settings.model` -- `./api-response.model` -- `./gallery.model` -- `./service.model` -- `./user.model` +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './admin-settings.model'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for models +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/shared/pipes/README.md b/frontend/src/shared/pipes/README.md index cab62b10..9f652421 100644 --- a/frontend/src/shared/pipes/README.md +++ b/frontend/src/shared/pipes/README.md @@ -1,36 +1,36 @@ -# ๐Ÿ“ pipes +# ๐Ÿ“ Mavluda Beauty pipes -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [pipes](/frontend/src/shared/pipes) +[frontend](/frontend) / [src](/frontend/src) / [shared](/frontend/src/shared) / [pipes](/frontend/src/shared/pipes) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **pipes** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Shared - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Shared` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ pipes"] - Root --> indexts["๐Ÿ“„ index.ts"] - Root --> safehtmlpipets["๐Ÿ“„ safe-html.pipe.ts"] + pipes["๐Ÿ“ pipes"] + pipes --> index_ts["๐Ÿ“„ index.ts"] + pipes --> safe_html_pipe_ts["๐Ÿ“„ safe-html.pipe.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | File | Core logic and utilities for this domain. | N/A | -| `safe-html.pipe.ts` | File | Core logic and utilities for this domain. | @angular | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `safe-html.pipe.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@angular/core, @angular/platform-browser` | ## ๐Ÿ”— Dependencies -- `./safe-html.pipe` +**Path Aliases:** - `@angular/core` - `@angular/platform-browser` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for pipes +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/shared/services/README.md b/frontend/src/shared/services/README.md index 1005d7cd..07826960 100644 --- a/frontend/src/shared/services/README.md +++ b/frontend/src/shared/services/README.md @@ -1,50 +1,49 @@ -# ๐Ÿ› ๏ธ services +# ๐Ÿ“ Mavluda Beauty services -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [services](/frontend/src/shared/services) +[frontend](/frontend) / [src](/frontend/src) / [shared](/frontend/src/shared) / [services](/frontend/src/shared/services) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **services** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Shared - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Shared` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ› ๏ธ services"] - Root --> authservicets["๐Ÿ“„ auth.service.ts"] - Root --> errorservicets["๐Ÿ“„ error.service.ts"] - Root --> imageservicets["๐Ÿ“„ image.service.ts"] - Root --> indexts["๐Ÿ“„ index.ts"] - Root --> telegramservicets["๐Ÿ“„ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `auth.service.ts` | Service | Business logic and state management. | @angular, @core, @shared | -| `error.service.ts` | Service | Business logic and state management. | @angular | -| `image.service.ts` | Service | Business logic and state management. | @angular | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | -| `telegram.service.ts` | Service | Business logic and state management. | @angular, @src | +| `auth.service.ts` | Service | Encapsulates business logic and API calls. | `@angular/common/http, @angular/core, @angular/router, @core/constants, @shared/models` | +| `error.service.ts` | Service | Encapsulates business logic and API calls. | `@angular/core` | +| `image.service.ts` | Service | Encapsulates business logic and API calls. | `@angular/core` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `telegram.service.ts` | Service | Encapsulates business logic and API calls. | `@angular/core, @src/types/telegram` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/common/http` - `@angular/core` - `@angular/router` - `@core/constants` - `@shared/models` -- `rxjs` -- `./telegram.service` -- `./auth.service` -- `./error.service` -- `./image.service` - `@src/types/telegram` +**External Packages:** +- `rxjs` + + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './auth.service'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for services +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/shared/store/README.md b/frontend/src/shared/store/README.md index 95b8ac0c..2872294f 100644 --- a/frontend/src/shared/store/README.md +++ b/frontend/src/shared/store/README.md @@ -1,35 +1,35 @@ -# ๐Ÿ“ store +# ๐Ÿ“ Mavluda Beauty store -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [store](/frontend/src/shared/store) +[frontend](/frontend) / [src](/frontend/src) / [shared](/frontend/src/shared) / [store](/frontend/src/shared/store) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **store** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Shared - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Shared` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ store"] - Root --> indexts["๐Ÿ“„ index.ts"] - Root --> signalstorebasets["๐Ÿ“„ signal-store.base.ts"] + store["๐Ÿ“ store"] + store --> index_ts["๐Ÿ“„ index.ts"] + store --> signal_store_base_ts["๐Ÿ“„ signal-store.base.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | File | Core logic and utilities for this domain. | N/A | -| `signal-store.base.ts` | File | Core logic and utilities for this domain. | @angular | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `signal-store.base.ts` | TypeScript Logic | Core logic and utilities for this domain. | `@angular/core` | ## ๐Ÿ”— Dependencies -- `./signal-store.base` +**Path Aliases:** - `@angular/core` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for store +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/shared/ui/README.md b/frontend/src/shared/ui/README.md index 37e26e1f..64fff782 100644 --- a/frontend/src/shared/ui/README.md +++ b/frontend/src/shared/ui/README.md @@ -1,38 +1,35 @@ -# ๐Ÿ“ ui +# ๐Ÿ–Œ๏ธ Mavluda Beauty ui -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [ui](/frontend/src/shared/ui) +[frontend](/frontend) / [src](/frontend/src) / [shared](/frontend/src/shared) / [ui](/frontend/src/shared/ui) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **ui** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Shared - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Shared` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ ui"] - Root --> cardview["๐Ÿ“ card-view"] - Root --> globalerror["๐Ÿ“ global-error"] - Root --> imagepopup["๐Ÿ“ image-popup"] - Root --> listview["๐Ÿ“ list-view"] + 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- `./global-error/global-error.component` -- `./image-popup/image-popup.component` -- `./list-view/list-view.component` -- `./card-view` +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for ui +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/shared/ui/card-view/README.md b/frontend/src/shared/ui/card-view/README.md index 9730d442..ca7380d7 100644 --- a/frontend/src/shared/ui/card-view/README.md +++ b/frontend/src/shared/ui/card-view/README.md @@ -1,42 +1,42 @@ -# ๐Ÿ“ card-view +# ๐Ÿ“ Mavluda Beauty 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) +[frontend](/frontend) / [src](/frontend/src) / [shared](/frontend/src/shared) / [ui](/frontend/src/shared/ui) / [card-view](/frontend/src/shared/ui/card-view) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **card-view** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Shared - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Shared` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ card-view"] - Root --> cardviewcomponenthtml["๐Ÿ“„ card-view.component.html"] - Root --> cardviewcomponentscss["๐Ÿ“„ card-view.component.scss"] - Root --> cardviewcomponentts["๐Ÿ“„ card-view.component.ts"] - Root --> indexts["๐Ÿ“„ 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 | Visual layout and structural HTML. | N/A | -| `card-view.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `card-view.component.ts` | Component | UI rendering and component-level state. | @angular, @environments, @shared | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `card-view.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `card-view.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `card-view.component.ts` | Component | Renders UI and handles user interaction. | `@angular/common, @angular/core, @environments/environment, @shared/lib` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/common` - `@angular/core` - `@environments/environment` - `@shared/lib` -- `./card-view.component` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './card-view.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for card-view +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/shared/ui/global-error/README.md b/frontend/src/shared/ui/global-error/README.md index c6c0a5b3..a70de611 100644 --- a/frontend/src/shared/ui/global-error/README.md +++ b/frontend/src/shared/ui/global-error/README.md @@ -1,35 +1,36 @@ -# ๐Ÿ“ global-error +# ๐Ÿ“ Mavluda Beauty 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) +[frontend](/frontend) / [src](/frontend/src) / [shared](/frontend/src/shared) / [ui](/frontend/src/shared/ui) / [global-error](/frontend/src/shared/ui/global-error) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **global-error** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Shared - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Shared` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ global-error"] - Root --> globalerrorcomponentts["๐Ÿ“„ global-error.component.ts"] + global_error["๐Ÿ“ global-error"] + global_error --> global_error_component_ts["๐Ÿ“„ global-error.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `global-error.component.ts` | Component | UI rendering and component-level state. | @angular, @shared | +| `global-error.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @shared/services, @angular/animations` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/common` - `@shared/services` - `@angular/animations` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './global-error.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for global-error +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/shared/ui/image-popup/README.md b/frontend/src/shared/ui/image-popup/README.md index a860858a..5f705051 100644 --- a/frontend/src/shared/ui/image-popup/README.md +++ b/frontend/src/shared/ui/image-popup/README.md @@ -1,35 +1,36 @@ -# ๐Ÿ“ image-popup +# ๐Ÿ“ Mavluda Beauty 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) +[frontend](/frontend) / [src](/frontend/src) / [shared](/frontend/src/shared) / [ui](/frontend/src/shared/ui) / [image-popup](/frontend/src/shared/ui/image-popup) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **image-popup** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Shared - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Shared` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ image-popup"] - Root --> imagepopupcomponenthtml["๐Ÿ“„ image-popup.component.html"] - Root --> imagepopupcomponentts["๐Ÿ“„ 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 | Visual layout and structural HTML. | N/A | -| `image-popup.component.ts` | Component | UI rendering and component-level state. | @angular | +| `image-popup.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `image-popup.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/common` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './image-popup.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for image-popup +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/shared/ui/list-view/README.md b/frontend/src/shared/ui/list-view/README.md index eaf5bc7d..44262ac0 100644 --- a/frontend/src/shared/ui/list-view/README.md +++ b/frontend/src/shared/ui/list-view/README.md @@ -1,38 +1,39 @@ -# ๐Ÿ“ list-view +# ๐Ÿ“ Mavluda Beauty 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) +[frontend](/frontend) / [src](/frontend/src) / [shared](/frontend/src/shared) / [ui](/frontend/src/shared/ui) / [list-view](/frontend/src/shared/ui/list-view) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **list-view** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Shared - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Shared` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ list-view"] - Root --> listviewcomponenthtml["๐Ÿ“„ list-view.component.html"] - Root --> listviewcomponentscss["๐Ÿ“„ list-view.component.scss"] - Root --> listviewcomponentts["๐Ÿ“„ 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 | Visual layout and structural HTML. | N/A | -| `list-view.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `list-view.component.ts` | Component | UI rendering and component-level state. | @angular, @shared | +| `list-view.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `list-view.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `list-view.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @shared/lib` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/common` - `@shared/lib` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './list-view.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for list-view +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/types/README.md b/frontend/src/types/README.md index 7cb4fe73..91fef687 100644 --- a/frontend/src/types/README.md +++ b/frontend/src/types/README.md @@ -1,6 +1,6 @@ -# ๐Ÿ“ types +# ๐Ÿ“ Mavluda Beauty types -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [types](/frontend/src/types) +[frontend](/frontend) / [src](/frontend/src) / [types](/frontend/src/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. @@ -8,24 +8,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ types"] - Root --> telegramts["๐Ÿ“„ telegram.ts"] + types["๐Ÿ“ types"] + types --> telegram_ts["๐Ÿ“„ telegram.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `telegram.ts` | File | Core logic and utilities for this domain. | N/A | +| `telegram.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './telegram'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for types +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/widgets/README.md b/frontend/src/widgets/README.md index 7ac61cbc..b203fffd 100644 --- a/frontend/src/widgets/README.md +++ b/frontend/src/widgets/README.md @@ -1,30 +1,33 @@ -# ๐Ÿ–ผ๏ธ widgets +# ๐Ÿ–ผ๏ธ Mavluda Beauty widgets -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [widgets](/frontend/src/widgets) +[frontend](/frontend) / [src](/frontend/src) / [widgets](/frontend/src/widgets) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **widgets** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Widgets - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Widgets` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ 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 | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| _No matching files_ | - | - | - | +| *No files in this directory* | - | - | - | ## ๐Ÿ”— Dependencies -- _No external or internal dependencies detected._ +No external or alias dependencies detected. ## ๐Ÿ› ๏ธ Usage -```markdown -> This directory acts primarily as a structural container or configuration hub. +```typescript +// Example integration for widgets +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/widgets/header/README.md b/frontend/src/widgets/header/README.md index 01941cb5..4670a6a9 100644 --- a/frontend/src/widgets/header/README.md +++ b/frontend/src/widgets/header/README.md @@ -1,42 +1,42 @@ -# ๐Ÿ“ header +# ๐Ÿ“ Mavluda Beauty header -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [widgets](/frontend/src/widgets) > [header](/frontend/src/widgets/header) +[frontend](/frontend) / [src](/frontend/src) / [widgets](/frontend/src/widgets) / [header](/frontend/src/widgets/header) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **header** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Widgets - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Widgets` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ header"] - Root --> headercomponenthtml["๐Ÿ“„ header.component.html"] - Root --> headercomponentscss["๐Ÿ“„ header.component.scss"] - Root --> headercomponentts["๐Ÿ“„ header.component.ts"] - Root --> indexts["๐Ÿ“„ 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 | Visual layout and structural HTML. | N/A | -| `header.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `header.component.ts` | Component | UI rendering and component-level state. | @angular, @features | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | +| `header.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `header.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `header.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @angular/router, @features/language-selection` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/common` - `@angular/router` - `@features/language-selection` -- `./header.component` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './header.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for header +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/widgets/layouts/README.md b/frontend/src/widgets/layouts/README.md index b728feab..477aa97e 100644 --- a/frontend/src/widgets/layouts/README.md +++ b/frontend/src/widgets/layouts/README.md @@ -1,50 +1,49 @@ -# ๐Ÿ“ layouts +# ๐Ÿ“ Mavluda Beauty layouts -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [widgets](/frontend/src/widgets) > [layouts](/frontend/src/widgets/layouts) +[frontend](/frontend) / [src](/frontend/src) / [widgets](/frontend/src/widgets) / [layouts](/frontend/src/widgets/layouts) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **layouts** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Widgets - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Widgets` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ layouts"] - Root --> adminlayoutcomponenthtml["๐Ÿ“„ admin-layout.component.html"] - Root --> adminlayoutcomponentscss["๐Ÿ“„ admin-layout.component.scss"] - Root --> adminlayoutcomponentts["๐Ÿ“„ admin-layout.component.ts"] - Root --> indexts["๐Ÿ“„ index.ts"] - Root --> userlayoutcomponenthtml["๐Ÿ“„ user-layout.component.html"] - Root --> userlayoutcomponentscss["๐Ÿ“„ user-layout.component.scss"] - Root --> userlayoutcomponentts["๐Ÿ“„ 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 | Visual layout and structural HTML. | N/A | -| `admin-layout.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `admin-layout.component.ts` | Component | UI rendering and component-level state. | @angular, @widgets | -| `index.ts` | File | Core logic and utilities for this domain. | N/A | -| `user-layout.component.html` | Template | Visual layout and structural HTML. | N/A | -| `user-layout.component.scss` | Stylesheet | Luxury styling and layout logic. | N/A | -| `user-layout.component.ts` | Component | UI rendering and component-level state. | @angular | +| `admin-layout.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `admin-layout.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `admin-layout.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/router, @widgets/sidebar, @widgets/header` | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `user-layout.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `user-layout.component.scss` | Component | Renders UI and handles user interaction. | N/A | +| `user-layout.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/router, @angular/common` | ## ๐Ÿ”— Dependencies +**Path Aliases:** - `@angular/core` - `@angular/router` - `@widgets/sidebar` - `@widgets/header` -- `./admin-layout.component` -- `./user-layout.component` - `@angular/common` + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './admin-layout.component'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for layouts +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard. diff --git a/frontend/src/widgets/sidebar/README.md b/frontend/src/widgets/sidebar/README.md index 3392dc6d..06f3a1c4 100644 --- a/frontend/src/widgets/sidebar/README.md +++ b/frontend/src/widgets/sidebar/README.md @@ -1,41 +1,43 @@ -# ๐Ÿ“ sidebar +# ๐Ÿ“ Mavluda Beauty sidebar -[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [widgets](/frontend/src/widgets) > [sidebar](/frontend/src/widgets/sidebar) +[frontend](/frontend) / [src](/frontend/src) / [widgets](/frontend/src/widgets) / [sidebar](/frontend/src/widgets/sidebar) ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **sidebar** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. -> **FSD Layer:** Widgets - Adhering to strict Feature Sliced Design architectural constraints. + +> **FSD Layer**: `Widgets` - Adhering to Feature Sliced Design principles. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ sidebar"] - Root --> indexts["๐Ÿ“„ index.ts"] - Root --> sidebarcomponenthtml["๐Ÿ“„ sidebar.component.html"] - Root --> sidebarcomponentts["๐Ÿ“„ 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` | File | Core logic and utilities for this domain. | N/A | -| `sidebar.component.html` | Template | Visual layout and structural HTML. | N/A | -| `sidebar.component.ts` | Component | UI rendering and component-level state. | @angular, @shared | +| `index.ts` | TypeScript Logic | Core logic and utilities for this domain. | N/A | +| `sidebar.component.html` | Component | Renders UI and handles user interaction. | N/A | +| `sidebar.component.ts` | Component | Renders UI and handles user interaction. | `@angular/core, @angular/common, @angular/router, @shared/pipes` | ## ๐Ÿ”— Dependencies -- `./sidebar.component` +**Path Aliases:** - `@angular/core` - `@angular/common` - `@angular/router` -- `rxjs` - `@shared/pipes` +**External Packages:** +- `rxjs` + + ## ๐Ÿ› ๏ธ Usage ```typescript -// Example usage within the Mavluda Beauty ecosystem -import { relevantMember } from './index'; - -// Integrate into the application architecture -relevantMember.execute(); +// Example integration for sidebar +// Import capabilities from this directory to enrich your modules. ``` +> This directory provides specialized logic tailored to the Mavluda Beauty standard.