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

Project manager returns normalized name of the created project #9509

Closed
4e6 opened this issue Mar 21, 2024 · 1 comment · Fixed by #9510
Closed

Project manager returns normalized name of the created project #9509

4e6 opened this issue Mar 21, 2024 · 1 comment · Fixed by #9510
Assignees
Labels
-project-manager local-project-manager Tasks related to local project manager improvements

Comments

@4e6
Copy link
Contributor

4e6 commented Mar 21, 2024

The project manager should return the normalized name in the response

interface ProjectCreateResponse {
  projectId: UUID;
  projectName: string;
  projectNormalizedName: string;
}
@4e6 4e6 added -project-manager local-project-manager Tasks related to local project manager improvements labels Mar 21, 2024
@4e6 4e6 self-assigned this Mar 21, 2024
@mergify mergify bot closed this as completed in #9510 Mar 21, 2024
mergify bot pushed a commit that referenced this issue Mar 21, 2024
close #9509

Changelog:
- update: project create response to contain a normalized project name
@enso-bot
Copy link

enso-bot bot commented Mar 23, 2024

Dmitry Bushev reports a new STANDUP for yesterday (2024-03-22):

Progress: Prepared the start script for starting the ydoc-server and created the main program. Started working on fixing the issues when running the script. It should be finished by 2024-03-22.

Next Day: Next day I will be working on the #9509 task. Continue working on the task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-project-manager local-project-manager Tasks related to local project manager improvements
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant