diff --git a/README.md b/README.md index 884f41cf..00d7705e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ Mavluda Beauty Repository +# ๐Ÿ“ Mavluda beauty repository [Root](/.) @@ -8,25 +8,20 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ Mavluda Beauty Repository"] - Root --> backend["๐Ÿ“ backend"] - Root --> frontend["๐Ÿ“ frontend"] - Root --> scripts["๐Ÿ“ scripts"] - Root --> _env["๐Ÿ“„ .env"] - Root --> _gitignore["๐Ÿ“„ .gitignore"] - Root --> _gitignore_append["๐Ÿ“„ .gitignore_append"] - Root --> GEMINI_md["๐Ÿ“„ GEMINI.md"] - Root --> generate_readmes_py["๐Ÿ“„ generate_readmes.py"] + Root_Mavluda_Beauty_Repository["๐Ÿ“ Mavluda Beauty Repository"] + Root_Mavluda_Beauty_Repository --> d_backend["โš™๏ธ backend"] + Root_Mavluda_Beauty_Repository --> d_frontend["๐ŸŽจ frontend"] + Root_Mavluda_Beauty_Repository --> f__gitignore["๐Ÿ“„ .gitignore"] + Root_Mavluda_Beauty_Repository --> f_GEMINI_md["๐Ÿ“„ GEMINI.md"] + Root_Mavluda_Beauty_Repository --> f_SECURITY_md["๐Ÿ“„ SECURITY.md"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `.env` | File | Provides core logic and orchestration for .env. | N/A | | `.gitignore` | File | Provides core logic and orchestration for .gitignore. | N/A | -| `.gitignore_append` | File | Provides core logic and utilities for this domain. | N/A | | `GEMINI.md` | Markdown | Provides core logic and orchestration for GEMINI.md. | N/A | -| `generate_readmes.py` | File | Provides core logic and orchestration for generate_readmes.py. | N/A | +| `SECURITY.md` | Markdown | Provides core logic and orchestration for SECURITY.md. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/README.md b/backend/README.md index 709a19b2..abc2399a 100644 --- a/backend/README.md +++ b/backend/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ backend +# โš™๏ธ Backend [Root](/.) > [backend](/backend) @@ -8,23 +8,23 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ backend"] - Root --> src["๐Ÿ“ src"] - Root --> test["๐Ÿ“ test"] - Root --> _prettierrc["๐Ÿ“„ .prettierrc"] - Root --> eslint_config_mjs["๐Ÿ“„ eslint.config.mjs"] - Root --> nest_cli_json["๐Ÿ“„ nest-cli.json"] - Root --> package_lock_json["๐Ÿ“„ package-lock.json"] - Root --> package_json["๐Ÿ“„ package.json"] - Root --> tsconfig_build_json["๐Ÿ“„ tsconfig.build.json"] - Root --> tsconfig_json["๐Ÿ“„ tsconfig.json"] + Root_backend["โš™๏ธ backend"] + Root_backend --> d_src["๐Ÿ’ป src"] + Root_backend --> d_test["๐Ÿงช test"] + Root_backend --> f__prettierrc["๐Ÿ“„ .prettierrc"] + Root_backend --> f_eslint_config_mjs["๐Ÿ“„ eslint.config.mjs"] + Root_backend --> f_nest_cli_json["๐Ÿ“„ nest-cli.json"] + Root_backend --> f_package_lock_json["๐Ÿ“„ package-lock.json"] + Root_backend --> f_package_json["๐Ÿ“„ package.json"] + Root_backend --> f_tsconfig_build_json["๐Ÿ“„ tsconfig.build.json"] + Root_backend --> f_tsconfig_json["๐Ÿ“„ tsconfig.json"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `.prettierrc` | File | Provides core logic and orchestration for .prettierrc. | N/A | -| `eslint.config.mjs` | JavaScript | Provides core logic and orchestration for eslint.config.mjs. | N/A | +| `eslint.config.mjs` | File | Provides core logic and orchestration for eslint.config.mjs. | @eslint | | `nest-cli.json` | JSON Configuration | Provides core logic and orchestration for nest-cli.json. | N/A | | `package-lock.json` | JSON Configuration | Provides core logic and orchestration for package-lock.json. | N/A | | `package.json` | JSON Configuration | Provides core logic and orchestration for package.json. | N/A | @@ -32,7 +32,10 @@ graph TD | `tsconfig.json` | JSON Configuration | Provides core logic and orchestration for tsconfig.json. | N/A | ## ๐Ÿ”— Dependencies -- No external dependencies. +- `@eslint/js` +- `eslint-plugin-prettier/recommended` +- `globals` +- `typescript-eslint` ## ๐Ÿ› ๏ธ Usage ```typescript diff --git a/backend/src/README.md b/backend/src/README.md index 50e1e1c3..5831374a 100644 --- a/backend/src/README.md +++ b/backend/src/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ src +# ๐Ÿ’ป Src [Root](/.) > [backend](/backend) > [src](/backend/src) @@ -8,32 +8,26 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ src"] - Root --> common["๐Ÿ“ common"] - Root --> modules["๐Ÿ“ modules"] - Root --> app_controller_spec_ts["๐Ÿ“„ app.controller.spec.ts"] - Root --> app_controller_ts["๐Ÿ“„ app.controller.ts"] - Root --> app_module_ts["๐Ÿ“„ app.module.ts"] - Root --> app_service_ts["๐Ÿ“„ app.service.ts"] - Root --> main_ts["๐Ÿ“„ main.ts"] + Root_src["๐Ÿ’ป src"] + Root_src --> d_common["๐Ÿ“ common"] + Root_src --> d_modules["๐Ÿ“ modules"] + Root_src --> f_app_controller_spec_ts["๐Ÿ“„ app.controller.spec.ts"] + Root_src --> f_app_controller_ts["๐Ÿ“„ app.controller.ts"] + Root_src --> f_app_module_ts["๐Ÿ“„ app.module.ts"] + Root_src --> f_app_service_ts["๐Ÿ“„ app.service.ts"] + Root_src --> f_main_ts["๐Ÿ“„ main.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `app.controller.spec.ts` | TypeScript | Unit testing and quality assurance for app.controller.spec.ts. | @nestjs | -| `app.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for app.controller.ts. | @nestjs | -| `app.module.ts` | TypeScript | Defines the architectural module boundaries for app.module.ts. | @modules, @nestjs | -| `app.service.ts` | TypeScript | Encapsulates business logic and data access for app.service.ts. | @nestjs | -| `main.ts` | TypeScript | Provides core logic and orchestration for main.ts. | @nestjs | +| `app.controller.spec.ts` | TypeScript/JavaScript | Unit testing and quality assurance for app.controller.spec.ts. | @nestjs | +| `app.controller.ts` | TypeScript/JavaScript | Handles incoming HTTP requests and routing for app.controller.ts. | @nestjs | +| `app.module.ts` | TypeScript/JavaScript | Defines the architectural module boundaries for app.module.ts. | @modules, @nestjs | +| `app.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for app.service.ts. | @nestjs | +| `main.ts` | TypeScript/JavaScript | Provides core logic and orchestration for main.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `./app.controller` -- `./app.module` -- `./app.service` -- `./common/config/app-config.module` -- `./common/database/database.module` -- `./common/filters/i18n-exception.filter` - `@modules/admin-settings` - `@modules/auth` - `@modules/booking` @@ -49,7 +43,7 @@ graph TD - `@nestjs/core` - `@nestjs/serve-static` - `@nestjs/testing` -- `path` +- *...and other minor dependencies.* ## ๐Ÿ› ๏ธ Usage ```typescript diff --git a/backend/src/common/README.md b/backend/src/common/README.md index 8fa98efe..2906c8a7 100644 --- a/backend/src/common/README.md +++ b/backend/src/common/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ common +# ๐Ÿ“ Common [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) @@ -8,19 +8,20 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ common"] - Root --> config["๐Ÿ“ config"] - Root --> constants["๐Ÿ“ constants"] - Root --> database["๐Ÿ“ database"] - Root --> decorators["๐Ÿ“ decorators"] - Root --> filters["๐Ÿ“ filters"] - Root --> guards["๐Ÿ“ guards"] - Root --> interfaces["๐Ÿ“ interfaces"] - Root --> utils["๐Ÿ“ utils"] + Root_common["๐Ÿ“ common"] + Root_common --> d_config["๐Ÿ“ config"] + Root_common --> d_constants["๐Ÿ“ constants"] + Root_common --> d_database["๐Ÿ“ database"] + Root_common --> d_decorators["๐Ÿ“ decorators"] + Root_common --> d_filters["๐Ÿ“ filters"] + Root_common --> d_guards["๐Ÿ“ guards"] + Root_common --> d_interfaces["๐Ÿ“ interfaces"] + Root_common --> d_seed["๐Ÿ“ seed"] + Root_common --> d_utils["๐Ÿงฐ utils"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/common/config/README.md b/backend/src/common/config/README.md index f4bdd1f7..93d1dfb6 100644 --- a/backend/src/common/config/README.md +++ b/backend/src/common/config/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ config +# ๐Ÿ“ Config [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [config](/backend/src/common/config) @@ -8,25 +8,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ config"] - Root --> app_config_module_ts["๐Ÿ“„ app-config.module.ts"] - Root --> app_config_service_ts["๐Ÿ“„ app-config.service.ts"] - Root --> configuration_ts["๐Ÿ“„ configuration.ts"] - Root --> env_validation_ts["๐Ÿ“„ env.validation.ts"] + Root_config["๐Ÿ“ config"] + Root_config --> f_app_config_module_ts["๐Ÿ“„ app-config.module.ts"] + Root_config --> f_app_config_service_ts["๐Ÿ“„ app-config.service.ts"] + Root_config --> f_configuration_ts["๐Ÿ“„ configuration.ts"] + Root_config --> f_env_validation_ts["๐Ÿ“„ env.validation.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `app-config.module.ts` | TypeScript | Defines the architectural module boundaries for app-config.module.ts. | @nestjs | -| `app-config.service.ts` | TypeScript | Encapsulates business logic and data access for app-config.service.ts. | @nestjs | -| `configuration.ts` | TypeScript | Provides core logic and orchestration for configuration.ts. | N/A | -| `env.validation.ts` | TypeScript | Provides core logic and orchestration for env.validation.ts. | N/A | +| `app-config.module.ts` | TypeScript/JavaScript | Defines the architectural module boundaries for app-config.module.ts. | @nestjs | +| `app-config.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for app-config.service.ts. | @nestjs | +| `configuration.ts` | TypeScript/JavaScript | Provides core logic and orchestration for configuration.ts. | N/A | +| `env.validation.ts` | TypeScript/JavaScript | Provides core logic and orchestration for env.validation.ts. | N/A | ## ๐Ÿ”— Dependencies -- `./app-config.service` -- `./configuration` -- `./env.validation` - `@nestjs/common` - `@nestjs/config` - `class-transformer` diff --git a/backend/src/common/constants/README.md b/backend/src/common/constants/README.md index 5d4061b0..1dee01c4 100644 --- a/backend/src/common/constants/README.md +++ b/backend/src/common/constants/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ constants +# ๐Ÿ“ Constants [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [constants](/backend/src/common/constants) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ constants"] - Root --> error_messages_constant_ts["๐Ÿ“„ error-messages.constant.ts"] + Root_constants["๐Ÿ“ constants"] + Root_constants --> f_error_messages_constant_ts["๐Ÿ“„ error-messages.constant.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `error-messages.constant.ts` | TypeScript | Provides core logic and orchestration for error-messages.constant.ts. | N/A | +| `error-messages.constant.ts` | TypeScript/JavaScript | Provides core logic and orchestration for error-messages.constant.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/common/database/README.md b/backend/src/common/database/README.md index f4b9cc00..74f2e2f9 100644 --- a/backend/src/common/database/README.md +++ b/backend/src/common/database/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ database +# ๐Ÿ“ Database [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [database](/backend/src/common/database) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ database"] - Root --> database_module_ts["๐Ÿ“„ database.module.ts"] + Root_database["๐Ÿ“ database"] + Root_database --> f_database_module_ts["๐Ÿ“„ database.module.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `database.module.ts` | TypeScript | Defines the architectural module boundaries for database.module.ts. | @nestjs | +| `database.module.ts` | TypeScript/JavaScript | Defines the architectural module boundaries for database.module.ts. | @nestjs | ## ๐Ÿ”— Dependencies - `@nestjs/common` diff --git a/backend/src/common/decorators/README.md b/backend/src/common/decorators/README.md index b6ce6194..71d83b11 100644 --- a/backend/src/common/decorators/README.md +++ b/backend/src/common/decorators/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ decorators +# ๐Ÿ“ Decorators [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [decorators](/backend/src/common/decorators) @@ -8,16 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ decorators"] - Root --> public_decorator_ts["๐Ÿ“„ public.decorator.ts"] - Root --> roles_decorator_ts["๐Ÿ“„ roles.decorator.ts"] + Root_decorators["๐Ÿ“ decorators"] + Root_decorators --> f_public_decorator_ts["๐Ÿ“„ public.decorator.ts"] + Root_decorators --> f_roles_decorator_ts["๐Ÿ“„ roles.decorator.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `public.decorator.ts` | TypeScript | Provides core logic and orchestration for public.decorator.ts. | @nestjs | -| `roles.decorator.ts` | TypeScript | Provides core logic and orchestration for roles.decorator.ts. | @nestjs | +| `public.decorator.ts` | TypeScript/JavaScript | Provides core logic and orchestration for public.decorator.ts. | @nestjs | +| `roles.decorator.ts` | TypeScript/JavaScript | Provides core logic and orchestration for roles.decorator.ts. | @nestjs | ## ๐Ÿ”— Dependencies - `@nestjs/common` diff --git a/backend/src/common/filters/README.md b/backend/src/common/filters/README.md index e7b58835..9bb69174 100644 --- a/backend/src/common/filters/README.md +++ b/backend/src/common/filters/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ filters +# ๐Ÿ“ Filters [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [filters](/backend/src/common/filters) @@ -8,17 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ filters"] - Root --> i18n_exception_filter_ts["๐Ÿ“„ i18n-exception.filter.ts"] + Root_filters["๐Ÿ“ filters"] + Root_filters --> f_i18n_exception_filter_ts["๐Ÿ“„ i18n-exception.filter.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `i18n-exception.filter.ts` | TypeScript | Provides core logic and orchestration for i18n-exception.filter.ts. | N/A | +| `i18n-exception.filter.ts` | TypeScript/JavaScript | Provides core logic and orchestration for i18n-exception.filter.ts. | N/A | ## ๐Ÿ”— Dependencies -- `../constants/error-messages.constant` - `express` ## ๐Ÿ› ๏ธ Usage diff --git a/backend/src/common/guards/README.md b/backend/src/common/guards/README.md index 75d32eec..05866fe8 100644 --- a/backend/src/common/guards/README.md +++ b/backend/src/common/guards/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ guards +# ๐Ÿ“ Guards [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [guards](/backend/src/common/guards) @@ -8,20 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ guards"] - Root --> jwt_auth_guard_ts["๐Ÿ“„ jwt-auth.guard.ts"] - Root --> roles_guard_ts["๐Ÿ“„ roles.guard.ts"] + Root_guards["๐Ÿ“ guards"] + Root_guards --> f_jwt_auth_guard_ts["๐Ÿ“„ jwt-auth.guard.ts"] + Root_guards --> f_roles_guard_ts["๐Ÿ“„ roles.guard.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `jwt-auth.guard.ts` | TypeScript | Provides core logic and orchestration for jwt-auth.guard.ts. | @nestjs | -| `roles.guard.ts` | TypeScript | Provides core logic and orchestration for roles.guard.ts. | @nestjs | +| `jwt-auth.guard.ts` | TypeScript/JavaScript | Provides core logic and orchestration for jwt-auth.guard.ts. | @nestjs | +| `roles.guard.ts` | TypeScript/JavaScript | Provides core logic and orchestration for roles.guard.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `../decorators/public.decorator` -- `../decorators/roles.decorator` - `@nestjs/common` - `@nestjs/core` - `@nestjs/passport` diff --git a/backend/src/common/interfaces/README.md b/backend/src/common/interfaces/README.md index 6995df09..938ddfdc 100644 --- a/backend/src/common/interfaces/README.md +++ b/backend/src/common/interfaces/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ interfaces +# ๐Ÿ“ Interfaces [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [interfaces](/backend/src/common/interfaces) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ interfaces"] - Root --> authenticated_request_interface_ts["๐Ÿ“„ authenticated-request.interface.ts"] + Root_interfaces["๐Ÿ“ interfaces"] + Root_interfaces --> f_authenticated_request_interface_ts["๐Ÿ“„ authenticated-request.interface.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `authenticated-request.interface.ts` | TypeScript | Provides core logic and orchestration for authenticated-request.interface.ts. | N/A | +| `authenticated-request.interface.ts` | TypeScript/JavaScript | Provides core logic and orchestration for authenticated-request.interface.ts. | N/A | ## ๐Ÿ”— Dependencies - `express` diff --git a/backend/src/common/seed/README.md b/backend/src/common/seed/README.md new file mode 100644 index 00000000..30e554b5 --- /dev/null +++ b/backend/src/common/seed/README.md @@ -0,0 +1,37 @@ +# ๐Ÿ“ Seed + +[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [seed](/backend/src/common/seed) + +## ๐ŸŽฏ Purpose +Delivering luxury-tier architectural components and high-performance logic for the **seed** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. + +## ๐Ÿ—๏ธ Architecture +```mermaid +graph TD + Root_seed["๐Ÿ“ seed"] + Root_seed --> f_seed_module_ts["๐Ÿ“„ seed.module.ts"] + Root_seed --> f_seed_service_ts["๐Ÿ“„ seed.service.ts"] +``` + +## ๐Ÿ“„ File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| `seed.module.ts` | TypeScript/JavaScript | Provides core logic and orchestration for seed.module.ts. | @common, @modules, @nestjs | +| `seed.service.ts` | TypeScript/JavaScript | Provides core logic and orchestration for seed.service.ts. | @common, @modules, @nestjs | + +## ๐Ÿ”— Dependencies +- `@common/config/app-config.module` +- `@common/config/app-config.service` +- `@modules/user` +- `@modules/user/domain/user.entity` +- `@nestjs/common` +- `bcrypt` + +## ๐Ÿ› ๏ธ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './core'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/backend/src/common/utils/README.md b/backend/src/common/utils/README.md index 21591410..6c1048f8 100644 --- a/backend/src/common/utils/README.md +++ b/backend/src/common/utils/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ utils +# ๐Ÿงฐ Utils [Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [utils](/backend/src/common/utils) @@ -8,18 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ utils"] - Root --> file_system_ts["๐Ÿ“„ file-system.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> object_ts["๐Ÿ“„ object.ts"] + Root_utils["๐Ÿงฐ utils"] + Root_utils --> f_file_system_ts["๐Ÿ“„ file-system.ts"] + Root_utils --> f_index_ts["๐Ÿ“„ index.ts"] + Root_utils --> f_object_ts["๐Ÿ“„ object.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `file-system.ts` | TypeScript | Provides core logic and orchestration for file-system.ts. | N/A | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `object.ts` | TypeScript | Provides core logic and orchestration for object.ts. | N/A | +| `file-system.ts` | TypeScript/JavaScript | Provides core logic and orchestration for file-system.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | +| `object.ts` | TypeScript/JavaScript | Provides core logic and orchestration for object.ts. | N/A | ## ๐Ÿ”— Dependencies - `fs` diff --git a/backend/src/modules/README.md b/backend/src/modules/README.md index 91538132..912ba69b 100644 --- a/backend/src/modules/README.md +++ b/backend/src/modules/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ modules +# ๐Ÿ“ Modules [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) @@ -8,21 +8,21 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ modules"] - Root --> admin-settings["๐Ÿ“ admin-settings"] - Root --> auth["๐Ÿ“ auth"] - Root --> booking["๐Ÿ“ booking"] - Root --> gallery["๐Ÿ“ gallery"] - Root --> inventory["๐Ÿ“ inventory"] - Root --> partnership["๐Ÿ“ partnership"] - Root --> payment["๐Ÿ“ payment"] - Root --> treatments["๐Ÿ“ treatments"] - Root --> user["๐Ÿ“ user"] - Root --> veil["๐Ÿ“ veil"] + Root_modules["๐Ÿ“ modules"] + Root_modules --> d_admin_settings["๐Ÿ“ admin-settings"] + Root_modules --> d_auth["๐Ÿ“ auth"] + Root_modules --> d_booking["๐Ÿ“ booking"] + Root_modules --> d_gallery["๐Ÿ“ gallery"] + Root_modules --> d_inventory["๐Ÿ“ inventory"] + Root_modules --> d_partnership["๐Ÿ“ partnership"] + Root_modules --> d_payment["๐Ÿ“ payment"] + Root_modules --> d_treatments["๐Ÿ“ treatments"] + Root_modules --> d_user["๐Ÿ“ user"] + Root_modules --> d_veil["๐Ÿ“ veil"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/admin-settings/README.md b/backend/src/modules/admin-settings/README.md index 4c0e03d6..2cb4623e 100644 --- a/backend/src/modules/admin-settings/README.md +++ b/backend/src/modules/admin-settings/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ admin-settings +# ๐Ÿ“ Admin-settings [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [admin-settings](/backend/src/modules/admin-settings) @@ -8,25 +8,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ admin-settings"] - Root --> application["๐Ÿ“ application"] - Root --> domain["๐Ÿ“ domain"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> presentation["๐Ÿ“ presentation"] - Root --> admin_settings_module_ts["๐Ÿ“„ admin-settings.module.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_admin_settings["๐Ÿ“ admin-settings"] + Root_admin_settings --> d_application["๐Ÿ“ application"] + Root_admin_settings --> d_domain["๐Ÿ“ domain"] + Root_admin_settings --> d_infrastructure["๐Ÿ“ infrastructure"] + Root_admin_settings --> d_presentation["๐Ÿ“ presentation"] + Root_admin_settings --> f_admin_settings_module_ts["๐Ÿ“„ admin-settings.module.ts"] + Root_admin_settings --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.module.ts` | TypeScript | Defines the architectural module boundaries for admin-settings.module.ts. | @nestjs | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `admin-settings.module.ts` | TypeScript/JavaScript | Defines the architectural module boundaries for admin-settings.module.ts. | @nestjs | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies -- `./application/admin-settings.service` -- `./infrastructure/repositories/admin-settings.repository` -- `./presentation/admin-settings.controller` - `@nestjs/common` - `@nestjs/mongoose` diff --git a/backend/src/modules/admin-settings/application/README.md b/backend/src/modules/admin-settings/application/README.md index 44cd7b31..f7724eed 100644 --- a/backend/src/modules/admin-settings/application/README.md +++ b/backend/src/modules/admin-settings/application/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ application +# ๐Ÿ“ 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) @@ -8,18 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ application"] - Root --> admin_settings_service_ts["๐Ÿ“„ admin-settings.service.ts"] + Root_application["๐Ÿ“ application"] + Root_application --> f_admin_settings_service_ts["๐Ÿ“„ admin-settings.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.service.ts` | TypeScript | Encapsulates business logic and data access for admin-settings.service.ts. | @nestjs | +| `admin-settings.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for admin-settings.service.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `../domain/admin-settings.entity` -- `../infrastructure/repositories/admin-settings.repository` - `@nestjs/common` ## ๐Ÿ› ๏ธ Usage diff --git a/backend/src/modules/admin-settings/domain/README.md b/backend/src/modules/admin-settings/domain/README.md index b7b40f4b..03f50b45 100644 --- a/backend/src/modules/admin-settings/domain/README.md +++ b/backend/src/modules/admin-settings/domain/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ domain +# ๐Ÿ“ 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) @@ -8,15 +8,15 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ domain"] - Root --> interfaces["๐Ÿ“ interfaces"] - Root --> admin_settings_entity_ts["๐Ÿ“„ admin-settings.entity.ts"] + Root_domain["๐Ÿ“ domain"] + Root_domain --> d_interfaces["๐Ÿ“ interfaces"] + Root_domain --> f_admin_settings_entity_ts["๐Ÿ“„ admin-settings.entity.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.entity.ts` | TypeScript | Provides core logic and orchestration for admin-settings.entity.ts. | N/A | +| `admin-settings.entity.ts` | TypeScript/JavaScript | Provides core logic and orchestration for admin-settings.entity.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/admin-settings/domain/interfaces/README.md b/backend/src/modules/admin-settings/domain/interfaces/README.md index 7248dcc5..cc66755c 100644 --- a/backend/src/modules/admin-settings/domain/interfaces/README.md +++ b/backend/src/modules/admin-settings/domain/interfaces/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ interfaces +# ๐Ÿ“ 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) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ interfaces"] - Root --> admin_settings_interface_ts["๐Ÿ“„ admin-settings.interface.ts"] + Root_interfaces["๐Ÿ“ interfaces"] + Root_interfaces --> f_admin_settings_interface_ts["๐Ÿ“„ admin-settings.interface.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.interface.ts` | TypeScript | Provides core logic and orchestration for admin-settings.interface.ts. | N/A | +| `admin-settings.interface.ts` | TypeScript/JavaScript | Provides core logic and orchestration for admin-settings.interface.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/admin-settings/infrastructure/README.md b/backend/src/modules/admin-settings/infrastructure/README.md index e1c84866..7d46a0d1 100644 --- a/backend/src/modules/admin-settings/infrastructure/README.md +++ b/backend/src/modules/admin-settings/infrastructure/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ“ 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) @@ -8,13 +8,13 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> repositories["๐Ÿ“ repositories"] - Root --> schemas["๐Ÿ“ schemas"] + Root_infrastructure["๐Ÿ“ infrastructure"] + Root_infrastructure --> d_repositories["๐Ÿ“ repositories"] + Root_infrastructure --> d_schemas["๐Ÿ“ schemas"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/admin-settings/infrastructure/repositories/README.md b/backend/src/modules/admin-settings/infrastructure/repositories/README.md index ad6004a7..bd28ff2d 100644 --- a/backend/src/modules/admin-settings/infrastructure/repositories/README.md +++ b/backend/src/modules/admin-settings/infrastructure/repositories/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ repositories +# ๐Ÿ“ 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) @@ -8,17 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ repositories"] - Root --> admin_settings_repository_ts["๐Ÿ“„ admin-settings.repository.ts"] + Root_repositories["๐Ÿ“ repositories"] + Root_repositories --> f_admin_settings_repository_ts["๐Ÿ“„ admin-settings.repository.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.repository.ts` | TypeScript | Provides core logic and orchestration for admin-settings.repository.ts. | @nestjs | +| `admin-settings.repository.ts` | TypeScript/JavaScript | Provides core logic and orchestration for admin-settings.repository.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `../../domain/admin-settings.entity` - `@nestjs/common` - `@nestjs/mongoose` - `mongoose` diff --git a/backend/src/modules/admin-settings/infrastructure/schemas/README.md b/backend/src/modules/admin-settings/infrastructure/schemas/README.md index f461acff..263e001c 100644 --- a/backend/src/modules/admin-settings/infrastructure/schemas/README.md +++ b/backend/src/modules/admin-settings/infrastructure/schemas/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ schemas +# ๐Ÿ“ 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) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ schemas"] - Root --> admin_settings_schema_ts["๐Ÿ“„ admin-settings.schema.ts"] + Root_schemas["๐Ÿ“ schemas"] + Root_schemas --> f_admin_settings_schema_ts["๐Ÿ“„ admin-settings.schema.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.schema.ts` | TypeScript | Provides core logic and orchestration for admin-settings.schema.ts. | @nestjs | +| `admin-settings.schema.ts` | TypeScript/JavaScript | Provides core logic and orchestration for admin-settings.schema.ts. | @nestjs | ## ๐Ÿ”— Dependencies - `@nestjs/mongoose` diff --git a/backend/src/modules/admin-settings/presentation/README.md b/backend/src/modules/admin-settings/presentation/README.md index e5c24bc2..3ac2164a 100644 --- a/backend/src/modules/admin-settings/presentation/README.md +++ b/backend/src/modules/admin-settings/presentation/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ presentation +# ๐Ÿ“ 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) @@ -8,21 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ presentation"] - Root --> dto["๐Ÿ“ dto"] - Root --> admin_settings_controller_ts["๐Ÿ“„ admin-settings.controller.ts"] + Root_presentation["๐Ÿ“ presentation"] + Root_presentation --> d_dto["๐Ÿ“ dto"] + Root_presentation --> f_admin_settings_controller_ts["๐Ÿ“„ admin-settings.controller.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for admin-settings.controller.ts. | N/A | +| `admin-settings.controller.ts` | TypeScript/JavaScript | Handles incoming HTTP requests and routing for admin-settings.controller.ts. | N/A | ## ๐Ÿ”— Dependencies -- `../application/admin-settings.service` -- `../domain/admin-settings.entity` -- `./dto/create-admin-settings.dto` -- `./dto/update-admin-settings.dto` +- No external dependencies. ## ๐Ÿ› ๏ธ Usage ```typescript diff --git a/backend/src/modules/admin-settings/presentation/dto/README.md b/backend/src/modules/admin-settings/presentation/dto/README.md index 8e396cf8..36cfa5c7 100644 --- a/backend/src/modules/admin-settings/presentation/dto/README.md +++ b/backend/src/modules/admin-settings/presentation/dto/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ 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) @@ -8,19 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> create_admin_settings_dto_ts["๐Ÿ“„ create-admin-settings.dto.ts"] - Root --> update_admin_settings_dto_ts["๐Ÿ“„ update-admin-settings.dto.ts"] + Root_dto["๐Ÿ“ dto"] + Root_dto --> f_create_admin_settings_dto_ts["๐Ÿ“„ create-admin-settings.dto.ts"] + Root_dto --> f_update_admin_settings_dto_ts["๐Ÿ“„ update-admin-settings.dto.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `create-admin-settings.dto.ts` | TypeScript | Provides core logic and orchestration for create-admin-settings.dto.ts. | N/A | -| `update-admin-settings.dto.ts` | TypeScript | Provides core logic and orchestration for update-admin-settings.dto.ts. | @nestjs | +| `create-admin-settings.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for create-admin-settings.dto.ts. | N/A | +| `update-admin-settings.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for update-admin-settings.dto.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `./create-admin-settings.dto` - `@nestjs/mapped-types` - `class-transformer` diff --git a/backend/src/modules/auth/README.md b/backend/src/modules/auth/README.md index 6e5d3d54..9b173717 100644 --- a/backend/src/modules/auth/README.md +++ b/backend/src/modules/auth/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ auth +# ๐Ÿ“ Auth [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [auth](/backend/src/modules/auth) @@ -8,34 +8,27 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ auth"] - Root --> dto["๐Ÿ“ dto"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> interfaces["๐Ÿ“ interfaces"] - Root --> auth_controller_ts["๐Ÿ“„ auth.controller.ts"] - Root --> auth_module_ts["๐Ÿ“„ auth.module.ts"] - Root --> auth_service_ts["๐Ÿ“„ auth.service.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> telegram_auth_service_ts["๐Ÿ“„ telegram-auth.service.ts"] + Root_auth["๐Ÿ“ auth"] + Root_auth --> d_dto["๐Ÿ“ dto"] + Root_auth --> d_infrastructure["๐Ÿ“ infrastructure"] + Root_auth --> d_interfaces["๐Ÿ“ interfaces"] + Root_auth --> f_auth_controller_ts["๐Ÿ“„ auth.controller.ts"] + Root_auth --> f_auth_module_ts["๐Ÿ“„ auth.module.ts"] + Root_auth --> f_auth_service_ts["๐Ÿ“„ auth.service.ts"] + Root_auth --> f_index_ts["๐Ÿ“„ index.ts"] + Root_auth --> f_telegram_auth_service_ts["๐Ÿ“„ telegram-auth.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `auth.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for auth.controller.ts. | @common | -| `auth.module.ts` | TypeScript | Defines the architectural module boundaries for auth.module.ts. | @common, @modules, @nestjs | -| `auth.service.ts` | TypeScript | Encapsulates business logic and data access for auth.service.ts. | @modules, @nestjs | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `telegram-auth.service.ts` | TypeScript | Encapsulates business logic and data access for telegram-auth.service.ts. | @common, @modules, @nestjs | +| `auth.controller.ts` | TypeScript/JavaScript | Handles incoming HTTP requests and routing for auth.controller.ts. | @common | +| `auth.module.ts` | TypeScript/JavaScript | Defines the architectural module boundaries for auth.module.ts. | @common, @modules, @nestjs | +| `auth.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for auth.service.ts. | @common, @modules, @nestjs | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | +| `telegram-auth.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for telegram-auth.service.ts. | @common, @modules, @nestjs | ## ๐Ÿ”— Dependencies -- `./auth.controller` -- `./auth.service` -- `./dto/login.dto` -- `./dto/register.dto` -- `./infrastructure/jwt.strategy` -- `./interfaces/auth-response.interface` -- `./telegram-auth.service` - `@common/config/app-config.module` - `@common/config/app-config.service` - `@common/decorators/public.decorator` @@ -45,6 +38,7 @@ graph TD - `@nestjs/passport` - `bcrypt` - `crypto` +- `express` ## ๐Ÿ› ๏ธ Usage ```typescript diff --git a/backend/src/modules/auth/dto/README.md b/backend/src/modules/auth/dto/README.md index 61523a1b..35204d1b 100644 --- a/backend/src/modules/auth/dto/README.md +++ b/backend/src/modules/auth/dto/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ Dto [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [auth](/backend/src/modules/auth) > [dto](/backend/src/modules/auth/dto) @@ -8,16 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> login_dto_ts["๐Ÿ“„ login.dto.ts"] - Root --> register_dto_ts["๐Ÿ“„ register.dto.ts"] + Root_dto["๐Ÿ“ dto"] + Root_dto --> f_login_dto_ts["๐Ÿ“„ login.dto.ts"] + Root_dto --> f_register_dto_ts["๐Ÿ“„ register.dto.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `login.dto.ts` | TypeScript | Provides core logic and orchestration for login.dto.ts. | N/A | -| `register.dto.ts` | TypeScript | Provides core logic and orchestration for register.dto.ts. | N/A | +| `login.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for login.dto.ts. | N/A | +| `register.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for register.dto.ts. | N/A | ## ๐Ÿ”— Dependencies - `class-validator` diff --git a/backend/src/modules/auth/infrastructure/README.md b/backend/src/modules/auth/infrastructure/README.md index ccea957b..2b01bee0 100644 --- a/backend/src/modules/auth/infrastructure/README.md +++ b/backend/src/modules/auth/infrastructure/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ“ Infrastructure [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [auth](/backend/src/modules/auth) > [infrastructure](/backend/src/modules/auth/infrastructure) @@ -8,17 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> jwt_strategy_ts["๐Ÿ“„ jwt.strategy.ts"] + Root_infrastructure["๐Ÿ“ infrastructure"] + Root_infrastructure --> f_jwt_strategy_ts["๐Ÿ“„ jwt.strategy.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `jwt.strategy.ts` | TypeScript | Provides core logic and orchestration for jwt.strategy.ts. | @common, @nestjs | +| `jwt.strategy.ts` | TypeScript/JavaScript | Provides core logic and orchestration for jwt.strategy.ts. | @common, @nestjs | ## ๐Ÿ”— Dependencies -- `../interfaces/jwt-payload.interface` - `@common/config/app-config.service` - `@nestjs/common` - `@nestjs/passport` diff --git a/backend/src/modules/auth/interfaces/README.md b/backend/src/modules/auth/interfaces/README.md index 522e7e26..043cac0d 100644 --- a/backend/src/modules/auth/interfaces/README.md +++ b/backend/src/modules/auth/interfaces/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ interfaces +# ๐Ÿ“ Interfaces [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [auth](/backend/src/modules/auth) > [interfaces](/backend/src/modules/auth/interfaces) @@ -8,16 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ interfaces"] - Root --> auth_response_interface_ts["๐Ÿ“„ auth-response.interface.ts"] - Root --> jwt_payload_interface_ts["๐Ÿ“„ jwt-payload.interface.ts"] + Root_interfaces["๐Ÿ“ interfaces"] + Root_interfaces --> f_auth_response_interface_ts["๐Ÿ“„ auth-response.interface.ts"] + Root_interfaces --> f_jwt_payload_interface_ts["๐Ÿ“„ jwt-payload.interface.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `auth-response.interface.ts` | TypeScript | Provides core logic and orchestration for auth-response.interface.ts. | @modules | -| `jwt-payload.interface.ts` | TypeScript | Provides core logic and orchestration for jwt-payload.interface.ts. | N/A | +| `auth-response.interface.ts` | TypeScript/JavaScript | Provides core logic and orchestration for auth-response.interface.ts. | @modules | +| `jwt-payload.interface.ts` | TypeScript/JavaScript | Provides core logic and orchestration for jwt-payload.interface.ts. | N/A | ## ๐Ÿ”— Dependencies - `@modules/user` diff --git a/backend/src/modules/booking/README.md b/backend/src/modules/booking/README.md index 32d05106..55b963ac 100644 --- a/backend/src/modules/booking/README.md +++ b/backend/src/modules/booking/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ booking +# ๐Ÿ“ Booking [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) @@ -8,25 +8,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ booking"] - Root --> application["๐Ÿ“ application"] - Root --> domain["๐Ÿ“ domain"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> presentation["๐Ÿ“ presentation"] - Root --> booking_module_ts["๐Ÿ“„ booking.module.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_booking["๐Ÿ“ booking"] + Root_booking --> d_application["๐Ÿ“ application"] + Root_booking --> d_domain["๐Ÿ“ domain"] + Root_booking --> d_infrastructure["๐Ÿ“ infrastructure"] + Root_booking --> d_presentation["๐Ÿ“ presentation"] + Root_booking --> f_booking_module_ts["๐Ÿ“„ booking.module.ts"] + Root_booking --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `booking.module.ts` | TypeScript | Defines the architectural module boundaries for booking.module.ts. | @nestjs | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `booking.module.ts` | TypeScript/JavaScript | Defines the architectural module boundaries for booking.module.ts. | @nestjs | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies -- `./application/booking.service` -- `./infrastructure/repositories/booking.repository` -- `./presentation/booking.controller` - `@nestjs/common` - `@nestjs/mongoose` diff --git a/backend/src/modules/booking/application/README.md b/backend/src/modules/booking/application/README.md index f0a95a23..5def374f 100644 --- a/backend/src/modules/booking/application/README.md +++ b/backend/src/modules/booking/application/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ application +# ๐Ÿ“ Application [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) > [application](/backend/src/modules/booking/application) @@ -8,20 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ application"] - Root --> booking_service_ts["๐Ÿ“„ booking.service.ts"] + Root_application["๐Ÿ“ application"] + Root_application --> f_booking_service_ts["๐Ÿ“„ booking.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `booking.service.ts` | TypeScript | Encapsulates business logic and data access for booking.service.ts. | @nestjs | +| `booking.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for booking.service.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `../domain/booking.entity` -- `../infrastructure/repositories/booking.repository` -- `../presentation/dto/create-booking.dto` -- `../presentation/dto/update-booking.dto` - `@nestjs/common` ## ๐Ÿ› ๏ธ Usage diff --git a/backend/src/modules/booking/domain/README.md b/backend/src/modules/booking/domain/README.md index 5eb08be6..d1d635ad 100644 --- a/backend/src/modules/booking/domain/README.md +++ b/backend/src/modules/booking/domain/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ domain +# ๐Ÿ“ Domain [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) > [domain](/backend/src/modules/booking/domain) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ domain"] - Root --> booking_entity_ts["๐Ÿ“„ booking.entity.ts"] + Root_domain["๐Ÿ“ domain"] + Root_domain --> f_booking_entity_ts["๐Ÿ“„ booking.entity.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `booking.entity.ts` | TypeScript | Provides core logic and orchestration for booking.entity.ts. | N/A | +| `booking.entity.ts` | TypeScript/JavaScript | Provides core logic and orchestration for booking.entity.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/booking/infrastructure/README.md b/backend/src/modules/booking/infrastructure/README.md index a4d30890..d9084289 100644 --- a/backend/src/modules/booking/infrastructure/README.md +++ b/backend/src/modules/booking/infrastructure/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ“ Infrastructure [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) > [infrastructure](/backend/src/modules/booking/infrastructure) @@ -8,13 +8,13 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> repositories["๐Ÿ“ repositories"] - Root --> schemas["๐Ÿ“ schemas"] + Root_infrastructure["๐Ÿ“ infrastructure"] + Root_infrastructure --> d_repositories["๐Ÿ“ repositories"] + Root_infrastructure --> d_schemas["๐Ÿ“ schemas"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/booking/infrastructure/repositories/README.md b/backend/src/modules/booking/infrastructure/repositories/README.md index 9722ad3a..c95283f0 100644 --- a/backend/src/modules/booking/infrastructure/repositories/README.md +++ b/backend/src/modules/booking/infrastructure/repositories/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ repositories +# ๐Ÿ“ 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) @@ -8,17 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ repositories"] - Root --> booking_repository_ts["๐Ÿ“„ booking.repository.ts"] + Root_repositories["๐Ÿ“ repositories"] + Root_repositories --> f_booking_repository_ts["๐Ÿ“„ booking.repository.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `booking.repository.ts` | TypeScript | Provides core logic and orchestration for booking.repository.ts. | @nestjs | +| `booking.repository.ts` | TypeScript/JavaScript | Provides core logic and orchestration for booking.repository.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `../../domain/booking.entity` - `@nestjs/common` - `@nestjs/mongoose` - `mongoose` diff --git a/backend/src/modules/booking/infrastructure/schemas/README.md b/backend/src/modules/booking/infrastructure/schemas/README.md index 5656002f..83b4bd69 100644 --- a/backend/src/modules/booking/infrastructure/schemas/README.md +++ b/backend/src/modules/booking/infrastructure/schemas/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ schemas +# ๐Ÿ“ 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) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ schemas"] - Root --> booking_schema_ts["๐Ÿ“„ booking.schema.ts"] + Root_schemas["๐Ÿ“ schemas"] + Root_schemas --> f_booking_schema_ts["๐Ÿ“„ booking.schema.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `booking.schema.ts` | TypeScript | Provides core logic and orchestration for booking.schema.ts. | @nestjs | +| `booking.schema.ts` | TypeScript/JavaScript | Provides core logic and orchestration for booking.schema.ts. | @nestjs | ## ๐Ÿ”— Dependencies - `@nestjs/mongoose` diff --git a/backend/src/modules/booking/presentation/README.md b/backend/src/modules/booking/presentation/README.md index 7beddead..f0324c80 100644 --- a/backend/src/modules/booking/presentation/README.md +++ b/backend/src/modules/booking/presentation/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ presentation +# ๐Ÿ“ Presentation [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [booking](/backend/src/modules/booking) > [presentation](/backend/src/modules/booking/presentation) @@ -8,20 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ presentation"] - Root --> dto["๐Ÿ“ dto"] - Root --> booking_controller_ts["๐Ÿ“„ booking.controller.ts"] + Root_presentation["๐Ÿ“ presentation"] + Root_presentation --> d_dto["๐Ÿ“ dto"] + Root_presentation --> f_booking_controller_ts["๐Ÿ“„ booking.controller.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `booking.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for booking.controller.ts. | N/A | +| `booking.controller.ts` | TypeScript/JavaScript | Handles incoming HTTP requests and routing for booking.controller.ts. | N/A | ## ๐Ÿ”— Dependencies -- `../application/booking.service` -- `./dto/create-booking.dto` -- `./dto/update-booking.dto` +- No external dependencies. ## ๐Ÿ› ๏ธ Usage ```typescript diff --git a/backend/src/modules/booking/presentation/dto/README.md b/backend/src/modules/booking/presentation/dto/README.md index 3ae9fbaf..dbc6e5df 100644 --- a/backend/src/modules/booking/presentation/dto/README.md +++ b/backend/src/modules/booking/presentation/dto/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ 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) @@ -8,19 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> create_booking_dto_ts["๐Ÿ“„ create-booking.dto.ts"] - Root --> update_booking_dto_ts["๐Ÿ“„ update-booking.dto.ts"] + Root_dto["๐Ÿ“ dto"] + Root_dto --> f_create_booking_dto_ts["๐Ÿ“„ create-booking.dto.ts"] + Root_dto --> f_update_booking_dto_ts["๐Ÿ“„ update-booking.dto.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `create-booking.dto.ts` | TypeScript | Provides core logic and orchestration for create-booking.dto.ts. | N/A | -| `update-booking.dto.ts` | TypeScript | Provides core logic and orchestration for update-booking.dto.ts. | @nestjs | +| `create-booking.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for create-booking.dto.ts. | N/A | +| `update-booking.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for update-booking.dto.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `./create-booking.dto` - `@nestjs/mapped-types` ## ๐Ÿ› ๏ธ Usage diff --git a/backend/src/modules/gallery/README.md b/backend/src/modules/gallery/README.md index 6eb97b3a..d27d31b7 100644 --- a/backend/src/modules/gallery/README.md +++ b/backend/src/modules/gallery/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ gallery +# ๐Ÿ“ Gallery [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) @@ -8,25 +8,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ gallery"] - Root --> application["๐Ÿ“ application"] - Root --> domain["๐Ÿ“ domain"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> presentation["๐Ÿ“ presentation"] - Root --> gallery_module_ts["๐Ÿ“„ gallery.module.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_gallery["๐Ÿ“ gallery"] + Root_gallery --> d_application["๐Ÿ“ application"] + Root_gallery --> d_domain["๐Ÿ“ domain"] + Root_gallery --> d_infrastructure["๐Ÿ“ infrastructure"] + Root_gallery --> d_presentation["๐Ÿ“ presentation"] + Root_gallery --> f_gallery_module_ts["๐Ÿ“„ gallery.module.ts"] + Root_gallery --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.module.ts` | TypeScript | Defines the architectural module boundaries for gallery.module.ts. | @nestjs | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `gallery.module.ts` | TypeScript/JavaScript | Defines the architectural module boundaries for gallery.module.ts. | @nestjs | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies -- `./application/gallery.service` -- `./infrastructure/repositories/gallery.repository` -- `./presentation/gallery.controller` - `@nestjs/common` - `@nestjs/mongoose` diff --git a/backend/src/modules/gallery/application/README.md b/backend/src/modules/gallery/application/README.md index 40cb46b7..e74605f9 100644 --- a/backend/src/modules/gallery/application/README.md +++ b/backend/src/modules/gallery/application/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ application +# ๐Ÿ“ Application [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) > [application](/backend/src/modules/gallery/application) @@ -8,18 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ application"] - Root --> gallery_service_ts["๐Ÿ“„ gallery.service.ts"] + Root_application["๐Ÿ“ application"] + Root_application --> f_gallery_service_ts["๐Ÿ“„ gallery.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.service.ts` | TypeScript | Encapsulates business logic and data access for gallery.service.ts. | @nestjs | +| `gallery.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for gallery.service.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `../domain/gallery.entity` -- `../infrastructure/repositories/gallery.repository` - `@nestjs/common` ## ๐Ÿ› ๏ธ Usage diff --git a/backend/src/modules/gallery/domain/README.md b/backend/src/modules/gallery/domain/README.md index bc230be3..9cebd2bf 100644 --- a/backend/src/modules/gallery/domain/README.md +++ b/backend/src/modules/gallery/domain/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ domain +# ๐Ÿ“ Domain [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) > [domain](/backend/src/modules/gallery/domain) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ domain"] - Root --> gallery_entity_ts["๐Ÿ“„ gallery.entity.ts"] + Root_domain["๐Ÿ“ domain"] + Root_domain --> f_gallery_entity_ts["๐Ÿ“„ gallery.entity.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.entity.ts` | TypeScript | Provides core logic and orchestration for gallery.entity.ts. | N/A | +| `gallery.entity.ts` | TypeScript/JavaScript | Provides core logic and orchestration for gallery.entity.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/gallery/infrastructure/README.md b/backend/src/modules/gallery/infrastructure/README.md index 5fe31df0..413d3773 100644 --- a/backend/src/modules/gallery/infrastructure/README.md +++ b/backend/src/modules/gallery/infrastructure/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ“ Infrastructure [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) > [infrastructure](/backend/src/modules/gallery/infrastructure) @@ -8,13 +8,13 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> repositories["๐Ÿ“ repositories"] - Root --> schemas["๐Ÿ“ schemas"] + Root_infrastructure["๐Ÿ“ infrastructure"] + Root_infrastructure --> d_repositories["๐Ÿ“ repositories"] + Root_infrastructure --> d_schemas["๐Ÿ“ schemas"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/gallery/infrastructure/repositories/README.md b/backend/src/modules/gallery/infrastructure/repositories/README.md index 36be22d2..c9d0b7a8 100644 --- a/backend/src/modules/gallery/infrastructure/repositories/README.md +++ b/backend/src/modules/gallery/infrastructure/repositories/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ repositories +# ๐Ÿ“ 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) @@ -8,17 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ repositories"] - Root --> gallery_repository_ts["๐Ÿ“„ gallery.repository.ts"] + Root_repositories["๐Ÿ“ repositories"] + Root_repositories --> f_gallery_repository_ts["๐Ÿ“„ gallery.repository.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.repository.ts` | TypeScript | Provides core logic and orchestration for gallery.repository.ts. | @nestjs | +| `gallery.repository.ts` | TypeScript/JavaScript | Provides core logic and orchestration for gallery.repository.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `../../domain/gallery.entity` - `@nestjs/common` - `@nestjs/mongoose` - `mongoose` diff --git a/backend/src/modules/gallery/infrastructure/schemas/README.md b/backend/src/modules/gallery/infrastructure/schemas/README.md index 17c7ad83..adbf3a63 100644 --- a/backend/src/modules/gallery/infrastructure/schemas/README.md +++ b/backend/src/modules/gallery/infrastructure/schemas/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ schemas +# ๐Ÿ“ 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) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ schemas"] - Root --> gallery_schema_ts["๐Ÿ“„ gallery.schema.ts"] + Root_schemas["๐Ÿ“ schemas"] + Root_schemas --> f_gallery_schema_ts["๐Ÿ“„ gallery.schema.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.schema.ts` | TypeScript | Provides core logic and orchestration for gallery.schema.ts. | @nestjs | +| `gallery.schema.ts` | TypeScript/JavaScript | Provides core logic and orchestration for gallery.schema.ts. | @nestjs | ## ๐Ÿ”— Dependencies - `@nestjs/mongoose` diff --git a/backend/src/modules/gallery/presentation/README.md b/backend/src/modules/gallery/presentation/README.md index cf1a6713..d815bb3b 100644 --- a/backend/src/modules/gallery/presentation/README.md +++ b/backend/src/modules/gallery/presentation/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ presentation +# ๐Ÿ“ Presentation [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [gallery](/backend/src/modules/gallery) > [presentation](/backend/src/modules/gallery/presentation) @@ -8,21 +8,17 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ presentation"] - Root --> dto["๐Ÿ“ dto"] - Root --> gallery_controller_ts["๐Ÿ“„ gallery.controller.ts"] + Root_presentation["๐Ÿ“ presentation"] + Root_presentation --> d_dto["๐Ÿ“ dto"] + Root_presentation --> f_gallery_controller_ts["๐Ÿ“„ gallery.controller.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for gallery.controller.ts. | @nestjs | +| `gallery.controller.ts` | TypeScript/JavaScript | Handles incoming HTTP requests and routing for gallery.controller.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `../application/gallery.service` -- `../domain/gallery.entity` -- `./dto/create-gallery.dto` -- `./dto/update-gallery.dto` - `@nestjs/platform-express` - `multer` - `path` diff --git a/backend/src/modules/gallery/presentation/dto/README.md b/backend/src/modules/gallery/presentation/dto/README.md index 82ba0717..288947c3 100644 --- a/backend/src/modules/gallery/presentation/dto/README.md +++ b/backend/src/modules/gallery/presentation/dto/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ 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) @@ -8,19 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> create_gallery_dto_ts["๐Ÿ“„ create-gallery.dto.ts"] - Root --> update_gallery_dto_ts["๐Ÿ“„ update-gallery.dto.ts"] + Root_dto["๐Ÿ“ dto"] + Root_dto --> f_create_gallery_dto_ts["๐Ÿ“„ create-gallery.dto.ts"] + Root_dto --> f_update_gallery_dto_ts["๐Ÿ“„ update-gallery.dto.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `create-gallery.dto.ts` | TypeScript | Provides core logic and orchestration for create-gallery.dto.ts. | N/A | -| `update-gallery.dto.ts` | TypeScript | Provides core logic and orchestration for update-gallery.dto.ts. | @nestjs | +| `create-gallery.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for create-gallery.dto.ts. | N/A | +| `update-gallery.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for update-gallery.dto.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `./create-gallery.dto` - `@nestjs/mapped-types` - `class-validator` diff --git a/backend/src/modules/inventory/README.md b/backend/src/modules/inventory/README.md index 80349cad..2ddb80b3 100644 --- a/backend/src/modules/inventory/README.md +++ b/backend/src/modules/inventory/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ inventory +# ๐Ÿ“ Inventory [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) @@ -8,25 +8,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ inventory"] - Root --> application["๐Ÿ“ application"] - Root --> domain["๐Ÿ“ domain"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> presentation["๐Ÿ“ presentation"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> inventory_module_ts["๐Ÿ“„ inventory.module.ts"] + Root_inventory["๐Ÿ“ inventory"] + Root_inventory --> d_application["๐Ÿ“ application"] + Root_inventory --> d_domain["๐Ÿ“ domain"] + Root_inventory --> d_infrastructure["๐Ÿ“ infrastructure"] + Root_inventory --> d_presentation["๐Ÿ“ presentation"] + Root_inventory --> f_index_ts["๐Ÿ“„ index.ts"] + Root_inventory --> f_inventory_module_ts["๐Ÿ“„ inventory.module.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `inventory.module.ts` | TypeScript | Defines the architectural module boundaries for inventory.module.ts. | @nestjs | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | +| `inventory.module.ts` | TypeScript/JavaScript | Defines the architectural module boundaries for inventory.module.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `./application/inventory.service` -- `./infrastructure/repositories/inventory.repository` -- `./presentation/inventory.controller` - `@nestjs/common` - `@nestjs/mongoose` diff --git a/backend/src/modules/inventory/application/README.md b/backend/src/modules/inventory/application/README.md index 4f041822..5b24bf62 100644 --- a/backend/src/modules/inventory/application/README.md +++ b/backend/src/modules/inventory/application/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ application +# ๐Ÿ“ Application [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) > [application](/backend/src/modules/inventory/application) @@ -8,20 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ application"] - Root --> inventory_service_ts["๐Ÿ“„ inventory.service.ts"] + Root_application["๐Ÿ“ application"] + Root_application --> f_inventory_service_ts["๐Ÿ“„ inventory.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `inventory.service.ts` | TypeScript | Encapsulates business logic and data access for inventory.service.ts. | @nestjs | +| `inventory.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for inventory.service.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `../domain/inventory.entity` -- `../infrastructure/repositories/inventory.repository` -- `../presentation/dto/create-inventory.dto` -- `../presentation/dto/update-inventory.dto` - `@nestjs/common` ## ๐Ÿ› ๏ธ Usage diff --git a/backend/src/modules/inventory/domain/README.md b/backend/src/modules/inventory/domain/README.md index b764ea22..d58efaea 100644 --- a/backend/src/modules/inventory/domain/README.md +++ b/backend/src/modules/inventory/domain/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ domain +# ๐Ÿ“ Domain [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) > [domain](/backend/src/modules/inventory/domain) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ domain"] - Root --> inventory_entity_ts["๐Ÿ“„ inventory.entity.ts"] + Root_domain["๐Ÿ“ domain"] + Root_domain --> f_inventory_entity_ts["๐Ÿ“„ inventory.entity.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `inventory.entity.ts` | TypeScript | Provides core logic and orchestration for inventory.entity.ts. | N/A | +| `inventory.entity.ts` | TypeScript/JavaScript | Provides core logic and orchestration for inventory.entity.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/inventory/infrastructure/README.md b/backend/src/modules/inventory/infrastructure/README.md index e14623ba..de279ec1 100644 --- a/backend/src/modules/inventory/infrastructure/README.md +++ b/backend/src/modules/inventory/infrastructure/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ“ Infrastructure [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) > [infrastructure](/backend/src/modules/inventory/infrastructure) @@ -8,13 +8,13 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> repositories["๐Ÿ“ repositories"] - Root --> schemas["๐Ÿ“ schemas"] + Root_infrastructure["๐Ÿ“ infrastructure"] + Root_infrastructure --> d_repositories["๐Ÿ“ repositories"] + Root_infrastructure --> d_schemas["๐Ÿ“ schemas"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/inventory/infrastructure/repositories/README.md b/backend/src/modules/inventory/infrastructure/repositories/README.md index f231860b..add13f41 100644 --- a/backend/src/modules/inventory/infrastructure/repositories/README.md +++ b/backend/src/modules/inventory/infrastructure/repositories/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ repositories +# ๐Ÿ“ 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) @@ -8,17 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ repositories"] - Root --> inventory_repository_ts["๐Ÿ“„ inventory.repository.ts"] + Root_repositories["๐Ÿ“ repositories"] + Root_repositories --> f_inventory_repository_ts["๐Ÿ“„ inventory.repository.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `inventory.repository.ts` | TypeScript | Provides core logic and orchestration for inventory.repository.ts. | @nestjs | +| `inventory.repository.ts` | TypeScript/JavaScript | Provides core logic and orchestration for inventory.repository.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `../../domain/inventory.entity` - `@nestjs/common` - `@nestjs/mongoose` - `mongoose` diff --git a/backend/src/modules/inventory/infrastructure/schemas/README.md b/backend/src/modules/inventory/infrastructure/schemas/README.md index 938de0ce..107689f5 100644 --- a/backend/src/modules/inventory/infrastructure/schemas/README.md +++ b/backend/src/modules/inventory/infrastructure/schemas/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ schemas +# ๐Ÿ“ 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) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ schemas"] - Root --> inventory_schema_ts["๐Ÿ“„ inventory.schema.ts"] + Root_schemas["๐Ÿ“ schemas"] + Root_schemas --> f_inventory_schema_ts["๐Ÿ“„ inventory.schema.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `inventory.schema.ts` | TypeScript | Provides core logic and orchestration for inventory.schema.ts. | @nestjs | +| `inventory.schema.ts` | TypeScript/JavaScript | Provides core logic and orchestration for inventory.schema.ts. | @nestjs | ## ๐Ÿ”— Dependencies - `@nestjs/mongoose` diff --git a/backend/src/modules/inventory/presentation/README.md b/backend/src/modules/inventory/presentation/README.md index e1df25cb..ddb3d365 100644 --- a/backend/src/modules/inventory/presentation/README.md +++ b/backend/src/modules/inventory/presentation/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ presentation +# ๐Ÿ“ Presentation [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [inventory](/backend/src/modules/inventory) > [presentation](/backend/src/modules/inventory/presentation) @@ -8,20 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ presentation"] - Root --> dto["๐Ÿ“ dto"] - Root --> inventory_controller_ts["๐Ÿ“„ inventory.controller.ts"] + Root_presentation["๐Ÿ“ presentation"] + Root_presentation --> d_dto["๐Ÿ“ dto"] + Root_presentation --> f_inventory_controller_ts["๐Ÿ“„ inventory.controller.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `inventory.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for inventory.controller.ts. | N/A | +| `inventory.controller.ts` | TypeScript/JavaScript | Handles incoming HTTP requests and routing for inventory.controller.ts. | N/A | ## ๐Ÿ”— Dependencies -- `../application/inventory.service` -- `./dto/create-inventory.dto` -- `./dto/update-inventory.dto` +- No external dependencies. ## ๐Ÿ› ๏ธ Usage ```typescript diff --git a/backend/src/modules/inventory/presentation/dto/README.md b/backend/src/modules/inventory/presentation/dto/README.md index e34e4d22..1d806540 100644 --- a/backend/src/modules/inventory/presentation/dto/README.md +++ b/backend/src/modules/inventory/presentation/dto/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ 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) @@ -8,19 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> create_inventory_dto_ts["๐Ÿ“„ create-inventory.dto.ts"] - Root --> update_inventory_dto_ts["๐Ÿ“„ update-inventory.dto.ts"] + Root_dto["๐Ÿ“ dto"] + Root_dto --> f_create_inventory_dto_ts["๐Ÿ“„ create-inventory.dto.ts"] + Root_dto --> f_update_inventory_dto_ts["๐Ÿ“„ update-inventory.dto.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `create-inventory.dto.ts` | TypeScript | Provides core logic and orchestration for create-inventory.dto.ts. | N/A | -| `update-inventory.dto.ts` | TypeScript | Provides core logic and orchestration for update-inventory.dto.ts. | @nestjs | +| `create-inventory.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for create-inventory.dto.ts. | N/A | +| `update-inventory.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for update-inventory.dto.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `./create-inventory.dto` - `@nestjs/mapped-types` ## ๐Ÿ› ๏ธ Usage diff --git a/backend/src/modules/partnership/README.md b/backend/src/modules/partnership/README.md index 5c48c655..c605807a 100644 --- a/backend/src/modules/partnership/README.md +++ b/backend/src/modules/partnership/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ partnership +# ๐Ÿ“ Partnership [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) @@ -8,25 +8,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ partnership"] - Root --> application["๐Ÿ“ application"] - Root --> domain["๐Ÿ“ domain"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> presentation["๐Ÿ“ presentation"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> partnership_module_ts["๐Ÿ“„ partnership.module.ts"] + Root_partnership["๐Ÿ“ partnership"] + Root_partnership --> d_application["๐Ÿ“ application"] + Root_partnership --> d_domain["๐Ÿ“ domain"] + Root_partnership --> d_infrastructure["๐Ÿ“ infrastructure"] + Root_partnership --> d_presentation["๐Ÿ“ presentation"] + Root_partnership --> f_index_ts["๐Ÿ“„ index.ts"] + Root_partnership --> f_partnership_module_ts["๐Ÿ“„ partnership.module.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `partnership.module.ts` | TypeScript | Defines the architectural module boundaries for partnership.module.ts. | @nestjs | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | +| `partnership.module.ts` | TypeScript/JavaScript | Defines the architectural module boundaries for partnership.module.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `./application/partnership.service` -- `./infrastructure/repositories/partnership.repository` -- `./presentation/partnership.controller` - `@nestjs/common` - `@nestjs/mongoose` diff --git a/backend/src/modules/partnership/application/README.md b/backend/src/modules/partnership/application/README.md index 08c4fb0a..089c20c4 100644 --- a/backend/src/modules/partnership/application/README.md +++ b/backend/src/modules/partnership/application/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ application +# ๐Ÿ“ Application [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) > [application](/backend/src/modules/partnership/application) @@ -8,20 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ application"] - Root --> partnership_service_ts["๐Ÿ“„ partnership.service.ts"] + Root_application["๐Ÿ“ application"] + Root_application --> f_partnership_service_ts["๐Ÿ“„ partnership.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `partnership.service.ts` | TypeScript | Encapsulates business logic and data access for partnership.service.ts. | @nestjs | +| `partnership.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for partnership.service.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `../domain/partnership.entity` -- `../infrastructure/repositories/partnership.repository` -- `../presentation/dto/create-partnership.dto` -- `../presentation/dto/update-partnership.dto` - `@nestjs/common` ## ๐Ÿ› ๏ธ Usage diff --git a/backend/src/modules/partnership/domain/README.md b/backend/src/modules/partnership/domain/README.md index 036785ca..17c55e48 100644 --- a/backend/src/modules/partnership/domain/README.md +++ b/backend/src/modules/partnership/domain/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ domain +# ๐Ÿ“ Domain [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) > [domain](/backend/src/modules/partnership/domain) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ domain"] - Root --> partnership_entity_ts["๐Ÿ“„ partnership.entity.ts"] + Root_domain["๐Ÿ“ domain"] + Root_domain --> f_partnership_entity_ts["๐Ÿ“„ partnership.entity.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `partnership.entity.ts` | TypeScript | Provides core logic and orchestration for partnership.entity.ts. | N/A | +| `partnership.entity.ts` | TypeScript/JavaScript | Provides core logic and orchestration for partnership.entity.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/partnership/infrastructure/README.md b/backend/src/modules/partnership/infrastructure/README.md index e5b96009..09766844 100644 --- a/backend/src/modules/partnership/infrastructure/README.md +++ b/backend/src/modules/partnership/infrastructure/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ“ Infrastructure [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) > [infrastructure](/backend/src/modules/partnership/infrastructure) @@ -8,13 +8,13 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> repositories["๐Ÿ“ repositories"] - Root --> schemas["๐Ÿ“ schemas"] + Root_infrastructure["๐Ÿ“ infrastructure"] + Root_infrastructure --> d_repositories["๐Ÿ“ repositories"] + Root_infrastructure --> d_schemas["๐Ÿ“ schemas"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/partnership/infrastructure/repositories/README.md b/backend/src/modules/partnership/infrastructure/repositories/README.md index 7a2a9c80..587cec63 100644 --- a/backend/src/modules/partnership/infrastructure/repositories/README.md +++ b/backend/src/modules/partnership/infrastructure/repositories/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ repositories +# ๐Ÿ“ 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) @@ -8,17 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ repositories"] - Root --> partnership_repository_ts["๐Ÿ“„ partnership.repository.ts"] + Root_repositories["๐Ÿ“ repositories"] + Root_repositories --> f_partnership_repository_ts["๐Ÿ“„ partnership.repository.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `partnership.repository.ts` | TypeScript | Provides core logic and orchestration for partnership.repository.ts. | @nestjs | +| `partnership.repository.ts` | TypeScript/JavaScript | Provides core logic and orchestration for partnership.repository.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `../../domain/partnership.entity` - `@nestjs/common` - `@nestjs/mongoose` - `mongoose` diff --git a/backend/src/modules/partnership/infrastructure/schemas/README.md b/backend/src/modules/partnership/infrastructure/schemas/README.md index f54ea0d3..7fec7508 100644 --- a/backend/src/modules/partnership/infrastructure/schemas/README.md +++ b/backend/src/modules/partnership/infrastructure/schemas/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ schemas +# ๐Ÿ“ 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) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ schemas"] - Root --> partnership_schema_ts["๐Ÿ“„ partnership.schema.ts"] + Root_schemas["๐Ÿ“ schemas"] + Root_schemas --> f_partnership_schema_ts["๐Ÿ“„ partnership.schema.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `partnership.schema.ts` | TypeScript | Provides core logic and orchestration for partnership.schema.ts. | @nestjs | +| `partnership.schema.ts` | TypeScript/JavaScript | Provides core logic and orchestration for partnership.schema.ts. | @nestjs | ## ๐Ÿ”— Dependencies - `@nestjs/mongoose` diff --git a/backend/src/modules/partnership/presentation/README.md b/backend/src/modules/partnership/presentation/README.md index 0cdfd4fd..9620db82 100644 --- a/backend/src/modules/partnership/presentation/README.md +++ b/backend/src/modules/partnership/presentation/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ presentation +# ๐Ÿ“ Presentation [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [partnership](/backend/src/modules/partnership) > [presentation](/backend/src/modules/partnership/presentation) @@ -8,20 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ presentation"] - Root --> dto["๐Ÿ“ dto"] - Root --> partnership_controller_ts["๐Ÿ“„ partnership.controller.ts"] + Root_presentation["๐Ÿ“ presentation"] + Root_presentation --> d_dto["๐Ÿ“ dto"] + Root_presentation --> f_partnership_controller_ts["๐Ÿ“„ partnership.controller.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `partnership.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for partnership.controller.ts. | N/A | +| `partnership.controller.ts` | TypeScript/JavaScript | Handles incoming HTTP requests and routing for partnership.controller.ts. | N/A | ## ๐Ÿ”— Dependencies -- `../application/partnership.service` -- `./dto/create-partnership.dto` -- `./dto/update-partnership.dto` +- No external dependencies. ## ๐Ÿ› ๏ธ Usage ```typescript diff --git a/backend/src/modules/partnership/presentation/dto/README.md b/backend/src/modules/partnership/presentation/dto/README.md index eca44cdd..03f408cd 100644 --- a/backend/src/modules/partnership/presentation/dto/README.md +++ b/backend/src/modules/partnership/presentation/dto/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ 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) @@ -8,19 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> create_partnership_dto_ts["๐Ÿ“„ create-partnership.dto.ts"] - Root --> update_partnership_dto_ts["๐Ÿ“„ update-partnership.dto.ts"] + Root_dto["๐Ÿ“ dto"] + Root_dto --> f_create_partnership_dto_ts["๐Ÿ“„ create-partnership.dto.ts"] + Root_dto --> f_update_partnership_dto_ts["๐Ÿ“„ update-partnership.dto.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `create-partnership.dto.ts` | TypeScript | Provides core logic and orchestration for create-partnership.dto.ts. | N/A | -| `update-partnership.dto.ts` | TypeScript | Provides core logic and orchestration for update-partnership.dto.ts. | @nestjs | +| `create-partnership.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for create-partnership.dto.ts. | N/A | +| `update-partnership.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for update-partnership.dto.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `./create-partnership.dto` - `@nestjs/mapped-types` ## ๐Ÿ› ๏ธ Usage diff --git a/backend/src/modules/payment/README.md b/backend/src/modules/payment/README.md index 616722ed..e86bd634 100644 --- a/backend/src/modules/payment/README.md +++ b/backend/src/modules/payment/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ payment +# ๐Ÿ“ Payment [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [payment](/backend/src/modules/payment) @@ -8,28 +8,23 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ payment"] - Root --> strategies["๐Ÿ“ strategies"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> payment_controller_ts["๐Ÿ“„ payment.controller.ts"] - Root --> payment_module_ts["๐Ÿ“„ payment.module.ts"] - Root --> payment_service_ts["๐Ÿ“„ payment.service.ts"] + Root_payment["๐Ÿ“ payment"] + Root_payment --> d_strategies["๐Ÿ“ strategies"] + Root_payment --> f_index_ts["๐Ÿ“„ index.ts"] + Root_payment --> f_payment_controller_ts["๐Ÿ“„ payment.controller.ts"] + Root_payment --> f_payment_module_ts["๐Ÿ“„ payment.module.ts"] + Root_payment --> f_payment_service_ts["๐Ÿ“„ payment.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `payment.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for payment.controller.ts. | N/A | -| `payment.module.ts` | TypeScript | Defines the architectural module boundaries for payment.module.ts. | @nestjs | -| `payment.service.ts` | TypeScript | Encapsulates business logic and data access for payment.service.ts. | @nestjs | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | +| `payment.controller.ts` | TypeScript/JavaScript | Handles incoming HTTP requests and routing for payment.controller.ts. | N/A | +| `payment.module.ts` | TypeScript/JavaScript | Defines the architectural module boundaries for payment.module.ts. | @nestjs | +| `payment.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for payment.service.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `./payment.controller` -- `./payment.service` -- `./strategies/alif-pay.strategy` -- `./strategies/mock-card.strategy` -- `./strategies/payment.strategy` - `@nestjs/common` ## ๐Ÿ› ๏ธ Usage diff --git a/backend/src/modules/payment/strategies/README.md b/backend/src/modules/payment/strategies/README.md index 1007b878..f70dcc6c 100644 --- a/backend/src/modules/payment/strategies/README.md +++ b/backend/src/modules/payment/strategies/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ strategies +# ๐Ÿ“ Strategies [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [payment](/backend/src/modules/payment) > [strategies](/backend/src/modules/payment/strategies) @@ -8,18 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ strategies"] - Root --> alif_pay_strategy_ts["๐Ÿ“„ alif-pay.strategy.ts"] - Root --> mock_card_strategy_ts["๐Ÿ“„ mock-card.strategy.ts"] - Root --> payment_strategy_ts["๐Ÿ“„ payment.strategy.ts"] + Root_strategies["๐Ÿ“ strategies"] + Root_strategies --> f_alif_pay_strategy_ts["๐Ÿ“„ alif-pay.strategy.ts"] + Root_strategies --> f_mock_card_strategy_ts["๐Ÿ“„ mock-card.strategy.ts"] + Root_strategies --> f_payment_strategy_ts["๐Ÿ“„ payment.strategy.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `alif-pay.strategy.ts` | TypeScript | Provides core logic and orchestration for alif-pay.strategy.ts. | @nestjs | -| `mock-card.strategy.ts` | TypeScript | Provides core logic and orchestration for mock-card.strategy.ts. | @nestjs | -| `payment.strategy.ts` | TypeScript | Provides core logic and orchestration for payment.strategy.ts. | N/A | +| `alif-pay.strategy.ts` | TypeScript/JavaScript | Provides core logic and orchestration for alif-pay.strategy.ts. | @nestjs | +| `mock-card.strategy.ts` | TypeScript/JavaScript | Provides core logic and orchestration for mock-card.strategy.ts. | @nestjs | +| `payment.strategy.ts` | TypeScript/JavaScript | Provides core logic and orchestration for payment.strategy.ts. | N/A | ## ๐Ÿ”— Dependencies - `@nestjs/common` diff --git a/backend/src/modules/treatments/README.md b/backend/src/modules/treatments/README.md index 47ea8252..c36ddaa9 100644 --- a/backend/src/modules/treatments/README.md +++ b/backend/src/modules/treatments/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ treatments +# ๐Ÿ“ Treatments [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) @@ -8,20 +8,20 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ treatments"] - Root --> application["๐Ÿ“ application"] - Root --> domain["๐Ÿ“ domain"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> presentation["๐Ÿ“ presentation"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> treatments_module_ts["๐Ÿ“„ treatments.module.ts"] + Root_treatments["๐Ÿ“ treatments"] + Root_treatments --> d_application["๐Ÿ“ application"] + Root_treatments --> d_domain["๐Ÿ“ domain"] + Root_treatments --> d_infrastructure["๐Ÿ“ infrastructure"] + Root_treatments --> d_presentation["๐Ÿ“ presentation"] + Root_treatments --> f_index_ts["๐Ÿ“„ index.ts"] + Root_treatments --> f_treatments_module_ts["๐Ÿ“„ treatments.module.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `treatments.module.ts` | TypeScript | Defines the architectural module boundaries for treatments.module.ts. | @modules, @nestjs | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | +| `treatments.module.ts` | TypeScript/JavaScript | Defines the architectural module boundaries for treatments.module.ts. | @modules, @nestjs | ## ๐Ÿ”— Dependencies - `@modules/treatments/application/treatments.service` diff --git a/backend/src/modules/treatments/application/README.md b/backend/src/modules/treatments/application/README.md index 7cb6487d..2d577cee 100644 --- a/backend/src/modules/treatments/application/README.md +++ b/backend/src/modules/treatments/application/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ application +# ๐Ÿ“ Application [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) > [application](/backend/src/modules/treatments/application) @@ -8,18 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ application"] - Root --> treatments_service_ts["๐Ÿ“„ treatments.service.ts"] + Root_application["๐Ÿ“ application"] + Root_application --> f_treatments_service_ts["๐Ÿ“„ treatments.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `treatments.service.ts` | TypeScript | Encapsulates business logic and data access for treatments.service.ts. | @common, @nestjs | +| `treatments.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for treatments.service.ts. | @common, @nestjs | ## ๐Ÿ”— Dependencies -- `../domain/treatments.entity` -- `../infrastructure/repositories/treatments.repository` - `@common/utils` - `@nestjs/common` diff --git a/backend/src/modules/treatments/domain/README.md b/backend/src/modules/treatments/domain/README.md index 1da9154f..1362d2c5 100644 --- a/backend/src/modules/treatments/domain/README.md +++ b/backend/src/modules/treatments/domain/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ domain +# ๐Ÿ“ Domain [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) > [domain](/backend/src/modules/treatments/domain) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ domain"] - Root --> treatments_entity_ts["๐Ÿ“„ treatments.entity.ts"] + Root_domain["๐Ÿ“ domain"] + Root_domain --> f_treatments_entity_ts["๐Ÿ“„ treatments.entity.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `treatments.entity.ts` | TypeScript | Provides core logic and orchestration for treatments.entity.ts. | N/A | +| `treatments.entity.ts` | TypeScript/JavaScript | Provides core logic and orchestration for treatments.entity.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/treatments/infrastructure/README.md b/backend/src/modules/treatments/infrastructure/README.md index 1f3c64af..614f0ac2 100644 --- a/backend/src/modules/treatments/infrastructure/README.md +++ b/backend/src/modules/treatments/infrastructure/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ“ Infrastructure [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) > [infrastructure](/backend/src/modules/treatments/infrastructure) @@ -8,13 +8,13 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> repositories["๐Ÿ“ repositories"] - Root --> schemas["๐Ÿ“ schemas"] + Root_infrastructure["๐Ÿ“ infrastructure"] + Root_infrastructure --> d_repositories["๐Ÿ“ repositories"] + Root_infrastructure --> d_schemas["๐Ÿ“ schemas"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/treatments/infrastructure/repositories/README.md b/backend/src/modules/treatments/infrastructure/repositories/README.md index b76c4329..7348a8a1 100644 --- a/backend/src/modules/treatments/infrastructure/repositories/README.md +++ b/backend/src/modules/treatments/infrastructure/repositories/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ repositories +# ๐Ÿ“ 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) @@ -8,17 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ repositories"] - Root --> treatments_repository_ts["๐Ÿ“„ treatments.repository.ts"] + Root_repositories["๐Ÿ“ repositories"] + Root_repositories --> f_treatments_repository_ts["๐Ÿ“„ treatments.repository.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `treatments.repository.ts` | TypeScript | Provides core logic and orchestration for treatments.repository.ts. | @nestjs | +| `treatments.repository.ts` | TypeScript/JavaScript | Provides core logic and orchestration for treatments.repository.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `../../domain/treatments.entity` - `@nestjs/common` - `@nestjs/mongoose` - `mongoose` diff --git a/backend/src/modules/treatments/infrastructure/schemas/README.md b/backend/src/modules/treatments/infrastructure/schemas/README.md index 9a88d55e..54650dda 100644 --- a/backend/src/modules/treatments/infrastructure/schemas/README.md +++ b/backend/src/modules/treatments/infrastructure/schemas/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ schemas +# ๐Ÿ“ 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) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ schemas"] - Root --> treatments_schema_ts["๐Ÿ“„ treatments.schema.ts"] + Root_schemas["๐Ÿ“ schemas"] + Root_schemas --> f_treatments_schema_ts["๐Ÿ“„ treatments.schema.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `treatments.schema.ts` | TypeScript | Provides core logic and orchestration for treatments.schema.ts. | @nestjs | +| `treatments.schema.ts` | TypeScript/JavaScript | Provides core logic and orchestration for treatments.schema.ts. | @nestjs | ## ๐Ÿ”— Dependencies - `@nestjs/mongoose` diff --git a/backend/src/modules/treatments/presentation/README.md b/backend/src/modules/treatments/presentation/README.md index 7a6948d7..ef98cae2 100644 --- a/backend/src/modules/treatments/presentation/README.md +++ b/backend/src/modules/treatments/presentation/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ presentation +# ๐Ÿ“ Presentation [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [treatments](/backend/src/modules/treatments) > [presentation](/backend/src/modules/treatments/presentation) @@ -8,15 +8,15 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ presentation"] - Root --> dto["๐Ÿ“ dto"] - Root --> treatments_controller_ts["๐Ÿ“„ treatments.controller.ts"] + Root_presentation["๐Ÿ“ presentation"] + Root_presentation --> d_dto["๐Ÿ“ dto"] + Root_presentation --> f_treatments_controller_ts["๐Ÿ“„ treatments.controller.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `treatments.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for treatments.controller.ts. | @nestjs | +| `treatments.controller.ts` | TypeScript/JavaScript | Handles incoming HTTP requests and routing for treatments.controller.ts. | @nestjs | ## ๐Ÿ”— Dependencies - `@nestjs/platform-express` diff --git a/backend/src/modules/treatments/presentation/dto/README.md b/backend/src/modules/treatments/presentation/dto/README.md index 0321e55b..653a4d2a 100644 --- a/backend/src/modules/treatments/presentation/dto/README.md +++ b/backend/src/modules/treatments/presentation/dto/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ 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) @@ -8,19 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> create_treatments_dto_ts["๐Ÿ“„ create-treatments.dto.ts"] - Root --> update_treatments_dto_ts["๐Ÿ“„ update-treatments.dto.ts"] + Root_dto["๐Ÿ“ dto"] + Root_dto --> f_create_treatments_dto_ts["๐Ÿ“„ create-treatments.dto.ts"] + Root_dto --> f_update_treatments_dto_ts["๐Ÿ“„ update-treatments.dto.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `create-treatments.dto.ts` | TypeScript | Provides core logic and orchestration for create-treatments.dto.ts. | N/A | -| `update-treatments.dto.ts` | TypeScript | Provides core logic and orchestration for update-treatments.dto.ts. | @nestjs | +| `create-treatments.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for create-treatments.dto.ts. | N/A | +| `update-treatments.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for update-treatments.dto.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `./create-treatments.dto` - `@nestjs/mapped-types` - `class-transformer` diff --git a/backend/src/modules/user/README.md b/backend/src/modules/user/README.md index 4d80484e..5ed738ab 100644 --- a/backend/src/modules/user/README.md +++ b/backend/src/modules/user/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ user +# ๐Ÿ“ User [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) @@ -8,25 +8,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ user"] - Root --> application["๐Ÿ“ application"] - Root --> domain["๐Ÿ“ domain"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> presentation["๐Ÿ“ presentation"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> user_module_ts["๐Ÿ“„ user.module.ts"] + Root_user["๐Ÿ“ user"] + Root_user --> d_application["๐Ÿ“ application"] + Root_user --> d_domain["๐Ÿ“ domain"] + Root_user --> d_infrastructure["๐Ÿ“ infrastructure"] + Root_user --> d_presentation["๐Ÿ“ presentation"] + Root_user --> f_index_ts["๐Ÿ“„ index.ts"] + Root_user --> f_user_module_ts["๐Ÿ“„ user.module.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `user.module.ts` | TypeScript | Defines the architectural module boundaries for user.module.ts. | @nestjs | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | +| `user.module.ts` | TypeScript/JavaScript | Defines the architectural module boundaries for user.module.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `./application/user.service` -- `./infrastructure/repositories/user.repository` -- `./presentation/user.controller` - `@nestjs/common` - `@nestjs/mongoose` diff --git a/backend/src/modules/user/application/README.md b/backend/src/modules/user/application/README.md index 49d3c42d..9554d330 100644 --- a/backend/src/modules/user/application/README.md +++ b/backend/src/modules/user/application/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ application +# ๐Ÿ“ Application [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) > [application](/backend/src/modules/user/application) @@ -8,18 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ application"] - Root --> user_service_ts["๐Ÿ“„ user.service.ts"] + Root_application["๐Ÿ“ application"] + Root_application --> f_user_service_ts["๐Ÿ“„ user.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `user.service.ts` | TypeScript | Encapsulates business logic and data access for user.service.ts. | @nestjs | +| `user.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for user.service.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `../domain/user.entity` -- `../infrastructure/repositories/user.repository` - `@nestjs/common` - `bcrypt` diff --git a/backend/src/modules/user/domain/README.md b/backend/src/modules/user/domain/README.md index b30d4a9f..12ddd1cc 100644 --- a/backend/src/modules/user/domain/README.md +++ b/backend/src/modules/user/domain/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ domain +# ๐Ÿ“ Domain [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) > [domain](/backend/src/modules/user/domain) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ domain"] - Root --> user_entity_ts["๐Ÿ“„ user.entity.ts"] + Root_domain["๐Ÿ“ domain"] + Root_domain --> f_user_entity_ts["๐Ÿ“„ user.entity.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `user.entity.ts` | TypeScript | Provides core logic and orchestration for user.entity.ts. | N/A | +| `user.entity.ts` | TypeScript/JavaScript | Provides core logic and orchestration for user.entity.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/user/infrastructure/README.md b/backend/src/modules/user/infrastructure/README.md index 0c8fe858..af7ee83d 100644 --- a/backend/src/modules/user/infrastructure/README.md +++ b/backend/src/modules/user/infrastructure/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ“ Infrastructure [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) > [infrastructure](/backend/src/modules/user/infrastructure) @@ -8,13 +8,13 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> repositories["๐Ÿ“ repositories"] - Root --> schemas["๐Ÿ“ schemas"] + Root_infrastructure["๐Ÿ“ infrastructure"] + Root_infrastructure --> d_repositories["๐Ÿ“ repositories"] + Root_infrastructure --> d_schemas["๐Ÿ“ schemas"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/user/infrastructure/repositories/README.md b/backend/src/modules/user/infrastructure/repositories/README.md index 0d1e6fb3..eaf8ef77 100644 --- a/backend/src/modules/user/infrastructure/repositories/README.md +++ b/backend/src/modules/user/infrastructure/repositories/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ repositories +# ๐Ÿ“ 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) @@ -8,18 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ repositories"] - Root --> user_repository_ts["๐Ÿ“„ user.repository.ts"] + Root_repositories["๐Ÿ“ repositories"] + Root_repositories --> f_user_repository_ts["๐Ÿ“„ user.repository.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `user.repository.ts` | TypeScript | Provides core logic and orchestration for user.repository.ts. | @nestjs | +| `user.repository.ts` | TypeScript/JavaScript | Provides core logic and orchestration for user.repository.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `../../domain/user.entity` -- `../schemas/user.schema` - `@nestjs/common` - `@nestjs/mongoose` - `mongoose` diff --git a/backend/src/modules/user/infrastructure/schemas/README.md b/backend/src/modules/user/infrastructure/schemas/README.md index 2e531db3..9e40f94a 100644 --- a/backend/src/modules/user/infrastructure/schemas/README.md +++ b/backend/src/modules/user/infrastructure/schemas/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ schemas +# ๐Ÿ“ 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) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ schemas"] - Root --> user_schema_ts["๐Ÿ“„ user.schema.ts"] + Root_schemas["๐Ÿ“ schemas"] + Root_schemas --> f_user_schema_ts["๐Ÿ“„ user.schema.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `user.schema.ts` | TypeScript | Provides core logic and orchestration for user.schema.ts. | @nestjs | +| `user.schema.ts` | TypeScript/JavaScript | Provides core logic and orchestration for user.schema.ts. | @nestjs | ## ๐Ÿ”— Dependencies - `@nestjs/mongoose` diff --git a/backend/src/modules/user/presentation/README.md b/backend/src/modules/user/presentation/README.md index 3c548cff..2063b8d4 100644 --- a/backend/src/modules/user/presentation/README.md +++ b/backend/src/modules/user/presentation/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ presentation +# ๐Ÿ“ Presentation [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [user](/backend/src/modules/user) > [presentation](/backend/src/modules/user/presentation) @@ -8,20 +8,17 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ presentation"] - Root --> dto["๐Ÿ“ dto"] - Root --> user_controller_ts["๐Ÿ“„ user.controller.ts"] + Root_presentation["๐Ÿ“ presentation"] + Root_presentation --> d_dto["๐Ÿ“ dto"] + Root_presentation --> f_user_controller_ts["๐Ÿ“„ user.controller.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `user.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for user.controller.ts. | @common, @modules, @nestjs | +| `user.controller.ts` | TypeScript/JavaScript | Handles incoming HTTP requests and routing for user.controller.ts. | @common, @modules, @nestjs | ## ๐Ÿ”— Dependencies -- `../application/user.service` -- `./dto/create-user.dto` -- `./dto/update-user.dto` - `@common/interfaces/authenticated-request.interface` - `@modules/user` - `@nestjs/platform-express` diff --git a/backend/src/modules/user/presentation/dto/README.md b/backend/src/modules/user/presentation/dto/README.md index 2d6f70ec..d036e60a 100644 --- a/backend/src/modules/user/presentation/dto/README.md +++ b/backend/src/modules/user/presentation/dto/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ 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) @@ -8,19 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> create_user_dto_ts["๐Ÿ“„ create-user.dto.ts"] - Root --> update_user_dto_ts["๐Ÿ“„ update-user.dto.ts"] + Root_dto["๐Ÿ“ dto"] + Root_dto --> f_create_user_dto_ts["๐Ÿ“„ create-user.dto.ts"] + Root_dto --> f_update_user_dto_ts["๐Ÿ“„ update-user.dto.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `create-user.dto.ts` | TypeScript | Provides core logic and orchestration for create-user.dto.ts. | N/A | -| `update-user.dto.ts` | TypeScript | Provides core logic and orchestration for update-user.dto.ts. | @nestjs | +| `create-user.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for create-user.dto.ts. | N/A | +| `update-user.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for update-user.dto.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `./create-user.dto` - `@nestjs/mapped-types` ## ๐Ÿ› ๏ธ Usage diff --git a/backend/src/modules/veil/README.md b/backend/src/modules/veil/README.md index 17f02552..758d31cb 100644 --- a/backend/src/modules/veil/README.md +++ b/backend/src/modules/veil/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ veil +# ๐Ÿ“ Veil [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) @@ -8,25 +8,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ veil"] - Root --> application["๐Ÿ“ application"] - Root --> domain["๐Ÿ“ domain"] - Root --> infrastructure["๐Ÿ“ infrastructure"] - Root --> presentation["๐Ÿ“ presentation"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> veil_module_ts["๐Ÿ“„ veil.module.ts"] + Root_veil["๐Ÿ“ veil"] + Root_veil --> d_application["๐Ÿ“ application"] + Root_veil --> d_domain["๐Ÿ“ domain"] + Root_veil --> d_infrastructure["๐Ÿ“ infrastructure"] + Root_veil --> d_presentation["๐Ÿ“ presentation"] + Root_veil --> f_index_ts["๐Ÿ“„ index.ts"] + Root_veil --> f_veil_module_ts["๐Ÿ“„ veil.module.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `veil.module.ts` | TypeScript | Defines the architectural module boundaries for veil.module.ts. | @nestjs | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | +| `veil.module.ts` | TypeScript/JavaScript | Defines the architectural module boundaries for veil.module.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `./application/veil.service` -- `./infrastructure/repositories/veil.repository` -- `./presentation/veil.controller` - `@nestjs/common` - `@nestjs/mongoose` diff --git a/backend/src/modules/veil/application/README.md b/backend/src/modules/veil/application/README.md index 87cb6374..6f96a45d 100644 --- a/backend/src/modules/veil/application/README.md +++ b/backend/src/modules/veil/application/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ application +# ๐Ÿ“ Application [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) > [application](/backend/src/modules/veil/application) @@ -8,18 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ application"] - Root --> veil_service_ts["๐Ÿ“„ veil.service.ts"] + Root_application["๐Ÿ“ application"] + Root_application --> f_veil_service_ts["๐Ÿ“„ veil.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `veil.service.ts` | TypeScript | Encapsulates business logic and data access for veil.service.ts. | @nestjs | +| `veil.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for veil.service.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `../domain/veil.entity` -- `../infrastructure/repositories/veil.repository` - `@nestjs/common` ## ๐Ÿ› ๏ธ Usage diff --git a/backend/src/modules/veil/domain/README.md b/backend/src/modules/veil/domain/README.md index 0bea95ff..e6fbfbd5 100644 --- a/backend/src/modules/veil/domain/README.md +++ b/backend/src/modules/veil/domain/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ domain +# ๐Ÿ“ Domain [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) > [domain](/backend/src/modules/veil/domain) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ domain"] - Root --> veil_entity_ts["๐Ÿ“„ veil.entity.ts"] + Root_domain["๐Ÿ“ domain"] + Root_domain --> f_veil_entity_ts["๐Ÿ“„ veil.entity.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `veil.entity.ts` | TypeScript | Provides core logic and orchestration for veil.entity.ts. | N/A | +| `veil.entity.ts` | TypeScript/JavaScript | Provides core logic and orchestration for veil.entity.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/veil/infrastructure/README.md b/backend/src/modules/veil/infrastructure/README.md index c53314ee..299ad10c 100644 --- a/backend/src/modules/veil/infrastructure/README.md +++ b/backend/src/modules/veil/infrastructure/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ infrastructure +# ๐Ÿ“ Infrastructure [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) > [infrastructure](/backend/src/modules/veil/infrastructure) @@ -8,13 +8,13 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ infrastructure"] - Root --> repositories["๐Ÿ“ repositories"] - Root --> schemas["๐Ÿ“ schemas"] + Root_infrastructure["๐Ÿ“ infrastructure"] + Root_infrastructure --> d_repositories["๐Ÿ“ repositories"] + Root_infrastructure --> d_schemas["๐Ÿ“ schemas"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/backend/src/modules/veil/infrastructure/repositories/README.md b/backend/src/modules/veil/infrastructure/repositories/README.md index abebe092..6d1b4701 100644 --- a/backend/src/modules/veil/infrastructure/repositories/README.md +++ b/backend/src/modules/veil/infrastructure/repositories/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ repositories +# ๐Ÿ“ 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) @@ -8,18 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ repositories"] - Root --> veil_repository_ts["๐Ÿ“„ veil.repository.ts"] + Root_repositories["๐Ÿ“ repositories"] + Root_repositories --> f_veil_repository_ts["๐Ÿ“„ veil.repository.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `veil.repository.ts` | TypeScript | Provides core logic and orchestration for veil.repository.ts. | @common, @nestjs | +| `veil.repository.ts` | TypeScript/JavaScript | Provides core logic and orchestration for veil.repository.ts. | @common, @nestjs | ## ๐Ÿ”— Dependencies -- `../../domain/veil.entity` -- `../schemas/veil.schema` - `@common/utils/file-system` - `@nestjs/common` - `@nestjs/mongoose` diff --git a/backend/src/modules/veil/infrastructure/schemas/README.md b/backend/src/modules/veil/infrastructure/schemas/README.md index a129ab0b..88cb6bfb 100644 --- a/backend/src/modules/veil/infrastructure/schemas/README.md +++ b/backend/src/modules/veil/infrastructure/schemas/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ schemas +# ๐Ÿ“ 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) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ schemas"] - Root --> veil_schema_ts["๐Ÿ“„ veil.schema.ts"] + Root_schemas["๐Ÿ“ schemas"] + Root_schemas --> f_veil_schema_ts["๐Ÿ“„ veil.schema.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `veil.schema.ts` | TypeScript | Provides core logic and orchestration for veil.schema.ts. | @nestjs | +| `veil.schema.ts` | TypeScript/JavaScript | Provides core logic and orchestration for veil.schema.ts. | @nestjs | ## ๐Ÿ”— Dependencies - `@nestjs/mongoose` diff --git a/backend/src/modules/veil/presentation/README.md b/backend/src/modules/veil/presentation/README.md index cceea6fe..93d6bba8 100644 --- a/backend/src/modules/veil/presentation/README.md +++ b/backend/src/modules/veil/presentation/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ presentation +# ๐Ÿ“ Presentation [Root](/.) > [backend](/backend) > [src](/backend/src) > [modules](/backend/src/modules) > [veil](/backend/src/modules/veil) > [presentation](/backend/src/modules/veil/presentation) @@ -8,21 +8,17 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ presentation"] - Root --> dto["๐Ÿ“ dto"] - Root --> veil_controller_ts["๐Ÿ“„ veil.controller.ts"] + Root_presentation["๐Ÿ“ presentation"] + Root_presentation --> d_dto["๐Ÿ“ dto"] + Root_presentation --> f_veil_controller_ts["๐Ÿ“„ veil.controller.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `veil.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for veil.controller.ts. | @nestjs | +| `veil.controller.ts` | TypeScript/JavaScript | Handles incoming HTTP requests and routing for veil.controller.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `../application/veil.service` -- `../domain/veil.entity` -- `./dto/create-veil.dto` -- `./dto/update-veil.dto` - `@nestjs/platform-express` - `multer` - `path` diff --git a/backend/src/modules/veil/presentation/dto/README.md b/backend/src/modules/veil/presentation/dto/README.md index 6cbbe5cd..20dea2c0 100644 --- a/backend/src/modules/veil/presentation/dto/README.md +++ b/backend/src/modules/veil/presentation/dto/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ dto +# ๐Ÿ“ 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) @@ -8,19 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dto"] - Root --> create_veil_dto_ts["๐Ÿ“„ create-veil.dto.ts"] - Root --> update_veil_dto_ts["๐Ÿ“„ update-veil.dto.ts"] + Root_dto["๐Ÿ“ dto"] + Root_dto --> f_create_veil_dto_ts["๐Ÿ“„ create-veil.dto.ts"] + Root_dto --> f_update_veil_dto_ts["๐Ÿ“„ update-veil.dto.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `create-veil.dto.ts` | TypeScript | Provides core logic and orchestration for create-veil.dto.ts. | N/A | -| `update-veil.dto.ts` | TypeScript | Provides core logic and orchestration for update-veil.dto.ts. | @nestjs | +| `create-veil.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for create-veil.dto.ts. | N/A | +| `update-veil.dto.ts` | TypeScript/JavaScript | Provides core logic and orchestration for update-veil.dto.ts. | @nestjs | ## ๐Ÿ”— Dependencies -- `./create-veil.dto` - `@nestjs/mapped-types` - `class-transformer` diff --git a/backend/test/README.md b/backend/test/README.md index 7ca1bad5..07f8e241 100644 --- a/backend/test/README.md +++ b/backend/test/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ test +# ๐Ÿงช Test [Root](/.) > [backend](/backend) > [test](/backend/test) @@ -8,19 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ test"] - Root --> app_e2e_spec_ts["๐Ÿ“„ app.e2e-spec.ts"] - Root --> jest_e2e_json["๐Ÿ“„ jest-e2e.json"] + Root_test["๐Ÿงช test"] + Root_test --> f_app_e2e_spec_ts["๐Ÿ“„ app.e2e-spec.ts"] + Root_test --> f_jest_e2e_json["๐Ÿ“„ jest-e2e.json"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `app.e2e-spec.ts` | TypeScript | Unit testing and quality assurance for app.e2e-spec.ts. | @nestjs | +| `app.e2e-spec.ts` | TypeScript/JavaScript | Unit testing and quality assurance for app.e2e-spec.ts. | @nestjs | | `jest-e2e.json` | JSON Configuration | Provides core logic and orchestration for jest-e2e.json. | N/A | ## ๐Ÿ”— Dependencies -- `./../src/app.module` - `@nestjs/common` - `@nestjs/testing` - `supertest` diff --git a/frontend/README.md b/frontend/README.md index 6282bdff..a80497fd 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ frontend +# ๐ŸŽจ Frontend [Root](/.) > [frontend](/frontend) @@ -8,17 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ frontend"] - Root --> public["๐Ÿ“ public"] - Root --> src["๐Ÿ“ src"] - Root --> angular_json["๐Ÿ“„ angular.json"] - Root --> index_html["๐Ÿ“„ index.html"] - Root --> index_tsx["๐Ÿ“„ index.tsx"] - Root --> leaflet_css["๐Ÿ“„ leaflet.css"] - Root --> metadata_json["๐Ÿ“„ metadata.json"] - Root --> package_lock_json["๐Ÿ“„ package-lock.json"] - Root --> package_json["๐Ÿ“„ package.json"] - Root --> tsconfig_json["๐Ÿ“„ tsconfig.json"] + Root_frontend["๐ŸŽจ frontend"] + Root_frontend --> d_environments["๐Ÿ“ environments"] + Root_frontend --> d_public["๐ŸŒ public"] + Root_frontend --> d_src["๐Ÿ’ป src"] + Root_frontend --> f_angular_json["๐Ÿ“„ angular.json"] + Root_frontend --> f_index_html["๐Ÿ“„ index.html"] + Root_frontend --> f_index_tsx["๐Ÿ“„ index.tsx"] + Root_frontend --> f_leaflet_css["๐Ÿ“„ leaflet.css"] + Root_frontend --> f_metadata_json["๐Ÿ“„ metadata.json"] + Root_frontend --> f_package_lock_json["๐Ÿ“„ package-lock.json"] + Root_frontend --> f_package_json["๐Ÿ“„ package.json"] + Root_frontend --> f_tsconfig_json["๐Ÿ“„ tsconfig.json"] ``` ## ๐Ÿ“„ File Registry @@ -34,10 +35,7 @@ graph TD | `tsconfig.json` | JSON Configuration | Provides core logic and orchestration for tsconfig.json. | N/A | ## ๐Ÿ”— Dependencies -- `./src/app.component` -- `./src/app/app.config` - `@angular/platform-browser` -- `leaflet/dist/leaflet.css` ## ๐Ÿ› ๏ธ Usage ```typescript diff --git a/frontend/environments/README.md b/frontend/environments/README.md new file mode 100644 index 00000000..23cc9587 --- /dev/null +++ b/frontend/environments/README.md @@ -0,0 +1,38 @@ +# ๐Ÿ“ Environments + +[Root](/.) > [frontend](/frontend) > [environments](/frontend/environments) + +## ๐ŸŽฏ Purpose +Delivering luxury-tier architectural components and high-performance logic for the **environments** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. + +## ๐Ÿ—๏ธ Architecture +```mermaid +graph TD + Root_environments["๐Ÿ“ environments"] + Root_environments --> f_environment_development_ts["๐Ÿ“„ environment.development.ts"] + Root_environments --> f_environment_en_ts["๐Ÿ“„ environment.en.ts"] + Root_environments --> f_environment_ru_ts["๐Ÿ“„ environment.ru.ts"] + Root_environments --> f_environment_tg_ts["๐Ÿ“„ environment.tg.ts"] + Root_environments --> f_environment_ts["๐Ÿ“„ environment.ts"] +``` + +## ๐Ÿ“„ File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| `environment.development.ts` | TypeScript/JavaScript | Provides core logic and orchestration for environment.development.ts. | N/A | +| `environment.en.ts` | TypeScript/JavaScript | Provides core logic and orchestration for environment.en.ts. | N/A | +| `environment.ru.ts` | TypeScript/JavaScript | Provides core logic and orchestration for environment.ru.ts. | N/A | +| `environment.tg.ts` | TypeScript/JavaScript | Provides core logic and orchestration for environment.tg.ts. | N/A | +| `environment.ts` | TypeScript/JavaScript | Provides core logic and orchestration for environment.ts. | N/A | + +## ๐Ÿ”— Dependencies +- No external dependencies. + +## ๐Ÿ› ๏ธ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './core'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/frontend/public/README.md b/frontend/public/README.md index 397a92c4..7fb77f9d 100644 --- a/frontend/public/README.md +++ b/frontend/public/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ public +# ๐ŸŒ Public [Root](/.) > [frontend](/frontend) > [public](/frontend/public) @@ -8,12 +8,12 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ public"] - Root --> images["๐Ÿ“ images"] + Root_public["๐ŸŒ public"] + Root_public --> d_images["๐Ÿ“ images"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/public/images/README.md b/frontend/public/images/README.md index e1f84cbf..b25cc2e1 100644 --- a/frontend/public/images/README.md +++ b/frontend/public/images/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ images +# ๐Ÿ“ Images [Root](/.) > [frontend](/frontend) > [public](/frontend/public) > [images](/frontend/public/images) @@ -8,9 +8,9 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ images"] - Root --> treatments_add_img_png["๐Ÿ“„ treatments-add-img.png"] - Root --> treatments_no_img_png["๐Ÿ“„ treatments-no-img.png"] + Root_images["๐Ÿ“ images"] + Root_images --> f_treatments_add_img_png["๐Ÿ“„ treatments-add-img.png"] + Root_images --> f_treatments_no_img_png["๐Ÿ“„ treatments-no-img.png"] ``` ## ๐Ÿ“„ File Registry diff --git a/frontend/src/README.md b/frontend/src/README.md index 95d1aabe..4b4e251c 100644 --- a/frontend/src/README.md +++ b/frontend/src/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ src +# ๐Ÿ’ป Src [Root](/.) > [frontend](/frontend) > [src](/frontend/src) @@ -8,23 +8,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ src"] - Root --> app["๐Ÿ“ app"] - Root --> backend["๐Ÿ“ backend"] - Root --> core["๐Ÿ“ core"] - Root --> entities["๐Ÿ“ entities"] - Root --> environments["๐Ÿ“ environments"] - Root --> features["๐Ÿ“ features"] - Root --> locale["๐Ÿ“ locale"] - Root --> pages["๐Ÿ“ pages"] - Root --> shared["๐Ÿ“ shared"] - Root --> types["๐Ÿ“ types"] - Root --> widgets["๐Ÿ“ widgets"] - Root --> app_component_html["๐Ÿ“„ app.component.html"] - Root --> app_component_scss["๐Ÿ“„ app.component.scss"] - Root --> app_component_ts["๐Ÿ“„ app.component.ts"] - Root --> app_routes_ts["๐Ÿ“„ app.routes.ts"] - Root --> main_ts["๐Ÿ“„ main.ts"] + Root_src["๐Ÿ’ป src"] + Root_src --> d_app["๐Ÿš€ app"] + Root_src --> d_backend["โš™๏ธ backend"] + Root_src --> d_core["๐Ÿง  core"] + Root_src --> d_entities["๐Ÿ“ฆ entities"] + Root_src --> d_features["โœจ features"] + Root_src --> d_locale["๐Ÿ“ locale"] + Root_src --> d_pages["๐Ÿ“„ pages"] + Root_src --> d_shared["๐Ÿค shared"] + Root_src --> d_types["๐Ÿ“ types"] + Root_src --> d_widgets["๐Ÿงฉ widgets"] + Root_src --> f_app_component_html["๐Ÿ“„ app.component.html"] + Root_src --> f_app_component_scss["๐Ÿ“„ app.component.scss"] + Root_src --> f_app_component_ts["๐Ÿ“„ app.component.ts"] + Root_src --> f_app_routes_ts["๐Ÿ“„ app.routes.ts"] + Root_src --> f_main_ts["๐Ÿ“„ main.ts"] ``` ## ๐Ÿ“„ File Registry @@ -32,20 +31,17 @@ graph TD |---|---|---|---| | `app.component.html` | Template | Structural template and layout for app.component.html. | N/A | | `app.component.scss` | Stylesheet | Luxury styling and visual presentation for app.component.scss. | N/A | -| `app.component.ts` | TypeScript | UI component logic and state management for app.component.ts. | @angular, @shared | -| `app.routes.ts` | TypeScript | Provides core logic and orchestration for app.routes.ts. | @angular, @pages, @widgets | -| `main.ts` | TypeScript | Provides core logic and orchestration for main.ts. | @angular | +| `app.component.ts` | TypeScript/JavaScript | UI component logic and state management for app.component.ts. | @angular, @shared | +| `app.routes.ts` | TypeScript/JavaScript | Provides core logic and orchestration for app.routes.ts. | @angular, @core | +| `main.ts` | TypeScript/JavaScript | Provides core logic and orchestration for main.ts. | @angular | ## ๐Ÿ”— Dependencies -- `./app.component` -- `./app/app.config` - `@angular/common` - `@angular/platform-browser` - `@angular/router` -- `@pages/auth` +- `@core/guards` - `@shared/services` - `@shared/ui` -- `@widgets/layouts` ## ๐Ÿ› ๏ธ Usage ```typescript diff --git a/frontend/src/app/README.md b/frontend/src/app/README.md index 4f0fecb2..29e07551 100644 --- a/frontend/src/app/README.md +++ b/frontend/src/app/README.md @@ -1,23 +1,21 @@ -# ๐Ÿ“ app +# ๐Ÿš€ App [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [app](/frontend/src/app) -**FSD Layer:** App - ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **app** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ app"] - Root --> app_config_ts["๐Ÿ“„ app.config.ts"] + Root_app["๐Ÿš€ app"] + Root_app --> f_app_config_ts["๐Ÿ“„ app.config.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `app.config.ts` | TypeScript | Provides core logic and orchestration for app.config.ts. | @angular, @core, @src | +| `app.config.ts` | TypeScript/JavaScript | Provides core logic and orchestration for app.config.ts. | @angular, @core, @src | ## ๐Ÿ”— Dependencies - `@angular/platform-browser/animations` diff --git a/frontend/src/backend/README.md b/frontend/src/backend/README.md index 4e5fc67d..5e2bb019 100644 --- a/frontend/src/backend/README.md +++ b/frontend/src/backend/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ backend +# โš™๏ธ Backend [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [backend](/frontend/src/backend) @@ -8,16 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ backend"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> telegram_auth_guard_ts["๐Ÿ“„ telegram-auth.guard.ts"] + Root_backend["โš™๏ธ backend"] + Root_backend --> f_index_ts["๐Ÿ“„ index.ts"] + Root_backend --> f_telegram_auth_guard_ts["๐Ÿ“„ telegram-auth.guard.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `telegram-auth.guard.ts` | TypeScript | Provides core logic and orchestration for telegram-auth.guard.ts. | @nestjs | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | +| `telegram-auth.guard.ts` | TypeScript/JavaScript | Provides core logic and orchestration for telegram-auth.guard.ts. | @nestjs | ## ๐Ÿ”— Dependencies - `@nestjs/common` diff --git a/frontend/src/core/README.md b/frontend/src/core/README.md index b0fbfd4b..a70544f8 100644 --- a/frontend/src/core/README.md +++ b/frontend/src/core/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ core +# ๐Ÿง  Core [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [core](/frontend/src/core) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ core"] - Root --> constants["๐Ÿ“ constants"] - Root --> guards["๐Ÿ“ guards"] - Root --> interceptors["๐Ÿ“ interceptors"] + Root_core["๐Ÿง  core"] + Root_core --> d_constants["๐Ÿ“ constants"] + Root_core --> d_guards["๐Ÿ“ guards"] + Root_core --> d_interceptors["๐Ÿ“ interceptors"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/core/constants/README.md b/frontend/src/core/constants/README.md index 460c4195..0b717062 100644 --- a/frontend/src/core/constants/README.md +++ b/frontend/src/core/constants/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ constants +# ๐Ÿ“ Constants [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [core](/frontend/src/core) > [constants](/frontend/src/core/constants) @@ -8,16 +8,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ constants"] - Root --> api_endpoints_ts["๐Ÿ“„ api-endpoints.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_constants["๐Ÿ“ constants"] + Root_constants --> f_api_endpoints_ts["๐Ÿ“„ api-endpoints.ts"] + Root_constants --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `api-endpoints.ts` | TypeScript | Provides core logic and orchestration for api-endpoints.ts. | @shared | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `api-endpoints.ts` | TypeScript/JavaScript | Provides core logic and orchestration for api-endpoints.ts. | @shared | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies - `@shared/lib` diff --git a/frontend/src/core/guards/README.md b/frontend/src/core/guards/README.md index 98b37c99..83841824 100644 --- a/frontend/src/core/guards/README.md +++ b/frontend/src/core/guards/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ guards +# ๐Ÿ“ Guards [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [core](/frontend/src/core) > [guards](/frontend/src/core/guards) @@ -8,18 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ guards"] - Root --> admin_guard_ts["๐Ÿ“„ admin.guard.ts"] - Root --> auth_guard_ts["๐Ÿ“„ auth.guard.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_guards["๐Ÿ“ guards"] + Root_guards --> f_admin_guard_ts["๐Ÿ“„ admin.guard.ts"] + Root_guards --> f_auth_guard_ts["๐Ÿ“„ auth.guard.ts"] + Root_guards --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin.guard.ts` | TypeScript | Provides core logic and orchestration for admin.guard.ts. | @angular, @entities | -| `auth.guard.ts` | TypeScript | Provides core logic and orchestration for auth.guard.ts. | @angular, @entities | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `admin.guard.ts` | TypeScript/JavaScript | Provides core logic and orchestration for admin.guard.ts. | @angular, @entities | +| `auth.guard.ts` | TypeScript/JavaScript | Provides core logic and orchestration for auth.guard.ts. | @angular, @entities | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies - `@angular/core` diff --git a/frontend/src/core/interceptors/README.md b/frontend/src/core/interceptors/README.md index e3d36af2..37fc0554 100644 --- a/frontend/src/core/interceptors/README.md +++ b/frontend/src/core/interceptors/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ interceptors +# ๐Ÿ“ Interceptors [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [core](/frontend/src/core) > [interceptors](/frontend/src/core/interceptors) @@ -8,18 +8,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ interceptors"] - Root --> api_interceptor_ts["๐Ÿ“„ api.interceptor.ts"] - Root --> error_interceptor_ts["๐Ÿ“„ error.interceptor.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_interceptors["๐Ÿ“ interceptors"] + Root_interceptors --> f_api_interceptor_ts["๐Ÿ“„ api.interceptor.ts"] + Root_interceptors --> f_error_interceptor_ts["๐Ÿ“„ error.interceptor.ts"] + Root_interceptors --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `api.interceptor.ts` | TypeScript | Provides core logic and orchestration for api.interceptor.ts. | @angular, @shared | -| `error.interceptor.ts` | TypeScript | Provides core logic and orchestration for error.interceptor.ts. | @angular, @shared | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `api.interceptor.ts` | TypeScript/JavaScript | Provides core logic and orchestration for api.interceptor.ts. | @angular, @shared | +| `error.interceptor.ts` | TypeScript/JavaScript | Provides core logic and orchestration for error.interceptor.ts. | @angular, @shared | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies - `@angular/common/http` diff --git a/frontend/src/entities/README.md b/frontend/src/entities/README.md index 26b108cd..fbe977ac 100644 --- a/frontend/src/entities/README.md +++ b/frontend/src/entities/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ entities +# ๐Ÿ“ฆ Entities [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) -**FSD Layer:** Entity +**FSD Layer:** 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. @@ -10,16 +10,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ entities"] - Root --> admin-settings["๐Ÿ“ admin-settings"] - Root --> gallery["๐Ÿ“ gallery"] - Root --> treatments["๐Ÿ“ treatments"] - Root --> user["๐Ÿ“ user"] - Root --> veil["๐Ÿ“ veil"] + Root_entities["๐Ÿ“ฆ entities"] + Root_entities --> d_admin_settings["๐Ÿ“ admin-settings"] + Root_entities --> d_gallery["๐Ÿ“ gallery"] + Root_entities --> d_treatments["๐Ÿ“ treatments"] + Root_entities --> d_user["๐Ÿ“ user"] + Root_entities --> d_veil["๐Ÿ“ veil"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/entities/admin-settings/README.md b/frontend/src/entities/admin-settings/README.md index 6c36646b..5f43254f 100644 --- a/frontend/src/entities/admin-settings/README.md +++ b/frontend/src/entities/admin-settings/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ admin-settings +# ๐Ÿ“ Admin-settings [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [admin-settings](/frontend/src/entities/admin-settings) -**FSD Layer:** Entity +**FSD Layer:** Entities ๐Ÿ“ฆ ## ๐ŸŽฏ 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. @@ -10,16 +10,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ admin-settings"] - Root --> admin_settings_service_ts["๐Ÿ“„ admin-settings.service.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_admin_settings["๐Ÿ“ admin-settings"] + Root_admin_settings --> f_admin_settings_service_ts["๐Ÿ“„ admin-settings.service.ts"] + Root_admin_settings --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.service.ts` | TypeScript | Encapsulates business logic and data access for admin-settings.service.ts. | @angular, @core, @shared | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `admin-settings.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for admin-settings.service.ts. | @angular, @core, @shared | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies - `@angular/common/http` diff --git a/frontend/src/entities/gallery/README.md b/frontend/src/entities/gallery/README.md index 26b0bbf2..0414426b 100644 --- a/frontend/src/entities/gallery/README.md +++ b/frontend/src/entities/gallery/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ gallery +# ๐Ÿ“ Gallery [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [gallery](/frontend/src/entities/gallery) -**FSD Layer:** Entity +**FSD Layer:** Entities ๐Ÿ“ฆ ## ๐ŸŽฏ 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. @@ -10,17 +10,17 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ gallery"] - Root --> constants["๐Ÿ“ constants"] - Root --> gallery_service_ts["๐Ÿ“„ gallery.service.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_gallery["๐Ÿ“ gallery"] + Root_gallery --> d_constants["๐Ÿ“ constants"] + Root_gallery --> f_gallery_service_ts["๐Ÿ“„ gallery.service.ts"] + Root_gallery --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.service.ts` | TypeScript | Encapsulates business logic and data access for gallery.service.ts. | @angular, @shared | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `gallery.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for gallery.service.ts. | @angular, @shared | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies - `@angular/common/http` diff --git a/frontend/src/entities/gallery/constants/README.md b/frontend/src/entities/gallery/constants/README.md index 9806c978..421df99d 100644 --- a/frontend/src/entities/gallery/constants/README.md +++ b/frontend/src/entities/gallery/constants/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ constants +# ๐Ÿ“ Constants [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [gallery](/frontend/src/entities/gallery) > [constants](/frontend/src/entities/gallery/constants) -**FSD Layer:** Entity +**FSD Layer:** Entities ๐Ÿ“ฆ ## ๐ŸŽฏ 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. @@ -10,14 +10,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ constants"] - Root --> gallery_constants_ts["๐Ÿ“„ gallery.constants.ts"] + Root_constants["๐Ÿ“ constants"] + Root_constants --> f_gallery_constants_ts["๐Ÿ“„ gallery.constants.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.constants.ts` | TypeScript | Provides core logic and orchestration for gallery.constants.ts. | N/A | +| `gallery.constants.ts` | TypeScript/JavaScript | Provides core logic and orchestration for gallery.constants.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/entities/treatments/README.md b/frontend/src/entities/treatments/README.md index 5bce2c27..6a58153e 100644 --- a/frontend/src/entities/treatments/README.md +++ b/frontend/src/entities/treatments/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ treatments +# ๐Ÿ“ Treatments [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [treatments](/frontend/src/entities/treatments) -**FSD Layer:** Entity +**FSD Layer:** Entities ๐Ÿ“ฆ ## ๐ŸŽฏ 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. @@ -10,17 +10,17 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ treatments"] - Root --> constants["๐Ÿ“ constants"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> treatments_service_ts["๐Ÿ“„ treatments.service.ts"] + Root_treatments["๐Ÿ“ treatments"] + Root_treatments --> d_constants["๐Ÿ“ constants"] + Root_treatments --> f_index_ts["๐Ÿ“„ index.ts"] + Root_treatments --> f_treatments_service_ts["๐Ÿ“„ treatments.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `treatments.service.ts` | TypeScript | Encapsulates business logic and data access for treatments.service.ts. | @angular, @core, @features, @shared | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | +| `treatments.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for treatments.service.ts. | @angular, @core, @features, @shared | ## ๐Ÿ”— Dependencies - `@angular/common/http` diff --git a/frontend/src/entities/treatments/constants/README.md b/frontend/src/entities/treatments/constants/README.md index e5eaca65..5668cc96 100644 --- a/frontend/src/entities/treatments/constants/README.md +++ b/frontend/src/entities/treatments/constants/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ constants +# ๐Ÿ“ Constants [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [treatments](/frontend/src/entities/treatments) > [constants](/frontend/src/entities/treatments/constants) -**FSD Layer:** Entity +**FSD Layer:** Entities ๐Ÿ“ฆ ## ๐ŸŽฏ 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. @@ -10,14 +10,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ constants"] - Root --> treatments_constants_ts["๐Ÿ“„ treatments.constants.ts"] + Root_constants["๐Ÿ“ constants"] + Root_constants --> f_treatments_constants_ts["๐Ÿ“„ treatments.constants.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `treatments.constants.ts` | TypeScript | Provides core logic and orchestration for treatments.constants.ts. | N/A | +| `treatments.constants.ts` | TypeScript/JavaScript | Provides core logic and orchestration for treatments.constants.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/entities/user/README.md b/frontend/src/entities/user/README.md index 8cc8e2b6..d7284e5d 100644 --- a/frontend/src/entities/user/README.md +++ b/frontend/src/entities/user/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ user +# ๐Ÿ“ User [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [user](/frontend/src/entities/user) -**FSD Layer:** Entity +**FSD Layer:** Entities ๐Ÿ“ฆ ## ๐ŸŽฏ 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. @@ -10,23 +10,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ user"] - Root --> constants["๐Ÿ“ constants"] - Root --> model["๐Ÿ“ model"] - Root --> auth_service_ts["๐Ÿ“„ auth.service.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> user_service_ts["๐Ÿ“„ user.service.ts"] + Root_user["๐Ÿ“ user"] + Root_user --> d_constants["๐Ÿ“ constants"] + Root_user --> d_model["๐Ÿ“ model"] + Root_user --> f_auth_service_ts["๐Ÿ“„ auth.service.ts"] + Root_user --> f_index_ts["๐Ÿ“„ index.ts"] + Root_user --> f_user_service_ts["๐Ÿ“„ user.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `auth.service.ts` | TypeScript | Encapsulates business logic and data access for auth.service.ts. | @angular | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `user.service.ts` | TypeScript | Encapsulates business logic and data access for user.service.ts. | @angular | +| `auth.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for auth.service.ts. | @angular | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | +| `user.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for user.service.ts. | @angular | ## ๐Ÿ”— Dependencies -- `./model/user.model` - `@angular/common/http` - `@angular/core` - `@angular/router` diff --git a/frontend/src/entities/user/constants/README.md b/frontend/src/entities/user/constants/README.md index eef76311..d3598b93 100644 --- a/frontend/src/entities/user/constants/README.md +++ b/frontend/src/entities/user/constants/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ constants +# ๐Ÿ“ Constants [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [user](/frontend/src/entities/user) > [constants](/frontend/src/entities/user/constants) -**FSD Layer:** Entity +**FSD Layer:** Entities ๐Ÿ“ฆ ## ๐ŸŽฏ 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. @@ -10,14 +10,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ constants"] - Root --> user_constants_ts["๐Ÿ“„ user.constants.ts"] + Root_constants["๐Ÿ“ constants"] + Root_constants --> f_user_constants_ts["๐Ÿ“„ user.constants.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `user.constants.ts` | TypeScript | Provides core logic and orchestration for user.constants.ts. | N/A | +| `user.constants.ts` | TypeScript/JavaScript | Provides core logic and orchestration for user.constants.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/entities/user/model/README.md b/frontend/src/entities/user/model/README.md index 9ae9f0c9..eb46d41f 100644 --- a/frontend/src/entities/user/model/README.md +++ b/frontend/src/entities/user/model/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ model +# ๐Ÿ“ Model [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [user](/frontend/src/entities/user) > [model](/frontend/src/entities/user/model) -**FSD Layer:** Entity +**FSD Layer:** Entities ๐Ÿ“ฆ ## ๐ŸŽฏ 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. @@ -10,14 +10,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ model"] - Root --> user_model_ts["๐Ÿ“„ user.model.ts"] + Root_model["๐Ÿ“ model"] + Root_model --> f_user_model_ts["๐Ÿ“„ user.model.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `user.model.ts` | TypeScript | Provides core logic and orchestration for user.model.ts. | N/A | +| `user.model.ts` | TypeScript/JavaScript | Provides core logic and orchestration for user.model.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/entities/veil/README.md b/frontend/src/entities/veil/README.md index 600f9ffb..604fa63e 100644 --- a/frontend/src/entities/veil/README.md +++ b/frontend/src/entities/veil/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ veil +# ๐Ÿ“ Veil [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [veil](/frontend/src/entities/veil) -**FSD Layer:** Entity +**FSD Layer:** Entities ๐Ÿ“ฆ ## ๐ŸŽฏ 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. @@ -10,17 +10,17 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ veil"] - Root --> constants["๐Ÿ“ constants"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> veil_service_ts["๐Ÿ“„ veil.service.ts"] + Root_veil["๐Ÿ“ veil"] + Root_veil --> d_constants["๐Ÿ“ constants"] + Root_veil --> f_index_ts["๐Ÿ“„ index.ts"] + Root_veil --> f_veil_service_ts["๐Ÿ“„ veil.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `veil.service.ts` | TypeScript | Encapsulates business logic and data access for veil.service.ts. | @angular, @core, @features, @shared | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | +| `veil.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for veil.service.ts. | @angular, @core, @features, @shared | ## ๐Ÿ”— Dependencies - `@angular/common/http` diff --git a/frontend/src/entities/veil/constants/README.md b/frontend/src/entities/veil/constants/README.md index b92501c2..7d3cf72a 100644 --- a/frontend/src/entities/veil/constants/README.md +++ b/frontend/src/entities/veil/constants/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ constants +# ๐Ÿ“ Constants [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [entities](/frontend/src/entities) > [veil](/frontend/src/entities/veil) > [constants](/frontend/src/entities/veil/constants) -**FSD Layer:** Entity +**FSD Layer:** Entities ๐Ÿ“ฆ ## ๐ŸŽฏ 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. @@ -10,14 +10,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ constants"] - Root --> veil_constants_ts["๐Ÿ“„ veil.constants.ts"] + Root_constants["๐Ÿ“ constants"] + Root_constants --> f_veil_constants_ts["๐Ÿ“„ veil.constants.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `veil.constants.ts` | TypeScript | Provides core logic and orchestration for veil.constants.ts. | N/A | +| `veil.constants.ts` | TypeScript/JavaScript | Provides core logic and orchestration for veil.constants.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/features/README.md b/frontend/src/features/README.md index 9cfa039d..8edee2f3 100644 --- a/frontend/src/features/README.md +++ b/frontend/src/features/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ features +# โœจ Features [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) -**FSD Layer:** Feature +**FSD Layer:** 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. @@ -10,16 +10,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ features"] - Root --> client-form["๐Ÿ“ client-form"] - Root --> gallery["๐Ÿ“ gallery"] - Root --> language-selection["๐Ÿ“ language-selection"] - Root --> treatments["๐Ÿ“ treatments"] - Root --> veil["๐Ÿ“ veil"] + Root_features["โœจ features"] + Root_features --> d_auth["๐Ÿ“ auth"] + Root_features --> d_client_form["๐Ÿ“ client-form"] + Root_features --> d_gallery["๐Ÿ“ gallery"] + Root_features --> d_language_selection["๐Ÿ“ language-selection"] + Root_features --> d_treatments["๐Ÿ“ treatments"] + Root_features --> d_user["๐Ÿ“ user"] + Root_features --> d_veil["๐Ÿ“ veil"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/features/auth/README.md b/frontend/src/features/auth/README.md new file mode 100644 index 00000000..c7d74e3e --- /dev/null +++ b/frontend/src/features/auth/README.md @@ -0,0 +1,34 @@ +# ๐Ÿ“ Auth + +[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [auth](/frontend/src/features/auth) + +**FSD Layer:** Features โœจ + +## ๐ŸŽฏ Purpose +Delivering luxury-tier architectural components and high-performance logic for the **auth** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. + +## ๐Ÿ—๏ธ Architecture +```mermaid +graph TD + Root_auth["๐Ÿ“ auth"] + Root_auth --> d_model["๐Ÿ“ model"] + Root_auth --> d_ui["๐Ÿ“ ui"] + Root_auth --> f_index_ts["๐Ÿ“„ index.ts"] +``` + +## ๐Ÿ“„ File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | + +## ๐Ÿ”— Dependencies +- No external dependencies. + +## ๐Ÿ› ๏ธ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './core'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/frontend/src/features/auth/model/README.md b/frontend/src/features/auth/model/README.md new file mode 100644 index 00000000..52062f97 --- /dev/null +++ b/frontend/src/features/auth/model/README.md @@ -0,0 +1,32 @@ +# ๐Ÿ“ Model + +[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [auth](/frontend/src/features/auth) > [model](/frontend/src/features/auth/model) + +**FSD Layer:** Features โœจ + +## ๐ŸŽฏ 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. + +## ๐Ÿ—๏ธ Architecture +```mermaid +graph TD + Root_model["๐Ÿ“ model"] + Root_model --> f_auth_model_ts["๐Ÿ“„ auth.model.ts"] +``` + +## ๐Ÿ“„ File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| `auth.model.ts` | TypeScript/JavaScript | Provides core logic and orchestration for auth.model.ts. | @angular | + +## ๐Ÿ”— Dependencies +- `@angular/forms/signals` + +## ๐Ÿ› ๏ธ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './core'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/frontend/src/features/auth/ui/README.md b/frontend/src/features/auth/ui/README.md new file mode 100644 index 00000000..6b22779b --- /dev/null +++ b/frontend/src/features/auth/ui/README.md @@ -0,0 +1,31 @@ +# ๐Ÿ“ Ui + +[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [auth](/frontend/src/features/auth) > [ui](/frontend/src/features/auth/ui) + +**FSD Layer:** Features โœจ + +## ๐ŸŽฏ 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. + +## ๐Ÿ—๏ธ Architecture +```mermaid +graph TD + Root_ui["๐Ÿ“ ui"] + Root_ui --> d_signin_form["๐Ÿ“ signin-form"] + Root_ui --> d_signup_form["๐Ÿ“ signup-form"] +``` + +## ๐Ÿ“„ File Registry +*No files present in this directory.* + +## ๐Ÿ”— Dependencies +- No external dependencies. + +## ๐Ÿ› ๏ธ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './core'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/frontend/src/features/auth/ui/signin-form/README.md b/frontend/src/features/auth/ui/signin-form/README.md new file mode 100644 index 00000000..34950a85 --- /dev/null +++ b/frontend/src/features/auth/ui/signin-form/README.md @@ -0,0 +1,39 @@ +# ๐Ÿ“ Signin-form + +[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [auth](/frontend/src/features/auth) > [ui](/frontend/src/features/auth/ui) > [signin-form](/frontend/src/features/auth/ui/signin-form) + +**FSD Layer:** Features โœจ + +## ๐ŸŽฏ Purpose +Delivering luxury-tier architectural components and high-performance logic for the **signin-form** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. + +## ๐Ÿ—๏ธ Architecture +```mermaid +graph TD + Root_signin_form["๐Ÿ“ signin-form"] + Root_signin_form --> f_signin_form_component_html["๐Ÿ“„ signin-form.component.html"] + Root_signin_form --> f_signin_form_component_scss["๐Ÿ“„ signin-form.component.scss"] + Root_signin_form --> f_signin_form_component_ts["๐Ÿ“„ signin-form.component.ts"] +``` + +## ๐Ÿ“„ File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| `signin-form.component.html` | Template | Provides core logic and orchestration for signin-form.component.html. | N/A | +| `signin-form.component.scss` | Stylesheet | Provides core logic and orchestration for signin-form.component.scss. | N/A | +| `signin-form.component.ts` | TypeScript/JavaScript | Provides core logic and orchestration for signin-form.component.ts. | @angular, @features, @shared | + +## ๐Ÿ”— Dependencies +- `@angular/core` +- `@angular/forms/signals` +- `@features/auth/model/auth.model` +- `@shared/services` + +## ๐Ÿ› ๏ธ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './core'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/frontend/src/features/auth/ui/signup-form/README.md b/frontend/src/features/auth/ui/signup-form/README.md new file mode 100644 index 00000000..d911d381 --- /dev/null +++ b/frontend/src/features/auth/ui/signup-form/README.md @@ -0,0 +1,38 @@ +# ๐Ÿ“ Signup-form + +[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [auth](/frontend/src/features/auth) > [ui](/frontend/src/features/auth/ui) > [signup-form](/frontend/src/features/auth/ui/signup-form) + +**FSD Layer:** Features โœจ + +## ๐ŸŽฏ Purpose +Delivering luxury-tier architectural components and high-performance logic for the **signup-form** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. + +## ๐Ÿ—๏ธ Architecture +```mermaid +graph TD + Root_signup_form["๐Ÿ“ signup-form"] + Root_signup_form --> f_signup_form_component_html["๐Ÿ“„ signup-form.component.html"] + Root_signup_form --> f_signup_form_component_scss["๐Ÿ“„ signup-form.component.scss"] + Root_signup_form --> f_signup_form_component_ts["๐Ÿ“„ signup-form.component.ts"] +``` + +## ๐Ÿ“„ File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| `signup-form.component.html` | Template | Provides core logic and orchestration for signup-form.component.html. | N/A | +| `signup-form.component.scss` | Stylesheet | Provides core logic and orchestration for signup-form.component.scss. | N/A | +| `signup-form.component.ts` | TypeScript/JavaScript | Provides core logic and orchestration for signup-form.component.ts. | @angular, @features | + +## ๐Ÿ”— Dependencies +- `@angular/core` +- `@angular/forms/signals` +- `@features/auth/model/auth.model` + +## ๐Ÿ› ๏ธ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './core'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/frontend/src/features/client-form/README.md b/frontend/src/features/client-form/README.md index e2993639..2000f065 100644 --- a/frontend/src/features/client-form/README.md +++ b/frontend/src/features/client-form/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ client-form +# ๐Ÿ“ Client-form [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [client-form](/frontend/src/features/client-form) -**FSD Layer:** Feature +**FSD Layer:** Features โœจ ## ๐ŸŽฏ 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. @@ -10,18 +10,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ client-form"] - Root --> client_form_component_html["๐Ÿ“„ client-form.component.html"] - Root --> client_form_component_ts["๐Ÿ“„ client-form.component.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_client_form["๐Ÿ“ client-form"] + Root_client_form --> f_client_form_component_html["๐Ÿ“„ client-form.component.html"] + Root_client_form --> f_client_form_component_ts["๐Ÿ“„ client-form.component.ts"] + Root_client_form --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `client-form.component.html` | Template | Structural template and layout for client-form.component.html. | N/A | -| `client-form.component.ts` | TypeScript | UI component logic and state management for client-form.component.ts. | @angular, @entities, @shared | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `client-form.component.ts` | TypeScript/JavaScript | UI component logic and state management for client-form.component.ts. | @angular, @entities, @shared | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/features/gallery/README.md b/frontend/src/features/gallery/README.md index 50ba5965..fe89ae10 100644 --- a/frontend/src/features/gallery/README.md +++ b/frontend/src/features/gallery/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ gallery +# ๐Ÿ“ Gallery [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [gallery](/frontend/src/features/gallery) -**FSD Layer:** Feature +**FSD Layer:** Features โœจ ## ๐ŸŽฏ 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. @@ -10,15 +10,15 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ gallery"] - Root --> model["๐Ÿ“ model"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_gallery["๐Ÿ“ gallery"] + Root_gallery --> d_model["๐Ÿ“ model"] + Root_gallery --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/features/gallery/model/README.md b/frontend/src/features/gallery/model/README.md index d98350dc..bb246a9b 100644 --- a/frontend/src/features/gallery/model/README.md +++ b/frontend/src/features/gallery/model/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ model +# ๐Ÿ“ Model [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [gallery](/frontend/src/features/gallery) > [model](/frontend/src/features/gallery/model) -**FSD Layer:** Feature +**FSD Layer:** Features โœจ ## ๐ŸŽฏ 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. @@ -10,14 +10,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ model"] - Root --> gallery_data_ts["๐Ÿ“„ gallery.data.ts"] + Root_model["๐Ÿ“ model"] + Root_model --> f_gallery_data_ts["๐Ÿ“„ gallery.data.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `gallery.data.ts` | TypeScript | Provides core logic and orchestration for gallery.data.ts. | @angular, @shared | +| `gallery.data.ts` | TypeScript/JavaScript | Provides core logic and orchestration for gallery.data.ts. | @angular, @shared | ## ๐Ÿ”— Dependencies - `@angular/forms/signals` diff --git a/frontend/src/features/language-selection/README.md b/frontend/src/features/language-selection/README.md index e69753a7..e799c8db 100644 --- a/frontend/src/features/language-selection/README.md +++ b/frontend/src/features/language-selection/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ language-selection +# ๐Ÿ“ Language-selection [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [language-selection](/frontend/src/features/language-selection) -**FSD Layer:** Feature +**FSD Layer:** Features โœจ ## ๐ŸŽฏ 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. @@ -10,20 +10,20 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ language-selection"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> language_switcher_component_html["๐Ÿ“„ language-switcher.component.html"] - Root --> language_switcher_component_scss["๐Ÿ“„ language-switcher.component.scss"] - Root --> language_switcher_component_ts["๐Ÿ“„ language-switcher.component.ts"] + Root_language_selection["๐Ÿ“ language-selection"] + Root_language_selection --> f_index_ts["๐Ÿ“„ index.ts"] + Root_language_selection --> f_language_switcher_component_html["๐Ÿ“„ language-switcher.component.html"] + Root_language_selection --> f_language_switcher_component_scss["๐Ÿ“„ language-switcher.component.scss"] + Root_language_selection --> f_language_switcher_component_ts["๐Ÿ“„ language-switcher.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | | `language-switcher.component.html` | Template | Structural template and layout for language-switcher.component.html. | N/A | | `language-switcher.component.scss` | Stylesheet | Luxury styling and visual presentation for language-switcher.component.scss. | N/A | -| `language-switcher.component.ts` | TypeScript | UI component logic and state management for language-switcher.component.ts. | @angular | +| `language-switcher.component.ts` | TypeScript/JavaScript | UI component logic and state management for language-switcher.component.ts. | @angular | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/features/treatments/README.md b/frontend/src/features/treatments/README.md index 80d0f363..c5a3b169 100644 --- a/frontend/src/features/treatments/README.md +++ b/frontend/src/features/treatments/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ treatments +# ๐Ÿ“ Treatments [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [treatments](/frontend/src/features/treatments) -**FSD Layer:** Feature +**FSD Layer:** Features โœจ ## ๐ŸŽฏ 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. @@ -10,15 +10,15 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ treatments"] - Root --> model["๐Ÿ“ model"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_treatments["๐Ÿ“ treatments"] + Root_treatments --> d_model["๐Ÿ“ model"] + Root_treatments --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/features/treatments/model/README.md b/frontend/src/features/treatments/model/README.md index 43ea1b6b..4daa80ce 100644 --- a/frontend/src/features/treatments/model/README.md +++ b/frontend/src/features/treatments/model/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ model +# ๐Ÿ“ Model [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [treatments](/frontend/src/features/treatments) > [model](/frontend/src/features/treatments/model) -**FSD Layer:** Feature +**FSD Layer:** Features โœจ ## ๐ŸŽฏ 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. @@ -10,14 +10,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ model"] - Root --> treatments_data_ts["๐Ÿ“„ treatments.data.ts"] + Root_model["๐Ÿ“ model"] + Root_model --> f_treatments_data_ts["๐Ÿ“„ treatments.data.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `treatments.data.ts` | TypeScript | Provides core logic and orchestration for treatments.data.ts. | @angular | +| `treatments.data.ts` | TypeScript/JavaScript | Provides core logic and orchestration for treatments.data.ts. | @angular | ## ๐Ÿ”— Dependencies - `@angular/forms/signals` diff --git a/frontend/src/features/user/README.md b/frontend/src/features/user/README.md new file mode 100644 index 00000000..d5740bc2 --- /dev/null +++ b/frontend/src/features/user/README.md @@ -0,0 +1,33 @@ +# ๐Ÿ“ User + +[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [user](/frontend/src/features/user) + +**FSD Layer:** Features โœจ + +## ๐ŸŽฏ Purpose +Delivering luxury-tier architectural components and high-performance logic for the **user** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. + +## ๐Ÿ—๏ธ Architecture +```mermaid +graph TD + Root_user["๐Ÿ“ user"] + Root_user --> d_model["๐Ÿ“ model"] + Root_user --> f_index_ts["๐Ÿ“„ index.ts"] +``` + +## ๐Ÿ“„ File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | + +## ๐Ÿ”— Dependencies +- No external dependencies. + +## ๐Ÿ› ๏ธ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './core'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/frontend/src/features/user/model/README.md b/frontend/src/features/user/model/README.md new file mode 100644 index 00000000..0bd113fc --- /dev/null +++ b/frontend/src/features/user/model/README.md @@ -0,0 +1,32 @@ +# ๐Ÿ“ Model + +[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [user](/frontend/src/features/user) > [model](/frontend/src/features/user/model) + +**FSD Layer:** Features โœจ + +## ๐ŸŽฏ 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. + +## ๐Ÿ—๏ธ Architecture +```mermaid +graph TD + Root_model["๐Ÿ“ model"] + Root_model --> f_users_data_ts["๐Ÿ“„ users.data.ts"] +``` + +## ๐Ÿ“„ File Registry +| File Name | Type | Responsibility | Key Aliases Used | +|---|---|---|---| +| `users.data.ts` | TypeScript/JavaScript | Provides core logic and orchestration for users.data.ts. | N/A | + +## ๐Ÿ”— Dependencies +- No external dependencies. + +## ๐Ÿ› ๏ธ Usage +```typescript +// Example usage within the Mavluda Beauty ecosystem +import { relevantMember } from './core'; + +// Integrate into the application architecture +relevantMember.execute(); +``` diff --git a/frontend/src/features/veil/README.md b/frontend/src/features/veil/README.md index e472b4a9..0494e31f 100644 --- a/frontend/src/features/veil/README.md +++ b/frontend/src/features/veil/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ veil +# ๐Ÿ“ Veil [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [veil](/frontend/src/features/veil) -**FSD Layer:** Feature +**FSD Layer:** Features โœจ ## ๐ŸŽฏ 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. @@ -10,15 +10,15 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ veil"] - Root --> model["๐Ÿ“ model"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_veil["๐Ÿ“ veil"] + Root_veil --> d_model["๐Ÿ“ model"] + Root_veil --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/features/veil/model/README.md b/frontend/src/features/veil/model/README.md index 93c92979..2801cc18 100644 --- a/frontend/src/features/veil/model/README.md +++ b/frontend/src/features/veil/model/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ model +# ๐Ÿ“ Model [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [veil](/frontend/src/features/veil) > [model](/frontend/src/features/veil/model) -**FSD Layer:** Feature +**FSD Layer:** Features โœจ ## ๐ŸŽฏ 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. @@ -10,14 +10,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ model"] - Root --> veil_data_ts["๐Ÿ“„ veil.data.ts"] + Root_model["๐Ÿ“ model"] + Root_model --> f_veil_data_ts["๐Ÿ“„ veil.data.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `veil.data.ts` | TypeScript | Provides core logic and orchestration for veil.data.ts. | @angular | +| `veil.data.ts` | TypeScript/JavaScript | Provides core logic and orchestration for veil.data.ts. | @angular | ## ๐Ÿ”— Dependencies - `@angular/forms/signals` diff --git a/frontend/src/locale/README.md b/frontend/src/locale/README.md index 098ab331..45b25dbd 100644 --- a/frontend/src/locale/README.md +++ b/frontend/src/locale/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ locale +# ๐Ÿ“ Locale [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [locale](/frontend/src/locale) @@ -8,10 +8,10 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ locale"] - Root --> messages_ru_xlf["๐Ÿ“„ messages.ru.xlf"] - Root --> messages_tj_xlf["๐Ÿ“„ messages.tj.xlf"] - Root --> messages_xlf["๐Ÿ“„ messages.xlf"] + Root_locale["๐Ÿ“ locale"] + Root_locale --> f_messages_ru_xlf["๐Ÿ“„ messages.ru.xlf"] + Root_locale --> f_messages_tj_xlf["๐Ÿ“„ messages.tj.xlf"] + Root_locale --> f_messages_xlf["๐Ÿ“„ messages.xlf"] ``` ## ๐Ÿ“„ File Registry diff --git a/frontend/src/pages/README.md b/frontend/src/pages/README.md index a9c9c4f1..a153a567 100644 --- a/frontend/src/pages/README.md +++ b/frontend/src/pages/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ pages +# ๐Ÿ“„ Pages [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) -**FSD Layer:** Page +**FSD Layer:** 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. @@ -10,25 +10,25 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ pages"] - Root --> about["๐Ÿ“ about"] - Root --> auth["๐Ÿ“ auth"] - Root --> clients["๐Ÿ“ clients"] - Root --> dashboard["๐Ÿ“ dashboard"] - Root --> gallery["๐Ÿ“ gallery"] - Root --> inventory["๐Ÿ“ inventory"] - Root --> portfolio["๐Ÿ“ portfolio"] - Root --> settings["๐Ÿ“ settings"] - Root --> treatments["๐Ÿ“ treatments"] - Root --> treatments-catalog["๐Ÿ“ treatments-catalog"] - Root --> user-home["๐Ÿ“ user-home"] - Root --> user-profile["๐Ÿ“ user-profile"] - Root --> veil["๐Ÿ“ veil"] - Root --> veils-catalog["๐Ÿ“ veils-catalog"] + Root_pages["๐Ÿ“„ pages"] + Root_pages --> d_about["๐Ÿ“ about"] + Root_pages --> d_auth["๐Ÿ“ auth"] + Root_pages --> d_clients["๐Ÿ“ clients"] + Root_pages --> d_dashboard["๐Ÿ“ dashboard"] + Root_pages --> d_gallery["๐Ÿ“ gallery"] + Root_pages --> d_inventory["๐Ÿ“ inventory"] + Root_pages --> d_portfolio["๐Ÿ“ portfolio"] + Root_pages --> d_settings["๐Ÿ“ settings"] + Root_pages --> d_treatments["๐Ÿ“ treatments"] + Root_pages --> d_treatments_catalog["๐Ÿ“ treatments-catalog"] + Root_pages --> d_user_home["๐Ÿ“ user-home"] + Root_pages --> d_user_profile["๐Ÿ“ user-profile"] + Root_pages --> d_veil["๐Ÿ“ veil"] + Root_pages --> d_veils_catalog["๐Ÿ“ veils-catalog"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/pages/about/README.md b/frontend/src/pages/about/README.md index 63c1cb5c..33b2c45b 100644 --- a/frontend/src/pages/about/README.md +++ b/frontend/src/pages/about/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ about +# ๐Ÿ“ About [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [about](/frontend/src/pages/about) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,11 +10,11 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ about"] - Root --> about_component_html["๐Ÿ“„ about.component.html"] - Root --> about_component_scss["๐Ÿ“„ about.component.scss"] - Root --> about_component_ts["๐Ÿ“„ about.component.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_about["๐Ÿ“ about"] + Root_about --> f_about_component_html["๐Ÿ“„ about.component.html"] + Root_about --> f_about_component_scss["๐Ÿ“„ about.component.scss"] + Root_about --> f_about_component_ts["๐Ÿ“„ about.component.ts"] + Root_about --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry @@ -22,8 +22,8 @@ graph TD |---|---|---|---| | `about.component.html` | Template | Structural template and layout for about.component.html. | N/A | | `about.component.scss` | Stylesheet | Luxury styling and visual presentation for about.component.scss. | N/A | -| `about.component.ts` | TypeScript | UI component logic and state management for about.component.ts. | @angular, @entities | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `about.component.ts` | TypeScript/JavaScript | UI component logic and state management for about.component.ts. | @angular, @entities | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/pages/auth/README.md b/frontend/src/pages/auth/README.md index 6bc3927a..bf52693d 100644 --- a/frontend/src/pages/auth/README.md +++ b/frontend/src/pages/auth/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ auth +# ๐Ÿ“ Auth [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [auth](/frontend/src/pages/auth) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,11 +10,11 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ auth"] - Root --> auth_component_html["๐Ÿ“„ auth.component.html"] - Root --> auth_component_scss["๐Ÿ“„ auth.component.scss"] - Root --> auth_component_ts["๐Ÿ“„ auth.component.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_auth["๐Ÿ“ auth"] + Root_auth --> f_auth_component_html["๐Ÿ“„ auth.component.html"] + Root_auth --> f_auth_component_scss["๐Ÿ“„ auth.component.scss"] + Root_auth --> f_auth_component_ts["๐Ÿ“„ auth.component.ts"] + Root_auth --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry @@ -22,13 +22,15 @@ graph TD |---|---|---|---| | `auth.component.html` | Template | Structural template and layout for auth.component.html. | N/A | | `auth.component.scss` | Stylesheet | Luxury styling and visual presentation for auth.component.scss. | N/A | -| `auth.component.ts` | TypeScript | UI component logic and state management for auth.component.ts. | @angular, @entities, @features | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `auth.component.ts` | TypeScript/JavaScript | UI component logic and state management for auth.component.ts. | @angular, @entities, @features | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies - `@angular/common` - `@angular/router` - `@entities/user` +- `@features/auth` +- `@features/auth/model/auth.model` - `@features/language-selection` ## ๐Ÿ› ๏ธ Usage diff --git a/frontend/src/pages/clients/README.md b/frontend/src/pages/clients/README.md index 3038a625..408e4318 100644 --- a/frontend/src/pages/clients/README.md +++ b/frontend/src/pages/clients/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ clients +# ๐Ÿ“ Clients [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [clients](/frontend/src/pages/clients) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,18 +10,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ clients"] - Root --> clients_component_html["๐Ÿ“„ clients.component.html"] - Root --> clients_component_ts["๐Ÿ“„ clients.component.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_clients["๐Ÿ“ clients"] + Root_clients --> f_clients_component_html["๐Ÿ“„ clients.component.html"] + Root_clients --> f_clients_component_ts["๐Ÿ“„ clients.component.ts"] + Root_clients --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `clients.component.html` | Template | Structural template and layout for clients.component.html. | N/A | -| `clients.component.ts` | TypeScript | UI component logic and state management for clients.component.ts. | @angular, @entities, @features, @shared | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `clients.component.ts` | TypeScript/JavaScript | UI component logic and state management for clients.component.ts. | @angular, @entities, @features, @shared | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/pages/dashboard/README.md b/frontend/src/pages/dashboard/README.md index 277fbea9..48b81950 100644 --- a/frontend/src/pages/dashboard/README.md +++ b/frontend/src/pages/dashboard/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ dashboard +# ๐Ÿ“ Dashboard [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [dashboard](/frontend/src/pages/dashboard) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,11 +10,11 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ dashboard"] - Root --> dashboard_component_html["๐Ÿ“„ dashboard.component.html"] - Root --> dashboard_component_scss["๐Ÿ“„ dashboard.component.scss"] - Root --> dashboard_component_ts["๐Ÿ“„ dashboard.component.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_dashboard["๐Ÿ“ dashboard"] + Root_dashboard --> f_dashboard_component_html["๐Ÿ“„ dashboard.component.html"] + Root_dashboard --> f_dashboard_component_scss["๐Ÿ“„ dashboard.component.scss"] + Root_dashboard --> f_dashboard_component_ts["๐Ÿ“„ dashboard.component.ts"] + Root_dashboard --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry @@ -22,8 +22,8 @@ graph TD |---|---|---|---| | `dashboard.component.html` | Template | Structural template and layout for dashboard.component.html. | N/A | | `dashboard.component.scss` | Stylesheet | Luxury styling and visual presentation for dashboard.component.scss. | N/A | -| `dashboard.component.ts` | TypeScript | UI component logic and state management for dashboard.component.ts. | @angular, @entities | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `dashboard.component.ts` | TypeScript/JavaScript | UI component logic and state management for dashboard.component.ts. | @angular, @entities | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/pages/gallery/README.md b/frontend/src/pages/gallery/README.md index 44dabd42..4e9d04e8 100644 --- a/frontend/src/pages/gallery/README.md +++ b/frontend/src/pages/gallery/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ gallery +# ๐Ÿ“ Gallery [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [gallery](/frontend/src/pages/gallery) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,12 +10,12 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ gallery"] - Root --> ui["๐Ÿ“ ui"] - Root --> gallery_component_html["๐Ÿ“„ gallery.component.html"] - Root --> gallery_component_scss["๐Ÿ“„ gallery.component.scss"] - Root --> gallery_component_ts["๐Ÿ“„ gallery.component.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_gallery["๐Ÿ“ gallery"] + Root_gallery --> d_ui["๐Ÿ“ ui"] + Root_gallery --> f_gallery_component_html["๐Ÿ“„ gallery.component.html"] + Root_gallery --> f_gallery_component_scss["๐Ÿ“„ gallery.component.scss"] + Root_gallery --> f_gallery_component_ts["๐Ÿ“„ gallery.component.ts"] + Root_gallery --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry @@ -23,11 +23,10 @@ graph TD |---|---|---|---| | `gallery.component.html` | Template | Structural template and layout for gallery.component.html. | N/A | | `gallery.component.scss` | Stylesheet | Luxury styling and visual presentation for gallery.component.scss. | N/A | -| `gallery.component.ts` | TypeScript | UI component logic and state management for gallery.component.ts. | @angular, @entities, @environments, @shared | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `gallery.component.ts` | TypeScript/JavaScript | UI component logic and state management for gallery.component.ts. | @angular, @entities, @environments, @shared | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies -- `./ui/gallery-form/gallery-form.component` - `@angular/common` - `@angular/forms` - `@entities/admin-settings` diff --git a/frontend/src/pages/gallery/ui/README.md b/frontend/src/pages/gallery/ui/README.md index 665c6d7c..adb8458a 100644 --- a/frontend/src/pages/gallery/ui/README.md +++ b/frontend/src/pages/gallery/ui/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ ui +# ๐Ÿ“ Ui [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [gallery](/frontend/src/pages/gallery) > [ui](/frontend/src/pages/gallery/ui) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,12 +10,12 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ ui"] - Root --> gallery-form["๐Ÿ“ gallery-form"] + Root_ui["๐Ÿ“ ui"] + Root_ui --> d_gallery_form["๐Ÿ“ gallery-form"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/pages/gallery/ui/gallery-form/README.md b/frontend/src/pages/gallery/ui/gallery-form/README.md index 3e458d0d..10b9d225 100644 --- a/frontend/src/pages/gallery/ui/gallery-form/README.md +++ b/frontend/src/pages/gallery/ui/gallery-form/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ gallery-form +# ๐Ÿ“ Gallery-form [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [gallery](/frontend/src/pages/gallery) > [ui](/frontend/src/pages/gallery/ui) > [gallery-form](/frontend/src/pages/gallery/ui/gallery-form) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,16 +10,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ gallery-form"] - Root --> gallery_form_component_html["๐Ÿ“„ gallery-form.component.html"] - Root --> gallery_form_component_ts["๐Ÿ“„ gallery-form.component.ts"] + Root_gallery_form["๐Ÿ“ gallery-form"] + Root_gallery_form --> f_gallery_form_component_html["๐Ÿ“„ gallery-form.component.html"] + Root_gallery_form --> f_gallery_form_component_ts["๐Ÿ“„ gallery-form.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `gallery-form.component.html` | Template | Structural template and layout for gallery-form.component.html. | N/A | -| `gallery-form.component.ts` | TypeScript | UI component logic and state management for gallery-form.component.ts. | @angular, @environments, @features, @shared | +| `gallery-form.component.ts` | TypeScript/JavaScript | UI component logic and state management for gallery-form.component.ts. | @angular, @environments, @features, @shared | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/pages/inventory/README.md b/frontend/src/pages/inventory/README.md index c1350af1..e38a9f71 100644 --- a/frontend/src/pages/inventory/README.md +++ b/frontend/src/pages/inventory/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ inventory +# ๐Ÿ“ Inventory [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [inventory](/frontend/src/pages/inventory) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,20 +10,20 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ inventory"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> inventory_component_html["๐Ÿ“„ inventory.component.html"] - Root --> inventory_component_scss["๐Ÿ“„ inventory.component.scss"] - Root --> inventory_component_ts["๐Ÿ“„ inventory.component.ts"] + Root_inventory["๐Ÿ“ inventory"] + Root_inventory --> f_index_ts["๐Ÿ“„ index.ts"] + Root_inventory --> f_inventory_component_html["๐Ÿ“„ inventory.component.html"] + Root_inventory --> f_inventory_component_scss["๐Ÿ“„ inventory.component.scss"] + Root_inventory --> f_inventory_component_ts["๐Ÿ“„ inventory.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | | `inventory.component.html` | Template | Structural template and layout for inventory.component.html. | N/A | | `inventory.component.scss` | Stylesheet | Luxury styling and visual presentation for inventory.component.scss. | N/A | -| `inventory.component.ts` | TypeScript | UI component logic and state management for inventory.component.ts. | @angular | +| `inventory.component.ts` | TypeScript/JavaScript | UI component logic and state management for inventory.component.ts. | @angular | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/pages/portfolio/README.md b/frontend/src/pages/portfolio/README.md index fd4f029f..bec7c305 100644 --- a/frontend/src/pages/portfolio/README.md +++ b/frontend/src/pages/portfolio/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ portfolio +# ๐Ÿ“ Portfolio [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [portfolio](/frontend/src/pages/portfolio) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,20 +10,20 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ portfolio"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> portfolio_component_html["๐Ÿ“„ portfolio.component.html"] - Root --> portfolio_component_scss["๐Ÿ“„ portfolio.component.scss"] - Root --> portfolio_component_ts["๐Ÿ“„ portfolio.component.ts"] + Root_portfolio["๐Ÿ“ portfolio"] + Root_portfolio --> f_index_ts["๐Ÿ“„ index.ts"] + Root_portfolio --> f_portfolio_component_html["๐Ÿ“„ portfolio.component.html"] + Root_portfolio --> f_portfolio_component_scss["๐Ÿ“„ portfolio.component.scss"] + Root_portfolio --> f_portfolio_component_ts["๐Ÿ“„ portfolio.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | | `portfolio.component.html` | Template | Structural template and layout for portfolio.component.html. | N/A | | `portfolio.component.scss` | Stylesheet | Luxury styling and visual presentation for portfolio.component.scss. | N/A | -| `portfolio.component.ts` | TypeScript | UI component logic and state management for portfolio.component.ts. | @angular, @entities, @environments, @shared | +| `portfolio.component.ts` | TypeScript/JavaScript | UI component logic and state management for portfolio.component.ts. | @angular, @entities, @environments, @shared | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/pages/settings/README.md b/frontend/src/pages/settings/README.md index a4d992e4..1c4696ba 100644 --- a/frontend/src/pages/settings/README.md +++ b/frontend/src/pages/settings/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ settings +# ๐Ÿ“ Settings [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [settings](/frontend/src/pages/settings) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,28 +10,23 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ settings"] - Root --> ui["๐Ÿ“ ui"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> settings_component_html["๐Ÿ“„ settings.component.html"] - Root --> settings_component_scss["๐Ÿ“„ settings.component.scss"] - Root --> settings_component_ts["๐Ÿ“„ settings.component.ts"] + Root_settings["๐Ÿ“ settings"] + Root_settings --> d_ui["๐Ÿ“ ui"] + Root_settings --> f_index_ts["๐Ÿ“„ index.ts"] + Root_settings --> f_settings_component_html["๐Ÿ“„ settings.component.html"] + Root_settings --> f_settings_component_scss["๐Ÿ“„ settings.component.scss"] + Root_settings --> f_settings_component_ts["๐Ÿ“„ settings.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | | `settings.component.html` | Template | Structural template and layout for settings.component.html. | N/A | | `settings.component.scss` | Stylesheet | Luxury styling and visual presentation for settings.component.scss. | N/A | -| `settings.component.ts` | TypeScript | UI component logic and state management for settings.component.ts. | @angular, @entities, @shared | +| `settings.component.ts` | TypeScript/JavaScript | UI component logic and state management for settings.component.ts. | @angular, @entities, @shared | ## ๐Ÿ”— Dependencies -- `./ui/additional-links.component` -- `./ui/business-profile.component` -- `./ui/general-info.component` -- `./ui/selects-settings.component` -- `./ui/social-matrix.component` - `@angular/common` - `@angular/core` - `@angular/core/rxjs-interop` diff --git a/frontend/src/pages/settings/ui/README.md b/frontend/src/pages/settings/ui/README.md index 195bd7d1..93bf1693 100644 --- a/frontend/src/pages/settings/ui/README.md +++ b/frontend/src/pages/settings/ui/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ ui +# ๐Ÿ“ Ui [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [settings](/frontend/src/pages/settings) > [ui](/frontend/src/pages/settings/ui) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,22 +10,22 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ ui"] - Root --> additional_links_component_ts["๐Ÿ“„ additional-links.component.ts"] - Root --> business_profile_component_ts["๐Ÿ“„ business-profile.component.ts"] - Root --> general_info_component_ts["๐Ÿ“„ general-info.component.ts"] - Root --> selects_settings_component_ts["๐Ÿ“„ selects-settings.component.ts"] - Root --> social_matrix_component_ts["๐Ÿ“„ social-matrix.component.ts"] + Root_ui["๐Ÿ“ ui"] + Root_ui --> f_additional_links_component_ts["๐Ÿ“„ additional-links.component.ts"] + Root_ui --> f_business_profile_component_ts["๐Ÿ“„ business-profile.component.ts"] + Root_ui --> f_general_info_component_ts["๐Ÿ“„ general-info.component.ts"] + Root_ui --> f_selects_settings_component_ts["๐Ÿ“„ selects-settings.component.ts"] + Root_ui --> f_social_matrix_component_ts["๐Ÿ“„ social-matrix.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `additional-links.component.ts` | TypeScript | UI component logic and state management for additional-links.component.ts. | @angular | -| `business-profile.component.ts` | TypeScript | UI component logic and state management for business-profile.component.ts. | @angular, @shared | -| `general-info.component.ts` | TypeScript | UI component logic and state management for general-info.component.ts. | @angular | -| `selects-settings.component.ts` | TypeScript | UI component logic and state management for selects-settings.component.ts. | @angular | -| `social-matrix.component.ts` | TypeScript | UI component logic and state management for social-matrix.component.ts. | @angular | +| `additional-links.component.ts` | TypeScript/JavaScript | UI component logic and state management for additional-links.component.ts. | @angular | +| `business-profile.component.ts` | TypeScript/JavaScript | UI component logic and state management for business-profile.component.ts. | @angular, @shared | +| `general-info.component.ts` | TypeScript/JavaScript | UI component logic and state management for general-info.component.ts. | @angular | +| `selects-settings.component.ts` | TypeScript/JavaScript | UI component logic and state management for selects-settings.component.ts. | @angular | +| `social-matrix.component.ts` | TypeScript/JavaScript | UI component logic and state management for social-matrix.component.ts. | @angular | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/pages/treatments-catalog/README.md b/frontend/src/pages/treatments-catalog/README.md index ba6ec0be..711f2e36 100644 --- a/frontend/src/pages/treatments-catalog/README.md +++ b/frontend/src/pages/treatments-catalog/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ treatments-catalog +# ๐Ÿ“ Treatments-catalog [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [treatments-catalog](/frontend/src/pages/treatments-catalog) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,20 +10,20 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ treatments-catalog"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> treatments_catalog_component_html["๐Ÿ“„ treatments-catalog.component.html"] - Root --> treatments_catalog_component_scss["๐Ÿ“„ treatments-catalog.component.scss"] - Root --> treatments_catalog_component_ts["๐Ÿ“„ treatments-catalog.component.ts"] + Root_treatments_catalog["๐Ÿ“ treatments-catalog"] + Root_treatments_catalog --> f_index_ts["๐Ÿ“„ index.ts"] + Root_treatments_catalog --> f_treatments_catalog_component_html["๐Ÿ“„ treatments-catalog.component.html"] + Root_treatments_catalog --> f_treatments_catalog_component_scss["๐Ÿ“„ treatments-catalog.component.scss"] + Root_treatments_catalog --> f_treatments_catalog_component_ts["๐Ÿ“„ treatments-catalog.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | | `treatments-catalog.component.html` | Template | Structural template and layout for treatments-catalog.component.html. | N/A | | `treatments-catalog.component.scss` | Stylesheet | Luxury styling and visual presentation for treatments-catalog.component.scss. | N/A | -| `treatments-catalog.component.ts` | TypeScript | UI component logic and state management for treatments-catalog.component.ts. | @angular, @entities, @environments, @shared | +| `treatments-catalog.component.ts` | TypeScript/JavaScript | UI component logic and state management for treatments-catalog.component.ts. | @angular, @entities, @environments, @shared | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/pages/treatments/README.md b/frontend/src/pages/treatments/README.md index 74519555..dd32d638 100644 --- a/frontend/src/pages/treatments/README.md +++ b/frontend/src/pages/treatments/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ treatments +# ๐Ÿ“ Treatments [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [treatments](/frontend/src/pages/treatments) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,24 +10,23 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ treatments"] - Root --> components["๐Ÿ“ components"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> treatments_component_html["๐Ÿ“„ treatments.component.html"] - Root --> treatments_component_scss["๐Ÿ“„ treatments.component.scss"] - Root --> treatments_component_ts["๐Ÿ“„ treatments.component.ts"] + Root_treatments["๐Ÿ“ treatments"] + Root_treatments --> d_components["๐Ÿงฉ components"] + Root_treatments --> f_index_ts["๐Ÿ“„ index.ts"] + Root_treatments --> f_treatments_component_html["๐Ÿ“„ treatments.component.html"] + Root_treatments --> f_treatments_component_scss["๐Ÿ“„ treatments.component.scss"] + Root_treatments --> f_treatments_component_ts["๐Ÿ“„ treatments.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | | `treatments.component.html` | Template | Structural template and layout for treatments.component.html. | N/A | | `treatments.component.scss` | Stylesheet | Luxury styling and visual presentation for treatments.component.scss. | N/A | -| `treatments.component.ts` | TypeScript | UI component logic and state management for treatments.component.ts. | @angular, @entities, @environments, @features, @shared | +| `treatments.component.ts` | TypeScript/JavaScript | UI component logic and state management for treatments.component.ts. | @angular, @entities, @environments, @features, @shared | ## ๐Ÿ”— Dependencies -- `./components/treatment-form/treatment-form.component` - `@angular/common` - `@angular/forms` - `@entities/admin-settings` diff --git a/frontend/src/pages/treatments/components/README.md b/frontend/src/pages/treatments/components/README.md index 543e0482..be80a0b3 100644 --- a/frontend/src/pages/treatments/components/README.md +++ b/frontend/src/pages/treatments/components/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ components +# ๐Ÿงฉ Components [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [treatments](/frontend/src/pages/treatments) > [components](/frontend/src/pages/treatments/components) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,12 +10,12 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ components"] - Root --> treatment-form["๐Ÿ“ treatment-form"] + Root_components["๐Ÿงฉ components"] + Root_components --> d_treatment_form["๐Ÿ“ treatment-form"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/pages/treatments/components/treatment-form/README.md b/frontend/src/pages/treatments/components/treatment-form/README.md index 4fed94ae..6893cc08 100644 --- a/frontend/src/pages/treatments/components/treatment-form/README.md +++ b/frontend/src/pages/treatments/components/treatment-form/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ treatment-form +# ๐Ÿ“ Treatment-form [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [treatments](/frontend/src/pages/treatments) > [components](/frontend/src/pages/treatments/components) > [treatment-form](/frontend/src/pages/treatments/components/treatment-form) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,16 +10,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ treatment-form"] - Root --> treatment_form_component_html["๐Ÿ“„ treatment-form.component.html"] - Root --> treatment_form_component_ts["๐Ÿ“„ treatment-form.component.ts"] + Root_treatment_form["๐Ÿ“ treatment-form"] + Root_treatment_form --> f_treatment_form_component_html["๐Ÿ“„ treatment-form.component.html"] + Root_treatment_form --> f_treatment_form_component_ts["๐Ÿ“„ treatment-form.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `treatment-form.component.html` | Template | Structural template and layout for treatment-form.component.html. | N/A | -| `treatment-form.component.ts` | TypeScript | UI component logic and state management for treatment-form.component.ts. | @angular, @features, @shared | +| `treatment-form.component.ts` | TypeScript/JavaScript | UI component logic and state management for treatment-form.component.ts. | @angular, @features, @shared | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/pages/user-home/README.md b/frontend/src/pages/user-home/README.md index f3cb5f90..511b2a7f 100644 --- a/frontend/src/pages/user-home/README.md +++ b/frontend/src/pages/user-home/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ user-home +# ๐Ÿ“ User-home [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [user-home](/frontend/src/pages/user-home) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,20 +10,20 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ user-home"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> user_home_component_html["๐Ÿ“„ user-home.component.html"] - Root --> user_home_component_scss["๐Ÿ“„ user-home.component.scss"] - Root --> user_home_component_ts["๐Ÿ“„ user-home.component.ts"] + Root_user_home["๐Ÿ“ user-home"] + Root_user_home --> f_index_ts["๐Ÿ“„ index.ts"] + Root_user_home --> f_user_home_component_html["๐Ÿ“„ user-home.component.html"] + Root_user_home --> f_user_home_component_scss["๐Ÿ“„ user-home.component.scss"] + Root_user_home --> f_user_home_component_ts["๐Ÿ“„ user-home.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | | `user-home.component.html` | Template | Structural template and layout for user-home.component.html. | N/A | | `user-home.component.scss` | Stylesheet | Luxury styling and visual presentation for user-home.component.scss. | N/A | -| `user-home.component.ts` | TypeScript | UI component logic and state management for user-home.component.ts. | @angular, @core | +| `user-home.component.ts` | TypeScript/JavaScript | UI component logic and state management for user-home.component.ts. | @angular, @core | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/pages/user-profile/README.md b/frontend/src/pages/user-profile/README.md index 20b0edd2..b0d1bcda 100644 --- a/frontend/src/pages/user-profile/README.md +++ b/frontend/src/pages/user-profile/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ user-profile +# ๐Ÿ“ User-profile [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [user-profile](/frontend/src/pages/user-profile) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,20 +10,20 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ user-profile"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> user_profile_component_html["๐Ÿ“„ user-profile.component.html"] - Root --> user_profile_component_scss["๐Ÿ“„ user-profile.component.scss"] - Root --> user_profile_component_ts["๐Ÿ“„ user-profile.component.ts"] + Root_user_profile["๐Ÿ“ user-profile"] + Root_user_profile --> f_index_ts["๐Ÿ“„ index.ts"] + Root_user_profile --> f_user_profile_component_html["๐Ÿ“„ user-profile.component.html"] + Root_user_profile --> f_user_profile_component_scss["๐Ÿ“„ user-profile.component.scss"] + Root_user_profile --> f_user_profile_component_ts["๐Ÿ“„ user-profile.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | | `user-profile.component.html` | Template | Structural template and layout for user-profile.component.html. | N/A | | `user-profile.component.scss` | Stylesheet | Luxury styling and visual presentation for user-profile.component.scss. | N/A | -| `user-profile.component.ts` | TypeScript | UI component logic and state management for user-profile.component.ts. | @angular, @entities | +| `user-profile.component.ts` | TypeScript/JavaScript | UI component logic and state management for user-profile.component.ts. | @angular, @entities | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/pages/veil/README.md b/frontend/src/pages/veil/README.md index 4dac92c5..52e636fb 100644 --- a/frontend/src/pages/veil/README.md +++ b/frontend/src/pages/veil/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ veil +# ๐Ÿ“ Veil [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veil](/frontend/src/pages/veil) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,24 +10,23 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ veil"] - Root --> ui["๐Ÿ“ ui"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> veil_component_html["๐Ÿ“„ veil.component.html"] - Root --> veil_component_scss["๐Ÿ“„ veil.component.scss"] - Root --> veil_component_ts["๐Ÿ“„ veil.component.ts"] + Root_veil["๐Ÿ“ veil"] + Root_veil --> d_ui["๐Ÿ“ ui"] + Root_veil --> f_index_ts["๐Ÿ“„ index.ts"] + Root_veil --> f_veil_component_html["๐Ÿ“„ veil.component.html"] + Root_veil --> f_veil_component_scss["๐Ÿ“„ veil.component.scss"] + Root_veil --> f_veil_component_ts["๐Ÿ“„ veil.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | | `veil.component.html` | Template | Structural template and layout for veil.component.html. | N/A | | `veil.component.scss` | Stylesheet | Luxury styling and visual presentation for veil.component.scss. | N/A | -| `veil.component.ts` | TypeScript | UI component logic and state management for veil.component.ts. | @angular, @entities, @environments, @features, @shared | +| `veil.component.ts` | TypeScript/JavaScript | UI component logic and state management for veil.component.ts. | @angular, @entities, @environments, @features, @shared | ## ๐Ÿ”— Dependencies -- `./ui/veil-form/veil-form.component` - `@angular/common` - `@entities/admin-settings` - `@entities/veil` diff --git a/frontend/src/pages/veil/ui/README.md b/frontend/src/pages/veil/ui/README.md index 38679f35..1b8542e9 100644 --- a/frontend/src/pages/veil/ui/README.md +++ b/frontend/src/pages/veil/ui/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ ui +# ๐Ÿ“ Ui [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veil](/frontend/src/pages/veil) > [ui](/frontend/src/pages/veil/ui) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,14 +10,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ ui"] - Root --> veil-form["๐Ÿ“ veil-form"] - Root --> veil-item["๐Ÿ“ veil-item"] - Root --> veil-modal["๐Ÿ“ veil-modal"] + Root_ui["๐Ÿ“ ui"] + Root_ui --> d_veil_form["๐Ÿ“ veil-form"] + Root_ui --> d_veil_item["๐Ÿ“ veil-item"] + Root_ui --> d_veil_modal["๐Ÿ“ veil-modal"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/pages/veil/ui/veil-form/README.md b/frontend/src/pages/veil/ui/veil-form/README.md index 4d0cba1a..f57b55f2 100644 --- a/frontend/src/pages/veil/ui/veil-form/README.md +++ b/frontend/src/pages/veil/ui/veil-form/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ veil-form +# ๐Ÿ“ Veil-form [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veil](/frontend/src/pages/veil) > [ui](/frontend/src/pages/veil/ui) > [veil-form](/frontend/src/pages/veil/ui/veil-form) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,16 +10,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ veil-form"] - Root --> veil_form_component_html["๐Ÿ“„ veil-form.component.html"] - Root --> veil_form_component_ts["๐Ÿ“„ veil-form.component.ts"] + Root_veil_form["๐Ÿ“ veil-form"] + Root_veil_form --> f_veil_form_component_html["๐Ÿ“„ veil-form.component.html"] + Root_veil_form --> f_veil_form_component_ts["๐Ÿ“„ veil-form.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `veil-form.component.html` | Template | Structural template and layout for veil-form.component.html. | N/A | -| `veil-form.component.ts` | TypeScript | UI component logic and state management for veil-form.component.ts. | @angular, @shared | +| `veil-form.component.ts` | TypeScript/JavaScript | UI component logic and state management for veil-form.component.ts. | @angular, @shared | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/pages/veil/ui/veil-item/README.md b/frontend/src/pages/veil/ui/veil-item/README.md index 6114151a..99372016 100644 --- a/frontend/src/pages/veil/ui/veil-item/README.md +++ b/frontend/src/pages/veil/ui/veil-item/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ veil-item +# ๐Ÿ“ Veil-item [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veil](/frontend/src/pages/veil) > [ui](/frontend/src/pages/veil/ui) > [veil-item](/frontend/src/pages/veil/ui/veil-item) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,16 +10,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ veil-item"] - Root --> veil_item_component_html["๐Ÿ“„ veil-item.component.html"] - Root --> veil_item_component_ts["๐Ÿ“„ veil-item.component.ts"] + Root_veil_item["๐Ÿ“ veil-item"] + Root_veil_item --> f_veil_item_component_html["๐Ÿ“„ veil-item.component.html"] + Root_veil_item --> f_veil_item_component_ts["๐Ÿ“„ veil-item.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `veil-item.component.html` | Template | Structural template and layout for veil-item.component.html. | N/A | -| `veil-item.component.ts` | TypeScript | UI component logic and state management for veil-item.component.ts. | @angular, @features | +| `veil-item.component.ts` | TypeScript/JavaScript | UI component logic and state management for veil-item.component.ts. | @angular, @features | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/pages/veil/ui/veil-modal/README.md b/frontend/src/pages/veil/ui/veil-modal/README.md index 088241a2..392067f0 100644 --- a/frontend/src/pages/veil/ui/veil-modal/README.md +++ b/frontend/src/pages/veil/ui/veil-modal/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ veil-modal +# ๐Ÿ“ Veil-modal [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veil](/frontend/src/pages/veil) > [ui](/frontend/src/pages/veil/ui) > [veil-modal](/frontend/src/pages/veil/ui/veil-modal) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,16 +10,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ veil-modal"] - Root --> veil_modal_component_html["๐Ÿ“„ veil-modal.component.html"] - Root --> veil_modal_component_ts["๐Ÿ“„ veil-modal.component.ts"] + Root_veil_modal["๐Ÿ“ veil-modal"] + Root_veil_modal --> f_veil_modal_component_html["๐Ÿ“„ veil-modal.component.html"] + Root_veil_modal --> f_veil_modal_component_ts["๐Ÿ“„ veil-modal.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `veil-modal.component.html` | Template | Structural template and layout for veil-modal.component.html. | N/A | -| `veil-modal.component.ts` | TypeScript | UI component logic and state management for veil-modal.component.ts. | @angular, @features | +| `veil-modal.component.ts` | TypeScript/JavaScript | UI component logic and state management for veil-modal.component.ts. | @angular, @features | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/pages/veils-catalog/README.md b/frontend/src/pages/veils-catalog/README.md index 9f84378f..523705ef 100644 --- a/frontend/src/pages/veils-catalog/README.md +++ b/frontend/src/pages/veils-catalog/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ veils-catalog +# ๐Ÿ“ Veils-catalog [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [pages](/frontend/src/pages) > [veils-catalog](/frontend/src/pages/veils-catalog) -**FSD Layer:** Page +**FSD Layer:** Pages ๐Ÿ“„ ## ๐ŸŽฏ 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. @@ -10,20 +10,20 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ veils-catalog"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> veils_catalog_component_html["๐Ÿ“„ veils-catalog.component.html"] - Root --> veils_catalog_component_scss["๐Ÿ“„ veils-catalog.component.scss"] - Root --> veils_catalog_component_ts["๐Ÿ“„ veils-catalog.component.ts"] + Root_veils_catalog["๐Ÿ“ veils-catalog"] + Root_veils_catalog --> f_index_ts["๐Ÿ“„ index.ts"] + Root_veils_catalog --> f_veils_catalog_component_html["๐Ÿ“„ veils-catalog.component.html"] + Root_veils_catalog --> f_veils_catalog_component_scss["๐Ÿ“„ veils-catalog.component.scss"] + Root_veils_catalog --> f_veils_catalog_component_ts["๐Ÿ“„ veils-catalog.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | | `veils-catalog.component.html` | Template | Structural template and layout for veils-catalog.component.html. | N/A | | `veils-catalog.component.scss` | Stylesheet | Luxury styling and visual presentation for veils-catalog.component.scss. | N/A | -| `veils-catalog.component.ts` | TypeScript | UI component logic and state management for veils-catalog.component.ts. | @angular, @entities, @environments, @shared | +| `veils-catalog.component.ts` | TypeScript/JavaScript | UI component logic and state management for veils-catalog.component.ts. | @angular, @entities, @environments, @shared | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/shared/README.md b/frontend/src/shared/README.md index f974556a..6f5a82e6 100644 --- a/frontend/src/shared/README.md +++ b/frontend/src/shared/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ shared +# ๐Ÿค Shared [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) -**FSD Layer:** Shared +**FSD Layer:** Shared ๐Ÿค ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **shared** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -10,17 +10,17 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ shared"] - Root --> lib["๐Ÿ“ lib"] - Root --> models["๐Ÿ“ models"] - Root --> pipes["๐Ÿ“ pipes"] - Root --> services["๐Ÿ“ services"] - Root --> store["๐Ÿ“ store"] - Root --> ui["๐Ÿ“ ui"] + Root_shared["๐Ÿค shared"] + Root_shared --> d_lib["๐Ÿ“ lib"] + Root_shared --> d_models["๐Ÿ“Š models"] + Root_shared --> d_pipes["๐Ÿ“ pipes"] + Root_shared --> d_services["๐Ÿ› ๏ธ services"] + Root_shared --> d_store["๐Ÿ“ store"] + Root_shared --> d_ui["๐Ÿ“ ui"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/shared/lib/README.md b/frontend/src/shared/lib/README.md index 6bc0bd8b..a94ea8c4 100644 --- a/frontend/src/shared/lib/README.md +++ b/frontend/src/shared/lib/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ lib +# ๐Ÿ“ Lib [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [lib](/frontend/src/shared/lib) -**FSD Layer:** Shared +**FSD Layer:** Shared ๐Ÿค ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **lib** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -10,20 +10,20 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ lib"] - Root --> array_ts["๐Ÿ“„ array.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> link_ts["๐Ÿ“„ link.ts"] - Root --> object_ts["๐Ÿ“„ object.ts"] + Root_lib["๐Ÿ“ lib"] + Root_lib --> f_array_ts["๐Ÿ“„ array.ts"] + Root_lib --> f_index_ts["๐Ÿ“„ index.ts"] + Root_lib --> f_link_ts["๐Ÿ“„ link.ts"] + Root_lib --> f_object_ts["๐Ÿ“„ object.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `array.ts` | TypeScript | Provides core logic and orchestration for array.ts. | N/A | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `link.ts` | TypeScript | Provides core logic and orchestration for link.ts. | @environments | -| `object.ts` | TypeScript | Provides core logic and orchestration for object.ts. | N/A | +| `array.ts` | TypeScript/JavaScript | Provides core logic and orchestration for array.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | +| `link.ts` | TypeScript/JavaScript | Provides core logic and orchestration for link.ts. | @environments | +| `object.ts` | TypeScript/JavaScript | Provides core logic and orchestration for object.ts. | N/A | ## ๐Ÿ”— Dependencies - `@environments/environment` diff --git a/frontend/src/shared/models/README.md b/frontend/src/shared/models/README.md index 564b3e89..1ffb5fc4 100644 --- a/frontend/src/shared/models/README.md +++ b/frontend/src/shared/models/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ models +# ๐Ÿ“Š Models [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [models](/frontend/src/shared/models) -**FSD Layer:** Shared +**FSD Layer:** Shared ๐Ÿค ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **models** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -10,24 +10,24 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ models"] - Root --> admin_settings_model_ts["๐Ÿ“„ admin-settings.model.ts"] - Root --> api_response_model_ts["๐Ÿ“„ api-response.model.ts"] - Root --> gallery_model_ts["๐Ÿ“„ gallery.model.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> service_model_ts["๐Ÿ“„ service.model.ts"] - Root --> user_model_ts["๐Ÿ“„ user.model.ts"] + Root_models["๐Ÿ“Š models"] + Root_models --> f_admin_settings_model_ts["๐Ÿ“„ admin-settings.model.ts"] + Root_models --> f_api_response_model_ts["๐Ÿ“„ api-response.model.ts"] + Root_models --> f_gallery_model_ts["๐Ÿ“„ gallery.model.ts"] + Root_models --> f_index_ts["๐Ÿ“„ index.ts"] + Root_models --> f_service_model_ts["๐Ÿ“„ service.model.ts"] + Root_models --> f_user_model_ts["๐Ÿ“„ user.model.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `admin-settings.model.ts` | TypeScript | Provides core logic and orchestration for admin-settings.model.ts. | N/A | -| `api-response.model.ts` | TypeScript | Provides core logic and orchestration for api-response.model.ts. | N/A | -| `gallery.model.ts` | TypeScript | Provides core logic and orchestration for gallery.model.ts. | N/A | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `service.model.ts` | TypeScript | Encapsulates business logic and data access for service.model.ts. | N/A | -| `user.model.ts` | TypeScript | Provides core logic and orchestration for user.model.ts. | N/A | +| `admin-settings.model.ts` | TypeScript/JavaScript | Provides core logic and orchestration for admin-settings.model.ts. | N/A | +| `api-response.model.ts` | TypeScript/JavaScript | Provides core logic and orchestration for api-response.model.ts. | N/A | +| `gallery.model.ts` | TypeScript/JavaScript | Provides core logic and orchestration for gallery.model.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | +| `service.model.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for service.model.ts. | N/A | +| `user.model.ts` | TypeScript/JavaScript | Provides core logic and orchestration for user.model.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/shared/pipes/README.md b/frontend/src/shared/pipes/README.md index b2137988..ab27f340 100644 --- a/frontend/src/shared/pipes/README.md +++ b/frontend/src/shared/pipes/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ pipes +# ๐Ÿ“ Pipes [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [pipes](/frontend/src/shared/pipes) -**FSD Layer:** Shared +**FSD Layer:** Shared ๐Ÿค ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **pipes** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -10,16 +10,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ pipes"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> safe_html_pipe_ts["๐Ÿ“„ safe-html.pipe.ts"] + Root_pipes["๐Ÿ“ pipes"] + Root_pipes --> f_index_ts["๐Ÿ“„ index.ts"] + Root_pipes --> f_safe_html_pipe_ts["๐Ÿ“„ safe-html.pipe.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `safe-html.pipe.ts` | TypeScript | Provides core logic and orchestration for safe-html.pipe.ts. | @angular | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | +| `safe-html.pipe.ts` | TypeScript/JavaScript | Provides core logic and orchestration for safe-html.pipe.ts. | @angular | ## ๐Ÿ”— Dependencies - `@angular/core` diff --git a/frontend/src/shared/services/README.md b/frontend/src/shared/services/README.md index 485da328..c8a6ae2d 100644 --- a/frontend/src/shared/services/README.md +++ b/frontend/src/shared/services/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ services +# ๐Ÿ› ๏ธ Services [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [services](/frontend/src/shared/services) -**FSD Layer:** Shared +**FSD Layer:** Shared ๐Ÿค ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **services** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -10,25 +10,24 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ services"] - Root --> auth_service_ts["๐Ÿ“„ auth.service.ts"] - Root --> error_service_ts["๐Ÿ“„ error.service.ts"] - Root --> image_service_ts["๐Ÿ“„ image.service.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> telegram_service_ts["๐Ÿ“„ telegram.service.ts"] + Root_services["๐Ÿ› ๏ธ services"] + Root_services --> f_auth_service_ts["๐Ÿ“„ auth.service.ts"] + Root_services --> f_error_service_ts["๐Ÿ“„ error.service.ts"] + Root_services --> f_image_service_ts["๐Ÿ“„ image.service.ts"] + Root_services --> f_index_ts["๐Ÿ“„ index.ts"] + Root_services --> f_telegram_service_ts["๐Ÿ“„ telegram.service.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `auth.service.ts` | TypeScript | Encapsulates business logic and data access for auth.service.ts. | @angular, @core, @shared | -| `error.service.ts` | TypeScript | Encapsulates business logic and data access for error.service.ts. | @angular | -| `image.service.ts` | TypeScript | Encapsulates business logic and data access for image.service.ts. | @angular | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `telegram.service.ts` | TypeScript | Encapsulates business logic and data access for telegram.service.ts. | @angular, @src | +| `auth.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for auth.service.ts. | @angular, @core, @shared | +| `error.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for error.service.ts. | @angular | +| `image.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for image.service.ts. | @angular | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | +| `telegram.service.ts` | TypeScript/JavaScript | Encapsulates business logic and data access for telegram.service.ts. | @angular, @src | ## ๐Ÿ”— Dependencies -- `./telegram.service` - `@angular/common/http` - `@angular/core` - `@angular/router` diff --git a/frontend/src/shared/store/README.md b/frontend/src/shared/store/README.md index 05106078..355d3baa 100644 --- a/frontend/src/shared/store/README.md +++ b/frontend/src/shared/store/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ store +# ๐Ÿ“ Store [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [store](/frontend/src/shared/store) -**FSD Layer:** Shared +**FSD Layer:** Shared ๐Ÿค ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **store** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -10,16 +10,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ store"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> signal_store_base_ts["๐Ÿ“„ signal-store.base.ts"] + Root_store["๐Ÿ“ store"] + Root_store --> f_index_ts["๐Ÿ“„ index.ts"] + Root_store --> f_signal_store_base_ts["๐Ÿ“„ signal-store.base.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | -| `signal-store.base.ts` | TypeScript | Provides core logic and orchestration for signal-store.base.ts. | @angular | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | +| `signal-store.base.ts` | TypeScript/JavaScript | Provides core logic and orchestration for signal-store.base.ts. | @angular | ## ๐Ÿ”— Dependencies - `@angular/core` diff --git a/frontend/src/shared/ui/README.md b/frontend/src/shared/ui/README.md index c9b9dab1..092b62ba 100644 --- a/frontend/src/shared/ui/README.md +++ b/frontend/src/shared/ui/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ ui +# ๐Ÿ“ Ui [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [ui](/frontend/src/shared/ui) -**FSD Layer:** Shared +**FSD Layer:** Shared ๐Ÿค ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **ui** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -10,18 +10,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ ui"] - Root --> card-view["๐Ÿ“ card-view"] - Root --> global-error["๐Ÿ“ global-error"] - Root --> image-popup["๐Ÿ“ image-popup"] - Root --> list-view["๐Ÿ“ list-view"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_ui["๐Ÿ“ ui"] + Root_ui --> d_card_view["๐Ÿ“ card-view"] + Root_ui --> d_global_error["๐Ÿ“ global-error"] + Root_ui --> d_image_popup["๐Ÿ“ image-popup"] + Root_ui --> d_list_view["๐Ÿ“ list-view"] + Root_ui --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/shared/ui/card-view/README.md b/frontend/src/shared/ui/card-view/README.md index 96582616..e0b37a16 100644 --- a/frontend/src/shared/ui/card-view/README.md +++ b/frontend/src/shared/ui/card-view/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ card-view +# ๐Ÿ“ Card-view [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [ui](/frontend/src/shared/ui) > [card-view](/frontend/src/shared/ui/card-view) -**FSD Layer:** Shared +**FSD Layer:** Shared ๐Ÿค ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **card-view** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -10,11 +10,11 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ card-view"] - Root --> card_view_component_html["๐Ÿ“„ card-view.component.html"] - Root --> card_view_component_scss["๐Ÿ“„ card-view.component.scss"] - Root --> card_view_component_ts["๐Ÿ“„ card-view.component.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_card_view["๐Ÿ“ card-view"] + Root_card_view --> f_card_view_component_html["๐Ÿ“„ card-view.component.html"] + Root_card_view --> f_card_view_component_scss["๐Ÿ“„ card-view.component.scss"] + Root_card_view --> f_card_view_component_ts["๐Ÿ“„ card-view.component.ts"] + Root_card_view --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry @@ -22,8 +22,8 @@ graph TD |---|---|---|---| | `card-view.component.html` | Template | Structural template and layout for card-view.component.html. | N/A | | `card-view.component.scss` | Stylesheet | Luxury styling and visual presentation for card-view.component.scss. | N/A | -| `card-view.component.ts` | TypeScript | UI component logic and state management for card-view.component.ts. | @angular, @environments, @shared | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `card-view.component.ts` | TypeScript/JavaScript | UI component logic and state management for card-view.component.ts. | @angular, @environments, @shared | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/shared/ui/global-error/README.md b/frontend/src/shared/ui/global-error/README.md index 7c7d72f3..5c5050ad 100644 --- a/frontend/src/shared/ui/global-error/README.md +++ b/frontend/src/shared/ui/global-error/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ global-error +# ๐Ÿ“ Global-error [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [ui](/frontend/src/shared/ui) > [global-error](/frontend/src/shared/ui/global-error) -**FSD Layer:** Shared +**FSD Layer:** Shared ๐Ÿค ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **global-error** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -10,14 +10,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ global-error"] - Root --> global_error_component_ts["๐Ÿ“„ global-error.component.ts"] + Root_global_error["๐Ÿ“ global-error"] + Root_global_error --> f_global_error_component_ts["๐Ÿ“„ global-error.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `global-error.component.ts` | TypeScript | UI component logic and state management for global-error.component.ts. | @angular, @shared | +| `global-error.component.ts` | TypeScript/JavaScript | UI component logic and state management for global-error.component.ts. | @angular, @shared | ## ๐Ÿ”— Dependencies - `@angular/animations` diff --git a/frontend/src/shared/ui/image-popup/README.md b/frontend/src/shared/ui/image-popup/README.md index 37a267d9..04775fc1 100644 --- a/frontend/src/shared/ui/image-popup/README.md +++ b/frontend/src/shared/ui/image-popup/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ image-popup +# ๐Ÿ“ Image-popup [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [ui](/frontend/src/shared/ui) > [image-popup](/frontend/src/shared/ui/image-popup) -**FSD Layer:** Shared +**FSD Layer:** Shared ๐Ÿค ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **image-popup** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -10,16 +10,16 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ image-popup"] - Root --> image_popup_component_html["๐Ÿ“„ image-popup.component.html"] - Root --> image_popup_component_ts["๐Ÿ“„ image-popup.component.ts"] + Root_image_popup["๐Ÿ“ image-popup"] + Root_image_popup --> f_image_popup_component_html["๐Ÿ“„ image-popup.component.html"] + Root_image_popup --> f_image_popup_component_ts["๐Ÿ“„ image-popup.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| | `image-popup.component.html` | Template | Structural template and layout for image-popup.component.html. | N/A | -| `image-popup.component.ts` | TypeScript | UI component logic and state management for image-popup.component.ts. | @angular | +| `image-popup.component.ts` | TypeScript/JavaScript | UI component logic and state management for image-popup.component.ts. | @angular | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/shared/ui/list-view/README.md b/frontend/src/shared/ui/list-view/README.md index fc1f4b1f..ed268d2c 100644 --- a/frontend/src/shared/ui/list-view/README.md +++ b/frontend/src/shared/ui/list-view/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ list-view +# ๐Ÿ“ List-view [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [shared](/frontend/src/shared) > [ui](/frontend/src/shared/ui) > [list-view](/frontend/src/shared/ui/list-view) -**FSD Layer:** Shared +**FSD Layer:** Shared ๐Ÿค ## ๐ŸŽฏ Purpose Delivering luxury-tier architectural components and high-performance logic for the **list-view** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience. @@ -10,10 +10,10 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ list-view"] - Root --> list_view_component_html["๐Ÿ“„ list-view.component.html"] - Root --> list_view_component_scss["๐Ÿ“„ list-view.component.scss"] - Root --> list_view_component_ts["๐Ÿ“„ list-view.component.ts"] + Root_list_view["๐Ÿ“ list-view"] + Root_list_view --> f_list_view_component_html["๐Ÿ“„ list-view.component.html"] + Root_list_view --> f_list_view_component_scss["๐Ÿ“„ list-view.component.scss"] + Root_list_view --> f_list_view_component_ts["๐Ÿ“„ list-view.component.ts"] ``` ## ๐Ÿ“„ File Registry @@ -21,7 +21,7 @@ graph TD |---|---|---|---| | `list-view.component.html` | Template | Structural template and layout for list-view.component.html. | N/A | | `list-view.component.scss` | Stylesheet | Luxury styling and visual presentation for list-view.component.scss. | N/A | -| `list-view.component.ts` | TypeScript | UI component logic and state management for list-view.component.ts. | @angular, @shared | +| `list-view.component.ts` | TypeScript/JavaScript | UI component logic and state management for list-view.component.ts. | @angular, @shared | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/types/README.md b/frontend/src/types/README.md index 80785dfe..82f35e34 100644 --- a/frontend/src/types/README.md +++ b/frontend/src/types/README.md @@ -1,4 +1,4 @@ -# ๐Ÿ“ types +# ๐Ÿ“ Types [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [types](/frontend/src/types) @@ -8,14 +8,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ types"] - Root --> telegram_ts["๐Ÿ“„ telegram.ts"] + Root_types["๐Ÿ“ types"] + Root_types --> f_telegram_ts["๐Ÿ“„ telegram.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `telegram.ts` | TypeScript | Provides core logic and orchestration for telegram.ts. | N/A | +| `telegram.ts` | TypeScript/JavaScript | Provides core logic and orchestration for telegram.ts. | N/A | ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/widgets/README.md b/frontend/src/widgets/README.md index 21c51ce9..036c3901 100644 --- a/frontend/src/widgets/README.md +++ b/frontend/src/widgets/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ widgets +# ๐Ÿงฉ Widgets [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [widgets](/frontend/src/widgets) -**FSD Layer:** Widget +**FSD Layer:** 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. @@ -10,14 +10,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ widgets"] - Root --> header["๐Ÿ“ header"] - Root --> layouts["๐Ÿ“ layouts"] - Root --> sidebar["๐Ÿ“ sidebar"] + Root_widgets["๐Ÿงฉ widgets"] + Root_widgets --> d_header["๐Ÿ“ header"] + Root_widgets --> d_layouts["๐Ÿ“ layouts"] + Root_widgets --> d_sidebar["๐Ÿ“ sidebar"] ``` ## ๐Ÿ“„ File Registry -*No relevant files in this directory.* +*No files present in this directory.* ## ๐Ÿ”— Dependencies - No external dependencies. diff --git a/frontend/src/widgets/header/README.md b/frontend/src/widgets/header/README.md index eaff395b..dfe078c9 100644 --- a/frontend/src/widgets/header/README.md +++ b/frontend/src/widgets/header/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ header +# ๐Ÿ“ Header [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [widgets](/frontend/src/widgets) > [header](/frontend/src/widgets/header) -**FSD Layer:** Widget +**FSD Layer:** Widgets ๐Ÿงฉ ## ๐ŸŽฏ 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. @@ -10,11 +10,11 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ header"] - Root --> header_component_html["๐Ÿ“„ header.component.html"] - Root --> header_component_scss["๐Ÿ“„ header.component.scss"] - Root --> header_component_ts["๐Ÿ“„ header.component.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] + Root_header["๐Ÿ“ header"] + Root_header --> f_header_component_html["๐Ÿ“„ header.component.html"] + Root_header --> f_header_component_scss["๐Ÿ“„ header.component.scss"] + Root_header --> f_header_component_ts["๐Ÿ“„ header.component.ts"] + Root_header --> f_index_ts["๐Ÿ“„ index.ts"] ``` ## ๐Ÿ“„ File Registry @@ -22,8 +22,8 @@ graph TD |---|---|---|---| | `header.component.html` | Template | Structural template and layout for header.component.html. | N/A | | `header.component.scss` | Stylesheet | Luxury styling and visual presentation for header.component.scss. | N/A | -| `header.component.ts` | TypeScript | UI component logic and state management for header.component.ts. | @angular, @features | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `header.component.ts` | TypeScript/JavaScript | UI component logic and state management for header.component.ts. | @angular, @features | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/widgets/layouts/README.md b/frontend/src/widgets/layouts/README.md index fe1b67bc..a1c0e5de 100644 --- a/frontend/src/widgets/layouts/README.md +++ b/frontend/src/widgets/layouts/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ layouts +# ๐Ÿ“ Layouts [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [widgets](/frontend/src/widgets) > [layouts](/frontend/src/widgets/layouts) -**FSD Layer:** Widget +**FSD Layer:** Widgets ๐Ÿงฉ ## ๐ŸŽฏ 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. @@ -10,14 +10,14 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ layouts"] - Root --> admin_layout_component_html["๐Ÿ“„ admin-layout.component.html"] - Root --> admin_layout_component_scss["๐Ÿ“„ admin-layout.component.scss"] - Root --> admin_layout_component_ts["๐Ÿ“„ admin-layout.component.ts"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> user_layout_component_html["๐Ÿ“„ user-layout.component.html"] - Root --> user_layout_component_scss["๐Ÿ“„ user-layout.component.scss"] - Root --> user_layout_component_ts["๐Ÿ“„ user-layout.component.ts"] + Root_layouts["๐Ÿ“ layouts"] + Root_layouts --> f_admin_layout_component_html["๐Ÿ“„ admin-layout.component.html"] + Root_layouts --> f_admin_layout_component_scss["๐Ÿ“„ admin-layout.component.scss"] + Root_layouts --> f_admin_layout_component_ts["๐Ÿ“„ admin-layout.component.ts"] + Root_layouts --> f_index_ts["๐Ÿ“„ index.ts"] + Root_layouts --> f_user_layout_component_html["๐Ÿ“„ user-layout.component.html"] + Root_layouts --> f_user_layout_component_scss["๐Ÿ“„ user-layout.component.scss"] + Root_layouts --> f_user_layout_component_ts["๐Ÿ“„ user-layout.component.ts"] ``` ## ๐Ÿ“„ File Registry @@ -25,11 +25,11 @@ graph TD |---|---|---|---| | `admin-layout.component.html` | Template | Structural template and layout for admin-layout.component.html. | N/A | | `admin-layout.component.scss` | Stylesheet | Luxury styling and visual presentation for admin-layout.component.scss. | N/A | -| `admin-layout.component.ts` | TypeScript | UI component logic and state management for admin-layout.component.ts. | @angular, @widgets | -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `admin-layout.component.ts` | TypeScript/JavaScript | UI component logic and state management for admin-layout.component.ts. | @angular, @widgets | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | | `user-layout.component.html` | Template | Structural template and layout for user-layout.component.html. | N/A | | `user-layout.component.scss` | Stylesheet | Luxury styling and visual presentation for user-layout.component.scss. | N/A | -| `user-layout.component.ts` | TypeScript | UI component logic and state management for user-layout.component.ts. | @angular | +| `user-layout.component.ts` | TypeScript/JavaScript | UI component logic and state management for user-layout.component.ts. | @angular | ## ๐Ÿ”— Dependencies - `@angular/common` diff --git a/frontend/src/widgets/sidebar/README.md b/frontend/src/widgets/sidebar/README.md index b54cf7a5..4dcb5d7b 100644 --- a/frontend/src/widgets/sidebar/README.md +++ b/frontend/src/widgets/sidebar/README.md @@ -1,8 +1,8 @@ -# ๐Ÿ“ sidebar +# ๐Ÿ“ Sidebar [Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [widgets](/frontend/src/widgets) > [sidebar](/frontend/src/widgets/sidebar) -**FSD Layer:** Widget +**FSD Layer:** Widgets ๐Ÿงฉ ## ๐ŸŽฏ 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. @@ -10,18 +10,18 @@ Delivering luxury-tier architectural components and high-performance logic for t ## ๐Ÿ—๏ธ Architecture ```mermaid graph TD - Root["๐Ÿ“ sidebar"] - Root --> index_ts["๐Ÿ“„ index.ts"] - Root --> sidebar_component_html["๐Ÿ“„ sidebar.component.html"] - Root --> sidebar_component_ts["๐Ÿ“„ sidebar.component.ts"] + Root_sidebar["๐Ÿ“ sidebar"] + Root_sidebar --> f_index_ts["๐Ÿ“„ index.ts"] + Root_sidebar --> f_sidebar_component_html["๐Ÿ“„ sidebar.component.html"] + Root_sidebar --> f_sidebar_component_ts["๐Ÿ“„ sidebar.component.ts"] ``` ## ๐Ÿ“„ File Registry | File Name | Type | Responsibility | Key Aliases Used | |---|---|---|---| -| `index.ts` | TypeScript | Provides core logic and orchestration for index.ts. | N/A | +| `index.ts` | TypeScript/JavaScript | Provides core logic and orchestration for index.ts. | N/A | | `sidebar.component.html` | Template | Structural template and layout for sidebar.component.html. | N/A | -| `sidebar.component.ts` | TypeScript | UI component logic and state management for sidebar.component.ts. | @angular, @shared | +| `sidebar.component.ts` | TypeScript/JavaScript | UI component logic and state management for sidebar.component.ts. | @angular, @shared | ## ๐Ÿ”— Dependencies - `@angular/common`