From 0487c61f3114e233f5e087201050eeab2b7f1dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Wed, 18 Mar 2026 12:18:27 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20[plans]=20=EC=9D=B4=EC=9A=A9=ED=98=84?= =?UTF-8?q?=ED=99=A9=20Q1/Q4=20=ED=99=95=EC=A0=95=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Q1: tenant.ai_token_limit 컬럼 추가 (기본값 100만, 테넌트별 기록) - Q4: tenant.storage_limit 기본값 10GB → 100GB 변경 확정 --- plans/usage-subscription-unification.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/plans/usage-subscription-unification.md b/plans/usage-subscription-unification.md index 7b90cb0..38cfd18 100644 --- a/plans/usage-subscription-unification.md +++ b/plans/usage-subscription-unification.md @@ -315,14 +315,19 @@ Phase 3: 메뉴 정리 | D4 | 저장공간 기본 한도 | **100GB** (초과 시 100GB당 5만원/월) | | D5 | 비용 노출 | 토큰 비용(KRW) 고객에게 표시 (customer-pricing에 명시) | -### 7.1 추가 확인 필요 사항 +### 7.1 확정 사항 (2026-03-18 추가) + +| # | 항목 | 결정 | +|---|------|------| +| Q1 | AI 토큰 한도 관리 | `tenant.ai_token_limit` 컬럼 추가 (기본값 100만). 플랜별 차등 아닌 테넌트별 개별 기록 | +| Q4 | 저장공간 기본값 | `tenant.storage_limit` 기본값 10GB → **100GB**로 변경 (마이그레이션) | + +### 7.2 추가 확인 필요 사항 | # | 질문 | 영향 | |---|------|------| -| Q1 | 100만 토큰 한도를 `tenant.ai_token_limit` 필드로 관리할 것인가? (플랜별 차등 가능성) | 테넌트 테이블 컬럼 추가 여부 | | Q2 | 이용현황 페이지 접근 권한은? (관리자만 vs 모든 사용자) | 권한 설정 | | Q3 | 저장공간의 실제 사용량이 정확히 갱신되고 있는가? | 파일 업로드/삭제 시 `incrementStorage`/`decrementStorage` 호출 여부 | -| Q4 | `tenant.storage_limit` 기본값이 현재 10GB인데 100GB로 변경 필요 | 마이그레이션 또는 데이터 수정 | ---