owid-grapher icon indicating copy to clipboard operation
owid-grapher copied to clipboard

Data insights RSS feed

Open ikesau opened this issue 11 months ago • 0 comments

Resolves https://github.com/owid/owid-grapher/issues/3365

Changes:

  • Adds a new data insight feed page at /atom-data-insights.xml
  • Adds logic to link to this page in the <head> if on /data-insights or a child thereof
  • Updates UI to link to the new atom feed

To test:

  1. Have some data insights published
  2. Go to http://localhost:3030/atom-data-insights.xml and confirm it looks good
  3. Check for regressions in http://localhost:3030/atom.xml
  4. View source on http://localhost:3030/data-insights and http://localhost:3030/data-insights/your-data-insight-slug and check that the atom feed link is updated
  5. Check for regressions on 2 other pages
  6. Run node itsJustJavascript/baker/buildLocalBake.js --steps rss and confirm the output looks good

ikesau avatar Mar 18 '24 15:03 ikesau