Hide friend action controls from guests #32
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
MyVideoGameList/myvideogamelist.com#32
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?
Friend action visibility needs to be rebuilt so guests can view public profile/friend surfaces without seeing Add Friend or Remove Friend controls.
The original issue referenced friend actions appearing on a user’s Friend tab while logged out. In the current Laravel checkout, the broader friends feature is still incomplete, but profile stats already reserve Friends and Friends Of rows and notification settings already include
friend_added_you. This issue tracks the guest/authenticated visibility and authorization rules that must be enforced when friend actions and friend list pages are rebuilt.Scope
Acceptance Criteria
Test Coverage Required
vendor/bin/pint --dirtybefore closing the issue.Progress Checklist
friend_added_youHide Remove & Add Friend Links When Not Logged Into Hide friend action controls from guestsConfirmed the work was already completed in #55.