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
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,16 @@ dist-ssr
!**/README.md
!GEMINI.md
!AGENTS.md

backend_test.log
backend_test_exit.txt
generate_readmes.py
verify_script.txt
verify_script_exit.txt
generate_log.txt
generate_exit.txt
frontend_test.log
frontend_test_exit.txt
e2e_test.log
e2e_test_exit.txt
test_exits.txt
51 changes: 29 additions & 22 deletions .jules/README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,42 @@
# πŸ“ Mavluda Beauty .jules
### 🧭 Breadcrumbs
[Root](/) > [.jules](/.jules)

[.jules](/.jules)
# πŸ“ .jules Directory
**Architecture Layer:** Domain/Infrastructure Layer

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **.jules** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.
Provides luxury professional architectural implementation for the .jules module within the Mavluda Beauty ecosystem. Ensure robust functionality and elegant integration with the broader architecture.

## πŸ—οΈ Architecture
## πŸ—οΈ ARCHITECTURE
```mermaid
graph TD
_jules["πŸ“ .jules"]
_jules --> agents_md["πŸ“„ agents.md"]
_jules --> bolt_md["πŸ“„ bolt.md"]
_jules --> palette_md["πŸ“„ palette.md"]
_jules --> sentinel_md["πŸ“„ sentinel.md"]
f_Root__jules["πŸ“ .jules"]
f_agents_md["πŸ“„ agents.md"]
f_Root__jules --> f_agents_md
f_bolt_md["πŸ“„ bolt.md"]
f_Root__jules --> f_bolt_md
f_palette_md["πŸ“„ palette.md"]
f_Root__jules --> f_palette_md
f_sentinel_md["πŸ“„ sentinel.md"]
f_Root__jules --> f_sentinel_md
```

## πŸ“„ File Registry
## πŸ“„ FILE REGISTRY
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| `agents.md` | File | Core logic and utilities for this domain. | N/A |
| `bolt.md` | File | Core logic and utilities for this domain. | N/A |
| `palette.md` | File | Core logic and utilities for this domain. | N/A |
| `sentinel.md` | File | Core logic and utilities for this domain. | N/A |
| `agents.md` | Markdown | Core logic and utilities for this domain. | N/A |
| `bolt.md` | Markdown | Core logic and utilities for this domain. | N/A |
| `palette.md` | Markdown | Core logic and utilities for this domain. | N/A |
| `sentinel.md` | Markdown | Core logic and utilities for this domain. | N/A |

## πŸ”— DEPENDENCIES
*No internal path alias dependencies explicitly resolved in this directory.*

## πŸ”— Dependencies
No external or alias dependencies detected.
## πŸ› οΈ USAGE
Review the files in this directory for `.jules` integration and styling standards.

## πŸ› οΈ Usage
```typescript
// Example integration for .jules
// Import capabilities from this directory to enrich your modules.
```
> This directory provides specialized logic tailored to the Mavluda Beauty standard.
---
*Maintained by Mavluda Beauty - Architecture & Engineering*

---
*Maintained by Mavluda Beauty - Architecture & Engineering*
56 changes: 30 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,45 @@
# πŸ“ Mavluda Beauty Repository
### 🧭 Breadcrumbs
[Root](/)

[Root](/.)
# πŸ“ App Directory
**Architecture Layer:** Root Layer

## 🎯 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.
Provides luxury professional architectural implementation for the app module within the Mavluda Beauty ecosystem. Ensure robust functionality and elegant integration with the broader architecture.

## πŸ—οΈ 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"]
f_Root_app["πŸ“ app"]
f__gitignore["πŸ“„ .gitignore"]
f_Root_app --> f__gitignore
f_GEMINI_md["πŸ“„ GEMINI.md"]
f_Root_app --> f_GEMINI_md
f_SECURITY_md["πŸ“„ SECURITY.md"]
f_Root_app --> f_SECURITY_md
f_Dir_backend["πŸ“ backend"]
f_Root_app --> f_Dir_backend
f_Dir__jules["πŸ“ .jules"]
f_Root_app --> f_Dir__jules
f_Dir_frontend["πŸ“ frontend"]
f_Root_app --> f_Dir_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 |
| `SECURITY.md` | Markdown | Documentation. | N/A |

## πŸ”— Dependencies
- No external dependencies.
## πŸ”— DEPENDENCIES
*No internal path alias dependencies explicitly resolved in this directory.*

## πŸ› οΈ Usage
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './core';
## πŸ› οΈ USAGE
Review the files in this directory for `app` integration and styling standards.

