Commit graph

4 commits

Author SHA1 Message Date
0839d566b5
refactor: replace scuffed UI with less-scuffed UI. 2021-10-09 16:22:18 +01:00
eac8b17845
feat: created a very scuffed UI 2021-09-16 06:51:21 +01:00
a170f90831
build: add a simple magefile 2021-08-18 01:40:12 +01:00
c336fcd82b
feat: add database functions
Add database functions to read and write statuses to the status bucket
in a BoltDB database.

Add database functions to read and write cards to the card bucket.

Use encoding/gob to encode the Status and Card values before writing
them to the database.
2021-08-16 01:56:56 +01:00