Skip to content

refactor: 알림 시스템 및 태스크 리마인더 전체 제거#185

Merged
BangDori merged 3 commits intodevelopfrom
refactor/remove-notification-system
Mar 12, 2026
Merged

refactor: 알림 시스템 및 태스크 리마인더 전체 제거#185
BangDori merged 3 commits intodevelopfrom
refactor/remove-notification-system

Conversation

@BangDori
Copy link
Copy Markdown
Owner

Summary

  • macOS 네이티브 알림 발송 서비스(notification.ts, notification-format.ts) 삭제
  • 태스크 마감 리마인더 폴링 스케줄러(task-reminder.ts) 삭제
  • AppSettings.notificationsEnabled 설정 필드 및 Settings UI 토글 제거
  • Task.reminders, TaskReminder, REMINDER_PRESETS, DEFAULT_REMINDERS 타입/상수 삭제
  • ReminderPicker 컴포넌트 삭제 및 TaskItem의 리마인더 관련 코드 제거
  • chat.ts, ipc-tasks.ts, chat-tools-tasks.ts의 알림 연동 코드 제거

주요 작업

  • implementer: 알림 서비스 파일 삭제, 타입 정의 제거, 연동 코드 클린업, UI 컴포넌트 제거

검증

  • bun run test 통과 (151개 테스트)
  • bun run build 성공

BangDori and others added 3 commits March 12, 2026 13:08
macOS 네이티브 알림 발송 서비스(notification.ts, notification-format.ts),
태스크 마감 리마인더 폴링 스케줄러(task-reminder.ts)를 삭제하고
AppSettings.notificationsEnabled, Task.reminders, TaskReminder 타입 등
알림에 의존하는 모든 도메인 모델 및 연동 코드를 제거

Co-Authored-By: Claude <noreply@anthropic.com>
Settings 화면의 Enable Notifications 토글 섹션 제거,
태스크 편집 UI의 ReminderPicker 컴포넌트 삭제,
TaskItem에서 리마인더 아이콘 및 상태 로직 제거

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 12, 2026

🦋 Changeset detected

Latest commit: ef237c2

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@BangDori BangDori merged commit 0757ac3 into develop Mar 12, 2026
4 checks passed
@BangDori BangDori deleted the refactor/remove-notification-system branch March 12, 2026 04:22
@prowl-bot prowl-bot bot mentioned this pull request Mar 14, 2026
BangDori added a commit that referenced this pull request Mar 14, 2026
* refactor: 알림 시스템 및 태스크 리마인더 전체 제거 (#185)

* refactor: 알림 시스템 및 태스크 리마인더 스케줄러 제거

macOS 네이티브 알림 발송 서비스(notification.ts, notification-format.ts),
태스크 마감 리마인더 폴링 스케줄러(task-reminder.ts)를 삭제하고
AppSettings.notificationsEnabled, Task.reminders, TaskReminder 타입 등
알림에 의존하는 모든 도메인 모델 및 연동 코드를 제거

Co-Authored-By: Claude <noreply@anthropic.com>

* refactor: 알림 관련 UI 컴포넌트 제거

Settings 화면의 Enable Notifications 토글 섹션 제거,
태스크 편집 UI의 ReminderPicker 컴포넌트 삭제,
TaskItem에서 리마인더 아이콘 및 상태 로직 제거

Co-Authored-By: Claude <noreply@anthropic.com>

* chore: changeset 추가

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>

* chore: playwright-cli 스킬 추가 및 심링크 연결 (#187)

* chore: playwright-cli 스킬 추가 및 심링크 연결

.agents/skills/playwright-cli 스킬을 추가하고
.claude/skills, .codex/skills에 심링크로 연결하여
Claude Code와 Codex 모두에서 사용 가능하도록 구성

Co-Authored-By: Claude <noreply@anthropic.com>

* chore: playwright-cli 심링크 경로 수정

../../../ → ../../ 로 상대 경로 수정

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>

* chore: vercel agent-browser 스킬 추가 및 심링크 연결 (#188)

Co-authored-by: Claude <noreply@anthropic.com>

* chore: version packages (#186)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: BangDori <44726494+BangDori@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: prowl-bot[bot] <265054728+prowl-bot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant