Skip to content

feat: add notification outbox and unified todo center - #32

Merged
mahoshojoHCG merged 11 commits into
mainfrom
codex/issue-7
Aug 31, 2026
Merged

feat: add notification outbox and unified todo center#32
mahoshojoHCG merged 11 commits into
mainfrom
codex/issue-7

Conversation

@mahoshojoHCG

@mahoshojoHCG mahoshojoHCG commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add a durable multi-instance notification outbox for release matches, pending confirmations, download completion/failure, incidents, metadata review, low disk space, and test delivery
  • deliver both generic Webhooks and browser Web Push with target-scoped deduplication, quiet hours, bounded retry, encrypted capability secrets, SSRF/rebinding-safe connections, subscription expiry cleanup, and delivery history
  • add runtime channel configuration, VAPID generation, per-event subscriptions, test delivery, and secret-safe API responses
  • add a risk-ordered todo center with deep links, persistent read/snooze state, safe bulk actions, incident occurrences, responsive keyboard-accessible UI, and Chinese/English/Japanese copy
  • integrate the latest main accessibility, structured API errors, authenticated poster proxy, and mock development behavior

Validation

  • Release solution build: 0 warnings / 0 errors
  • existing .NET suites: 429 passed (348 unit, 74 integration, 7 FUSE)
  • frontend TypeScript, formatting, 26 existing unit checks, production build, bundle budget, and 6 existing Playwright journeys passed
  • EF reports no pending model changes
  • PostgreSQL fresh install and legacy outbox upgrade paths were exercised during production review
  • final diff contains no PR-only regression checks and does not modify test or workflow files

Closes #7

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 29, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-31T06:25:18.878550Z 16b0bf5 Manual request
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 159a9fae08

ℹ️ 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".

Comment thread SecondDimensionWatcherReDive/Utils/Incidents/IncidentReporter.cs Outdated
Comment thread SecondDimensionWatcherReDive/Repositories/TodoRepository.cs Outdated
Comment thread SecondDimensionWatcherReDive/Repositories/TodoRepository.cs Outdated
Comment thread SecondDimensionWatcherReDive.Client/src/pages/TodoPage.tsx Outdated
# Conflicts:
#	README.md
#	SecondDimensionWatcherReDive.Client/package.json
#	SecondDimensionWatcherReDive.Client/src/Main.tsx
#	SecondDimensionWatcherReDive.Client/src/components/AppHeader.tsx
#	SecondDimensionWatcherReDive.IntegrationTest/PostgreSql/FileMappingRepositoryPostgreSqlTests.cs
#	SecondDimensionWatcherReDive/Configuration/RuntimeSettingsModels.cs
#	SecondDimensionWatcherReDive/Controllers/External/AppJsonSerializerContext.cs
#	SecondDimensionWatcherReDive/Models/ApplicationContext.cs
#	SecondDimensionWatcherReDive/Program.cs
# Conflicts:
#	SecondDimensionWatcherReDive/Migrations/ApplicationContextModelSnapshot.cs
# Conflicts:
#	SecondDimensionWatcherReDive.Client/src/pages/MetadataReviewPage.tsx
#	SecondDimensionWatcherReDive/Program.cs
@mahoshojoHCG

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7f59f0f167

ℹ️ 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".

Comment thread SecondDimensionWatcherReDive/Utils/Notifications/NotificationPublisher.cs Outdated
@mahoshojoHCG

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f2ec3bef7a

ℹ️ 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".

Comment thread SecondDimensionWatcherReDive.Client/src/notifications/webPush.ts Outdated
@mahoshojoHCG

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 108663facb

ℹ️ 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".

@mahoshojoHCG

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. You're on a roll.

Reviewed commit: 16b0bf5abc

ℹ️ 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".

@mahoshojoHCG
mahoshojoHCG merged commit f598780 into main Aug 31, 2026
8 checks passed
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.

[P0] 实现通知渠道与统一待办中心

1 participant