Dri0m / flashpoint-submission-system

Submission management system created specifically to deprecate BlueMaxima
MIT License
9 stars 4 forks source link

[Suggestion] Warn about duplicate curation UUIDs #74

Open n0samu opened 2 years ago

n0samu commented 2 years ago

FPFSS already checks if a curation has the same launch command as a previously submitted curation. It should also check if the curation has the same UUID (indicated by the main folder of the curation) as a previously submitted curation. That will stop curators from copying and pasting the curation folder when curating multiple games, which prevents Blue from retaining curation UUIDs when importing. See FlashpointProject/launcher/issues/312 for more context. Note that this entails keeping track of the folder names inside of previously submitted curation archives, not just checking the UUIDs in the Flashpoint database.