OpenCut-app / OpenCut-app/OpenCut
[FEATURE] Add Project Name Input Modal for New Project Creation
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 89.8k
- Forks
- 8.9k
- PR merge metrics
- No merged PRs in 30d
Description
Problem
Currently, when clicking the "New Project" button, a new project is created with the default name "New Project". If the button is clicked multiple times, multiple projects are created with the same name, which creates confusion and makes it difficult to distinguish between projects.
Solution
Replace the current direct project creation with a modal dialog that allows users to input a custom project name.
Alternative
Auto-increment Project Names
Instead of a modal, automatically append a number to duplicate project names (e.g., "New Project", "New Project 2", "New Project 3"). This would be simpler to implement but gives users less control over naming.
Anything else?
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the "New Project" button and the current project-creation flow. Review the existing project UI before choosing between the proposed naming approaches; done means users can provide a project name when creating a project and repeated creation no longer leaves projects indistinguishable by default name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100