mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Use current filter to feed a new card #535
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @emmguyot on GitHub (Jun 24, 2024).
Is this a feature for the backend or frontend?
Frontend
What would you like?
I think it would be a good idea to set feed the newly created card with information from the filter:
What do you think about that ?
Why is this needed?
This feature request aims to fix a problem when creating a card while a filter is set : The card disappears and we have to reset filters, search the card to feed it.
Other information
I may implement this, but I'd like to discuss about this before.
@meltyshev commented on GitHub (Jul 15, 2024):
Hi! It seems to be a good solution for this problem. We'd be very happy to receive a PR 🙏
@emmguyot commented on GitHub (Sep 6, 2024):
Well... while checking the code to start implement this, I've seen that there is already an option to open the card details as soon as it is created (flag autoOpen).
So, I think about another way to handle the problem:
First, we could always open the details, but it may be painful for some users.
So, I propose to add a checkbox near the "Add card" button to open the details or not. This check box isn't checked by default unless some filters are applied.
What do you about that?
@emmguyot commented on GitHub (Sep 6, 2024):
BTW I've just discovered the Ctrl-Enter feature...
@meltyshev commented on GitHub (Sep 7, 2024):
Hey! Yes, there is already an option to open a card with Ctrl+Enter when creating it, but it might be more convenient for some to have it auto-open every time. I think instead of a checkbox, it would be better to make it a setting in user preferences (since we'd like to use that space to select a card template in the future). If the setting is enabled, the card would open by default, and Ctrl+Enter would then prevent it from opening.