-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Set a record name on Kanban card creation #6957
Comments
@Bonapara I would like to work. |
Hi @Faisal-imtiyaz123, thanks! I believe it will be handled along with the other issue! |
@Bonapara Sure! |
@ehconitin @Bonapara can i work on #7002 since @ehconitin hasn't been able to figure it out yet? |
@Faisal-imtiyaz123 |
Please @ehconitin could you drive this issue ? It's more important than #7002 and I'll be really busy with code review this week so I'll appreciate that you focus on this. |
Got it! |
@lucasbordeau |
Yes we should follow the same approach ! |
Each column has its own scope so you should find a way to get the scope of a column and then all the recoil component state can be called by passing this scope as a parameter. We use the parameter precisely for this use case where we want to access the component states from outside of their context. |
@lucasbordeau Got it! Will let you know if I get stuck somewhere! |
Current behavior
When creating a new record on a kanban board, you cannot set a name for the record from the kanban view. To name the record, you must go to the record detail page.
This doesn't apply to the opportunities kanbans where a specific behavior applies.
CleanShot.2024-09-09.at.17.23.03.mp4
Desired Behavior
We should implement the same behavior we have on table views: when creating a new record, we should display an input to set the record name from the board view. If the input is left empty, the card should be deleted, and the record should not be saved.
This doesn't apply to Opportunities kanbans.
The input label should be the object identifier. We should display the double input for people kanbans.
Table behavior to copy:
CleanShot.2024-09-09.at.17.37.35.mp4
The text was updated successfully, but these errors were encountered: