메일 알림 시스템 추가

This commit is contained in:
Yun Chan 2026-06-29 17:07:01 +09:00
parent ddf12a851c
commit 3bf38c50df
22 changed files with 1769 additions and 31 deletions

View file

@ -174,6 +174,7 @@ const DEFAULT_NOTIFICATION_PREFERENCES: NotificationPreferences = {
session_done: true,
safety_signal: true,
learner_progress: true,
account_approval: true,
product_news: false,
};
@ -347,6 +348,12 @@ export default function Settings() {
hint: "교수자와 관리자에게만 표시됩니다.",
roles: ["teacher", "admin"],
},
{
id: "account_approval",
label: "가입 승인",
hint: "신규 가입 승인 요청이 있으면 알려줍니다.",
roles: ["admin"],
},
{
id: "product_news",
label: "제품 소식",