Open JBraunsmaJr opened 2 years ago
As a user, when I withdraw from a code-jam, the team-role assigned to me should get removed.
As a system, when teams are created their role Id's are stored in the Team table. When removing a user, I can deduce which role to remove via this ID.
Team
Assign to me please.
As a user, when I withdraw from a code-jam, the team-role assigned to me should get removed.
As a system, when teams are created their role Id's are stored in the
Team
table. When removing a user, I can deduce which role to remove via this ID.