parse-dashboard
parse-dashboard copied to clipboard
Add remote config history
New Feature / Enhancement Checklist
- [x] I am not disclosing a vulnerability.
- [x] I am not just asking a question.
- [x] I have searched through existing issues.
Current Limitation
When changing any value in Remote Config, the previous value is lost without any possibility to undo the change. That means that any user mistake can lead to information irreversibly lost.
Feature / Enhancement Description
Add a history of the remove config changes. The feature in its most basic form should allow to see a history of previous values. In a more advanced form it could allow to roll back to previous values.
The remote config history could be stored locally on the browser side as a basic functionality, maybe that would be enough and wouldn't require any changes in Parse Server.
Example Use Case
n/a
Alternatives / Workarounds
Implement a custom solution in Cloud Code trigger (this requires feature https://github.com/parse-community/parse-server/issues/8267 to be implemented)
3rd Party References
Thanks for opening this issue!
- 🎉 We are excited about your ideas for improvement!
u mean this one right? https://github.com/parse-community/parse-dashboard/blob/alpha/src/dashboard/Data/Config/Config.react.js. The "Dynamically configure your app" section of parse dashboard right? @mtrezza
Yes
🎉 This change has been released in version 6.0.0-alpha.7