chore: update infrastructure configs, audit docs, and env template
- Update Docker Compose configs for Redis, Typesense, and MinIO services - Update GitHub Actions deploy workflow with improved caching and steps - Extend .env.example with Stringee, Zalo OA, and FCM config keys - Update audit documentation with latest findings and recommendations - Update CHANGELOG and README with recent feature additions Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
**Date:** April 11, 2026
|
||||
**Scope:** Full stack exploration for implementing `/agents/[id]` public profile page
|
||||
**Codebase:** GoodGo Platform (Next.js 14 + NestJS 10 + PostgreSQL + Prisma)
|
||||
**Codebase:** GoodGo Platform (Next.js 15 + NestJS 10 + PostgreSQL + Prisma)
|
||||
|
||||
---
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
### File Structure
|
||||
```
|
||||
apps/web/
|
||||
├── app/ # Next.js 14 App Router (Server Components)
|
||||
├── app/ # Next.js 15 App Router (Server Components)
|
||||
│ ├── [locale]/ # Internationalization (i18n) at root level
|
||||
│ │ ├── (admin)/ # Admin routes (protected)
|
||||
│ │ ├── (auth)/ # Auth routes (sign-in, etc.)
|
||||
|
||||
Reference in New Issue
Block a user