ChilliCream / ChilliCream/graphql-platform
BCP - Documents multi-select
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 5.8k
- Forks
- 810
- Avg merge
- 15h 39m
- Merged PRs (30d)
- 98
Description
Product
Banana Cake Pop
Is your feature request related to a problem?
When I have many documents in BCP, there is no way to delete them in batches. I have to select each one individually and delete it.
The Del key also has no effect; I have to right-click and delete each document, which is slower than using the keyboard delete key.
The solution you'd like
- Allow multi-select using Ctrl and click, to select each clicked document.
- Allow multi-select using Shift and click, to select all documents between the clicked documents.
- Allow deleting selected document(s) using Del
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the Banana Cake Pop document-list UI and trace how document selection, right-click deletion, and the Del key are handled. Implement Ctrl-click selection, Shift-click range selection, and deletion of all selected documents. Done means each requested selection mode works and Del removes the selected document or documents.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, graphql
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100