gik0geck0 / DominionStats

Web-app to track stats from playing Dominion
MIT License
0 stars 8 forks source link

Advanced handling of duplicate game logs/errors #56

Open snewman4 opened 2 years ago

snewman4 commented 2 years ago

Currently, if there are any game logs that already exist in the DB in a file that is uploaded, none of the logs will be uploaded. This is tedious to the user, as they would have to either generate a new log file with no duplicates or delete the duplicates. This ties into an issue where, if a log causes an error, all other logs in that file will still be uploaded. To upload the log that errored, the user would have to make it its own file.