Skip to content
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

Add optional hide/show functionality for environment variable groups #374

Open
ehconitin opened this issue Feb 6, 2025 · 0 comments
Open
Assignees

Comments

@ehconitin
Copy link

Context:

Currently some environment variable groups (like LLM) are completely hidden. However, there are environment groups/subgroups that are rarely accessed but should remain accessible when needed.

Requirements:

  • Introduce a configuration to mark environment groups/subgroups as hidden by default

  • Add UI controls (e.g. toggle/checkbox) to show/hide these hidden groups

  • When hidden, still send group/subgroup metadata (name/description) to display with the toggle control

  • Location for config: packages/twenty-server/src/engine/core-modules/environment/constants/environment-variables-hidden-groups.ts

Implementation Notes:

  • Similar to how LLM group is currently hidden

  • Will need to extend the current hidden groups implementation to support optional visibility

To Figure Out:

Storage mechanism for user visibility preferences (persistence between sessions)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant