-
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
Customization of Select Values and Visibility in Kanban Boards #4356
Labels
Comments
Bonapara
added
scope: front
Issues that are affecting the frontend side only
size: short
for experienced contributor
labels
Mar 7, 2024
Related to #2483 |
I think this is a duplicate of #4244 which has an ongoing PR? |
This issue concerns the Kanban |
Merged
FelixMalfait
pushed a commit
that referenced
this issue
Oct 24, 2024
Fix #4244 and #4356 This pull request introduces the new "view groups" capability, enabling the reordering, hiding, and showing of columns in Kanban mode. The core enhancement includes the addition of a new entity named `ViewGroup`, which manages column behaviors and interactions. #### Key Changes: 1. **ViewGroup Entity**: The newly added `ViewGroup` entity is responsible for handling the organization and state of columns. This includes: - The ability to reorder columns. - The option to hide or show specific columns based on user preferences. #### Conclusion: This PR adds a significant new feature that enhances the flexibility of Kanban views through the `ViewGroup` entity. We'll later add the view group logic to table view too. --------- Co-authored-by: Lucas Bordeau <[email protected]>
Deprecated |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We aim to enable users to customize Select values on a kanban and toggle the Display/Hide Select option easily.
Desired functionality
The intended behavior should function across all types of kanban boards.
Stages
item in theOptions
menu.Hidden Stages
should reveal hidden Select values on the view.Edit field values
should direct users to the Field settings page.https://app.twenty.com/settings/objects/opportunities/stage
Select hover
We should use the
Button
menu item component and display aeye-off
icon to hide a Select value from a kanban and aeye
icon to display a hidden Select.Figma
https://www.figma.com/design/xt8O9mFeLl46C5InWwoMrN/Twenty?node-id=24955-194238&node-type=FRAME&t=pnO27TUFBJdQcKXz-11
Related issue: #5987
The text was updated successfully, but these errors were encountered: