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

[RFC]Refactor item from channel creation #251

Open
Confectrician opened this issue Mar 28, 2021 · 1 comment
Open

[RFC]Refactor item from channel creation #251

Confectrician opened this issue Mar 28, 2021 · 1 comment
Projects

Comments

@Confectrician
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Not a real problem/bug but some user feedback.

Describe the solution you'd like
A proper logic to generate item labels from channel names that have no dedicated label.

Describe alternatives you've considered
Leave as is for now.

Additional context
Reference of the Community Thread

@herrep
Copy link

herrep commented Mar 28, 2021

Current behavior: The item label is always created from the channel name. The underscores in the channel name (snake style) are replaced by spaces and the text is converted to lower case except for the first word.

Suggested behavior: Check first whether there is a channel label available. In this case, populate the item label with the contents of the channel label, without any modifications. Proceed with the present behavior of deriving the item label from the channel name, if there is no channel label available.

Optional feature: Implement a switch whether the item label derived from the channel name needs to be converted to lower case.

@Confectrician Confectrician added this to To do in Backlog Apr 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Backlog
  
To do
Development

No branches or pull requests

2 participants