feat(notifications): 알림 유형 개선 - 카테고리 그룹화 + 구매팀 세분화
- equipment/maintenance 삭제, partner_work/day_labor 신규 추가 - 알림 수신자 관리 UI: 카테고리별 그룹 렌더링 (생산/안전/구매/시스템) - tkpurchase 컨트롤러 알림 타입 변경 - notification-bell 라벨 및 notifications.html 아이콘 업데이트 - 전 서비스 cache busting 갱신 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -51,7 +51,7 @@ async function create(req, res) {
|
||||
|
||||
// 알림: 일용공 신청
|
||||
notify.send({
|
||||
type: 'maintenance',
|
||||
type: 'day_labor',
|
||||
title: '일용공 신청',
|
||||
message: `${work_date} ${worker_count}명 일용공 신청`,
|
||||
link_url: '/daylabor.html',
|
||||
|
||||
@@ -94,7 +94,7 @@ async function create(req, res) {
|
||||
|
||||
// 알림: 작업 보고서 제출
|
||||
notify.send({
|
||||
type: 'maintenance',
|
||||
type: 'partner_work',
|
||||
title: '작업 보고서 제출',
|
||||
message: `${report_date} 작업 보고서가 제출되었습니다.`,
|
||||
link_url: '/workreport.html',
|
||||
|
||||
Reference in New Issue
Block a user