Add a Clone Function for Transferring Info From One Game to Another #40
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#40
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?
Editing the current database could be a lot faster with a specialised clone function. I'm thinking of all those earlier entries in the database with no composer and ratings, only one release date and lacklustre Wikipedia descriptions that needs editing. The way it works now is that you need to edit each entry and manually copy paste all needed info, which is a massive hassle for multiplatform games (some games are released on 10+ platforms) where you'd like to update one version and clone that content to the rest but instead have to copy paste the same info over and over and over again.
I'm thinking we could have something like an input field on the edit page where you write in the ID of the game you want to fetch info from and have that info overwrite title, alt-titles, description, source, genre, developer/publisher, dates, ratings, composer and website (so basically the same info as the regular clone function) while still remaining on the edit page so we can change any content before saving the entry. Fixing the current database would be significantly faster with something like this.
Discussed with @bergdoll on Discord. What we're going to plan to do is add two "sections" to the edit game page. The first will be something like:
Copy Information From: $gameid
Copy Information To: $gameids
This will allow database administrators to pull game information from another game and "apply" it to the game their on and then another option to "push" the games information (of the page you're on) to other game IDs.