Ike Saunders

Results 42 issues of Ike Saunders

When loading a datapage, multiple requests are made to load the indicator metadata. Locally, adding a console.log to `Grapher.componentDidMount` shows that the component is mounting three times. ![image](https://github.com/owid/owid-grapher/assets/11844404/c8270339-bbbf-4d7c-9b58-9f286080216a) These requests...

bug
site
priority 3 - nice to have

We're meant to have a baking step called `validateGrapherDodReferences` that alerts Bugsnag if we're baking a grapher that references a dod that no longer exists. But recently, ~80 dods got...

bug
site
priority 2 - important

We sometimes use sticky-right / sticky-left / side-by-side columns within the flow of other content. Their default top and bottom margins are too large in these cases. ![image](https://github.com/owid/owid-grapher/assets/11844404/c35b9d41-f8ee-4433-98d6-58e012f4689c) Continually adding...

feature
site
priority 3 - nice to have

We have some articles featuring images with tall aspect ratios such as Max's _Global income distribution_ graphic in [The history of global economic inequality](https://ourworldindata.org/the-history-of-global-economic-inequality#global-divergence-followed-by-convergence) On desktop, due to the 5:7...

feature
site
priority 3 - nice to have

The idea behind prefetched attachments was that instead of each of our ~530 gdocs fetching all their own (often identical) attachments from the DB and S3 in series, we could...

bug
site
priority 3 - nice to have
perf

[19 topic pages were published via WP and haven't been converted to Gdocs](https://datasette-public.owid.io/owid?sql=SELECT%0D%0A++%22https%3A%2F%2Fourworldindata.org%2F%22%7C%7Cposts.slug+as+url%0D%0AFROM%0D%0A++posts%0D%0AWHERE%0D%0A++posts.content+LIKE+%27%25topic-page%25%27%0D%0A++AND+NOT+EXISTS+%28%0D%0A++++SELECT+1%0D%0A++++FROM+posts_gdocs%0D%0A++++WHERE+posts_gdocs.slug+%3D+posts.slug%0D%0A++%29%3B) We should update `convertAllWpComponentsToArchieMLBlocks` to convert the topic page components to ArchieML so that `migrateWpPostsToArchieMl.ts` can convert...

feature
site
priority 3 - nice to have

Grep `// TODO: this transaction is only RW because somewhere inside it we fetch images` and despair Syncing images any time you touch them sounded nice, but it's turned out...

site
priority 3 - nice to have
cleanup

Set standard featured images that marwa made for all topic pages

site
priority 2 - important
polish

Both WP and Gdocs pages have points where the header nav and content aren't flush. We should, for Gdocs pages at a minimum, ensure that these breakpoints and padding values...

bug
needs design
site
priority 3 - nice to have
stale

how it's been with me and @rakyi over the last 3 days: ![Screen Shot 2024-04-27 at 16 45 03](https://github.com/owid/owid-grapher/assets/11844404/531b1e41-ab13-49e7-a8ae-4a33b584994e) gonna see if it works in staging