Recent gamer updates should include comment activity #346
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#346
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?
Summary
Comments posted on the site are not showing up in the Recent Gamer Updates feed.
Source: https://www.notion.so/3702f7baaae480ef9e0aefd43923c3a6
Reported behavior
The Notion report says: "When commenting anywhere on the website it doesn't show up in the recent gamer updates feed."
The intended comment surfaces called out for this issue are:
Repo context
App\Http\Controllers\RecentGamerUpdateController.App\Support\RecentGamerUpdates.App\Support\RecentGamerUpdatesalready has agame_comment_createdmessage branch, but the comment creation controllers should be verified to ensure the expectedgamer_updatesactivity is actually recorded.GameCommentController,BlogCommentController, andProfileCommentController.Acceptance criteria
hide_public_feed_entriesfiltering still applies.Test coverage
php artisan test --compact.Implemented in
b5f4a34(Add comment activity to recent gamer updates).Notes:
gamer_updatesactivity rows with the comment as the performed-on subject.origin/devhad moved with favorite/wishlist Recent Gamer Updates work, so this commit was rebased and the conflict was resolved by preserving both the remote favorite/wishlist variants and this issue's comment variants.Verification:
vendor/bin/pint ... --format agentphp artisan test --compact tests/Feature/GameProfileTest.php --filter="authenticated users can post game comments and guests cannot"php artisan test --compact tests/Feature/BlogTest.phpphp artisan test --compact tests/Feature/UserProfileTest.phpphp artisan test --compact tests/Feature/RecentGamerUpdatesPageTest.php