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
The components teams-skills and team-skill have caused a lot of confusion during development. Both are lists of skills, we should either merge these two components or at least rename them.
teams-skills: The list of skills in a team's living room. team-skill: The general skill-list, regardless of team.
A possible solution would be to create a skill-list component that accepts a team as an Input, and if that input is null then show the team-skill, else show the teams-skills
The text was updated successfully, but these errors were encountered:
The components
teams-skills
andteam-skill
have caused a lot of confusion during development. Both are lists of skills, we should either merge these two components or at least rename them.teams-skills
: The list of skills in a team's living room.team-skill
: The general skill-list, regardless of team.A possible solution would be to create a skill-list component that accepts a team as an Input, and if that input is null then show the
team-skill
, else show theteams-skills
The text was updated successfully, but these errors were encountered: