Skip to content

feat: add bulk add option for cards#7846

Open
miaulalala wants to merge 2 commits intomainfrom
feat/bulk-create-cards
Open

feat: add bulk add option for cards#7846
miaulalala wants to merge 2 commits intomainfrom
feat/bulk-create-cards

Conversation

@miaulalala
Copy link
Copy Markdown
Contributor

  • Target version: main

Summary

This PR adds a new modal that allows adding multiple cards in a row to a pre- selected stack:

image

TODO

  • ...

Checklist

  • Code is properly formatted
  • Sign-off message is added to all commits
  • Tests (unit, integration, api and/or acceptance) are included
  • Documentation (manuals or wiki) has been updated or is not required

Adds a button next to the board title that opens a modal for quickly
adding multiple cards to a selected stack. Users can enter card titles
one by one, pressing Enter or clicking "Add" to create each card.

AI-Assisted-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Anna Larch <anna@nextcloud.com>
Configures Jest for Vue 2 component testing with jsdom environment,
@vue/vue2-jest transformer, and CSS mocks. Adds unit tests for the
BulkAddCardsModal component covering stack pre-selection, card creation
dispatch, input validation, and modal lifecycle.

AI-Assisted-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Anna Larch <anna@nextcloud.com>
@github-actions
Copy link
Copy Markdown
Contributor

🐢 Performance warning.
It looks like the query count of the integration tests increased with this PR.
Database query count is now 95997 was 93102 (+3.1%)
Please check your code again. If you added a new test this can be expected and the base value in tests/integration/base-query-count.txt can be increased.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant