refactor: phase 5 tail — migrate 12 domain notifications to AppEvents#1119
refactor: phase 5 tail — migrate 12 domain notifications to AppEvents#1119
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 05c80cdaaa
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -10,39 +10,23 @@ | |||
| import Foundation | |||
|
|
|||
| extension Notification.Name { | |||
There was a problem hiding this comment.
Update remaining query history notification consumers
This migration removes the Notification.Name.queryHistoryDidUpdate declaration, but the test target still observes .queryHistoryDidUpdate in TableProTests/Core/Storage/QueryHistoryManagerTests.swift when verifying delete/clear notifications. As a result, compiling or running the test target will fail until those tests are migrated to AppEvents.shared.queryHistoryDidUpdate or a compatibility notification is kept.
Useful? React with 👍 / 👎.
Summary
Phase 5 tail. 12 remaining domain notifications migrated to typed AppEvents publishers. Punch list now empty for domain events. Tier 3 command-style notifications stay on NotificationCenter until the command-bus pass.
Migrated
Connection events:
Data update events:
Misc:
Commits
Notes
Test plan