empiricaly / meteor-empirica-core

Core Meteor package for the experiment Empirica platform. This is where you should submit issues.
MIT License
27 stars 13 forks source link

Admin panel button to reset treatments and factors (without resetting games) #224

Open Karakaii opened 3 years ago

Karakaii commented 3 years ago

Currently there are two buttons in the admin panel that one can use to affect the database your app is connected to:

I have come across situations where it would be useful to have button to reset the treatments and factors without affecting the games. Otherwise I must save the data somewhere before using Reset Entire App or I need to manually go into the database to delete treatments, factors, and factor_types.

Thank you!

npaton commented 3 years ago

Unfortunately, games are associated to treatment, factors and game lobby configurations, we cannot delete treatments/factors and keep the corresponding games. Well, we could but we wouldn't know the treatments/factors of the games.