Skip to content

feat: add project name uniqueness check early in CreateProjectCommand#31

Merged
dmccoystephenson merged 1 commit intomainfrom
refactor/fail-early-when-name-taken
Jul 24, 2025
Merged

feat: add project name uniqueness check early in CreateProjectCommand#31
dmccoystephenson merged 1 commit intomainfrom
refactor/fail-early-when-name-taken

Conversation

@dmccoystephenson
Copy link
Member

Introduce isNameTaken method in ProjectService to verify project name availability. Update CreateProjectCommand to prevent creation of projects with duplicate names.

Introduce `isNameTaken` method in ProjectService to verify project name availability. Update CreateProjectCommand to prevent creation of projects with duplicate names.
@dmccoystephenson dmccoystephenson linked an issue Jul 24, 2025 that may be closed by this pull request
@dmccoystephenson dmccoystephenson merged commit 0a6a104 into main Jul 24, 2025
@dmccoystephenson dmccoystephenson deleted the refactor/fail-early-when-name-taken branch July 24, 2025 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fail early when project name is taken in create command

1 participant