Replies: 1 comment
|
Your post seems to have been cut off mid-example (it ends inside the code fence at The refresh half has a boring answer: regenerating is one command, and keeping the report a static self-contained file is a deliberate property - it works offline, opens anywhere, and nothing has to keep running. A The editable half is the bigger no, and I want to give the reason rather than just the verdict: the tracker deliberately has a single writer. If the pain point underneath is "regenerating is friction", say more about where the friction actually bites (the command? finding the file? remembering to re-run after /outcome?) - a cheap convenience like /outcome offering to refresh the report after a status change would be a scoped, philosophy-compatible fix, and that's a door I'd leave open. |
Uh oh!
There was an error while loading. Please reload this page.
Problem
/html-reportprovides a useful offline snapshot ofjob_search_tracker.csv, but it becomes stale as soon as/apply,/outcome, or the user changes the tracker.Refreshing requires regenerating the report, and updating fields still requires editing the CSV manually. This becomes harder once the tracker contains multiple interview processes, follow-ups, and closed applications.
Proposed direction
Would an optional live mode fit the scope of
/html-report?For example:
All reactions