🚀 Enhancement: Enhanced Column Selection
- Dominant language
- Svelte
- Stars
- 393
- Forks
- 260
- Avg merge
- 6h 53m
- Merged PRs (30d)
- 24
Description
### 🔖 Enhancement description
Improve the column selection interface with "Select All" functionality and autocomplete for text input when working with databases containing numerous attributes.
### 🎤 Pitch
When working with databases that have many attributes, the current column selection process requires excessive scrolling and individual selection of each desired column.
This would:
* Add a prominent "Select All" option to quickly include or exclude all columns
* Implement a searchable dropdown with autocomplete for quickly finding specific columns
* Allow saving of column selection presets for frequently used views
* Support keyboard shortcuts for faster column manipulation
These improvements would significantly enhance the user experience when working with complex database schemas and reduce the time spent configuring views.
### 👀 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.