docs: refresh all documentation to the current state
CI Pipeline with Test Management / 🧪 Run Tests & Generate Reports (push) Waiting to run
CI Pipeline with Test Management / 🐳 Docker Integration Tests (push) Blocked by required conditions
CI Pipeline with Test Management / 🏗️ Build Docker Image (push) Blocked by required conditions
CI Pipeline with Test Management / 📊 Generate Test Summary (push) Blocked by required conditions
Test Reporting & Gherkin Analysis / 🧪 Run Tests & Generate Reports (push) Waiting to run
Test Reporting & Gherkin Analysis / 📊 Analyze Test Coverage (push) Blocked by required conditions
Test Reporting & Gherkin Analysis / 🔄 Sync with Linear (push) Blocked by required conditions
Test Reporting & Gherkin Analysis / ⚡ Performance Monitoring (push) Blocked by required conditions
CI Pipeline with Test Management / 🧪 Run Tests & Generate Reports (push) Waiting to run
CI Pipeline with Test Management / 🐳 Docker Integration Tests (push) Blocked by required conditions
CI Pipeline with Test Management / 🏗️ Build Docker Image (push) Blocked by required conditions
CI Pipeline with Test Management / 📊 Generate Test Summary (push) Blocked by required conditions
Test Reporting & Gherkin Analysis / 🧪 Run Tests & Generate Reports (push) Waiting to run
Test Reporting & Gherkin Analysis / 📊 Analyze Test Coverage (push) Blocked by required conditions
Test Reporting & Gherkin Analysis / 🔄 Sync with Linear (push) Blocked by required conditions
Test Reporting & Gherkin Analysis / ⚡ Performance Monitoring (push) Blocked by required conditions
- agent docs: Linear (ZEE-*) → Plane (MITHOME-*) everywhere (task tracking, commit examples, workflows, env vars) - testing steering: replace the obsolete Gherkin/Linear reporting with the pre-deploy suite and the CMS test scripts - README: rewrite to Next.js 15, local deploy, Plane, CMS, security monitoring - DOCKER/proto docs: correct dev-stack ports (app 8080, mongo 27018) and Next.js 15 - content-editor-recovery: mark the old 'next steps' as done - mark clearly-obsolete Linear/GitHub-era guides as deprecated (banner) — LINEAR-SYNC, GITHUB-CICD/INTEGRATION, TEST-MANAGEMENT/REPORTING, traceability, sync-status analysis, requirements docs
This commit is contained in:
+4
-4
@@ -1,6 +1,6 @@
|
||||
# Project Knowledge
|
||||
|
||||
mozdIT Bt. website - Next.js 14 app for a Hungarian IT services company (web hosting, email, DNS).
|
||||
mozdIT Bt. website - Next.js 15 app for a Hungarian IT services company (web hosting, email, DNS).
|
||||
|
||||
## Quickstart
|
||||
|
||||
@@ -21,7 +21,7 @@ cd proto && npm run test:all # All tests (unit + browser + docker)
|
||||
|
||||
## Architecture
|
||||
|
||||
- **proto/** - Main Next.js 14 application
|
||||
- **proto/** - Main Next.js 15 application
|
||||
- `src/app/` - App Router pages and API routes
|
||||
- `src/components/` - React components (Header, Footer, ThemeProvider)
|
||||
- `src/content/` - **JSON content management system**
|
||||
@@ -55,7 +55,7 @@ Path alias: `@/*` → `./src/*`
|
||||
## Conventions
|
||||
|
||||
- **Language**: Hungarian content, English code/comments
|
||||
- **Stack**: Next.js 14 App Router, TypeScript, Tailwind CSS 4
|
||||
- **Stack**: Next.js 15 App Router, TypeScript, Tailwind CSS 4
|
||||
- **Design System**: CSS variables, dark mode, animations in `globals.css`
|
||||
- **Content**: JSON files in `src/content/` for all page texts
|
||||
- **Database**: MongoDB with Mongoose
|
||||
@@ -67,7 +67,7 @@ Path alias: `@/*` → `./src/*`
|
||||
|
||||
- **All commands run from `proto/`** - The main app lives in the proto subdirectory
|
||||
- **Docker required for integration tests** - Start with `docker-compose -f docker-compose.dev.yml up -d`
|
||||
- **Dual tracking**: Linear (ZEE-* tickets) + TODO.md for task management
|
||||
- **Dual tracking**: Plane (MITHOME-* tickets) + TODO.md for task management
|
||||
- **Environment variables**: Need `MONGODB_URI`, `MONGODB_DB` for database connection
|
||||
- **Path mapping**: Use `@/` imports (e.g., `@/lib/mongodb`, `@/content`)
|
||||
- **Content changes**: Edit JSON files in `src/content/pages/` - rebuild container to see changes
|
||||
|
||||
Reference in New Issue
Block a user