🚀 Enhancement: Update multiple documents values at once
- Dominant language
- Svelte
- Stars
- 393
- Forks
- 260
- Avg merge
- 6h 53m
- Merged PRs (30d)
- 24
Description
### 🔖 Enhancement description
Implement functionality to update multiple document attributes simultaneously instead of updating each attribute individually.
### 🎤 Pitch
Currently, when editing a document with numerous attributes in the console, users must click the update button for each individual attribute, creating a tedious and time-consuming workflow.
Implementing bulk update capabilities would significantly improve the document editing experience by:
* Adding an "Update All" button to save all modified attributes at once
* Providing a JSON editor view for direct editing of the entire document structure
* Allowing inline editing of attributes from the collection results page
### 👀 Have you spent some time to check if this issue has been raised before?
- [x] I checked and didn't find similar issue
### 🏢 Have you read the Code of Conduct?
- [x] I have read the [Code of Conduct](https://github.com/appwrite/.github/blob/main/CODE_OF_CONDUCT.md)
Contributor guide
Assessment
This issue has not been assessed yet.