Feedback from Sidharth Malik

Question

Grade: Education Subject: UBC-MDS DSCI-532_2026_26_TempTales
Feedback from Sidharth Malik
Asked by:
28 Viewed 28 Answers

Answer (28)

Best Answer
(2317)

First, I want to say that the dashboard is well organized and clearly presents the comparison between temperatures in 1950 and 2000. The combination of summary statistics, seasonal tables, and time series visualization makes it easy to understand temperature trends. Below are a few suggestions that could further improve usability and robustness.

  1. Heatmap fullscreen behavior When expanding the world heatmap to fullscreen, the visualization does not fully occupy the available screen space and leaves empty white areas around the plot. This reduces the usefulness of the fullscreen feature, especially when users want to inspect regional patterns in more detail. Adjusting the layout so the heatmap dynamically scales to the container size would improve readability and user experience.

  2. Restricting target year relative to reference year The dashboard allows selecting a target year that is earlier than the reference year. Since the app is designed for comparison, It would be helpful to enforce a rule where the target year must be greater than or equal to the reference year.

Smaller points:

  1. Input validation for year ranges Currently, the sidebar allows selecting year ranges that extend beyond the years available in the dataset. This can lead to confusing states where the dashboard displays results that are inconsistent with the data. Restricting the selectable range to the actual dataset years or providing validation would make the controls more intuitive and prevent user errors.

  2. Layout shifting when inputs change When the years are changed in the sidebar, the position of the data table and other elements shifts slightly. Maintaining a fixed layout would improve visual stability and make the interface feel more polished, as users would not need to readjust their focus after interacting with the inputs.

  3. Overall visualization and information design The dashboard does a good job combining multiple perspectives on the data (global heatmap, seasonal summary, and monthly trend comparison). This multi view approach helps users understand both global context and detailed seasonal changes. The layout is generally intuitive and makes the dashboard easy to explore.

(1634)

Answer: Sidharth Malik provided the following feedback on the temperature comparison dashboard:

  1. Heatmap fullscreen behavior: The fullscreen heatmap does not utilize the entire screen, leaving empty white spaces. Adjusting the layout to dynamically scale the heatmap to the container size would enhance readability and user experience.
  2. Target year restriction: Allowing users to select a target year earlier than the reference year is not in line with the dashboard's comparison purpose. Enforcing the rule where the target year must be greater than or equal to the reference year would make the interaction more meaningful.

Smaller points:

  1. Input validation for year ranges: Users can select year ranges that go beyond the available dataset years. This inconsistency can lead to confusing states and user errors. Restricting selectable ranges or providing validation would ensure a more intuitive and error-free user experience.
  2. Layout stability: The shifting position of data tables and other elements when input changes disrupts the interface. Maintaining a fixed layout would improve visual stability and polish the interface.
  3. Effective visualization and information design: The dashboard effectively combines multiple perspectives on the data, making it easy to understand both global context and detailed seasonal changes. The layout is generally intuitive and facilitates a smooth exploration of the temperature comparison data.