Use current filter to feed a new card #535

Open
opened 2026-02-04 20:16:37 +03:00 by OVERLORD · 4 comments
Owner

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:

  • Add the first user from the filter when there is one
  • Add the first label from the filter where there is one
  • Add the text in the description where there is a text 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.

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: * Add the first user from the filter when there is one * Add the first label from the filter where there is one * Add the text in the description where there is a text 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.
Author
Owner

@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 🙏

@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 🙏
Author
Owner

@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): 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?
Author
Owner

@emmguyot commented on GitHub (Sep 6, 2024):

BTW I've just discovered the Ctrl-Enter feature...

@emmguyot commented on GitHub (Sep 6, 2024): BTW I've just discovered the Ctrl-Enter feature...
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#535