Skip to content

Fix default project member role who creates project #556

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

Open
maxceem opened this issue Apr 28, 2020 · 3 comments
Open

Fix default project member role who creates project #556

maxceem opened this issue Apr 28, 2020 · 3 comments
Labels
Milestone

Comments

@maxceem
Copy link
Contributor

maxceem commented Apr 28, 2020

By our logic, user who creates a project is added as member, see https://github.com/topcoder-platform/tc-project-service/blob/develop/src/routes/projects/create.js#L390

  • If user has any Topcoder Roles except copilot, such a user would be added as a manager.
  • Otherwise user would be added as a customer.

But when we invite users or add them directly as members users can only be added as manager if they have required Topcoder Roles as per the Roles Matrix.

Should we respect this Roles Matrix during project creation? I. e. user who creates a project should be added with they default role, as per Roles Matrix

For example, now if Program Manager creates a project they would be added as manager. The expected behaviour Program Manager should be added as a program_manager.

@vikasrohit
Copy link

That would be nice to have @maxceem and I think it is in alignment of near future goal of cleaning up the goals. However, I don't think we need it in this release, we can take care it in next release.

@vikasrohit vikasrohit added this to the Placeholder for 2.5 milestone Apr 28, 2020
@maxceem
Copy link
Contributor Author

maxceem commented May 14, 2020

Just one moment to confirm here, if Connect Copilot creates a new project, should he become a copilot inside that project?

@vikasrohit
Copy link

Yes.

However, lets keep it on hold until we have better role rules which we are expecting sooner or later.

@vikasrohit vikasrohit modified the milestones: 2.5, 2.6 May 14, 2020
@vikasrohit vikasrohit modified the milestones: 2.6, 3.4.0 Jan 25, 2021
@vikasrohit vikasrohit modified the milestones: 3.4.0, Backlog Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants