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
I think we should have teams assigned to countries as soon as possible in the process. Either:
When the team is created (the program manager or admin will probably know which country)
As the first thing the team does when they log in.
In previous systems, we have kept the option of teams being assigned to multiple countries with a belongs-to-many. There have been 0 cases where this has been used. So lets simplify and make a team belong-to a single country.
Then, we can:
Filter the languages by country
The text was updated successfully, but these errors were encountered:
From demo:
I think we should have teams assigned to countries as soon as possible in the process. Either:
In previous systems, we have kept the option of teams being assigned to multiple countries with a belongs-to-many. There have been 0 cases where this has been used. So lets simplify and make a team belong-to a single country.
Then, we can:
The text was updated successfully, but these errors were encountered: