rgsoc-teams
rgsoc-teams copied to clipboard
Populate Team dropdown on the Activity page between seasons
On the Activity page, the "Team drop-down" is of no use.
Edit: Summing up the discussion below. The requirements are:
- During the
current season
, the dropdown is populated with the teams that areaccepted
in the current season - Until the
current season
starts, the dropdown is populated with the teams that wereaccepted
in the previous season.
Updated the issue title accordingly.
Hey @ArushiSinghal thanks for pointing this out!
The purpose of this dropdown is to display the accepted teams of the current Summer of Code season to choose their updates for this season
.
So as you correctly found, the dropdown is empty between seasons.
One thing we could do is hide the dropdown if there are no teams to display and show it otherwise.
What do you think?
Yes, we should hide the dropdown when there is no team. @ramonh should I go ahead to solve this issue?
Sounds good, thanks @ArushiSinghal go for it!
We could also fill the menu with the selected teams of the most recent season when we don't have selected teams for the current one, yet. Wdyt?
Good point, this is much better!