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
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,18 @@ 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 --> SECURITY_md["πŸ“„ SECURITY.md"]
Root --> generate_readmes_py["πŸ“„ generate_readmes.py"]
```

## πŸ“„ 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 |
| `SECURITY.md` | Markdown | Provides core logic and orchestration for SECURITY.md. | N/A |
| `generate_readmes.py` | File | Provides core logic and orchestration for generate_readmes.py. | N/A |

## πŸ”— Dependencies
Expand Down
7 changes: 5 additions & 2 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,18 @@ graph TD
| 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` | JavaScript | 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 |
| `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.
- `@eslint/js`
- `eslint-plugin-prettier/recommended`
- `globals`
- `typescript-eslint`

## πŸ› οΈ Usage
```typescript
Expand Down
4 changes: 3 additions & 1 deletion backend/src/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ graph TD
```

## πŸ“„ File Registry
*No relevant files in this directory.*
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| N/A | N/A | No files in this directory. | N/A |

## πŸ”— Dependencies
- No external dependencies.
Expand Down
6 changes: 4 additions & 2 deletions backend/src/modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Delivering luxury-tier architectural components and high-performance logic for t
```mermaid
graph TD
Root["πŸ“ modules"]
Root --> admin-settings["πŸ“ admin-settings"]
Root --> admin_settings["πŸ“ admin-settings"]
Root --> auth["πŸ“ auth"]
Root --> booking["πŸ“ booking"]
Root --> gallery["πŸ“ gallery"]
Expand All @@ -22,7 +22,9 @@ graph TD
```

## πŸ“„ File Registry
*No relevant files in this directory.*
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| N/A | N/A | No files in this directory. | N/A |

## πŸ”— Dependencies
- No external dependencies.
Expand Down
4 changes: 3 additions & 1 deletion backend/src/modules/admin-settings/infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ graph TD
```

## πŸ“„ File Registry
*No relevant files in this directory.*
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| N/A | N/A | No files in this directory. | N/A |

## πŸ”— Dependencies
- No external dependencies.
Expand Down
4 changes: 3 additions & 1 deletion backend/src/modules/booking/infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ graph TD
```

## πŸ“„ File Registry
*No relevant files in this directory.*
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| N/A | N/A | No files in this directory. | N/A |

## πŸ”— Dependencies
- No external dependencies.
Expand Down
4 changes: 3 additions & 1 deletion backend/src/modules/gallery/infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ graph TD
```

## πŸ“„ File Registry
*No relevant files in this directory.*
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| N/A | N/A | No files in this directory. | N/A |

## πŸ”— Dependencies
- No external dependencies.
Expand Down
4 changes: 3 additions & 1 deletion backend/src/modules/inventory/infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ graph TD
```

## πŸ“„ File Registry
*No relevant files in this directory.*
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| N/A | N/A | No files in this directory. | N/A |

## πŸ”— Dependencies
- No external dependencies.
Expand Down
4 changes: 3 additions & 1 deletion backend/src/modules/partnership/infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ graph TD
```

## πŸ“„ File Registry
*No relevant files in this directory.*
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| N/A | N/A | No files in this directory. | N/A |

## πŸ”— Dependencies
- No external dependencies.
Expand Down
4 changes: 3 additions & 1 deletion backend/src/modules/treatments/infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ graph TD
```

## πŸ“„ File Registry
*No relevant files in this directory.*
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| N/A | N/A | No files in this directory. | N/A |

## πŸ”— Dependencies
- No external dependencies.
Expand Down
4 changes: 3 additions & 1 deletion backend/src/modules/user/infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ graph TD
```

## πŸ“„ File Registry
*No relevant files in this directory.*
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| N/A | N/A | No files in this directory. | N/A |

