parse-dashboard icon indicating copy to clipboard operation
parse-dashboard copied to clipboard

Add remote config history

Open mtrezza opened this issue 2 years ago • 3 comments

New Feature / Enhancement Checklist

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

mtrezza avatar Nov 01 '22 23:11 mtrezza

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

patelmilanun avatar Apr 14 '23 20:04 patelmilanun

Yes

mtrezza avatar Apr 15 '23 14:04 mtrezza

🎉 This change has been released in version 6.0.0-alpha.7

parseplatformorg avatar May 19 '24 22:05 parseplatformorg