twentyhq / twenty

Building a modern alternative to Salesforce, powered by the community.
https://twenty.com
GNU Affero General Public License v3.0
15.99k stars 1.79k forks source link

Adjust Breadcrumb Navigation for Kanban Column Context #6490

Open Bonapara opened 2 months ago

Bonapara commented 2 months ago

Current Behavior

The breadcrumb navigation on the Detail page is confusing for users coming from a kanban board. Users expect the next/previous arrows to navigate through records within the same kanban column, but currently, these arrows navigate through records regardless of column affiliation.

Desired Behavior

Enhance the breadcrumb to include the current column context and adjust the next/previous arrows to navigate only through records within the same column if the user accessed the Detail page from a kanban view.

image

Faisal-imtiyaz123 commented 1 month ago

@Bonapara I would like to work.

FelixMalfait commented 1 month ago

Thanks @Faisal-imtiyaz123! Feel free to first write an implementation plan here before you throw yourself into the code, that way we can validate it's the right path and cleanest possible way to implement this

Faisal-imtiyaz123 commented 1 month ago

@FelixMalfait I am sorry took a long time to reply here. I was super busy lately. I will surely list out a plan first and open a draft PR.

Faisal-imtiyaz123 commented 3 weeks ago

@FelixMalfait @Bonapara When the user is done navigating through all records of a column should further navigation lead to another column or the user should be just able to go through records of a particular column and when the end record is reached , further navigation is disabled??

Bonapara commented 3 weeks ago

I think we should keep the navigation within a single column for simplicity.