You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
manager
.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 asmanager
. The expected behaviourProgram Manager
should be added as aprogram_manager
.The text was updated successfully, but these errors were encountered: