Add typed in-app social notification inbox - #198
Closed
coder13 wants to merge 3 commits into
Closed
Conversation
Persist recipient-scoped social notifications from friendship lifecycle transitions, mirror their safe references to PostgreSQL, and reconcile delivery through Socket.IO and the client inbox UI.
Ensure the request recipient exists before exercising the two-user notification lifecycle.
Keep the Cypress flow focused on typed actor identity and lifecycle behavior across valid display-name preferences.
coder13
added a commit
that referenced
this pull request
Jul 14, 2026
# Conflicts: # client/src/components/Header.jsx # server/api.test.js # server/auth/index.js
Owner
Author
|
Already integrated into master through commit 7ee0155 and the published master integration. Closing the stale stacked PR record without re-merging its ancestor branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
notification_created/notification_updatedevents to the recipient Socket.IO room/notificationsinbox, typed friend actions, and the reserved room-invitation renderer seamStacked dependency
This draft PR targets
agent/issue-75-friendship-lifecycle/ #193 and should merge after that friendship foundation.Validation
yarn workspace letscube-server lintyarn workspace letscube-server test --runInBand(22 suites, 127 tests)yarn workspace letscube-client lintyarn workspace letscube-client test --watchAll=false --passWithNoTests(16 suites, 88 tests)yarn workspace letscube-server postgres:schema:validateyarn workspace letscube-client buildgit diff --checkCypress was added to the CI full-stack suite but not run locally because no isolated local Docker stack was started.