aboutsummaryrefslogtreecommitdiff
path: root/worker/worker.go
AgeCommit message (Collapse)Author
2022-07-13feat: Add custom cssGabriel A. Giovanini
2022-06-20ref: Remove model dependency fom workerGabriel A. Giovanini
It was a bit weird to have that dependency in first place.
2022-06-19ref: Make the slice at onceGabriel A. Giovanini
A small optimization, it will create the slice at once so it won't to expand multiple time later when append is called.
2022-06-16feat: Add one more stateGabriel A. Giovanini
Add a new state to the worker so it can better report what is happening. Also added a status report in the index page.
2022-06-16feat: Add workerGabriel A. Giovanini
Add a simple worker to manage a work queue. Right now, it is bit brittled and has no test coverage yet, but it works. Also moved from pico.css to bulma, I like the idea of classes approach of pico but for me bulma yields a better result.