iftechfoundation / ifdb-suggestion-tracker

Bugs and feature requests for a future IFDB update
10 stars 0 forks source link

IF Archive uploader doesn't include the TUID #449

Closed dfabulich closed 4 months ago

dfabulich commented 4 months ago

When you Edit a Game Listing and click the link to "Upload it to the IF Archive," we fill out a lot of information on the form, and, when you go to upload the file to the archive, we also include a freshly generated ifdbid parameter, which matches the pending link.

… but we don't include the TUID of the game listing anywhere! This seems like an oversight.

erkyrath commented 4 months ago

So: you pass tuid over to the upload form; the Archive side stores that field in the uploads table; displays it on all relevant upload data pages, and then passes it back in the notify call. Easy enough.