Andrew-Dickinson / FantasyFRC

Fantasy first robotics
GNU General Public License v2.0
1 stars 2 forks source link

Get rid of stuff below the line on index #101

Closed Andrew-Dickinson closed 9 years ago

Andrew-Dickinson commented 9 years ago

I'm expanding this issue to encompass the establishment of dynamic content on the homepage

Andrew-Dickinson commented 9 years ago

Not Logged in: Welcome message Logged in, not in league: Join league information Logged in, in league, before draft: Name of league and list of current members Logged in, in league, during and after draft: "Draft in progress" then: Draft board, view only with link to full page. Logged in, in league, during season: Alliance management overview with link to full page Display league standings too, only after the first week's results come back

Andrew-Dickinson commented 9 years ago

We might need some new data sent to the browser. Probably related to #97

Andrew-Dickinson commented 9 years ago

Variables related to various states: Not Logged in: logged_out != None Logged in, not in league: logged_out == None and league_name == "" Logged in, in league, before draft: Add a new variable, draft_state == 0 Logged in, in league, during and after draft: draft_state != 0 Logged in, in league, during season: draft_state == -1 After the first week's results come back Add new variable, show_league_standings

Andrew-Dickinson commented 9 years ago

Wow. That was a lot of content