ChilliCream / ChilliCream/graphql-platform

BCP - Documents multi-select

Open
#6,613 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

🌶️ nitro
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
  1. Allow multi-select using Ctrl and click, to select each clicked document.
  2. Allow multi-select using Shift and click, to select all documents between the clicked documents.
  3. Allow deleting selected document(s) using Del

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.