Add Console Breakdown on User Profiles #19

Open
opened 2024-01-14 14:24:32 -06:00 by jimmyb · 2 comments
Owner

Show how many of each games from each console a user has in their list.

http://myvideogamelist.com/forum/topic/profile-suggestion

Show how many of each games from each console a user has in their list. http://myvideogamelist.com/forum/topic/profile-suggestion
jimmyb added the
status: needs investigation
component: profiles
type: feature
labels 2024-01-14 14:24:32 -06:00
Author
Owner

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 the lists 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.

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 the `lists` 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.
Author
Owner

Moving this back as it's going to require more thought and time than I currently have at the moment.

Moving this back as it's going to require more thought and time than I currently have at the moment.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: MyVideoGameList/myvideogamelist.com#19
No description provided.