ever-traduora icon indicating copy to clipboard operation
ever-traduora copied to clipboard

Teams / Organizations

Open magyarosibotond opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? Please describe. Managing users on a team or organization level (instead of project level) could refine user and billing management for teams. The cloud version of Traduora could also benefit from this.

Describe the solution you'd like I'd change the hierarchy as follows:

class Team {
  members: [TeamMember]
  projects: [Project]
  ...
}

class TeamMember {
  role: Role
  user: User
  ...
}

magyarosibotond avatar Apr 04 '19 11:04 magyarosibotond