Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 26 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,34 @@
# 📁 Mavluda Beauty Repository
# 🏷️ App

[Root](/.)
[🏠 Home](./README.md)

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **Mavluda Beauty Repository** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.
**FSD Layer:** `App`

## 🏗️ Architecture
## 🎯 PURPOSE
Core implementation for the app domain within the luxury Mavluda Beauty ecosystem.

## 🏗️ 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"]
f_app["📁 app"]
f_app --> f_GEMINI_md["📄 GEMINI.md"]
f_app --> f_SECURITY_md["📄 SECURITY.md"]
f_app --> f_backend["📁 backend"]
f_app --> f_frontend["📁 frontend"]
```

## 📄 File Registry
| File Name | Type | Responsibility | Key Aliases Used |

## 📄 FILE REGISTRY
| Entry 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 |

## 🔗 Dependencies
- No external dependencies.

## 🛠️ Usage
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './core';

// Integrate into the application architecture
relevantMember.execute();
```
| `📁 backend` | Directory | Contains child logic and structural domains | None |
| `📁 frontend` | Directory | Contains child logic and structural domains | None |
| `📄 GEMINI.md` | Asset | Structural or configuration definitions. | None |
| `📄 SECURITY.md` | Asset | Structural or configuration definitions. | None |


## 🔗 DEPENDENCIES
- No internal path aliases detected.

## 🛠️ USAGE
Explore the files and directories within this path to understand the refined logic that powers the Mavluda Beauty experience. Refer to the specific classes and functions outlined in the registry for implementation details.
70 changes: 34 additions & 36 deletions backend/README.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,42 @@
# 📁 backend
# 🏷️ Backend

[Root](/.) > [backend](/backend)
[🏠 Home](../README.md) ❯ **backend**

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **backend** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.
**FSD Layer:** `App`

## 🏗️ Architecture
## 🎯 PURPOSE
Core implementation for the backend domain within the luxury Mavluda Beauty ecosystem.

## 🏗️ 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"]
f_backend["📁 backend"]
f_backend --> f_package_lock_json["📄 package-lock.json"]
f_backend --> f_nest_cli_json["📄 nest-cli.json"]
f_backend --> f_eslint_config_mjs["📄 eslint.config.mjs"]
f_backend --> f_tsconfig_json["📄 tsconfig.json"]
f_backend --> f_package_json["📄 package.json"]
f_backend --> f_tsconfig_build_json["📄 tsconfig.build.json"]
f_backend --> f_test["📁 test"]
f_backend --> f_src["📁 src"]
```

## 📄 File Registry
| File Name | Type | Responsibility | Key Aliases Used |

## 📄 FILE REGISTRY
| Entry Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| `.prettierrc` | File | Provides core logic and orchestration for .prettierrc. | N/A |
| `eslint.config.mjs` | JavaScript | Provides core logic and orchestration for eslint.config.mjs. | N/A |
| `nest-cli.json` | JSON Configuration | Provides core logic and orchestration for nest-cli.json. | N/A |
| `package-lock.json` | JSON Configuration | Provides core logic and orchestration for package-lock.json. | N/A |
| `package.json` | JSON Configuration | Provides core logic and orchestration for package.json. | N/A |
| `tsconfig.build.json` | JSON Configuration | Provides core logic and orchestration for tsconfig.build.json. | N/A |
| `tsconfig.json` | JSON Configuration | Provides core logic and orchestration for tsconfig.json. | N/A |

## 🔗 Dependencies
- No external dependencies.

## 🛠️ Usage
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './backend';

// Integrate into the application architecture
relevantMember.execute();
```
| `📁 test` | Directory | Contains child logic and structural domains | None |
| `📁 src` | Directory | Contains child logic and structural domains | None |
| `📄 package-lock.json` | Configuration | Structural or configuration definitions. | None |
| `📄 nest-cli.json` | Configuration | Structural or configuration definitions. | None |
| `📄 eslint.config.mjs` | Asset | Structural or configuration definitions. | @eslint/js |
| `📄 tsconfig.json` | Configuration | Structural or configuration definitions. | None |
| `📄 package.json` | Configuration | Structural or configuration definitions. | None |
| `📄 tsconfig.build.json` | Configuration | Structural or configuration definitions. | None |


