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 button to atomically add a value to Parse Config array parameter #2652

Open
3 tasks done
mtrezza opened this issue Feb 4, 2025 · 1 comment
Open
3 tasks done
Labels
bounty:$20 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature

Comments

@mtrezza
Copy link
Member

mtrezza commented Feb 4, 2025

New Feature / Enhancement Checklist

Current Limitation

It's possible to edit as whole but not to atomically add a value to a Parse Config parameter of type array. This is problematic if multiple people edit the same field, or in case of race conditions where multiple additions overwrite each other.

Feature / Enhancement Description

Add button next to Parse Config parameter of type Array that opens a dialog to add a value atomically. The config value should the be reloaded from the server to contain the value after the update.

Parse Server introduced the feature to atomically modify a Cloud Config parameter in parse-community/parse-server#9219.

Copy link

parse-github-assistant bot commented Feb 4, 2025

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza changed the title Add value atomically to Parse Config array parameter Add button to value atomically to Parse Config array parameter Feb 4, 2025
@mtrezza mtrezza added type:feature New feature or improvement of existing feature bounty:$20 Bounty applies for fixing this issue (Parse Bounty Program) labels Feb 4, 2025
@mtrezza mtrezza changed the title Add button to value atomically to Parse Config array parameter Add button for atomic update of Parse Config array parameter Feb 4, 2025
@mtrezza mtrezza changed the title Add button for atomic update of Parse Config array parameter Add button to atomically add a value to Parse Config array parameter Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$20 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

1 participant