Age | Commit message (Collapse) | Author |
|
It was a bit weird to have that dependency in first place.
|
|
Add a new state to the worker so it can better report what is happening.
Also added a status report in the index page.
|
|
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.
|
|
Before everything was dumped into the controller file, now it is spread
out a bit.
It is still far from good, like the controller is not really a
controller... baby steps I guess
The refactored was based on this post:
https://www.alexedwards.net/blog/organising-database-access
|
|
This is just me testing a bit how doworker works, while I learn of
go/gin in the process.
|
|
|