## 🔗 DEPENDENCIES
- `@eslint/js`

## 🛠️ USAGE
Explore the files and directories within this path to understand the refined logic that powers the Mavluda Beauty experience. Refer to the specific classes and functions outlined in the registry for implementation details.
89 changes: 41 additions & 48 deletions backend/src/README.md
Original file line number Diff line number Diff line change
@@ -1,61 +1,54 @@
# 📁 src
# 🏷️ Src

[Root](/.) > [backend](/backend) > [src](/backend/src)
[🏠 Home](../../README.md) ❯ [backend](../README.md) ❯ **src**

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **src** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.
**FSD Layer:** `App`

## 🏗️ Architecture
## 🎯 PURPOSE
Core implementation for the src domain within the luxury Mavluda Beauty ecosystem.

## 🏗️ 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"]
f_src["📁 src"]
f_src --> f_app_controller_spec_ts["📄 app.controller.spec.ts"]
f_src --> f_main_ts["📄 main.ts"]
f_src --> f_app_module_ts["📄 app.module.ts"]
f_src --> f_app_controller_ts["📄 app.controller.ts"]
f_src --> f_app_service_ts["📄 app.service.ts"]
f_src --> f_common["📁 common"]
f_src --> f_modules["📁 modules"]
```

## 📄 File Registry
| File Name | Type | Responsibility | Key Aliases Used |

## 📄 FILE REGISTRY
| Entry 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 |

## 🔗 Dependencies
- `./app.controller`
- `./app.module`
- `./app.service`
- `./common/config/app-config.module`
- `./common/database/database.module`
- `./common/filters/i18n-exception.filter`
| `📁 common` | Directory | Contains child logic and structural domains | None |
| `📁 modules` | Directory | Contains child logic and structural domains | None |
| `📄 app.controller.spec.ts` | Logic/Utility | Structural or configuration definitions. | @nestjs/testing |
| `📄 main.ts` | Logic/Utility | Functions: bootstrap | @nestjs/core, @nestjs/common, @nestjs/config |
| `📄 app.module.ts` | Module | Classes: AppModule | @modules/admin-settings, @nestjs/common, @nestjs/core, @modules/user, @modules/veil, @nestjs/serve-static, @modules/inventory, @modules/treatments, @modules/booking, @modules/partnership, @modules/payment, @modules/auth, @modules/gallery |
| `📄 app.controller.ts` | Controller | Classes: AppController | @nestjs/common |
| `📄 app.service.ts` | Service | Classes: AppService | @nestjs/common |


## 🔗 DEPENDENCIES
- `@nestjs/core`
- `@nestjs/common`
- `@modules/admin-settings`
- `@modules/auth`
- `@modules/booking`
- `@modules/gallery`
- `@modules/inventory`
- `@modules/partnership`
- `@modules/payment`
- `@modules/treatments`
- `@modules/user`
- `@nestjs/testing`
- `@modules/veil`
- `@nestjs/common`
- `@nestjs/config`
- `@nestjs/core`
- `@nestjs/serve-static`
- `@nestjs/testing`
- `path`

## 🛠️ Usage
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './src';
- `@modules/inventory`
- `@modules/gallery`
- `@nestjs/config`
- `@modules/treatments`
- `@modules/partnership`
- `@modules/payment`
- `@modules/auth`
- `@modules/booking`

// Integrate into the application architecture
relevantMember.execute();
```
## 🛠️ USAGE
Explore the files and directories within this path to understand the refined logic that powers the Mavluda Beauty experience. Refer to the specific classes and functions outlined in the registry for implementation details.
59 changes: 34 additions & 25 deletions backend/src/common/README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,44 @@
# 📁 common
# 🏷️ Common

[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common)
[🏠 Home](../../../README.md) ❯ [backend](../../README.md) ❯ [src](../README.md) ❯ **common**

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **common** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.
**FSD Layer:** `App`

## 🏗️ Architecture
## 🎯 PURPOSE
Core implementation for the common domain within the luxury Mavluda Beauty ecosystem.

## 🏗️ 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"]
f_common["📁 common"]
f_common --> f_database["📁 database"]
f_common --> f_config["📁 config"]
f_common --> f_utils["📁 utils"]
f_common --> f_filters["📁 filters"]
f_common --> f_interfaces["📁 interfaces"]
f_common --> f_seed["📁 seed"]
f_common --> f_guards["📁 guards"]
f_common --> f_decorators["📁 decorators"]
f_common --> f_constants["📁 constants"]
```

## 📄 File Registry
*No relevant files in this directory.*

## 🔗 Dependencies
- No external dependencies.
## 📄 FILE REGISTRY
| Entry Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| `📁 database` | Directory | Contains child logic and structural domains | None |
| `📁 config` | Directory | Contains child logic and structural domains | None |
| `📁 utils` | Directory | Contains child logic and structural domains | None |
| `📁 filters` | Directory | Contains child logic and structural domains | None |
| `📁 interfaces` | Directory | Contains child logic and structural domains | None |
| `📁 seed` | Directory | Contains child logic and structural domains | None |
| `📁 guards` | Directory | Contains child logic and structural domains | None |
| `📁 decorators` | Directory | Contains child logic and structural domains | None |
| `📁 constants` | Directory | Contains child logic and structural domains | None |

## 🛠️ Usage
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './common';

// Integrate into the application architecture
relevantMember.execute();
```
## 🔗 DEPENDENCIES
- No internal path aliases detected.

## 🛠️ USAGE
Explore the files and directories within this path to understand the refined logic that powers the Mavluda Beauty experience. Refer to the specific classes and functions outlined in the registry for implementation details.
54 changes: 24 additions & 30 deletions backend/src/common/config/README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,35 @@
# 📁 config
# 🏷️ Config

[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [config](/backend/src/common/config)
[🏠 Home](../../../../README.md) ❯ [backend](../../../README.md) ❯ [src](../../README.md) ❯ [common](../README.md) ❯ **config**

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **config** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.
**FSD Layer:** `App`

## 🏗️ Architecture
## 🎯 PURPOSE
Core implementation for the config domain within the luxury Mavluda Beauty ecosystem.

## 🏗️ 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"]
f_config["📁 config"]
f_config --> f_app_config_service_ts["📄 app-config.service.ts"]
f_config --> f_env_validation_ts["📄 env.validation.ts"]
f_config --> f_configuration_ts["📄 configuration.ts"]
f_config --> f_app_config_module_ts["📄 app-config.module.ts"]
```

## 📄 File Registry
| File Name | Type | Responsibility | Key Aliases Used |

## 📄 FILE REGISTRY
| Entry 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 |

## 🔗 Dependencies
- `./app-config.service`
- `./configuration`
- `./env.validation`
| `📄 app-config.service.ts` | Service | Classes: AppConfigService | @nestjs/common, @nestjs/config |
| `📄 env.validation.ts` | Logic/Utility | Classes: EnvironmentVariables | Functions: validate | None |
| `📄 configuration.ts` | Logic/Utility | Structural or configuration definitions. | None |
| `📄 app-config.module.ts` | Module | Classes: AppConfigModule | @nestjs/common, @nestjs/config |


## 🔗 DEPENDENCIES
- `@nestjs/common`
- `@nestjs/config`
- `class-transformer`

## 🛠️ Usage
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './config';

// Integrate into the application architecture
relevantMember.execute();
```
## 🛠️ USAGE
Explore the files and directories within this path to understand the refined logic that powers the Mavluda Beauty experience. Refer to the specific classes and functions outlined in the registry for implementation details.
Loading