Allow Users to See Other Users Games Notes #25
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#25
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?
Originally reported by hidangetsu: users can currently see their own game list notes and dates, but cannot see another user's notes for a game on that user's list. Community comments on this issue call out that reading another player's per-game notes was an important social feature because it helped users understand what friends thought about a specific game and start conversations around it.
The current Laravel checkout already stores per-entry notes on
game_lists.notes, andGameListControllerreads/writes notes when list entries are created or updated. Profile/header navigation still links to/list/{username}, but the public list display needs to be rebuilt or updated so another user's notes can be viewed from their list without exposing edit-only controls. One suggested interaction from the issue comments is expandable table rows, similar to the old DataTables detail-row behavior, so notes are available on demand without making the list table too busy.Scope
game_lists.notesvalue on the owner's public list.Acceptance Criteria
/list/{username}or the existing profile/header list links.Test Coverage Required
vendor/bin/pint --dirty --format agentbefore closing the issue.Progress Checklist
game_lists.notesexists in the schemaGameListallowsnotesas a fillable fieldGameListControllerpersists notes on create/update/list/{username}/list/{username}and the signed-in owner's/listviewOriginally posted by @morganwestfield
I was waiting to see if someone would bring this up. I'm definitely interested to see if there's any further interest from the community in this.
Originally posted by hidangetsu
In my opinion this was one of the fundamental aspects of this site, to see what someone think about game which I am interesting in and exchange this opinions with another users. Without that I cannot see what someone think about specific game.
Originally posted by Aramandur
Exactly, I joined this site because of features like this and for me this one is particularly important.
DataTables has something where you can create expanding table rows so I would like to utilize that and have the notes show up when a row is expanded.