Add Console Breakdown on User Profiles #19
Labels
No labels
component: admin dashboard
component: api
component: backend
component: badges
component: blogs
component: content management
component: external notifications
component: faqs
component: friends
component: game reviews
component: game search engine
component: games
component: genres
component: internal notifications
component: lists
component: payments
component: platforms
component: profiles
component: security
component: site notifications
component: web design
dependencies
php
priority: high
priority: low
priority: medium
status: awaiting feedback
status: done
status: in progress
status: in queue
status: in 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#19
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?
Show how many of each games from each console a user has in their list.
http://myvideogamelist.com/forum/topic/profile-suggestion
After working on this, I would not recommend we move forward with this one at this time. It's going to be extremely expensive on resources given the way the database is currently set up. Currently, we have no relationship of platforms in the
lists
table so we would need to fetch this information from another table. It would likely be best to start storing the platform ID in thelists
table so it could be more quickly referenced.We could likely write a script to add this platform data into the table once the field has been added.
Moving this back as it's going to require more thought and time than I currently have at the moment.