Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.1 KB

static_plan.md

File metadata and controls

48 lines (31 loc) · 1.1 KB

Plan:

gha to render qmd to html and deploy daily / weekly

Problems to plan out:

what are the most important interactive features and how to translate into more limited static html format?

1. Interactivity: filters to users interest
  • job title
  • country / location
2. Convey key information
  • summary statistics e.g. median income
  • distribution / variation
  • details in table
solutions

ojs + plot

filters + plot + table

The benefit of all this:

  • automatic data updates via gha
  • lower overhead
    • auto deploy via gha to github pages
    • no server needed
      • no cost (no do droplet needed)

ojs

Progress

  • poc qmd done
  • set up github actions to deploy
  • configure domains / hosting
  • update reddit post