hcengineering / hcengineering/platform

create workspace confusion

Open
#5,139 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
27.7k
Forks
2.2k
PR merge metrics
No merged PRs in 30d

Description

a user can create multiple workspaces with the same name and it will be confusing for him/her
so easily we can reject that by :

db.collection('workspace').createIndex({ workspaceName: 1, createdBy: 1}, { unique: true })

but it needs some cleaning in db call functions
also we can show the creator of a workspace in select workspace page to fix this confusion

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.