New updates just came and some adjustment is needed for an election year. For 2018 election, there is going to be two rounds just like it was in 1996, 2007. So for each election result, I need to add a new field called Election Round and the value is going to be "First Round" or "Second Round". Second Round usually has only two candidates. Only presidential will have two rounds
A New filed "ElectionRound" will be added to all presidential results" the possible values are;
First Round
Second Round
If the ElectionRound field is empty or null, assume its First Round results
When the user clicks on a particular election year to view results, the view should default to showing first round results and a filter should be provided to toggle from first round to second round
New updates just came and some adjustment is needed for an election year. For 2018 election, there is going to be two rounds just like it was in 1996, 2007. So for each election result, I need to add a new field called Election Round and the value is going to be "First Round" or "Second Round". Second Round usually has only two candidates. Only presidential will have two rounds
A New filed "ElectionRound" will be added to all presidential results" the possible values are;
First Round
Second Round
If the ElectionRound field is empty or null, assume its First Round results
When the user clicks on a particular election year to view results, the view should default to showing first round results and a filter should be provided to toggle from first round to second round