Build out admin Add to Event Log page #75
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#75
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?
The
/admin/event-logs/createpage should become a staff workflow for manually adding an event log entry to the admin dashboard. Staff need a validated form for recording operational notes or manual events that should appear alongside system-generated activity entries.The current Laravel checkout has an admin Add to Event Log route, sidebar entry, and placeholder view. The admin dashboard already displays recent event logs from Spatie's
activity_logtable viaSpatie\Activitylog\Models\Activity, so this issue should either write manual entries into that same activity log with a clearlog_name/event convention or explicitly define a separate manual event-log model if that is preferred.Scope
/admin/event-logs/createplaceholder with a real manual event log form.activity_logor a dedicated event-log table.Acceptance Criteria
/admin/event-logs/createand see a real form instead of the placeholder.Test Coverage Required
/admin/event-logs/create.vendor/bin/pint --dirty --format agentbefore closing the issue.Progress Checklist
activity_logactivity_logor a separate model/table