## πŸ”— Dependencies
- No external dependencies.
Expand Down
4 changes: 3 additions & 1 deletion backend/src/modules/veil/infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ graph TD
```

## πŸ“„ File Registry
*No relevant files in this directory.*
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| N/A | N/A | No files in this directory. | N/A |

## πŸ”— Dependencies
- No external dependencies.
Expand Down
6 changes: 2 additions & 4 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Delivering luxury-tier architectural components and high-performance logic for t
```mermaid
graph TD
Root["πŸ“ frontend"]
Root --> environments["πŸ“ environments"]
Root --> public["πŸ“ public"]
Root --> src["πŸ“ src"]
Root --> angular_json["πŸ“„ angular.json"]
Expand All @@ -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`
- No external dependencies.

## πŸ› οΈ Usage
```typescript
Expand Down
38 changes: 38 additions & 0 deletions frontend/environments/README.md
Original file line number Diff line number Diff line change
@@ -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"]
Root --> environment_development_ts["πŸ“„ environment.development.ts"]
Root --> environment_en_ts["πŸ“„ environment.en.ts"]
Root --> environment_ru_ts["πŸ“„ environment.ru.ts"]
Root --> environment_tg_ts["πŸ“„ environment.tg.ts"]
Root --> environment_ts["πŸ“„ environment.ts"]
```

## πŸ“„ File Registry
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| `environment.development.ts` | TypeScript | Provides core logic and orchestration for environment.development.ts. | N/A |
| `environment.en.ts` | TypeScript | Provides core logic and orchestration for environment.en.ts. | N/A |
| `environment.ru.ts` | TypeScript | Provides core logic and orchestration for environment.ru.ts. | N/A |
| `environment.tg.ts` | TypeScript | Provides core logic and orchestration for environment.tg.ts. | N/A |
| `environment.ts` | TypeScript | Provides core logic and orchestration for environment.ts. | N/A |

## πŸ”— Dependencies
- `./environment.development`

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

// Integrate into the application architecture
relevantMember.execute();
```
4 changes: 3 additions & 1 deletion frontend/public/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ graph TD
```

## πŸ“„ File Registry
*No relevant files in this directory.*
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| N/A | N/A | No files in this directory. | N/A |

## πŸ”— Dependencies
- No external dependencies.
Expand Down
3 changes: 0 additions & 3 deletions frontend/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ graph TD
Root --> backend["πŸ“ backend"]
Root --> core["πŸ“ core"]
Root --> entities["πŸ“ entities"]
Root --> environments["πŸ“ environments"]
Root --> features["πŸ“ features"]
Root --> locale["πŸ“ locale"]
Root --> pages["πŸ“ pages"]
Expand Down Expand Up @@ -42,10 +41,8 @@ graph TD
- `@angular/common`
- `@angular/platform-browser`
- `@angular/router`
- `@pages/auth`
- `@shared/services`
- `@shared/ui`
- `@widgets/layouts`

## πŸ› οΈ Usage
```typescript
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ graph TD
```

## πŸ“„ File Registry
*No relevant files in this directory.*
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| N/A | N/A | No files in this directory. | N/A |

## πŸ”— Dependencies
- No external dependencies.
Expand Down
6 changes: 4 additions & 2 deletions frontend/src/entities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@ Delivering luxury-tier architectural components and high-performance logic for t
```mermaid
graph TD
Root["πŸ“ entities"]
Root --> admin-settings["πŸ“ admin-settings"]
Root --> admin_settings["πŸ“ admin-settings"]
Root --> gallery["πŸ“ gallery"]
Root --> treatments["πŸ“ treatments"]
Root --> user["πŸ“ user"]
Root --> veil["πŸ“ veil"]
```

## πŸ“„ File Registry
*No relevant files in this directory.*
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| N/A | N/A | No files in this directory. | N/A |

## πŸ”— Dependencies
- No external dependencies.
Expand Down
10 changes: 7 additions & 3 deletions frontend/src/features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@ Delivering luxury-tier architectural components and high-performance logic for t
```mermaid
graph TD
Root["πŸ“ features"]
Root --> client-form["πŸ“ client-form"]
Root --> auth["πŸ“ auth"]
Root --> client_form["πŸ“ client-form"]
Root --> gallery["πŸ“ gallery"]
Root --> language-selection["πŸ“ language-selection"]
Root --> language_selection["πŸ“ language-selection"]
Root --> treatments["πŸ“ treatments"]
Root --> user["πŸ“ user"]
Root --> veil["πŸ“ veil"]
```

## πŸ“„ File Registry
*No relevant files in this directory.*
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| N/A | N/A | No files in this directory. | N/A |

## πŸ”— Dependencies
- No external dependencies.
Expand Down
34 changes: 34 additions & 0 deletions frontend/src/features/auth/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# πŸ“ auth

[Root](/.) > [frontend](/frontend) > [src](/frontend/src) > [features](/frontend/src/features) > [auth](/frontend/src/features/auth)

**FSD Layer:** Feature

## 🎯 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"]
Root --> model["πŸ“ model"]
Root --> ui["πŸ“ ui"]
Root --> 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 |

## πŸ”— Dependencies
- No external dependencies.

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

// Integrate into the application architecture
relevantMember.execute();
```
32 changes: 32 additions & 0 deletions frontend/src/features/auth/model/README.md
Original file line number Diff line number Diff line change
@@ -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:** Feature

## 🎯 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"]
Root --> auth_model_ts["πŸ“„ auth.model.ts"]
```

## πŸ“„ File Registry
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| `auth.model.ts` | TypeScript | 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 './model';

// Integrate into the application architecture
relevantMember.execute();
```
Loading