A scanner call server written in Golang, with Angular and Flutter clients.
Find a file
Daniel Ponte 7defdcbf33 Add user service, ability to save and recall preferences (#70)
Reviewed-on: #70
Co-authored-by: Daniel Ponte <amigan@gmail.com>
Co-committed-by: Daniel Ponte <amigan@gmail.com>
2024-12-16 13:34:07 -05:00
client Fix pages off-by-one 2024-12-03 08:54:33 -05:00
cmd switchpart (#62) 2024-12-01 17:26:10 -05:00
internal Partitioning (#60) 2024-12-01 03:01:09 -05:00
pkg Add user service, ability to save and recall preferences (#70) 2024-12-16 13:34:07 -05:00
sql Add user service, ability to save and recall preferences (#70) 2024-12-16 13:34:07 -05:00
util
.gitignore
.mockery.yaml Partitioning (#60) 2024-12-01 03:01:09 -05:00
config.sample.yaml Partitioning (#60) 2024-12-01 03:01:09 -05:00
go.mod bump deps 2024-11-26 09:29:13 -05:00
go.sum bump deps 2024-11-26 09:29:13 -05:00
LICENSE
Makefile
README.md

stillbox

A Golang scanner call server.

NOTE

If this message is still here, the database schema initial migration and protobuf definitions are still subject to change.

Once stillbox is actually usable (but not necessarily feature-complete), I will remove this note, and start using DB migrations and protobuf best practices (i.e. not changing field numbers).