-
Notifications
You must be signed in to change notification settings - Fork 15
Description
This requires changes in both the JSON API with some cascading DELETEs and also updates in the RiotControl.js script to add links to summoners and games so users can decide to remove them. However, this should be done quite carefully. In the case of games, I want a simple Ok/cancel dialogue. In the case of removing summoners, I want an actual dialogue where you have to repeat a string like "REPEAT" in a text input box to confirm the deletion of a summoner, as this can have severe consequences. (just imagine you accidentally deleting 500-1000 games you had played by misclicking once)
The purpose of offering such an option is removing invalid data that was produced by a faulty version of the software. Possibly other reasons, too, but that's my primary motivation.