Skip to content

Commit

Permalink
Adjusted comments from reflection according to new layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben1dlg committed Mar 5, 2022
1 parent 3604d69 commit 93c2542
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/reflection-milestone2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ As of the current milestone, our dashboard has incorporated all of the graphs in

The second graph situated below is a histogram showing the distribution of athlete heights. This graph is accompanied by a dropdown list allowing the user to specify which event they want to see data displayed for.

Both these graphs are affected by a year slider located in the bottom left. The slider currently iterates by 2 years to capture years where Olympics take place. Currently, due to irregularities in Olympic years, certain years on the slider will result in no data being displayed for the height histogram and the medals by country bubble plot. There's a plan to pythonically input the available Olympic years into the slider as a list to correct this.
The third graph located to the right of the bubble chart is a histogram showing the distribution of Olympic medals earned by athlete age. This graph is accompanied by an age slider which allows for the selection of age range to be displayed. We may look into implementing additional filters on this graph in the future to reduce the number of rows of data shown and thus lowering the loading time.

The third graph located to the right of the bubble chart is a histogram showing the distribution of Olympic medals earned by athlete age. This graph is accompanied by an age slider which allows for the selection of age range to be displayed. We may look into implementing additional filters on this graph in the future to reduce the number of rows of data shown and thus lowering the loading time. This graph is also affected by the year slider previously mentioned. In the future, the arrangement of the graph may be altered to better reflect how this slider affects 3 of the 4 total graphs.
These first 3 graphs are affected by a year slider located in the left side. The slider currently iterates by 2 years to capture years where Olympics take place. Currently, due to irregularities in Olympic years, certain years on the slider will result in no data being displayed for the height histogram and the medals by country bubble plot. There's a plan to pythonically input the available Olympic years into the slider as a list to correct this.

The last graph in the bottom right is a time series graph showing the number of Olympic medals earned by specific countries over time. This graph has a dropdown list which allows the user to select which country data is displayed for.

Finally on the left hand side of the dashboard we have included radio buttons to filter data for the season of Olympics (winter or summer) and the type of medal displayed. Note that the season filter interferes with the year slider so no data will be displayed if for example, the year is selected to be a summer olympics year while the winter radio button is selected. We hope to fix this interaction in the future. These filters apply to all graphs on the dashboard.
Finally on the left hand side of the dashboard we have included radio buttons to filter data for the season of Olympics (winter or summer) and the type of medal displayed. Note that the season filter interferes with the year slider so no data will be displayed if for example, the year is selected to be a summer olympics year while the winter radio button is selected. We hope to fix this interaction in the future. These filters apply to all graphs on the dashboard.

In terms of implementation, we believe most of the functionality we intended to provide users has been incorporated into our initial dashboard. Future plans are to make the dashboard more aesthetically pleasing, which involves adding css themes and borders around graphs to clearly differentiate them. Additionally, we would like to rearrange the position of the year slider to better reflect its functionality as well as implement headers for sliders so that their functions are clear to the user.
In terms of implementation, we believe most of the functionality we intended to provide users has been incorporated into our initial dashboard. Future plans are to make the dashboard more aesthetically pleasing, which involves adding css themes and borders around graphs to clearly differentiate them. Additionally, we would like to find a way to make the loading of the complete dashboard a little bit faster, since the amount of data we are using is pretty big and loading takes around 2 minutes everytime some widget value is changed.

0 comments on commit 93c2542

Please sign in to comment.