| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| management | ||
| migrations | ||
| static/teams | ||
| templates/teams | ||
| tests | ||
| __init__.py | ||
| api_urls.py | ||
| errors.py | ||
| models.py | ||
| plugins.py | ||
| search_indexes.py | ||
| serializers.py | ||
| urls.py | ||
| utils.py | ||
| views.py |
The heart of this fix is to change the "My Team" view to use a collection of teams instead of memberships. The team card is refactored to only take a team, rather than attempt to be polymorphic over teams and team memberships. This change enabled removing a good amount of old code. This also requires adding a `username` parameter to the teams list endpoint which allows getting a list of all teams for a single user, in order to allow refreshing the "My Teams" view correctly. Currently this list is of length at most one. TNL-3410
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| management | Loading commit data... | |
| migrations | Loading commit data... | |
| static/teams | Loading commit data... | |
| templates/teams | Loading commit data... | |
| tests | Loading commit data... | |
| __init__.py | Loading commit data... | |
| api_urls.py | Loading commit data... | |
| errors.py | Loading commit data... | |
| models.py | Loading commit data... | |
| plugins.py | Loading commit data... | |
| search_indexes.py | Loading commit data... | |
| serializers.py | Loading commit data... | |
| urls.py | Loading commit data... | |
| utils.py | Loading commit data... | |
| views.py | Loading commit data... |