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
4 changes: 4 additions & 0 deletions .gemini/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ Delivering luxury-tier architectural components and high-performance logic for t
## πŸ—οΈ Architecture
```mermaid
graph TD
Root__gemini["πŸ“ .gemini"]
_gemini["πŸ“ .gemini"]
Root__gemini --> _gemini
_gemini --> commands["πŸ“ commands"]
Root__gemini --> _gemini --> commands
_gemini --> gemini_md["πŸ“„ gemini.md"]
Root__gemini --> _gemini --> gemini_md
```

## πŸ“„ File Registry
Expand Down
3 changes: 3 additions & 0 deletions .gemini/commands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ Delivering luxury-tier architectural components and high-performance logic for t
## πŸ—οΈ Architecture
```mermaid
graph TD
Root_commands["πŸ“ commands"]
commands["πŸ“ commands"]
Root_commands --> commands
commands --> test["πŸ“ test"]
Root_commands --> commands --> test
```

## πŸ“„ File Registry
Expand Down
3 changes: 3 additions & 0 deletions .gemini/commands/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ Delivering luxury-tier architectural components and high-performance logic for t
## πŸ—οΈ Architecture
```mermaid
graph TD
Root_test["πŸ“ test"]
test["πŸ“ test"]
Root_test --> test
test --> gen_toml["πŸ“„ gen.toml"]
Root_test --> test --> gen_toml
```

## πŸ“„ File Registry
Expand Down
6 changes: 6 additions & 0 deletions .jules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@ Delivering luxury-tier architectural components and high-performance logic for t
## πŸ—οΈ Architecture
```mermaid
graph TD
Root__jules["πŸ“ .jules"]
_jules["πŸ“ .jules"]
Root__jules --> _jules
_jules --> agents_md["πŸ“„ agents.md"]
Root__jules --> _jules --> agents_md
_jules --> bolt_md["πŸ“„ bolt.md"]
Root__jules --> _jules --> bolt_md
_jules --> palette_md["πŸ“„ palette.md"]
Root__jules --> _jules --> palette_md
_jules --> sentinel_md["πŸ“„ sentinel.md"]
Root__jules --> _jules --> sentinel_md
```

## πŸ“„ File Registry
Expand Down
53 changes: 25 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,38 @@
# πŸ“ Mavluda Beauty Repository
[🏠 Home](./README.md)

[Root](/.)
# πŸ“ Mavluda Beauty Repository Root

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **Mavluda Beauty Repository** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.
### 🎯 PURPOSE
Welcome to the exquisite **Mavluda Beauty Repository Root** module of the Mavluda Beauty ecosystem. This directory handles specific domain assets and logic. It is designed adhering to our 'Luxury Professional' standards.

## πŸ—οΈ Architecture
### πŸ—οΈ 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_Root["πŸ“ Root"]
f__gitignore[".gitignore"]
Root_Root --> f__gitignore
f_GEMINI_md["GEMINI.md"]
Root_Root --> f_GEMINI_md
f_SECURITY_md["SECURITY.md"]
Root_Root --> f_SECURITY_md
f_backend["πŸ“ backend"]
Root_Root --> f_backend
f_frontend["πŸ“ frontend"]
Root_Root --> f_frontend
```

## πŸ“„ File Registry
### πŸ“„ 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 |
| `.gitignore` | Asset / File | Provides logic and definitions for .gitignore. | None |
| `GEMINI.md` | Markdown Document | Provides logic and definitions for GEMINI.md. | None |
| `SECURITY.md` | Markdown Document | Provides logic and definitions for SECURITY.md. | None |

## πŸ”— Dependencies
- No external dependencies.
### πŸ”— DEPENDENCIES
No notable dependencies detected.

## πŸ› οΈ Usage
### πŸ› οΈ USAGE
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './core';

// Integrate into the application architecture
relevantMember.execute();
// Example interaction or integration snippet
// Import members from Mavluda Beauty Repository Root based on module boundaries
```
71 changes: 40 additions & 31 deletions backend/README.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,53 @@
# πŸ“ backend
[🏠 Home](../README.md) > [backend](./README.md)

[Root](/.) > [backend](/backend)
# βš™οΈ backend

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **backend** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.
### 🎯 PURPOSE
Welcome to the exquisite **backend** module of the Mavluda Beauty ecosystem. This directory handles specific domain assets and logic. It is designed adhering to our 'Luxury Professional' standards.

## πŸ—οΈ Architecture
### πŸ—οΈ 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"]
f_package_lock_json["package-lock.json"]
Root_backend --> f_package_lock_json
f_nest_cli_json["nest-cli.json"]
Root_backend --> f_nest_cli_json
f__prettierrc[".prettierrc"]
Root_backend --> f__prettierrc
f_eslint_config_mjs["eslint.config.mjs"]
Root_backend --> f_eslint_config_mjs
f_tsconfig_json["tsconfig.json"]
Root_backend --> f_tsconfig_json
f_package_json["package.json"]
Root_backend --> f_package_json
f_tsconfig_build_json["tsconfig.build.json"]
Root_backend --> f_tsconfig_build_json
f_test["πŸ“ test"]
Root_backend --> f_test
f_src["πŸ“ src"]
Root_backend --> f_src
```

## πŸ“„ File Registry
### πŸ“„ FILE REGISTRY
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| `.prettierrc` | File | Provides core logic and orchestration for .prettierrc. | N/A |
| `eslint.config.mjs` | JavaScript | Provides core logic and orchestration for eslint.config.mjs. | N/A |
| `nest-cli.json` | JSON Configuration | Provides core logic and orchestration for nest-cli.json. | N/A |
| `package-lock.json` | JSON Configuration | Provides core logic and orchestration for package-lock.json. | N/A |
| `package.json` | JSON Configuration | Provides core logic and orchestration for package.json. | N/A |
| `tsconfig.build.json` | JSON Configuration | Provides core logic and orchestration for tsconfig.build.json. | N/A |
| `tsconfig.json` | JSON Configuration | Provides core logic and orchestration for tsconfig.json. | N/A |
| `.prettierrc` | Asset / File | Provides logic and definitions for .prettierrc. | None |
| `eslint.config.mjs` | Asset / File | Provides logic and definitions for eslint.config.mjs. | @eslint |
| `nest-cli.json` | JSON Configuration | Provides logic and definitions for nest-cli.json. | None |
| `package-lock.json` | JSON Configuration | Provides logic and definitions for package-lock.json. | None |
| `package.json` | JSON Configuration | Provides logic and definitions for package.json. | None |
| `tsconfig.build.json` | JSON Configuration | Provides logic and definitions for tsconfig.build.json. | None |
| `tsconfig.json` | JSON Configuration | Provides logic and definitions for tsconfig.json. | None |

## πŸ”— Dependencies
- No external dependencies.
### πŸ”— DEPENDENCIES
- `@eslint/js`
- `eslint-plugin-prettier/recommended`
- `globals`
- `typescript-eslint`

## πŸ› οΈ Usage
### πŸ› οΈ USAGE
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './backend';

// Integrate into the application architecture
relevantMember.execute();
// Example interaction or integration snippet
// Import members from backend based on module boundaries
```
62 changes: 30 additions & 32 deletions backend/src/README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,40 @@
# πŸ“ src
[🏠 Home](../../README.md) > [backend](../README.md) > [src](./README.md)

[Root](/.) > [backend](/backend) > [src](/backend/src)
# πŸ’» src

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **src** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.
### 🎯 PURPOSE
Welcome to the exquisite **src** module of the Mavluda Beauty ecosystem. This directory focuses on orchestrating Business Services, HTTP APIs. It is designed adhering to our 'Luxury Professional' standards.

## πŸ—οΈ Architecture
### πŸ—οΈ 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"]
f_app_controller_spec_ts["app.controller.spec.ts"]
Root_src --> f_app_controller_spec_ts
f_main_ts["main.ts"]
Root_src --> f_main_ts
f_app_module_ts["app.module.ts"]
Root_src --> f_app_module_ts
f_app_controller_ts["app.controller.ts"]
Root_src --> f_app_controller_ts
f_app_service_ts["app.service.ts"]
Root_src --> f_app_service_ts
f_common["πŸ“ common"]
Root_src --> f_common
f_modules["πŸ“ modules"]
Root_src --> f_modules
```

## πŸ“„ File Registry
### πŸ“„ 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` | Unit Test | Provides logic and definitions for app.controller.spec.ts. | @nestjs |
| `app.controller.ts` | NestJS Controller | Handles incoming HTTP requests Defines classes: AppController. | @nestjs |
| `app.module.ts` | Angular Module | Configures an application module or layer Defines classes: AppModule. | @nestjs, @modules |
| `app.service.ts` | Angular Service | Provides injectable business logic or services Defines classes: AppService. | @nestjs |
| `main.ts` | TypeScript File | Implements utilities: bootstrap. | @nestjs |

## πŸ”— Dependencies
- `./app.controller`
- `./app.module`
- `./app.service`
- `./common/config/app-config.module`
- `./common/database/database.module`
- `./common/filters/i18n-exception.filter`
### πŸ”— DEPENDENCIES
- `@modules/admin-settings`
- `@modules/auth`
- `@modules/booking`
Expand All @@ -51,11 +52,8 @@ graph TD
- `@nestjs/testing`
- `path`

## πŸ› οΈ Usage
### πŸ› οΈ USAGE
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './src';

// Integrate into the application architecture
relevantMember.execute();
// Example interaction or integration snippet
// Import members from src based on module boundaries
```
55 changes: 31 additions & 24 deletions backend/src/common/README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,42 @@
# πŸ“ common
[🏠 Home](../../../README.md) > [backend](../../README.md) > [src](../README.md) > [common](./README.md)

[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common)
# πŸ› οΈ common

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **common** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.
### 🎯 PURPOSE
Welcome to the exquisite **common** module of the Mavluda Beauty ecosystem. This directory handles specific domain assets and logic. It is designed adhering to our 'Luxury Professional' standards.

## πŸ—οΈ Architecture
### πŸ—οΈ 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"]
f_database["πŸ“ database"]
Root_common --> f_database
f_config["πŸ“ config"]
Root_common --> f_config
f_utils["πŸ“ utils"]
Root_common --> f_utils
f_filters["πŸ“ filters"]
Root_common --> f_filters
f_interfaces["πŸ“ interfaces"]
Root_common --> f_interfaces
f_guards["πŸ“ guards"]
Root_common --> f_guards
f_decorators["πŸ“ decorators"]
Root_common --> f_decorators
f_constants["πŸ“ constants"]
Root_common --> f_constants
```

## πŸ“„ File Registry
*No relevant files in this directory.*
### πŸ“„ FILE REGISTRY
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| _No files_ | - | - | - |

## πŸ”— Dependencies
- No external dependencies.
### πŸ”— DEPENDENCIES
No notable dependencies detected.

## πŸ› οΈ Usage
### πŸ› οΈ USAGE
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './common';

// Integrate into the application architecture
relevantMember.execute();
// Example interaction or integration snippet
// Import members from common based on module boundaries
```
Loading