FMCorz / moodle-block_xp

A gamification plugin for Moodle allowing students to gain experience points and level up.
https://levelup.plus/?ref=github
150 stars 41 forks source link

Investigate purging of all data upon uninstall #85

Closed FMCorz closed 6 years ago

FMCorz commented 6 years ago

There may be data left behind when the plugin is uninstalled, mainly because removing a block instance does not cause the data to be deleted. That is to ensure that not all points of students are lost when a block is inadvertently deleted. However, this should not cause the data to remain when the plugin is removed from the system.

To be investigated, and fixed if need be.

FMCorz commented 6 years ago

Uninstall drops all the database tables. Note that Level up! can only be uninstalled when all the plugins depending on it have been uninstalled first.