Show success feedback after adding a friend #20
Labels
No labels
automated
code-quality
component: admin dashboard
component: backend
component: billing
component: content management
component: faqs
component: game genres
component: game lists
component: game reviews
component: game search
component: games
component: internal notifications
component: platforms
component: security
component: tests
component: user api
component: user badges
component: user blogs
component: user consoles
component: user favorites
component: user friends
component: user notifications
component: user profiles
component: user site notifications
component: user wishlists
component: web design
dependencies
php
priority
high
priority
low
priority
medium
security-hotspot
source: codex
source: sonarqube
status
awaiting feedback
status
backlog
status
done
status
in progress
status
in queue
status
in review
status
needs codex review
status
needs investigation
status
wontfix
type: bug
type: documentation
type: feature
type: improvement
type: regression
type: task
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
MyVideoGameList/myvideogamelist.com#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adding a friend should show a clear visual confirmation so users know the friend action succeeded.
The original issue described the legacy flow redirecting users to their own profile without any success notification. In the current Laravel checkout, the broader friends feature is still incomplete, but profile stats reserve Friends and Friends Of rows, notification settings include
friend_added_you, and related friend visibility/ownership issues track rebuilding the friend actions themselves. This issue focuses on the user-facing success feedback that should be wired into the add-friend flow when friend actions are implemented.Scope
Acceptance Criteria
Test Coverage Required
vendor/bin/pint --dirtybefore closing the issue.Progress Checklist
friend_added_youShow a Visual Notification When You Add a New Friendto Show success feedback after adding a friendImplemented in commit
c7ce0e9.Notes:
friend_statusvisibly on public profile and friends-list pages withrole="status"andaria-live="polite".Verification:
php artisan test --compact tests/Feature/UserFriendTest.php-> 17 passed, 175 assertionsvendor/bin/pint --dirty --format agent-> passed