start
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previa | |||
| start [2026/07/31 04:26] – adminmsicca | start [2026/07/31 04:26] (actual) – adminmsicca | ||
|---|---|---|---|
| Línea 5: | Línea 5: | ||
| Based on the provided UML sequence diagram and codebase, here is a structured introduction to the project: | Based on the provided UML sequence diagram and codebase, here is a structured introduction to the project: | ||
| - | ### 1. HTTP Request Pipeline & Middleware Stack | + | ## 1. HTTP Request Pipeline & Middleware Stack |
| The application uses a layered middleware pipeline to process requests securely before they reach the business logic: | The application uses a layered middleware pipeline to process requests securely before they reach the business logic: | ||
| * | * | ||
| Línea 13: | Línea 13: | ||
| * | * | ||
| - | ### 2. Advanced Authentication & Security Flow | + | ## 2. Advanced Authentication & Security Flow |
| The platform implements a sophisticated, | The platform implements a sophisticated, | ||
| * | * | ||
| Línea 20: | Línea 20: | ||
| * | * | ||
| - | ### 3. Modern Frontend Integration (Hotwire Turbo) | + | ## 3. Modern Frontend Integration (Hotwire Turbo) |
| Instead of building a heavy SPA, the project uses **Hotwire Turbo** for a fast, modern UX: | Instead of building a heavy SPA, the project uses **Hotwire Turbo** for a fast, modern UX: | ||
| * The `TurboStreamDetector` intercepts responses from the `App Controller`. | * The `TurboStreamDetector` intercepts responses from the `App Controller`. | ||
| Línea 26: | Línea 26: | ||
| * This allows seamless, SPA-like navigation without writing custom JavaScript, while keeping the server as the source of truth. | * This allows seamless, SPA-like navigation without writing custom JavaScript, while keeping the server as the source of truth. | ||
| - | ### 4. Modular & Multi-Tenant Architecture | + | ## 4. Modular & Multi-Tenant Architecture |
| The project is structured as a monorepo containing distinct " | The project is structured as a monorepo containing distinct " | ||
| * | * | ||
start.txt · Última modificación: por adminmsicca