// Integrate into the application architecture
relevantMember.execute();
```
---
*Maintained by Mavluda Beauty - Architecture & Engineering*

---
*Maintained by Mavluda Beauty - Architecture & Engineering*
61 changes: 36 additions & 25 deletions backend/README.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,55 @@
# πŸ“ backend
### 🧭 Breadcrumbs
[Root](/) > [backend](/backend)

[Root](/.) > [backend](/backend)
# πŸ“ Backend Directory
**Architecture Layer:** Domain/Infrastructure Layer

## 🎯 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.
Provides luxury professional architectural implementation for the backend module within the Mavluda Beauty ecosystem. Ensure robust functionality and elegant integration with the broader architecture.

## πŸ—οΈ 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"]
f_Root_backend["πŸ“ backend"]
f__prettierrc["πŸ“„ .prettierrc"]
f_Root_backend --> f__prettierrc
f_eslint_config_mjs["πŸ“„ eslint.config.mjs"]
f_Root_backend --> f_eslint_config_mjs
f_nest_cli_json["πŸ“„ nest-cli.json"]
f_Root_backend --> f_nest_cli_json
f_package_lock_json["πŸ“„ package-lock.json"]
f_Root_backend --> f_package_lock_json
f_package_json["πŸ“„ package.json"]
f_Root_backend --> f_package_json
f_tsconfig_build_json["πŸ“„ tsconfig.build.json"]
f_Root_backend --> f_tsconfig_build_json
f_tsconfig_json["πŸ“„ tsconfig.json"]
f_Root_backend --> f_tsconfig_json
f_Dir_test["πŸ“ test"]
f_Root_backend --> f_Dir_test
f_Dir_src["πŸ“ src"]
f_Root_backend --> f_Dir_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 |
| `eslint.config.mjs` | File | 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.
## πŸ”— DEPENDENCIES
*No internal path alias dependencies explicitly resolved in this directory.*

## πŸ› οΈ Usage
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './backend';
## πŸ› οΈ USAGE
Review the files in this directory for `backend` integration and styling standards.

// Integrate into the application architecture
relevantMember.execute();
```
---
*Maintained by Mavluda Beauty - Architecture & Engineering*

---
*Maintained by Mavluda Beauty - Architecture & Engineering*
71 changes: 38 additions & 33 deletions backend/src/README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,42 @@
# πŸ“ src
### 🧭 Breadcrumbs
[Root](/) > [backend](/backend) > [src](/backend/src)

[Root](/.) > [backend](/backend) > [src](/backend/src)
# πŸ“ Src Directory
**Architecture Layer:** Domain/Infrastructure Layer

## 🎯 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.
Provides luxury professional architectural implementation for the src module within the Mavluda Beauty ecosystem. Ensure robust functionality and elegant integration with the broader architecture.

## πŸ—οΈ 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"]
f_Root_src["πŸ“ src"]
f_app_controller_spec_ts["πŸ“„ app.controller.spec.ts"]
f_Root_src --> f_app_controller_spec_ts
f_app_controller_ts["πŸ“„ app.controller.ts"]
f_Root_src --> f_app_controller_ts
f_app_module_ts["πŸ“„ app.module.ts"]
f_Root_src --> f_app_module_ts
f_app_service_ts["πŸ“„ app.service.ts"]
f_Root_src --> f_app_service_ts
f_main_ts["πŸ“„ main.ts"]
f_Root_src --> f_main_ts
f_Dir_common["πŸ“ common"]
f_Root_src --> f_Dir_common
f_Dir_modules["πŸ“ modules"]
f_Root_src --> f_Dir_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 |

## πŸ”— Dependencies
- `./app.controller`
- `./app.module`
- `./app.service`
- `./common/config/app-config.module`
- `./common/database/database.module`
- `./common/filters/i18n-exception.filter`
| `app.controller.spec.ts` | TypeScript | Unit testing and quality assurance for app.controller.spec.ts. | @nestjs/testing |
| `app.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for app.controller.ts. | @nestjs/common |
| `app.module.ts` | TypeScript | Defines the architectural module boundaries for app.module.ts. | @nestjs/common, @modules/gallery, @modules/user, @nestjs/core, @modules/veil, @modules/partnership, @modules/auth, @modules/payment, @nestjs/serve-static, @modules/admin-settings, @modules/treatments, @modules/booking, @modules/inventory |
| `app.service.ts` | TypeScript | Encapsulates business logic and data access for app.service.ts. | @nestjs/common |
| `main.ts` | TypeScript | Provides core logic and orchestration for main.ts. | @nestjs/common, @nestjs/config, @nestjs/core |

## πŸ”— DEPENDENCIES
- `@modules/admin-settings`
- `@modules/auth`
- `@modules/booking`
Expand All @@ -49,13 +52,15 @@ graph TD
- `@nestjs/core`
- `@nestjs/serve-static`
- `@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 architectural integration for src
// Utilize the exported members according to Mavluda Beauty's standard conventions.
```

---
*Maintained by Mavluda Beauty - Architecture & Engineering*

---
*Maintained by Mavluda Beauty - Architecture & Engineering*
Loading