Generates monthly inspection schedule forms for transmission line walkers and exports them to XLS, entirely in the browser.
Line walkers patrol transmission line sections on foot, and someone has to produce the monthly schedule form that says who walks which section when. This does that: pick a month, load the data, generate the schedule, download it as XLS.
Three files — index.html, script.js, styles.css. No server, no database, no build
step. The spreadsheet is assembled client-side and handed to the browser as a download,
which means the whole thing works from a static folder and keeps the data on the machine
that entered it.
That constraint was the point. A scheduling tool that needs a server is a tool that needs someone to maintain a server.
Working, but not hosted anywhere yet. Being a static folder, it’s a candidate to be
uploaded under /apps/ and linked from here directly.