HumanSignal / HumanSignal/label-studio
Feature Request: increase 50 character limit on project names
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
**Is your feature request related to a problem? Please describe.**
The current project name limit of 50 characters makes it difficult to name projects.
**Figma-specific problems below. Feel free to skip.**
Our convention is to name projects based on the name and execution id of the pipeline that produced the project (we generate a new project for each training/eval pipeline execution). Due to the 50 character limit we cannot fit full pipeline names. As a result, we end up truncating these names and injecting a hash of the full name to guarantee uniqueness. This is poor readability.
**Describe the solution you'd like**
I'd like to raise the project name limit from 50 to something more reasonable like 100 or 250.
**Describe alternatives you've considered**
I think it's reasonable to have a name limit but 50 characters is extremely low and causes issues when working with other naming conventions that allow longer strings.
Contributor guide
Assessment
This issue has not been assessed yet.