문서 수정: Redis 통신 및 인증 관리에 대한 권장 사항 추가

This commit is contained in:
2025-12-27 04:04:56 +00:00
parent b7faa8436e
commit af35491b2d
2 changed files with 63 additions and 0 deletions
+8
View File
@@ -23,6 +23,14 @@ Vue 3 frontends.
- Data: PostgreSQL, Redis sessions
- Testing: Vitest
## Frontend Direction
- Gateway and game apps are separate SPAs (`/app/gateway-frontend`, `/app/game-frontend`).
- UI visuals should stay close to the legacy look, but layout changes are allowed
as long as required information is preserved.
- Prefer client-driven rendering: fetch most data via API and let the client own
data shaping and presentation unless the data must be hidden.
## Constraint Evaluation Contract
The shared constraint contract (daemon vs API precheck split) is documented in