Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remote config history #2339

Closed
3 tasks done
mtrezza opened this issue Nov 1, 2022 · 4 comments · Fixed by #2554
Closed
3 tasks done

Add remote config history #2339

mtrezza opened this issue Nov 1, 2022 · 4 comments · Fixed by #2554
Labels
bounty:$50 Bounty applies for fixing this issue (Parse Bounty Program) state:released-alpha Released as alpha version type:feature New feature or improvement of existing feature

Comments

@mtrezza
Copy link
Member

mtrezza commented Nov 1, 2022

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. As an improvement, the config history should be stored server side, see #2555.

Example Use Case

n/a

Alternatives / Workarounds

Implement a custom solution in Cloud Code trigger (this requires feature parse-community/parse-server#8267 to be implemented)

3rd Party References

@parse-github-assistant
Copy link

parse-github-assistant bot commented Nov 1, 2022

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza added type:feature New feature or improvement of existing feature bounty:$50 Bounty applies for fixing this issue (Parse Bounty Program) labels Nov 1, 2022
@patelmilanun
Copy link
Member

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

@mtrezza
Copy link
Member Author

mtrezza commented Apr 15, 2023

Yes

@parseplatformorg
Copy link
Contributor

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

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$50 Bounty applies for fixing this issue (Parse Bounty Program) state:released-alpha Released as alpha version type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants