Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Board move multiple items to a group with shortcut #5524

Open
Xazin opened this issue Jun 12, 2024 · 1 comment
Open

[FR] Board move multiple items to a group with shortcut #5524

Xazin opened this issue Jun 12, 2024 · 1 comment
Labels
good first issue for devs for the community members to claim kanban board features related to the board-view database shortcuts features related to keyboard shortcuts

Comments

@Xazin
Copy link
Collaborator

Xazin commented Jun 12, 2024

Description

We can now select cards in a board with Shift + click or holding Shift and using down/up arrow keys.

We have a shortcut for moving ONE card to previous/next group, I'd like to enable this behavior for when multiple cards are selected, this is the intended behavior:

Cards selected from multiple groups

  • When moving cards to previous or next using the shortcut, all cards should move to the group of the card that is selected furthest to the left/right.
  • This means that if we have groups A, B, and C, and a card is selected in both group A, and B, and the shortcut , is used to move items to the left, all selected cards will end up in group A.
  • This means that if we have groups A, B, and C, and a card is selected in both group A, and B, and the shortcut . is used to move items to the right, all selected cards will end up in group B.

Cards selected from same group

  • When moving cards to previous/next group, all cards should move from the same group to the previous/next group

Impact

Empower kanban users

Additional Context

See appflowy_flutter\lib\plugins\database\board\presentation\widgets\board_shortcut_container.dart

@Xazin Xazin added good first issue for devs for the community members to claim kanban board features related to the board-view database shortcuts features related to keyboard shortcuts labels Jun 12, 2024
@KaranKaira
Copy link

@Xazin , can u pls assign this to me
working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue for devs for the community members to claim kanban board features related to the board-view database shortcuts features related to keyboard shortcuts
Projects
None yet
Development

No branches or pull requests

2 participants