gha to render qmd to html and deploy daily / weekly
what are the most important interactive features and how to translate into more limited static html format?
- job title
- country / location
- summary statistics e.g. median income
- distribution / variation
- details in table
ojs + plot
- ojs hover histogram / bar plot
- can ojs be used to convey summary info?
- idea: precompute across all jd / location? and display summarized data as table?
- answer: yes ojs can compute on the fly
- OJS Filtering can be done
filters + plot + table
- automatic data updates via gha
- lower overhead
- auto deploy via gha to github pages
- no server needed
- no cost (no do droplet needed)
- poc qmd done
- set up github actions to deploy
- configure domains / hosting
- update reddit post