mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 00:26:26 +00:00
feat(html-report): add /html-report command for application tracker dashboard (#131)
Self-contained HTML dashboard generated from job_search_tracker.csv and the application archives: stat cards, status/sector/channel/funnel charts as hand-generated inline SVG (no CDN, fully offline), HTML-escaped interpolation throughout, and a filterable applications table. Includes Python guards for the command file and the reports/ gitignore rule.
This commit is contained in:
@@ -64,6 +64,9 @@ documents/applications/**
|
||||
# Personal job search tracking
|
||||
job_search_tracker.csv
|
||||
|
||||
# Generated reports (personal output from /html-report)
|
||||
reports/
|
||||
|
||||
# Upskill reports (personal output)
|
||||
upskill/*.md
|
||||
|
||||
|
||||
Reference in New Issue
Block a user