Julia Wu

Results 8 issues of Julia Wu

This PR: * Adds a copy button to the answer message tile * Adds a download button to the answer table tile * Slight tweaks to CSS styling to better...

This PR Makes the following changes to the Map Tile / Map web component: * Allows users to specify a geoJson to plot along with the usual parent place +...

To run our SEO experiments, this PR: * Adds logic to the place pages for the server to read a jinja template from GCS. * Starts a folder in server...

Per team discussion, clicking into the map is not an intuitive UI interface. Furthermore, clicking map areas often lead to a bugged page instead of another map. To address these...

Adds some more links to the landing pages of the visualization tools Pulls some examples from the old landing pages and adds them to the new landing pages. I also...

The child place links at the bottom of the Map Tool often don't lead to another map as intended. We've decided to remove these links as a result. Hovering over...

The population filter chart option often leads to buggy behavior, so the decision has been made to remove this option. This PR removes this filter. Before: After:

The webdriver tests `TestVisMap.test_chart_from_url` and `TestVisMap.test_hover_tooltip` can be flakey. This PR tightens these tests by removing the following race conditions: In `test_chart_from_url`: * Include a wait for text to show...