Expand activity log coverage for public updates and operational audits #879
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
javascript
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#879
Loading…
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?
MyVideoGameList currently writes selected public gamer updates and a small set of admin records to
activity_log, but many consequential state changes are not captured. The table should remain the common store while making the public feed and staff-only operational audit streams explicit, safe, and testable.Scope
gamer_updatesexclusively for public, visibility-safe community activity; preserve the existing registration, game-list status, favorite/wishlist, public-blog, and public-comment events.admin,account,billing, andmoderation; ensure the public feed continues querying onlygamer_updates.(log_name, created_at)index if query analysis confirms it is needed for the public-feed and staff-audit queries.Acceptance Criteria
gamer_updates; account, billing, moderation, security, and private-content records never appear in the public feed.Test Coverage Required
gamer_updatesrecords and excludes every staff-only stream.vendor/bin/pint --dirty --format agent, andcomposer stanbefore closeout.Progress Checklist
activity_logmigration and Spatie activity-log configuration existgamer_updatesfeed and visibility filtering exist