diff --git a/docs/PHASE_6_IMPLEMENTATION.md b/docs/PHASE_6_IMPLEMENTATION.md index 0a7dc9c..f98dc84 100644 --- a/docs/PHASE_6_IMPLEMENTATION.md +++ b/docs/PHASE_6_IMPLEMENTATION.md @@ -11,7 +11,7 @@ This document defines the detailed technical specifications and deployment steps ## 1. Technical Stack & Additions * **Chart Library**: Integrate **`recharts`** (or `chart.js` + `react-chartjs-2`) as the charting library. It is fully compatible with React, Next.js, and TypeScript. All chart components will be scoped as client-side components (`"use client"`) to support SVG/Canvas interactive animations. -* **Styling**: Strictly adhere to [STYLE_GUIDE.md](file:///home/gabogg/Proyects/semillero-special-hotel/docs/STYLE_GUIDE.md). Apply Vanilla CSS Modules (`*.module.css`), utilizing CSS HSL variables from `globals.css` (e.g., `--primary`, `--card`, `--border`, `--background`) to support seamless light/dark theme switches. +* **Styling**: Strictly adhere to [STYLE_GUIDE.md](STYLE_GUIDE.md). Apply Vanilla CSS Modules (`*.module.css`), utilizing CSS HSL variables from `globals.css` (e.g., `--primary`, `--card`, `--border`, `--background`) to support seamless light/dark theme switches. * **Database & RLS**: All history and analytics database operations must execute using the `getPrisma(session)` transaction helper to automatically apply PostgreSQL Row-Level Security (RLS). * **Internationalization**: All text labels, chart tooltips, tables, and audit logs must render dynamically in English or Spanish according to the user's active `useLocale()` context.