aboutsummaryrefslogtreecommitdiff
path: root/db/db.go
AgeCommit message (Collapse)Author
2022-07-26feat: Add necessary param for packingGabriel A. Giovanini
Datadir parameter will make easier for later to create the apk.
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.
2022-06-15ref: Move to a MVC like approachGabriel A. Giovanini
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
2022-06-06Initial commitGabriel A. Giovanini